/* :::::::::::::::::::::: */
/* Dealers */
/* :::::::::::::::::::::: */			
	TABLE.contentsTB TD.dealerTitTD {
		width: 450px;
		height: 85px;
		text-align: left;
		vertical-align: top;
		padding-top: 30px;
		padding-left: 30px;
	}
	TABLE.contentsTB TD.iframeTD {
		width: 480px;
		height: 352px;
		text-align: left;
		vertical-align: bottom;
		padding-left: 30px;
	}
	TABLE.contentsTB TD.italiaTD {
		width: 360px;
		text-align: left;
		vertical-align: bottom;
		padding-bottom: 4px;
	}
	
TABLE.dealerFormTB TD {
	padding-top: 2px;
	padding-bottom: 2px;
}


/* Separator Line */
TABLE.dealerSepTB {
	width: 400px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 14px;
}
	TABLE.dealerSepTB TD {
		height: 1px;
		background-color: #D1D1D1;
	}


