
/* =Storelocator
============================================================================= */

#storelocator {
	padding-top: 16px;
}

#storelocatorList {
	float: left;
	width: 240px;
}

#storelocatorMap {
	float: right;
	width: auto;
}

ul.storelocatorList {
	width: 240px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

ul.storelocatorList li {
	display: block;
	width: 240px;
	margin: 0px 0px 5px 0px;
	padding: 0 0 0 0;
}

* html ul.storelocatorList li {
	margin-bottom: -7px;
}

ul.storelocatorList li a {
	display: block;
	width: 230px;
	padding: 9px 5px 5px 5px;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: .7em;
	text-decoration: none;
	color: #43af43;
}

ul.storelocatorList li a:active,
ul.storelocatorList li a.active,
ul.storelocatorList li a:hover,
ul.storelocatorList li a.hover {
	text-decoration: underline;
	color: #004687;
}

.storelocatorCommonLine {
	height: 3px;
	line-height: 3px;
	font-size:3px;
	margin: 5px 0;
	background: transparent url(../pics/bg_dotted_line.gif) repeat-x 50%;
}
