.blok-container{
	position:relative;
	float:left;
	display:inline;
	width:148px;
	height:148px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:8px;
	cursor:pointer;
	text-decoration:none;
	}
	
.blok-foto{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	}
	
.blok-balk{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:33px;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	background-color:#000;
	cursor:pointer;
	}
	
.blok-container:hover .blok-balk{
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	}
	
.blok-titel{
	position:absolute;
	left:12px;
	bottom:8px;
	width:140px;
	height:18px;
	font-size:13px;
	color:#CCCCCC;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
	}
	
.blok-container:hover .blok-titel{
	color:#fff;
	}
    
#product-foto-container{
    position:relative;
    float:left;
    display:inline;
    width:936px;
    height:440px;
    overflow: hidden;
    }
    
#product-foto{
    position:absolute;
    width:936px;
    height:440px;
    left:0px;
    top:0px;
    overflow:hidden;
    }
    
#product-balk-container{
    position:absolute;
    width:936px;
    height:68px;
    left:0px;
    bottom:0px;
    overflow:hidden;
    }
    
#product-balk-bg{
    position:absolute;
    width:936px;
    height:40px;
    left:0px;
    bottom:0px;
    filter:alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity:0.4;
    background-color:#000;
    }
    
#product-balk-container:hover #product-balk-bg{
    position:absolute;
    width:936px;
    height:40px;
    left:0px;
    bottom:0px;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
    background-color:#000;
    }

#product-titel-container{
    position:relative;
    float:left;
    display:inline;
    height:68px;
	width:190px;
    padding-left:25px;
	text-decoration:none;
    background-image:url(../images/bg-titel-product.gif);
    background-repeat:repeat-x;
    z-index: 2;
    }
	
#referentie-titel-container{
    position:relative;
    float:left;
    display:inline;
    height:68px;
    padding-left:25px;
	padding-right:25px;
	text-decoration:none;
    background-image:url(../images/bg-titel-product.gif);
    background-repeat:repeat-x;
    z-index: 2;
    }
    
#terug{
    position:relative;
    float:left;
    clear:both;
    margin-top:3px;
    }
    
#terug a:link, #terug a:visited, #terug a:active, #terug a:hover{
    text-decoration:none;
    }
    
#product-titel{
    position:relative;
    float:left;
    clear:both;
	width:200px;
    font-size:19px;
	line-height:18px;
    margin-top:16px;
	text-decoration:none;
    }
	
#referentie-titel{
    position:relative;
    float:left;
    clear:both;
    font-size:19px;
	line-height:18px;
    margin-top:16px;
	text-decoration:none;
    }
    
#product-pagina-links{
    position:relative;
    float:left;
    display:inline;
    margin-top:37px;
    }
    
#product-pagina-links a:link, #product-pagina-links a:active, #product-pagina-links a:visited, #product-pagina-links a:hover{
    padding-left:20px;
    text-decoration:none;
    }
    
#product-pagina-links a.active:link, #product-pagina-links a.active:active, #product-pagina-links a.active:visited, #product-pagina-links a.active:hover{
    color:#fff;
}
    
#product-kleuren-container{
    position:relative;
    float:left;
    display:inline;
    width:728px;
    margin-top:10px;
    }
	
#product-kleuren-container2{
    position:relative;
    float:left;
    display:inline;
    width:936px;
    margin-top:10px;
    }
    
.product-kleur{
    position:relative;
    float:left;
    display:inline;
    width:92px;
    height:92px;
    overflow:hidden;
    margin-right:10px;
    margin-bottom:10px;
    cursor:pointer;
    text-decoration:none;
    border:1px solid transparent;
    }
    
.product-kleur-code-background{
    position: absolute;
    background-color: #000;
    filter:alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;    
    height: 25px;
    width:92px;
    bottom:0px;
    left:0px;
    display: none;
}

.product-kleur-code{
    position: absolute;
    color:#fff;
    height: 25px;
    width:92px;
    top:70px;
    left:0px;   
    text-align: center;
    display: none;
}

.product-kleur:hover .product-kleur-code-background, .product-kleur:hover .product-kleur-code{
    display:block !important;
}

#kleur-download-bg{
    position: absolute;
    text-align: center;
    width: 150px;
    height: 27px;
    line-height: 26px;
	text-decoration:none;
    background-color: #000;
    filter:alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;
}

#kleur-container:hover #kleur-download-bg{
    filter:alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity:1.0;
}

#kleur-container{
    position: absolute;
    left:0px;
    top:372px;
}

#kleur-download{
    position: absolute;
    left:0px;
    text-align: center;
    width: 150px;
    height: 27px;
    line-height: 26px;
	text-decoration:none;
    z-index: 1;
}

#kleur-download a:link, #kleur-download a:hover, #kleur-download a:active, #kleur-download a:visited{
	text-decoration:none;
	}

.product-kleur:hover{
    position:relative;
    float:left;
    display:inline;
    width:92px;
    height:92px;
    overflow:hidden;
    margin-right:10px;
    margin-bottom:10px;
    cursor:pointer;
    text-decoration:none;
    border:1px solid #c1c1c1;
    }
    
#floorsymbols-container{
    position:relative;
    float:right;
    display:inline;
    width:195px;
    margin-left:1px;
    margin-top:10px;
    }
    
.floorsymbol{
    position:relative;
    float:right;
    display:inline;
    height:35px;
    margin-left:4px;
    margin-bottom:4px;
    cursor:pointer;
    text-decoration:none;
    filter:alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity:0.4;
    }
    
.floorsymbol:hover{
    position:relative;
    float:right;
    display:inline;
    height:35px;
    overflow:hidden;
    margin-left:4px;
    margin-bottom:4px;
    cursor:pointer;
    text-decoration:none;
    filter:alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity:1.0;
    }
        
#floorsymbol-titel{
    position:relative;
    float:right;
    height: 75px;
    width:191px;
    }
	
#floorsymbols-container:hover #floorsymbol-titel{
    position:relative;
    float:right;
    display:inline;
    width:191px;
    }
    
#logos-container{
    position:relative;
    float:right;
    display:inline;
    width:195px;
	margin-bottom:10px;
    margin-left:1px;
    margin-top:10px;
    }

.logosymbol{
    position:relative;
    float:right;
    display:inline;
    min-height:35px;
    margin-left:4px;
    margin-bottom:4px;
    cursor:pointer;
    text-decoration:none;
    }
    
#kleur-download-form-container{
    position: absolute;
    float: left;
    top:372px;
    left: 365px;
    display: none;
    z-index: 10;
}

#kleur-download-form-container input{
    margin-top:4px;
    background-color: transparent;
    border:1px solid #333;
    z-index: 10;
    color:#a3a3a3;
}

#kleur-download-form-container-bg{
    position: absolute;
    width: 275px;
    height: 27px;
    top:0px;
    left:0px;
    line-height: 26px;
    text-decoration:none;
    background-color: #000;
    filter:alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;
    z-index: -1;        
}
