#provinces {
	margin-left: auto;
	margin-right: auto;
	width: 65%;

}

#CityList {
	width: 100%;
}

table.CitiesList
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.CitiesList caption
{
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
}	
table.CitiesList td
{
	width: 33%;
	text-align: left;
	padding: 4px;
	vertical-align: top;
}
table.CitiesList td.feat
{
	font-size: 10pt;
	font-weight: bold;
}



div.StoreLocation {
	border-top: 1px dashed #333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
div.StoreName {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
}

/* store locator */
#map_containor {
  width:850px; 
  font-family:Arial, sans-serif; 
  font-size:11px; 
  border:1px solid #575757;
  margin-left: 30px;
}
#map {
	overflow: hidden; 
	width:560px; 
	height:400px;
}
#map_info_window {
	color: #000;
}
#map_info_window a:link {
	color: #8B8A8A; 
}
#map_info_window a:hover {
	color: #09C; 
}
#map_sidebar {
	overflow: auto; 
	height: 400px; 
	font-size: 11px; 
	color: #E4E3E5;
}
#map_sidebar .hover, .hover #sb_dealer_name {
	background-color: #09C;
	color: #EEE;
}
#map_sidebar .map_locations {
	cursor: pointer;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#dealer_name {
	font-weight: bold;
	font-size: 15px;
	color: #09C;
}
#store_name {
	font-weight: bold;
}
#sb_dealer_name {	
	font-weight: bold;
	color: #09C;
}
#sb_store_name {
	font-weight: bold;
}
#btnSubmit {

}
#storesleft {
	float: left;
	width: 650px;
	padding-right: 20px;
}
#storesright {
	width: 200px;
	float: right;	
}
#btnSearch {
	background: url("/images/stores/search-loc.gif");
	vertical-align: top;
	width: 108px;
	height: 23px;
	border: none;
	cursor: pointer;
	color: transparent;
	text-transform: capitalize;
	text-indent: -9999px;
}
