.area {
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: right;
}
.dealer {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 300px;
	/*height: 150px;*/
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 4px;
}
.dataDIV {
	display: none;
}
.dealer .name {
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
.dealer .address {
	margin-bottom: 5px;
}
.dealer .website {
	text-align: right;
	margin-top: 30px;
}
.dealerData {
	margin-left: 24px;
}
#main_text {

}
