/*alle css mbt de producten*/
ul.categories {
list-style-type: none;
margin: 0px 19px 0px 11px;
padding: 0px;
z-index: 10;
position: relative;
top: -35px;
width: 490px;
}

ul.categories li.product {
float: left;
}

ul.categories li.product a {
padding: 1px;
margin: 5px;
background: #fff;
display: block;
text-decoration: none;
width: 102px;
height: 75px;
border: solid 4px #a3bb2e;
cursor: pointer;
}

ul.categories li.product a:hover {
border: solid 4px #d3f23d;
}

ul.categories li.product a div {
width: 102px;
height: 75px;
overflow: hidden;
}

ul.categories li.product a h3 {
margin: 51px 0px 0px 0px;
color: #fff;
background: url('../images/inrichting/click_for_more.png') right no-repeat;
display: block;
letter-spacing: -1px;
padding: 1px 3px 1px 3px;
font-size: 17px;
}

ul.categories li.product a:hover h3 {

}
