@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* weergave productgroepen */
ol.product_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	clear: right;
}
.product_list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.product_list .meerProd a {
	font-size: 12px;
	display: block;
	padding: 3px 0 3px 5px;
	border-bottom: solid 1px #B9D9BB;
}
.product_list h2  {
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	color: #fff;
	font-size: 1em;
	line-height: 30px;
	background: #007f00 url(../../../img/mnx/menubalk.png) repeat-x top left;
}
.product_list h2:hover{
	background: transparent url(../../../img/mnx/menubalk.png) repeat-x bottom left;
}
.product_list .meerProd a:hover {
	background-color: #F5F6F7;
}
