/* selectie opbouw */
.selectItem {
	position: relative;
	xwidth: 570px;
	white-space: nowrap;
	font-size: 10px;
}
.selectTitel, .selectToelichting, .selectElement, .selectReset {
	xheight: 25px;
	font-size: 10px;
}
.selectTitel {
	display: none;
	float: left;
	width: 180px;
	xfont-weight: bold;
}
.selectToelichting {
	display: none;
	float: left;
	width: 20px;
}
.selectElement {
	float: left;
	xwidth: 520px;
	xborder-bottom: 1px solid #B8B5B5;
	xbackground-color: Red;
}
.selectReset {
	xmargin-bottom: 5px;
	xwidth: 50px;
	xbackground-color: Gray;

}
.selectReset a {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	padding-left: 14px;
}
.selectReset a:hover {
	color: #3DBE39;
}

table#prodEigenschappen td .selectTitel {
	font-weight: bold;
}

/* selectie opmaak */

.selectElement .selectieLink {
	text-decoration: none;
	font-weight: normal;
	width: 118px;
	color: #000000;
	font-size: 10px;
	padding-left: 20px;
	background-image: url(../Images/block_yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.gekozenWaarde {
	display: block;
	text-decoration: none;
	width: 130px;
	color: #000000;
	font-size: 10px;
	padding-left: 20px;
	background-image: url(../Images/block_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}

.selectElement .selectieLink:hover {
	background-image: url(../Images/block_green.gif);
	color: #000000;
}

.selectElement select{
	width: 110px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	xbackground-color: #F4F2F2;
}

.selectElement .inputField {
	width: 90px;
	font-size: 10px;
	border: 1px solid #B8B5B5;
	padding: 1px;
}

.image_table {
	padding: 0;
	margin: 0;
	xborder: 1px solid #cccccc;
	xbackground-color: #FFFFFF;
}
.image_table td {
	padding: 0;
	margin: 0;
	border: 0;
	xbackground-color: #FF0000;
}
.image_table img {
	border: 0;
	cursor: pointer;
}

.image_table a {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(../Images/block_yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}
.image_table a:hover {
	background-image: url(../Images/block_green.gif);
	color: #000000;
}

.tableInfo td {
	font-size: 10px;
	color: #ffffff;
	padding: 2px;
}


/* rightCol */

#productList {
	overflow: auto;
	height: 300px;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #9C9E9F;
	scrollbar-shadow-color: #9C9E9F;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #9C9E9F;
	scrollbar-track-color: #9C9E9F;
	line-height: normal;
}
#productList ul {
	margin: 0;
	padding: 0;
}
#productList ul li {
	list-style: none;
	margin: 0;
}
#productList ul li a {
	margin: 0;
	font-weight: normal;
	display: block;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	padding: 4px 0 0 10px;
	height: 20px;
}

#productList ul li a:hover, #productList ul li .active {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

html>body #productList ul li a {
	width: auto;
}
