div.car {
	position: relative;
	left: 0px;
	top: 0px;
	width: 529px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(car-box-bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	font-family: arial,helvetica,sans-serif;
	overflow: hidden;
}


div.car-caption {
	position: relative;
	top: 0px;
	left: 0px;
	width: 529px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	/*border-top: 1px solid #c2c2c2;*/
	background: url(car-caption-bg.jpg);
}

div.car-caption h3 {
	position: absolute;
	left: 10px;
	top: 7px;
	color: #ffffff;
	margin: 0px;
	border: 0px;
	margin: 0px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
}

div.car div.car-thumb {
	position: absolute;
	top: 30px;
	left: 13px;
	width: 140px;
	height: 104px;
	/*border: 1px solid red;*/
	background: url(car-thumb.jpg);
}

div.car div.car-info {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border: 1px solid blue;*/
}

div.car-property {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: 15px;
	padding: 0px;
	margin: 0px;
	margin-left: 175px;

	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

div.car-property-name {
	position: relative;
	float: left;
	width: 140px;
}

div.car-property-value {
	position: relative;
	float: left;
	width: 120px;
}


div.car div.car-bottom {
	position: relative;
	width: 529px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid red;*/
}

div.car-bottom div.car-price-grey {
	position: absolute;
	right: 238px;
	bottom: 0px;
	width: 122px;
	height: 45px;
}

div.car-bottom div.car-price-green {
	position: absolute;
	right: 114px;
	bottom: 0px;
	width: 122px;
	height: 45px;
}

div.car-bottom div.car-details {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 114px;
	height: 45px;
	background: url(car-details.gif);
}

div.car-details-btnarea {
	position: absolute;
	left: 4px;
	top: 10px;
	width: 110px;
	height: 35px;
}

div.car-bottom div.car-details-caption {
	position: absolute;
	top: 17px;
	left: 38px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

div.car-bottom div.car-price-top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 122px;
	height: 16px;
	color: #3c3c3c;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

div.car-bottom div.car-price-top span {
	position: absolute;
	top: 1px;
	width: 122px;
	text-align: center;
}

div.car-bottom div.car-price-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 122px;
	height: 29px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

div.car-bottom div.car-price-bottom span {
    position: absolute;
	top: 5px;
	width: 122px;
	text-align: center;
}

div.car-bottom div.grey {
	background-color: #808080;
}

div.car-bottom div.green {
	background-color: #6fb31a;
}
