@charset "utf-8";
/* CSS Document */

/* weergave productgroepen */
.product_list {
	clear:both;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.product_list li {
	padding: 0;
	margin: 0;
}
.product_list .meerProd a {
	background-color: #F5F5F5;
	font-size: 12px;
	display: block;
	padding: 3px 0 3px 5px;
	margin-top:1px;
}
.product_list h2  {
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	background-color: #9ACE9A;
}

.product_list h2:hover, .product_list .meerProd a:hover {
	background-color: #BEE0BE;
}
