body {
	background:url("/static/images/unity/carzoneoflouth/repeater.jpg") repeat-x scroll center -6px #e1e1e1;
}

#top-line {
	display: none;
}

#wrapper {
	padding: 0;
}

#header { border: none; }

#header .logo {
	margin: 0;
}

#main {
	padding: 10px;
}

#main .column2-left-wide {
    display: block;
    float: left;
    width: 590px;
}

.vehicle-list .vehicle {
    border-top: 3px solid #CD0000;
    background-color: #e4e4e5;
    padding: 0;
    clear: both;
    max-height: 220px;
    padding: 0;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

.vehicle-list .vehicle:last-child {
	border-bottom: 1px solid #b2b2b2;
}

.button.button-more {
	background: none;
	background-color: #A00B05;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.button.button-more:hover {
	background-color: #AF3123;
}

.vehicle-details .vehicle-image img {
    width: 588px;
}

.vehicle-list .vehicle .vehicle-information {
    float: left;
    padding: 7px 3px;
    width: 340px;
}

.box.vehicle-image {
	border:1px solid #b2b2b2;
}

.vehicle-image {
	margin: 0px;
}

.box {
	border: none;
	padding: 3px;
}

.inner, .vi-inner {
	background: #e4e4e5;
	padding:5px;
	border: 1px solid #b2b2b2;
}

.box h4 {
	background: #A00B05;
	color: #fff;
	padding: 5px;
	margin-bottom: 3px;
}

#main .column2-right-slim {
    display: block;
    float: left;
    margin-left: 5px;
    position: relative;
    width: 300px;
}

#footer {
	border-color: #A00B05;
}

.vehicle-details .vehicle-image {
    width: 588px;
}

.inner p {
	margin: 0.5em 0;
}