/* 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 {
	font-size: 12px;
	display: block;
	padding: 3px 0 3px 5px;
}
.product_list h2  {
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	color: #006;
	font-size: 14px;
	line-height: 24px;
	background-color: #FFD988;
}
.product_list h2:hover, .product_list .meerProd a:hover {
	background-color: #FFF2D9;
}

/* weergave productgroepen 
.product_list {
	clear:both;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.product_list li {
	background:url("http://shop.mensys.nl/ui/img/ol_list_h2_lft.png") no-repeat left top;
	margin:0;
	padding:0 0 0 26px;
	height: 24px;
}
.product_list li:hover {
	background:url("http://shop.mensys.nl/ui/img/ol_list_h2_lft.png") no-repeat left bottom;
}
.product_list .meerProd a {
	font-size: 12px;
	display: block;
	padding: 3px 0 3px 5px;
}
.product_list h2  {
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	color: #063;
	font-size: 14px;
	line-height: 15px;
	display:block;
	background:url("http://shop.mensys.nl/ui/img/ol_list_h2_rt.png") no-repeat right top;
	padding:5px 15px 4px 2px;
}
.product_list h2:hover    {
	background-color: #C2FFB0;
	background: url("http://shop.mensys.nl/ui/img/ol_list_h2_rt.png") no-repeat right bottom;
}
*/

