/* algemeen */



input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* selectie opbouw */
.selectie {
	float: left;
	background-color: #E8F0F9;
	border: 1px solid #eeeeee;
	padding: 10px;
	width: 200px;
	margin-right: 10px;
	font-size: 10px;
}

.selectItem {
	width: 200px;
	height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
}
.selectTitel {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	display: block;
	font-weight: bold;
	color: #275198;
	xcolor: #0094C0;
}
.selectToelichting {
	position: absolute;
	top: 17px;
	right: 0;
	width: 15px;
	height: 18px;
}
.selectElement {
	position: absolute;
	left: 0;
	top: 15px;
	width: 180px;
}
.selectReset {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 40px;
	
}
.selectReset a {
	text-decoration: underline;
}

.selectItem a {
	color: #000000;
}
.gekozenWaarde {
	xcolor: Red;
	font-weight: bold;
}

label {
	cursor: pointer;
}

/* selectie opmaak */
.selectElement select{
	font-size: 10px;
	width: 180px;
	background-color: #EDF5FB;
	background-color: #F8F8F8;
	border: 1px solid #6D90B0;
}
table#selectie {
	background-color: aqua;
}
table#selectie .image_table {
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	width: 200px;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}
table#selectie .image_table td {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #FFFFFF;
}
.image_table img {
	border: 0;
}


#productLijst {
	xoverflow: auto;
	width: 100px;
	xheight: 500px;
	background-color: #E8F0F9;
	border: 1px solid #eeeeee;
}

#productLijst ul {
	margin: 0;
	padding: 0;
}
#productLijst ul li {
	list-style: none;
}
#productLijst ul li a {
	display: block;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	height: 18px;
	padding: 4px 0 0 10px;
}
#productLijst ul li a:hover, #productLijst ul li .active {
	color: #ff0000;
}


/* selectie op prijs pagina */


.largerSelect .selectItem {
	width: 230px;
	height: 45px;
	position: relative;
	margin: 0;
	padding: 0;

}

.largerSelect .selectItem select {
	width: 190px;
}


