@charset "utf-8";
/* CSS Document */

/****** Styles for Results page *******/

div.inner-content.new-cars,
div.inner-content.offers
{
    background-color : #fff;
    min-height : 568px;
    padding-bottom: 20px;
}

div.inner-content.new-vans
{
    background-color : #fff;
    height : 983px;
}

div.vehicle-list-container,
div.motability-list-container
{
	float: left;
	width: 100%;
	position: relative;
	height : auto;
}

div.vehicle-list-container form
{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #d6d7d6;
	position: absolute;
	top: 0;
	left: 0;
}

div.vehicle-item
{
	width: 372px;
	float: left;
	height: 80px;
	margin: 0 0px 15px 15px;
	background: none;	
}
div.motability-list-container div.item
{
	width: 372px;
	height : 115px;
	float: left;	
	margin: 0px 0px 0px 15px;
	background: none;
}
div.motability-list-container div.item.odd
{
	clear : left;
}

div.vehicle-item a.vehicle-title,
div.motability-list-container div.item h2.title
{
    width: 224px;
	float: left;
	font-size: 11px;
	color: #373737;
	margin: 5px 0 0 5px;
}

div.vehicle-list-container div.vehicle-item a.vehicle-title:hover
{
	color: #111111;
}

div.vehicle-item ul.vehicle-summary,
div.motability-list-container div.item ul.summary
{
 	float: left;
	width: 224px;
}

div.vehicle-item ul.vehicle-summary li,
div.motability-list-container div.item ul.summary li
{
	margin: 3px 5px 0 5px;
	float: left;
	width: 225px;
}

div.vehicle-item a.vehicle-image,
div.motability-list-container div.item img 
{
 	float: left;
}

div.vehicle-item h2, div.item h2
{
	width: 220px;	
	height: 15px;
	float: left;
	margin: 3px 0 0 5px;
}
/****** End of styles for Results page *******/


    
