/* ################ Vehicle DB ################ */

.emptyvehicledata { display:none; }

.vehicledb-list-image {
	width:340px;
	float:left;
	margin-bottom: 20px;
}
.vehicledb-list-image img {
	display:block;
	border: 1px solid #000000;
}

.vehicldedb-list-text {
	width:300px;
	float:left;
}

.vehicledb-list-clearer {
	clear:both;
	height:20px;
}

.vehicldedb-list-text td {
	padding:0px 10px 0px 0px;
}

.vehicledb-price-image {
	width:180px;
	float:left;
}

.vehicldedb-price-text {
	width:470px;
	float:left;
}

.vehicledb-price-clearer {
	clear:both;
	height:20px;
}

.vehicldedb-price-text td {
	width:110px;
/*	padding:0px 30px 0px 0px; */
}

.vehicldedb-price-text th {
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	width:110px;
}

/*.vehicldedb-price-text .emptyvehicledata {
	display:none;
	width:0px;
	overflow:hidden;
}*/

.vehicledb-compare-box0 {
	width:130px;
	height:30px;
}

.vehicledb-compare-box1 {
	width:175px;
	height:30px;
}

.vehicledb-compare-list {
	width:160px;
	float:left;
	font-size:12px;
}

.vehicledb-compare-items1, .vehicledb-compare-items2, .vehicledb-compare-items3 {
	width:230px;
	float:left;
	font-size:12px;
}

.vehicledb-compare-box1 select {
	width:215px;
	font-size: 11px;
}

.vehicledb-compare-image {
	height:130px;
	overflow: hidden;
}

.vehicledb-compare-oneline {
	height:16px;
	border-bottom:#373737 1px solid;
	border-left:#373737 1px solid;
	padding: 3px 4px 2px 8px;
}

.vehicledb-compare-threelines {
	height:45px;
	border-left:#373737 1px solid;
	padding: 3px 4px 2px 8px;
}

.vehicledb-compare-list .vehicledb-compare-oneline {
	border-left:#373737 0px none;
	padding: 3px 4px 2px 0px;
}

.vehicledb-compare-list .vehicledb-compare-threelines {
	border-left:#373737 0px none;
	padding:0px;
}

.vehicledb-compare-back {
	clear: both;
}

#pictabs {
	font-size: 11px;
	width:322px; /* wegen border; */
}
.pictabsitem {
	margin:0px -1px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:50px;
	height:16px;
	text-align:center;
	background:url(../images/tab.gif) no-repeat left bottom;
}
.pictabsitem2 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:60px;
	height:16px;
	text-align:center;
	background:url(../images/tab2.gif) no-repeat right bottom;
}
.pictabsitem a, .pictabsitem2 a {
	color:#808080;
	text-decoration:none;
	cursor: pointer;
}
.pictabsitem a:hover, .pictabsitem2 a:hover {
	color:#00a6fd;
	text-decoration:none;
}


