/* CSS Document */
#car-wrap {
width:980px;
height:210px;
position:relative;
color:#FFFFFF;
float:left;
border:5px solid #333333;
background-color:#000;
margin:5px;
}


#car-wrap div {
font-size:14px;
}
#car-photo {
position:absolute;
left:1px;
top:2px;
width:270px;
height:203px;
z-index:1;
border:1px solid #4a4a4a;
}
#car-photo img{
/*filter: gray;*/
}

#car-make2 {
position:absolute;
left:274px;
top:6px;
width:700px;
padding-left:6px;
padding-top:1px;
height:25px;
z-index:3;
background:#4e4e4e;
color:#ffffff;
font-size:11px;
}


#car-model2 {
position:absolute;
left:424px;
top:85px;
width:153px;
padding-left:6px;
padding-top:1px;
height:18px;
z-index:5;
background:#4e4e4e;
color:#ffffff;
font-size:11px;
}



#car-year2 {
position:absolute;
left:274px;
top:32px;
width:700px;
padding-left:6px;
padding-top:1px;
height:24px;
z-index:7;
background:#4e4e4e;
color:#ffffff;
font-size:11px;
}

#car-more1 {
position:absolute;
left:282px;
top:179px;
width:225px;
height:23px;
z-index:13;
}

#car-more2 {
position:absolute;
left:515px;
top:179px;
width:225px;
height:23px;
z-index:13;
}


#car-more3 {
position:absolute;
left:748px;
top:179px;
width:225px;
height:23px;
z-index:13;
}


#diesels, #automatic {
position:absolute;
left:2px;
top:3px;
width:270px;
height:203px;
z-index:200;
}

#diesels a {
position:absolute;
width:270px;
height:203px;
z-index:210;
background:url(graphics/diesel.gif) right bottom no-repeat transparent;
}

#automatic a {
position:absolute;
width:270px;
height:203px;
z-index:210;
background:url(graphics/auto.gif) left top no-repeat transparent;
}

#diesels a span, #automatic a span {
display:none;
}


#car-wrap .col1, #car-wrap .col2, #car-wrap .col3 {
width:230px;
float:left;
text-align:left;
margin-left:1px;
}


#car-wrap .col1b {
width:460px;
float:left;
text-align:left;
margin-left:1px;
}

.new-spec1 {
	width:345px;
	position:absolute;
	left:275px;
	height:110px;
	top: 63px;
}
.new-spec2 {
	width:345px;
	position:absolute;
	left:625px;
	height:110px;
	top: 63px;
}
