.stock_vehicle:hover {
	background-color: #ddd;
	cursor: pointer; 
}

td.vehicle {
	width: 33%;
	padding-bottom: 1em;
	border: 3px solid white;
	vertical-align: top;
	cursor: pointer;
}
/* algemeen */

body, td, th {
	font-family:arial,helvetica,sans-serif; font-size: 11px; line-height: 12px;
}

#content {
	width: 800px;
}

a, a:visited {
	color: black;
}

a img {
	border: none;
}

.right {
	float: right;
}

/* zoekmachine */

/* voorraadlijst */

tr.numeric, td.numeric {
	text-align: right;
}


td.vehicle h2 {
	font-size: 1.2em;
	height: 2.4em;
	text-overflow: hidden;
}

.price {
	float: right;
}

.kmstand {
	float: left;
}

/* detailpagina */

#frame {
	width:800px;
}

#photoViewer {
	float: left;
	width:320px;
}

#actions {
	float: left;
	clear: both;
	width: 320px;
	margin-top: 2em;
}

#technicalDetails {
	float: right;
	width:470px;
}

#details {
	float:right;
	width:100%;
}

#details td {
	vertical-align:top;
}

#moreDetails {
	display: none;
	width: 425px;
}


#options {
}

#options div {
	float: left;
}

#remarks {
	width: 425px;
	clear: both;
	float: right;
	margin-top: 2em;
}

#lastViewed {
	clear: both;
	float: left;
	width: 320px;
}

/* offertepagina */
tbody#inruil {
	background-color: #eeeeee;
}

/* prijs per maand */

.lenen td {
	width: 200px;
}

.lenen input {
	width: 75px;
}

#verzonden {
	margin-top:200px;
	text-align:center;
	width:800px;
}

.label {
	width:100px;
}

.input {
	width:180px;
}

.input_half {
	width:85px;
	margin-right:10px;
}

.button {
	width:180px;
	border:1px solid gray;
	cursor:pointer;
}

#stock {
	width:800px;
}

#stock td {
	border-bottom:1px solid black;
	margin-bottom:5px;
	padding:5px;
}

#stock th {
	text-align:left;
	background-color:#CCCCCC;
	font-weight:normal;
	text-align:left;
	border-left:1px solid white;
}

.detail_header {
	background-color:#CCCCCC;
}

.model {
	width:210px;
}

.dummy {
	color:red;
}

.thumb {
	margin-top:3px;
}
