#dealer_error {
width:890px;
padding:15px;
display:none;
margin-bottom:15px;
margin-left:15px;
font-size:14px;
color:#333;
font-weight:bold;
background-color:#ffcccc;
border:1px solid #cc0000;
float:left;
}

#search {
	width:920px;
	margin-left:15px;
	background-color:#efefef;
	border:1px solid #999;
	float:left;
}

#map {
background:#fff;
display:none;
width:920px;
margin-left:15px;
height:400px;
margin-bottom:15px;
}

#search_icon { display:none; width:16px; height:16px; text-align:right;}

#result_header { 
	display:none;
	float:left;
	width:898px;
	background-color:#efefef;
	border:1px solid #999;
	margin-left:15px;
	padding:10px;
	margin-bottom:15px;
}

#results {
display:none;
margin:10px;
padding:10px;
height:400px;
overflow:auto;
}

.dealer_info {
display:block;
position:relative;
text-align:left;
font-size:11px;
color:#000;
}

.dealer_info .name {
font-weight:bold;
font-size:12px;
}

.dealer_info .address { margin-bottom:10px; }

.dealer_info .url { display:block; margin-top:10px; color:#660000; }

.dealer_info .dirs { margin-top:10px; }

.dealer_info .dirs a { color:#660000; }

#dealer_list { width:900px; margin-bottom:15px; }

#dealer_list tr td { padding:10px; font-size:11px; }

#dealer_list tr td div { cursor:pointer; padding:5px; }

#dealer_list tr td div b { font-size:12px; color:#333; }

#dealer_list .mileage { font-size:10px; color:#454545; }

#dealer_list .hover { background-color: #efefef; }

#dealer_list .selected { background:#efefef; }