#results div.vehicle {
	padding: 0px;
	position: absolute;
	width: 433px;
}

#results div.vehicle table.main {
	width: 100%;
	margin: 0px;
	border-collapse: separate;
	border-spacing: 1px;
}
	#results div.vehicle table.main th {
		background: transparent url("images/vehicle_bg_light.gif") repeat-x;
		height: 30px;
		text-align: center;
	}
	
	#results div.vehicle table.main th.print a {
		color: #b0b1b3;
		background: transparent url("images/vehicle_print.gif") no-repeat right;
		padding: 2px 30px 5px 0px;
		text-transform: none;
	}

	#results div.vehicle table.main td {
		text-align: left;
		padding: 5px;
		font-size: 10px;
		font-weight: normal;
		vertical-align: top;
		height: auto;
		border: 1px solid #aaa;
		text-transform: none;
		background: transparent none;
	}
	
	#results div.vehicle table.main td label {
		font-weight: bold;
		color: #83080a;
	}

	#results div.vehicle table.main th label {
		color: #83080a;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	#results div.vehicle table.main th span {
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	#results div.vehicle table.main td.photo {
		width: 278px;
		height: 209px;
		padding: 0px;
		text-align: center;
		vertical-align: middle;
	}
	
	#results div.vehicle table.main td.photo {
		width: 278px;
		height: 209px;
	}
	
	#results div.vehicle table.main td.mark {
		font-size: 10px;
		color: white;
		background: #83080a none;
		vertical-align: middle;
		border: none;
		height: 26px;
	}
	
	#results div.vehicle table.main td.model {
		font-size: 10px;
		color: white;
		background: #000 none;
		vertical-align: middle;
		border: none;
		height: 26px;
	}
	
	#results div.vehicle table.main td.mark label,
	#results div.vehicle table.main td.model label {
		color: white;
	}
	


#results .vehicle table.detail {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0px;
}

	#results div.vehicle table.detail td {
		text-align: left;
		padding: 0px;
		font-size: 10px;
		font-weight: normal;
		vertical-align: middle;
		height: 25px;
		border-bottom: 1px dotted #aaa;
		text-transform: none;
		background: transparent none;
	}
	
	#results div.vehicle table.detail td label {
		font-weight: bold;
		color: #83080a;
	}
	
	#results div.vehicle table.detail td div.price {
		float: right;
		color: white;
		font-size: 14px;
		font-weight: bold;
		background-color: #ef9500;
		width: 162px;
		height: 26px;
		text-align: center;
	}

	#results div.vehicle table.detail td div.sofinco {
		float: right;
		color: white;
		font-size: 14px;
		font-weight: bold;
		background-color: #ef9500;
		width: 109px;
		height: 26px;

	}
	
	#results div.vehicle table.detail td div.price span {
		margin: 4px auto;
		display: block;
	}
	
	#results div.vehicle table.detail td div.sofinco span {
		margin: 4px auto;
		display: block;
	}
		
	
	
#results .vehicle .contact {
	background-color: #83080a;
	height: auto;
	position: absolute;
	top: 383px;
}

	#results .vehicle .address {
		float: left;
		width: 240px;
		height: 48px;
		background-color: #83080a;
	}

		#results .vehicle .contact .address h1
		{
			font-size: 13px;
			font-weight: bold;
			padding: 5px 6px 2px 6px;
			text-align: center;
			text-transform: uppercase;
		}
		
		#results .vehicle .contact .address p
		{
			padding: 0px 4px;
			font-size: 10px;
			text-align: center;
		}
	
	#results .vehicle .contact .email {
		width: 193px;
		height: 48px;
		clear: right;
		text-align: center;
		background-color: black;
		float: left;
	}
	
		#results .vehicle .contact .email span
		{
			
		}
		
		#results .vehicle .contact .email span a
		{
			background: black url("images/vehicle_email.gif") no-repeat center;
			text-indent: -100000px;
			width: 150px;
			height: 45px;
			display: block;
			margin: auto;
		}