/* Productoverzicht per categorie */
#content .producten_2 ul {
	list-style:none;
	padding:0;margin:0;
}
#content .producten_2 ul li {
	height:98px;
	width:500px;
	position:relative;
	list-style:none;
	padding:0;margin:0;
}
.producten_2 ul li div.product-image {
	position:absolute;
	left:0px;
	top:0px;
}
.producten_2 ul li div.product-titel {
	width:370px;
	height:13px;
	padding:3px 8px;
	font-size:12px;
	background:url(../images/uitgelicht-head.png) top right no-repeat;
	position:absolute;
	left:87px;
	top:0px;
	font-weight:bold;
}
.producten_2 ul li div.product-titel a {
	color:#222;
}
.producten_2 ul li div.product-tekst {
	padding:1px 8px;
	width:370px;
	height:52px;
	background:url(../images/uitgelicht-body.png) top right no-repeat;
	position:absolute;
	left:87px;
	top:20px;
}

/* Productdetails */
.producten_3 .productImage {
	width:240px;
	float:left;
}
.producten_3 .productBeschrijving {
	padding-left:10px;
	width:225px;
	float:left;
}
.producten_3 .productProps {
	float:none;clear:both;
	padding-top:10px;
}
#content .producten_3 .productProps ul {
	margin:0;padding:0;
	background:#EEE;
	height:14px;
	padding:5px 10px;
}
#content .producten_3 .productProps ul li {
	margin:0;padding:0;
	float:left;
	list-style:none;
}
#content .producten_3 .productProps ul li.meer {
	float:right;
}