/*****Main Layout Styles*****/

#main-store-locator {
	width: 570px;
	padding: 0;
	margin: 0;
}
#main-store-locator #store-locator-main-body {
	float: left;
	width: 570px;
	padding: 0;
	margin: 0;
}

/*****Store Content Styles*****/

#store-content {
	float: left;
	width: 270px;
	padding: 0;
	margin: 10px 0 0 0;
}
#store-content #store-address {
	float: left;
	width: 270px;
	margin: 0 0 15px 0;
}
#store-content #store-hours {
	float: left;
	width: 270px;
	margin: 0 0 15px 0;
}
#store-content #store-hours table {
	margin: -4px 0 0 0;
}
#store-content #store-facilities {
	float: left;
	width: 270px;
}
#store-content #store-content-header {
	width: 268px;
	margin: 0px;
	padding: 0px;
}
#store-content #store-content-header h4 {
	padding: 3px 5px 3px 5px;
}
.store-heading {
	width: 270px;
	margin: -5px;
	padding: 0 5px 5px 5px;
	border-bottom: 1px dotted #889AAE;
	font-weight: bold;
	color: #889AAE;
}

/*****Driving Direction Styles*****/

#routeFinderDiv {
	width: 569px;
	overflow: auto;
	float: left;
	padding: 0;
	margin: 0 0 0 -4px;
}
#routeFinderDiv a {
	color: #333;
	text-decoration: none;
}
#direction-nav {
	float: right;
}
#direction-nav-container {
	float: left;
	clear: both;
	width: 550px;
	padding: 10px;
	background-color: #889AAE;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/*****Search Box Styles*****/

#search-box {
	float: left;
	width: 508px;
}
#search-box p {
	float: left;
	clear: both;
	padding: 0;
	text-align: center;
	width: 508px;
}
#search-box em {
	float: left;
	clear: both;
	text-align: center;
	width: 508px;
}
#search-box form {
	float: left;
	clear: both;
	margin: 10px 0 0 135px;
	width: 250px;
}
#search-results {
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
#search-results a:link, #search-results a:visited {
	float: left;
	clear: both;
	width: 269px;
	padding: 3px 5px 2px 4px;
	margin: 0 -5px;
	color: #819AAE;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#search-results a:hover, #search-results a:active {
	color: #FFF;
	background-color: #A6B6C3;
}
#search-results img {
	float: left;
	margin: 0 3px 0 0;
}
#store-list {
}
.heading-text {
}
.search {
	vertical-align: middle;
	width: 150px;
	height: 20px;
	border: 1px solid #CCCCCC;
}
.searchBox {
	position: relative;
	left: -5px;
}
a.search-link:link {
	line-height: 18px;
}
a.search-link:visited {
	line-height: 18px;
}
a.search-link:hover {
	line-height: 18px;
}
a.search-link:active {
	line-height: 18px;
}
a.store-link:link {
}
a.store-link:visited {
}
a.store-link:hover {
}
a.store-link:active {
}
a.direction-link:link {
}
a.direction-link:visited {
}
a.direction-link:hover {
}
a.direction-link:active {
}
.store {
	position: relative;
	margin: 0 3px 0 0;
	top: 2px;
}
.store-text .store {
	top: 3px;	
}