﻿body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
.used-car-body, .used-car-body-list {
	/*background: #d6d6d6;       uncomment for new site */
	background: #fff;
}

.used-car-wrapper
{
	margin: 0px;
	/*width: 900px;*/
	width: 100%;
	padding: 0px;
	/*background: #d6d6d6;    uncomment for new site */
	background: #fff;
}

.used-car-display
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	/*background: #d6d6d6;     uncomment for new site */
	background: #fff;
	color: #1a1a1a;
}

.filter
{
	margin-top: 20px;	
}

.button
{
	background-color: #CC0000;
	color: White;
	border: solid 1px #CC0000;	
}

.used-car-footer {
	/*background: #d6d6d6;     uncomment for new site */
	background: #fff;
}

.gallery {
	background: #fff;
}
#view-all-used-vehicles
{
	background:url(ViewAllUsedVehicles.gif)  no-repeat;
	height:28px;
	width:202px;
}

.main-menu
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
