@charset "utf-8";
/* CSS Document */

#dealerDetails{
	width:800px;
}

#intDealers{
	border-bottom:2px solid #cccccc;
	width:380px;
	float:left;
	height:150px;
}

#ukDealers{
	border-bottom:2px solid #cccccc;
	width:380px;
	float:right;
	height:150px;
}

#dealerInfo{
	margin-top:20px;
	border-bottom:2px solid #cccccc;
	float:left;
	width:100%;
}


