.dealers-table, body {
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #d5dbe9; 
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #DCDEDE; 
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #F0F0F0; 
	scrollbar-arrow-color: #333333;
}
.dealers-table {
	width: 600px;
	height: 300px;
	position:relative;
	z-index:1;
	overflow: auto;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	float: right;
	clear: none;
	vertical-align: top;
	text-align: left;
}
.dealer-table {
	width: 100%;
	font-family: arial;
	font-size: 10px;
	color: #666666;
	margin-bottom: 10px;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.dealer-table a, .dealers-table a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.dealer-table a:hover, .dealers-table a:hover {
	text-decoration: underline;
	color: #666666;
}
.dealer-table td {
	width: 50%;
	padding: 2px;
}
.dealer-name {
	font-weight: bold;
	color: #fe0000;
	background-color: #F0F0F0;
}
.map {
	float: left;
	clear: none;
}
.county-name {
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
}
