div.dealer-info-box {
	padding: 0;
	border: 0;
	margin: 0;
	width: 205px;
	height: 128px;
	border: 1px solid #E0E0E0;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	background-color: #FFF;
	padding: 15px;
}

div.highlight {
  background-image: url(../../images/dealer/bgHighlight.png);
}

div.premium {
  background-image: url(../../images/dealer/bgPremium.png);
  /*z-index: 20;
  background-position: 0 -158px;*/
}

div.premium_highlight {
  background-image: url(../../images/dealer/bgPremium.png);
  background-position: 0 -158px;
}

div.dealer-info-box-end {
	padding: 0;
	border: 0;
	margin: 0;
	width: 205px;
	height: 128px;
	border: 1px solid #E0E0E0;
	margin-right: 0px;
	margin-bottom: 15px;
	float: left;
	background-color: #FFF;
	padding: 15px;
}

.h3-dealer {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.h4-dealer {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 12px;
}

.dealer-adress {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 12px;
}

.no-dealer-found {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-top: 12px;
}

.searchResult { 
	padding: 3px; 
	width: 270px; 
	border: 1px solid #999; 
}

.searchResult { 
	list-style-type: none; 
	margin: 5px 0 0 0;
	background-color: white;
}

.searchResult li { 
	margin: 0 0 5px 0; 
	cursor: default;
	background-color: white; 
}

.searchResult li:hover { 
	background-color: #eaf1fa; 
}

.searchResult li.selected { 
	background-color: #EAF1FA;
}
