/* Filters
------------------------------------------------*/
#pagina .filterlijst {
	width: auto;
}
#pagina .filterlijst .form {
	padding: 2px 0 0 0;
}
#pagina .filterlijst select {
	margin-bottom: 2px;
}
#pagina .filterlijst ul {
	list-style: none;
	padding-left: 0;
}
#pagina .filterlijst li {
	color: #ababab;
}
#pagina .filterlijst li a {
	text-decoration: none;
	color: #4c8008;
}
#pagina .filterlijst li a:hover {
	text-decoration: underline;
}
#pagina .filterlijst h3 {
	font: normal 12px/18px 'Trebuchet MS', Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
	color: #4b4b4b;
}

/* Modellijst
------------------------------------------------*/
ul.modellijst li p.omschrijving {
	width: 240px;
}
ul.modellijst li p.omschrijving .titel {
	display: block;
	clear: both;
}
ul.modellijst li .bmin, ul.modellijst li .bmax {
	width: 50px;
}

/* Uitvoeringlijst
------------------------------------------------*/
ul.uitvoeringlijst li p.omschrijving {
	width: 300px;
}
ul.uitvoeringlijst li .bmin, ul.uitvoeringlijst li .bmax {
	width: 50px;
}
ul.uitvoeringlijst li .kw {
	width: 46px;
}
ul.uitvoeringlijst li .trns {
	width: 46px;
}
ul.uitvoeringlijst li .brnst {
	width: 80px;
}
ul.uitvoeringlijst li .nrg {
	width: 40px;
}


/* Calculator
------------------------------------------------*/
#calculator-wrap {
	background-color: #ffffff;
	z-index: 1000;
	position: absolute;
	display: none;
}
#calculator .lijn {
	border-top: 2px solid #aaaaaa;
	margin: 3px 0;
}
#calculator #optietotaal, #calculator #nieuwprijs, #calculator #totaal {
	text-align: right;
	width: 70px;
	display: inline-block;
}
#calculator #totaal{
	font-weight: bolder;
}
#calculator ul {
	border-bottom: 1px dotted #dddddd;
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
}
#calculator ul li {
	line-height: 18px;
}
#calculator ul li .prijs {
	text-align: right;
	width: 70px;
	display: inline-block;
}
#calculator .label{
	width:230px;
	display:inline-block;
	text-align:left;
	line-height:18px;
}
input.calccheckbox {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.calculator-info{
	position: absolute;
	margin-top: -28px;
	background-color: #eef6fd;
	padding: 5px;
	border: 1px solid #dff6fd;
}

/* Voorpagina
------------------------------------------------*/
.crs-cell-last{
	border: 0;
}
table.crs {
	margin-top:30px;
	width: 500px;
}
table.crs td {
	vertical-align: bottom;
	padding: 0px 50px 10px 0px;
	
}
table.crs input, #geen-voorkeur {
	vertical-align: middle;
}
table.crs img {
	cursor: hand;
	cursor: pointer;
}
table.crs label{
	width: 100px;
	text-align: center;
}
.crs-cell h3{
	font-weight: normal;
	line-height: 18px;
	font-size: 12px;
	margin-top: 10px;
}
img.energie-label{
	cursor: pointer;
	margin-right: 5px;
}
#zoeken-ok {
	width: 207px;
	height: 25px;
	border: 0;
	color: #fff;
	font-weight: bolder;
	padding-bottom: 4px;
	padding-right:17px;
	background: transparent url(/images/knop/aantal-resultaten-blauw.png) top left no-repeat;
	cursor: pointer;
}
#zoeken-ok.hover{
	background-image: url(/images/knop/aantal-resultaten-blauw-hover.png);
}
#kenteken-tussen{
	width: 142px;
}


/* Algemeen
------------------------------------------------*/
.tekstlijst {
	margin-top: 4px;
}
#pagina .tekstlijst col.kolom-2 {
	width: 124px;
}
#pagina .tekstlijst col.kolom-3 {
	width: 193px;
}
#pagina .tekstlijst col.kolom-4 {
	width: 262px;
}
.tekstlijst th, .tekstlijst td {
	padding: 3px 7px;
}
.tekstlijst th {
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;
}
.tekstlijst th, .optielijst td, .optielijst td a, .pakketlijst td {
	color: #5b5b5b;
}
.tekstlijst tr.rechts td {
	text-align: right;
}
#pagina .pakketlijst col.kolom-3 {
	width: 186px;
}
#pagina .pakketlijst col.kolom-4 {
	width: 255px;
}
#pagina .pakketlijst th {
	color: #3b3b3b;
}
.pakketlijst th, .pakketlijst td {
	padding-top: 14px;
}
.pakketlijst tr:first-child th, .pakketlijst tr:first-child td {
	padding-top: 3px;
}
.pakketlijst td span {
	padding-left: 9px;
	line-height: 21px;
	background: transparent url(/images/icoon/pijl-klein.gif) no-repeat 1px 6px;
}
.optielijst {
	width: 100%;
}
.optielijst td {
	width: 33%;
}
.optielijst td a {
	text-decoration: none;
}
.optielijst td a:hover, .optielijst td span:hover {
	text-decoration: underline;
}
.optielijst td span:hover {
	cursor: help;
}
.optielijst td:first-child {
	padding-left: 0;
}