.head
	{
	font-weight:bold;
	}

body
	{
	font-family:Arial, Helvetica, sans-serif;
	
	}


div.car_row_extend
	{
	width:580px;
	float:left;
	clear:both;
	text-align:center;
	font-size:11px;
	}
div.car_row
	{
	float:left;
	clear:both;
	text-align:center;
	font-size:11px;
	width:100%;
	}

div.model_div
	{
	float:left;
	width:70px; 
	padding-bottom:5px; 
	padding-top:5px;
	height:35px;
	}

div.door_div
	{
	float:left;
	width:40px; 
	padding-bottom:5px; 
	padding-top:5px;
	height:35px;
	}
div.seat_div
	{
	float:left;
	width:40px; 
	padding-bottom:5px; 
	padding-top:5px;
	height:35px;
	}
div.gearbox_div
	{
	float:left;
	width:30px; 
	padding-bottom:5px; 
	padding-top:5px;
	height:35px;
	}

div.tariff_band
	{
	float:left;
	width:55px; 
	padding-bottom:5px; 
	padding-top:5px;
	height:35px;
	}

.bh
	{
	background-color:#6FD6EC;
	}
.b
	{
	background-color:#BFEDF7;
	}
.gh
	{
	background-color:#999999;
	}
.g
	{
	background-color:#CCCCCC;
	}
.th
	{
	background-color:#A2FF82;
	}
.t
	{
	background-color:#CCFFBB;
	}
.s
	{
	background-color:#FFFFFF;
	}

.tariff_price_input
	{
	width:40px;
	font-size:10px;
	text-align:center;
	}
.tariff_submit
	{
	font-size:10px;
	text-align:center;
	}
.input_error
	{
	border-width:2px; 
	border-style:solid; 
	border-color:#CC0000; 
	padding:2px;
	}
