
#dealerFilterForm {
	border: 1px solid #7f7f7f;
	margin: 10px 0px 2px 0px;
	background: #f3f3f3;
	font-size: 11px;
}

#dealerFilterForm * {
	font-size: 11px;
}

#dealerFilterForm table {
	font-size: 11px;
}

#dealerFilterForm input {
	padding-right: 2px;
}

#dealerFilterForm th {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

#dealerFilterForm .columnSpacer {
	width: 40px;
	overflow: hidden;
}

#errorMsg {
	color: #ff0000;
	font-size:85%;
	text-align:center;
	padding: 5px 0px 0px 0px;
}

.infoStrip {
	color:#000000;
	padding: 2px 1em;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
}

.infoStrip
{
	background: #e0e0e0;
	font-weight: bold;
}

#internetLoadingMsg,
#loadingMsg {
	font-weight:bold;
}

#map {
/* Style now set in JavaScript
	width: 700px;
	height: 400px;
*/
	border: 1px solid #9e9e9e;
	font-size: 12px;
	display: none;
}

#hoverMsg {
	background: #333333;
	color: #ffffff;
	border: 2px solid #ffffff;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	opacity: 0.8;
}

#hoverMsg h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

#hoverMsg #instr {
	font-size: 10px;
	margin-top: 1px;
	text-align:center;
	font-style: italic;
	color: #dddddd;
}

img.star {
	margin: 0px 1px;
}

#dealers {
	padding: 0;
}

#dealerPanes {
	
}

a.noImageAvailable {
	text-decoration: underline;
}

.profileLink {
	font-size: 85%;
	margin-top: 1ex;
}
.dealerName {
	margin-bottom: 5px;
	color: black;
}
.dealerRating {
	margin-top: 2px;
}
.dealerRating a {
	display: inline ! important;
}
.dealerRating .bid {
	color: red;
	margin-right: 5px;
	font-size: 11px;
}
