@charset "utf-8";
/* CSS Document */

/****** Styles for Results page *******/
div.pagination-menu ul li.selected a
{
	background: #ddd url(../images/pag-select-background.gif) no-repeat 0 1px;
}
div.pagination-menu ul li a.next
{
	background: url(../images/next-btn.gif) no-repeat right;
}
div.pagination-menu ul li a.next:hover
{
	background: url(../images/next-hover-btn.gif) no-repeat right;
}
div.pagination-menu ul li a.prev
{
	background: url(../images/previous-btn.gif) no-repeat left;
}
div.pagination-menu ul li a.prev:hover
{
	background: url(../images/previous-hover-btn.gif) no-repeat left;
}
div.vehicle-item
{
	background: url(../images/vehicle-item-background.png) no-repeat;
	padding : 7px 10px;
	width : 570px;
}
div.vehicle-item ul.vehicle-summary
{
	width : 405px;
}
div.vehicle-item ul.vehicle-summary li
{
	width : 188px;
	margin-right : 7px;
}
div.vehicle-item h2 span.price
{
	padding-right : 7px;
}
/****** End of styles for Results page *******/
fieldset.toolcriteria
{
	top : -36px;
}
div.vehicle-list-container form
{
	background-color : Transparent;
}
div.vehicle-item a.vehicle-image
{
	border : solid 1px #CCCCCC;
}