@charset "utf-8";
/* CSS Document */
#vehicle .odd .vehicledetails h2.title, #vehicle .even .vehicledetails h2.title {
	float: left;
	width: 360px;
	overflow:hidden;
	white-space: nowrap;
	position: absolute; 
	left: 155px;
        margin: 0;
        padding: 0;
        background-color: transparent !important;
        background: none !important;
        border-style: none;
}

#vehicle .odd h3.mileage, #vehicle .even h3.mileage, #vehicle .odd h3.photos, #vehicle .even h3.photos, #vehicle .odd h3.condition, #vehicle .even h3.condition, #vehicle .odd h3.details, #vehicle .even h3.details {
	float: left;
	width: auto;
	margin-right: 60px;
        background-color: transparent;
        border-style: none;
}

#vehicle .odd h2, #vehicle .odd h3, #vehicle .odd h4, #vehicle .even h2, #vehicle .even h3, #vehicle .even h4 {
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
}

.odd, .even {
	padding: 0px !important;
	min-height: 100px !important;
	width: 630px !important;
	margin-left: 12px !important;
}

.odd .thumb, .even .thumb {
	padding: 0px !important;
	margin: 10px 28px 10px 20px !important; 
}

.odd, .even {
	display: block;
	min-height: 84px;
	width: 610px;
	padding: 4px 13px 4px 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: auto;
	position: relative;
}

.odd:hover, .even:hover {
	background-position: top;
}

.details {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.thumb {
	padding: 6px 6px 6px 6px;
	margin: 0px 28px 0px 0px;
	float: left;
	width: 105px;
	height: 77px;
	background: url(../images/webdisplay/thumb_bg.png) no-repeat;
}



@media only screen and (max-width : 980px) {
.odd, .even { width: 100% !important; }
}

