/*Start Car list section ---- */
.car-list, .car-list-last{
	display:block;
	width:228px;
	height:226px;
	overflow:hidden;
	/*background: #F7E139;*/
	text-align:left;
	}
	
.car-list{
	float:left;
	}

.car-list-last{
	float:right;
	}

.car-list a, .car-list-last a{
	text-decoration:none;
	color: #fff
	}

.car-list:hover, .car-list-last:hover{
	background-color:#fff;
	}

.car-list-text{
	overflow:hidden;
	height:15px;
	}

.car-list-title{
  font-size:1.0em;
	font-weight:bold;
	color:#333;
	/*display:block;*/
	line-height:20px;
	height:20px;
	text-align:left;
	overflow:hidden;
	/*background: #F7E139;*/
	}

.car-list-price{
  font-size:1.6em;
	font-family: "Arial Narrow";
	font-weight:bold;
	color:#c00;
	background: url('../../img/default/HCAweb_01-1.gif') no-repeat left;
	text-align: center;
	line-height: 30px;
	/*display:block;*/
	position: relative; 
	width: 110px;
	top: -65px; 
	left: 18px; 
	float: right
	}
	
.car-list-image{
	border: 1px solid #F7E139;
	background: url("../../img/default/no_image_sm.jpg") no-repeat center;
	height:170px;
	width:226px;
}