html {
	overflow: scroll
}
div.clear {
	clear:both;
}
div#storelocations {
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
}
div#storelocations div#map_Stores {
	border-bottom:1px solid #ccc;
	float:left;
	height:375px;
	margin-left:12px;
	width:465px;
}
div#storelocations div#store_Info {
	float:left;
	width:280px;
	border-right:1px dashed #ccc;
 display:;
}
div#storelocations div#store_Info span {
	font-size:11px;
	line-height:16px;
}
div#storelocations div#store_Info form input.type {
	margin:4px 0 6px;
	width:240px;
}
div#storelocations div#store_Info form input.button {
	width:150px;
}
div#storelocations div#store_Directions {
	float:left;
	width: 757px;
	display: none;
	padding:0 !important;
	margin-left:13px;
	margin-top:-9px;
}
div#storelocations ul#storelist {
	padding:0;
	margin:0;
	list-style:none;
	height:654px;
	border-bottom:1px dashed #333;
	overflow-x:hidden;
	overflow-y:scroll;
}
div#storelocations ul#storelist li {
	font-size:11px;
	border-bottom:1px dashed #ccc;
}
div#storelocations ul#storelist li.maptitle {
	background:#DDDDDD none repeat scroll 0 0;
	border-bottom:1px solid #999999;
	font-weight:bold;
}
div#storelocations ul#storelist li a {
	color:#333;
	font-size:11px;
	display:block;
	padding:3px 0 6px 3px;
}
div#storelocations ul#storelist li a:hover {
	background:#f4ecc4;
	color:#000;
}
div#storelocations ul#loc_guide {
	list-style:none;
	float:right;
	height:20px;
	padding-top:6px;
}
div#storelocations ul#loc_guide li {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
div#storelocations ul#loc_guide li.spacer {
	width:24px;
	height:20px;
	float:left;
}
div#storelocations ul#loc_guide li span {
	color:#6c8b92;
}
.mapInfoHdr {
	font-weight:bold;
}
.mapInfoHdr2 {
	font-size:24px;
	font-weight:bold;
}
.mapAddress {
}
.locationHeader {
	background-color:#8DB6BE;
	border-bottom:1px solid #808284;
	border-top:1px solid #808284;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px;
}
.locationsText {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
.locationHdrText {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
.style1 {
	color: #9b301c;
	font-weight: bold;
	font-size: 16px;
}

