.product {
	float: left;
	width: 150px;
	margin-right: 20px;
	height:310px;
}

.product_top {
	width: 146px;
	height: 23px;
	background-image: url('../../images/subcategorie_top.png');
	text-align: center;
	color: white;
	line-height: 26px;
	font-weight: bold;
}

.product_center {
	width: 146px;
	background-image: url('../../images/subcategorie_center.png');
	padding-top: 5px;
	float: left;
	height:260px;
}

.product_center .omschrijving {
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #818181;
}

.product_center .detail {
	width: 45px;
	float: left;
	margin-top: 2px;
	padding-left: 10px;
}

.product_center .detail a {
	text-decoration: underline;
	color: #818181;
	font-size: 11px;
}

.product_center .prijs {
	width: 75px;
	float: right;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	color: #2EA4FF;
	font-weight: bold;
}

.product_center .bestellen {
	margin-top: 10px;
	float: left;
}

.product_center img {
	padding-left: 10px;
}

.product_bottom {
	width: 146px;
	height: 10px;
	background: url('../../images/subcategorie_bottom.png') no-repeat;
	float: left;
	padding-bottom:10px;
}

.voorraad {
	padding-left: 10px;
	width: 100px;
	margin-top: 10px;
	font-weight: bold;
	float: left;
}
