@charset "utf-8";
/* CSS Document */

/****** Styles for Results page *******/


div.new-cars div.vehicle-list-container 
{
}

div.vehicle-list-container
{
	float: left;
	width: 100%
}

div.vehicle-list-container form
{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #d6d7d6;
	position: absolute;
	top: 0;
	left: 0;
}

div.vehicle-item
{
	background:transparent url(../images/vehicle-item-background.png) repeat-x scroll 0 0;
    float:left;
    height:118px;
    padding-top:5px;
    width:154px;
    text-align: center;
    margin: 0 -5px;
}

div.vehicle-item a.vehicle-title
{
	font-size: 11px;	
	font-weight : bold;
	padding-top: 10px;
	text-decoration: none;
}
div.vehicle-item span.vehicle-price
{
	font-size: 11px;
	padding-top: 10px;
	padding-left: 4px;
	color: #0272B6;
}

div.vehicle-item a.vehicle-image 
{
 	float: left;
 	margin: 0 0 0 -3px;
}

div.vehicle-item a.vehicle-image img
{
}

div.vehicle-item h2, div.item h2
{
	width: 180px;	
	height: 15px;
	float: left;
	margin: 3px 0 0 7px;
}
/****** End of styles for Results page *******/

