@charset "utf-8";
/* CSS Document */

.vehicle_title {
	background:transparent url(../images/a1.jpg) no-repeat scroll 0 0;
	font-size:15px;
	font-weight:bold;
	height:22px;
	line-height:17px;
	padding-left:28px;
	width:auto;
}	

.vehicle_title a.left {
	color:#000000;
	text-decoration:none;
}

.vehicle_title a.right {
	color:#000000;
	text-decoration:underline;
	font-size:12px;
	float:right;
	margin-right:16px;
}

.vehicle_title a.right:hover {
	text-decoration:none;
}

ul.homelist {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.homelist li {
	float:left;
	width:223px;
	height:304px;
	border:solid;
	border-width:1px;
	border-color:#bebebe;
	margin:4px;
	padding:3px;
	position:relative;
	background:url(../images/li.back.jpg) repeat-x;
	background-position:bottom;
}

ul.homelist .title {
	background:transparent url(../images/car.title.back.jpg) repeat-x scroll 0 0;
	color:#FFFFFF;
	height:70px;
	margin:0;
	overflow:hidden;
	padding:10px;
	text-align:left;
	width:auto;
}

ul.homelist .title .line1 {
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}

ul.homelist .title .line2 {
	display:block;
	font-size:10px;
}

ul.homelist .priceinfo {
	background:transparent url(../images/a2.jpg) repeat-x scroll 0 0;
	height:9px;
	left:3px;
	position:absolute;
	top:75px;
	width:97.4%;
	z-index:100;
}

ul.homelist a.price-info-button {
	background:transparent url(../images/price.info.button.jpg) repeat scroll 0 0;
	display:block;
	height:14px;
	left:36%;
	position:absolute;
	top:75px;
	width:61px;
	z-index:101;
}

ul.homelist .image {
	height:117px;
	overflow:hidden;
	text-align:center;
	width:auto;
}

ul.homelist .image img {
	width:auto;
	height:100px;
}	

ul.homelist .Content {
	text-align:center;
}

ul.homelist .Content span img {
	margin-right:3px;
}

ul.cars .line2 {
	color:#f6cbc8;
}

ul.homelist .price {
	bottom:9px;
	color:#056390;
	font-size:18px;
	font-weight:bold;
	left:12px;
	letter-spacing:-1px;
	line-height:17px;
	position:absolute;
}

ul.homelist .price span {
	display:block;
	color:#4c4c4c;
	font-size:13px;
	font-weight:normal;
}

a.selectbutton {
	background:transparent url(../images/select.button.jpg) no-repeat scroll 0 0;
	bottom:10px;
	display:block;
	height:31px;
	position:absolute;
	right:10px;
	width:82px;
}

a.selectbutton:hover {
	background:transparent url(../images/select.button.jpg) no-repeat scroll 0px -32px;
}