
#contentArea {
    background: none;
    width: 745px;
    padding: 0px;
}

/**************
 * LIST view */
.car-list {

}

.car-list-item {
	position: relative;
    float: left;
	width: 361px;
	height: 107px;
    margin-right: 5px;
	background: url(../images/car_item_bg.gif) repeat-x ;
}

.car-list-image {
	float: left;
	width: 120px;
    height: 80px;
    overflow: hidden;
    margin: 12px 8px 0 10px;
	background: url(../images/car_item_bg_left.gif) no-repeat ;
}

.car-list-text {
	height: 92px;
	background: url(../images/car_item_bg_right.gif) right no-repeat ;
    padding-top: 15px;
}

.car-list-text h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
}

.car-list-text a {
    color: #7f7f7f;
}

.car-list-text p.details {
    position: absolute;
    right: 15px;
    top: 80px;
    font-weight: bold;
}


/****************
 * SINGLE view */

.car-single {
	position: absolute;
	width: 745px;
	height: 395px;
	/* TODO: Maybe this should be done in main.css... but how to activate / deactivate it?! */
	background: url(../images/content_main_bg.gif) no-repeat;
}

.tx-car-pi1 {
    position: relative;
}

.tx-car-pi1 table, th, td {
    border: none;
}

.tx-car-pi1 table {
    position: absolute;
    top: -25px;
    right: 17px;
    width: 60%;
}

.tx-car-pi1 table a, td, th {
    color: #fff;
}

.car-single-content {
	margin: 20px 0 0 13px;
}

.car-single-images img {
	margin-right: 3px;
}

.car-single-header {
	position: relative;
	width: 708px;
	height: 37px;
	margin: 5px 0 10px 0;
	background: url(../images/car_detail_header_bg.png) repeat-x;
}

.car-single-header h2 {
	margin: 4px 0 0 15px;
	padding-top: 2px;
	color: #fff;
	font-size: 24px;
}

.car-single-header h2 span {
	position: absolute;
	top: 14px;
	right: 15px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

.car-single-info {
	float: left;
	width: 325px;
	margin-right: 20px;
}

.car-single-info dl {
	padding-left: 15px;
}

.car-single-info dt {
	float: left;
	height: 22px;
	color: #7f7f7f;
	font-size: 14px;
    line-height: 22px; /* to valign label with values */
	font-weight: bold;
}

.car-single-info dd {
	height: 22px;
	margin-left: 90px;
	padding-top: 4px;
	color: #7f7f7f;
	font-size: 12px;
}

.car-status {
    position: absolute;
    right: 25px;
    top: 5px;
    width: 185px;
    height: 93px;
}

.car-single-backlink {
	clear: both;
    position: absolute;
    left: 12px;
    bottom: -10px;
}

.car-single-emaillink {
	clear: both;
    position: absolute;
    right: 30px;
    bottom: -10px;
}
