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

.dealerListingTable
{
	background-color:#FFF;
	width:90%;
	margin-left:10px;
}

.dealerListingTableRow
{
	height:20px;
}

.dealerInfoTableRow
{
	background-color:#FFF;
	border-bottom:2px solid #999;
	
}

.dealerInfoCompany
{
	font-family:Arial;
	font-size:12px;
	
	color:#333;
				 
}

.dealerInfoDiv
{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	line-height:20px;
}

.dealerInfoName
{
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.dealerInfoData
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.dealerListingSearchTable
{
	background-color:#CCC;	
	border:0px;
	margin:20px;
	width:640px;
}

.dealerListingTitle
{
	background-color:ffbe0e;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	
}

.dealerListingSearchByChar
{
	background-color:#666;
	padding:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
	
}

.dealerListingFormHint
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.dealerLisingFormLabel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.dealerListingTableDelimiterRow
{
	background-color:#CCC;
	height:20px;;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
	
}

.dealerListingTableDelimiterRowSpace
{
	background-color:#FFF;
	height:30px;
}
