#producten-container{
	position:relative;
    float:left;
    display:inline;
    width:794px;
    padding-bottom:40px;
    padding-top: 20px;
	}

.producten-blok-container{
	position:relative;
    float:left;
    display:inline;
    width:193px;
    height:128px;
    margin-right:5px;
    margin-top:15px;
    margin-bottom:15px;
    cursor:pointer;
    text-decoration:none;
    cursor:pointer;
	}
	
.producten-image{
	position:absolute;
    width:189px;
    height:96px;
    left:0px;
    top:14px;
    overflow:hidden;
	}
    
.voorraad-container{
    position: absolute;
    height:auto;
    max-height:30px;
    width:173px;
    z-index: 100;
    top:111px;
    left:8px;
    background-image:url(../images/product-blokken-voorraad.gif);
    background-repeat: no-repeat;
    background-position:bottom;
    line-height:17px;
}

.voorraad{
    position: absolute;
    height:15px;
    width:160px;
    color: #000;
    z-index: 100;
    top:-1px;
    text-align: right;
    right:5px;
    font-size: 11px;    
}
    
.artikel-nummer{
    position: absolute;
    height:15px;
    width:160px;
    color: #000;
    z-index: 100;
    top:-1px;
    text-align: left;
    left:5px;
    font-size: 11px;
}
    
.product-prijs{
    position: absolute;
    height: 18px;
    color: #6a138f;
    right: 4px;
    top: 90px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 14px;
    padding-left: 8px;
    text-align: right;
    background-image: url(../images/bg-product-prijs.png);
    background-position: left;
    background-repeat: no-repeat;
}

.producten-title{
	position:absolute;
    width:180px;
    bottom:111px;
    left:9px;
    font-size:14px;
    line-height:15px;
    text-decoration:none;
    cursor:pointer;
	}
	
.producten-title a:link, .producten-title a:visited, .producten-title a:active, .producten-title a:hover{
	font-size:14px;
    line-height:15px;
    text-decoration:none;
    cursor:pointer;
	}
	
.producten-overlay-darkgreen{
	position:absolute;
    width:193px;
    height:128px;
    top:2px;
    left:0px;
    background-image:url(../images/subcategorie-dark-green.png);
    background-repeat:no-repeat;
	cursor:pointer;
	}
	
.producten-overlay-darkblue{
	position:absolute;
    width:193px;
    height:128px;
    top:2px;
    left:0px;
    background-image:url(../images/subcategorie-dark-blue.png);
    background-repeat:no-repeat;
	cursor:pointer;
	}
		
.producten-overlay-purple{
	position:absolute;
    width:193px;
    height:128px;
    top:2px;
    left:0px;
    background-image:url(../images/subcategorie-purple.png);
    background-repeat:no-repeat;
	cursor:pointer;
	}

.producten-overlay-yellow{
	position:absolute;
    width:193px;
    height:128px;
    top:2px;
    left:0px;
    background-image:url(../images/subcategorie-yellow.png);
    background-repeat:no-repeat;
	cursor:pointer;
	}
	
.producten-overlay-lightblue{
	position:absolute;
    width:193px;
    height:128px;
    top:2px;
    left:0px;
    background-image:url(../images/subcategorie-light-blue.png);
    background-repeat:no-repeat;
	cursor:pointer;
	}
	
.producten-overlay-red{
	position:absolute;
    width:193px;
    height:128px;
    top:2px;
    left:0px;
    background-image:url(../images/subcategorie-red.png);
    background-repeat:no-repeat;
	cursor:pointer;
	}
	
.producten-overlay-orange{
	position:absolute;
    width:193px;
    height:128px;
    top:2px;
    left:0px;
    background-image:url(../images/subcategorie-orange.png);
    background-repeat:no-repeat;
	cursor:pointer;
	}
	
.producten-overlay-lightgreen{
	position:absolute;
    width:193px;
    height:128px;
    top:2px;
    left:0px;
    background-image:url(../images/subcategorie-light-green.png);
    background-repeat:no-repeat;
	cursor:pointer;
	}
	
#weergave-container{
	position:relative;
	float:right;
	display:inline;
	height:14px;
	line-height:14px;
	text-align:right;
	margin-right:20px;
	}
	
.weergave{
	position:relative;
	float:left;
	display:inline;
	}
	
.lijst-weergave{
	position:relative;
	float:left;
	display:inline;
	width:21px;
	height:13px;
	line-height:13px;
	margin-right:5px;
	}
	
.blokken-weergave{
	position:relative;
	float:left;
	display:inline;
	width:21px;
	height:13px;
	line-height:13px;
	margin-right:5px;
	}

