/*	PRODUCTEN
/*--------------------------------------------------------------*/

#producten{
	width:100%;
/*	position:relative;*/
/*	left:-3px;*/
}
table#producten tr{
	height:10px;
}
.product{
	width:185px;
	height:355px;
	margin-right:5	px;
	border:1px solid #dbdeeb;
	position: relative;
}
.product_informatie{
	width:161px;
	padding:10px 12px 10px 12px;
	height: 100px;
}
.product p{
	float:left;
	position:relative;
	height:auto;
	width:151px;

}
#actie-label {
	float: right;
	z-index: 20;
	position: absolute;
	right: 0px;
	top: 0px;
}
.voorraad {
	color:#6C8D17;
	right: -8px;
	width: 120px;
	font-size:10px;
	margin-top: 2px;
	position:absolute;
	text-align:right;
	line-height: 12px;
}
.voorraad2 {
	color:#6C8D17;
	left: 0px;
	width: 120px;
	font-size:10px;
	margin-top: 6px;
	position:absolute;
	line-height: 12px;
}

/*div.product_informatie div.right{
	float:right;
	position:relative;
	
	width:100%;
	margin-top:30px;
}
div.product_informatie div.right span.oudeprijs{
	width:50px;
	height:auto;
	float:left;
	text-align:right;
}
div.product_informatie div.right strong.nieuweprijs{
	width:50px;
	height:auto;
}*/

