/* Storelocator Page Template - Double Column */

#location1 {
    margin-left: 13px;
	margin-top: 1px;
	zmargin-bottom: 7px;
	
	width:612px;
	text-align:left;
	padding: 34px 15px 34px 15px;
	
	border: 3px solid #0585FB

} 

#location2 {
	width: 249px;
   
	position: absolute;
	top: 14px; right:0px;  
	
	margin-right: 13px;
	text-align:left;
	
}

.bandlred {
	color:#b8070C;
}

#storenav {
	width: 280px;
	padding-right:20px;
	float:right;
}

.selectedAlphabet {
	color:#b8070C;
}

/* storelocator table styles */
.storelocatortable {
	font-size:11px;	
	color:#636363;
	text-transform:capitalize;
	line-height: 12pt;
}
	
.storelocatortable p{
	padding:0px;
	margin:0px;
}	

.storelocatortable th {
	background-color:#CCCCCC;
	color:#000000;
	line-height: 10pt;
}

.storelocatortable th, .storelocatortable td {
	padding:10px 0px 10px 8px
}

.storelocatortable .locationname {
	font-weight:bold;
	color:#B8070C;
}


.storealphabets {
	
}
.storealphabets ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.storealphabets li {
	display:inline;
	font-size: 8pt;
	font-weight:bold;
	border-right:solid 1px #636363;
	color:#636363;
	margin:0;
	padding:0 4px 0 4px;
}
.storealphabets li.lastnav {
	border-right:none;
}
.storealphabets a, .storealphabets a:link,.storealphabets a:visited {
	color:#636363;
	text-decoration:none;
}
.storealphabets a:hover {
	text-decoration: underline;
	color:#636363;
}
.storealphabets a:active {
	color: #b8070C;
}

