.cars_content{
padding: 10px 36px;
}

.car_item{
	padding: 10px;
	float: left;
	height: 166px;
	width: 166px;
}

.class_header {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	height: 26px;
	clear: both;
	background-image: url(../images/class_header_bcgr.png);
	background-repeat: repeat-x;
	padding-left: 20px;
}

.detail_link{
	background-image: url(../images/car_detail_bcgr.png);
	background-repeat: repeat-x;
	height: 22px;
	width: 130px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin:5px 0px;
}
.car_title{
	line-height: 22px;
	color: #4A7CB7;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}

.car_detail_title{
	color: #4A7CB7;
	font-size: 12px;
	font-weight: bold;
}

.detail_link a{color: #FFFFFF;}
.vertical_line{
	height: 166px;
	width: 1px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	float:left;
}
.cars_detail_left_col{
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
}

.cars_detail_right_col{
 color: #4A7CB7;
}