@charset "utf-8";
/* CSS Document */
#vehicle .odd .vehicledetails h2.title, #vehicle .even .vehicledetails h2.title {
	float: left;
	width: 400px;
	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 {
	line-height: 28px;
	white-space: nowrap;
}
.share-sm h3 {
	padding:3px;
    line-height:0 !important;
}

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

.odd .thumb, .even .thumb {
    padding-right: 25px;
	margin: 7px 0px 0px 10px !important;
}

.odd, .even {
	display: block;
	min-height: 84px;
	width: 610px;
	padding: 4px 13px 4px 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
	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;
}



#vehicledetails{
	margin:0px 0px 20px 0px;
}

.color span{
	height:18px;
	width:18px;
	display:inline-block;
	border:2px solid #FFF;
	background-image:url(../images/webdisplay/color-gloss.png);
	background-size:1px 100%;
	margin:0px 5px -5px 0px;
}

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