@charset "UTF-8";
/* CSS Document */

.dealers p{
	margin:0px;
	padding:0px;
}
.dealers h3{
	margin-bottom:5px;
	padding-bottom:0px;
	font-weight:bold;
	color:#454545;
}
.dealers .list{
	width:400px;
	float:left;
}
.dealers .list .record{
	margin:15px 10px 15px 10px;
}
.dealers .list .sep{
	border-bottom:1px #CCCCCC solid;
}



.dealers .paging{
	text-align:right;
	margin:0px;
	padding:4px 10px 4px 0px;
	background-color:#EEEEEE;
	color:#333333;
}

.resultCount{
	clear:left;
	background-color:#EEEEEE;
	padding:4px 5px 3px 6px;
	text-align:right;
}


.dealSearch{
	width:210px;
	float:right;
	border:1px solid #DBDBDB;
	padding:14px;
	margin-right:30px;
	margin-top:-30px;
}
.dealSearch .formField{
	width:150px;
	background-color:#333333;
	color:#FFFFFF;
}

.dealSearch .Search{
	background-color:#F76736;
	color:#FFFFFF;
	padding:5px;
	border:0px;
}