﻿@charset "utf-8";


#cataloguszoekbox
{
    background: #F9F9F7;
    float: left;
    width: 850px;
    margin: 0px 0px 15px 0px;
}
#categoriebox, #kleurbox, #afmetingbox
{
	background: #F9F9F7;
	margin-bottom:5px;
	margin-top:5px;
}
#cataloguszoekbox .title 
{
	color: #333;
	font-size: 13px;
	background: #BCC1AA url(/images/background_leftmenu_grey.jpg) repeat-x left top;
	padding: 0px 10px 0px 10px;
	border: 1px solid #BCC1AA;
	border-top: none;
	height: 30px;	
}
#cataloguszoekbox .body 
{
	background: #F9F9F7;
	font-size: 11px;
	height: 200px;
}
#cataloguszoekbox .title .categorie 
{
    float:left;
    width:300px;
    height: 20px;
    padding: 8px 0px 2px 0px;
}
#cataloguszoekbox .body #categoriebox
{
    float:left;
    width:310px;
}
#cataloguszoekbox .title .kleur {
    float: left;
    width: 329px;
    border-left: 1px dotted #F9F9F7;
    height: 20px;
    padding: 8px 0px 2px 10px;
}
#cataloguszoekbox .body #kleurbox
{
    float:left;
    width: 330px;
    height: 185px;	
 	padding: 10px 0px 0px 10px;
    border-left: 1px dotted #DDE0D3;
}
#cataloguszoekbox .body #kleurbox img 
{
	margin: 0px 5px 5px 0px;
}
#cataloguszoekbox .title .afmetingen 
{
	background-position: left top;
	float: left;
	width: 160px;
	border-left: 1px dotted #F9F9F7;
	height: 20px;
	padding: 8px 0px 2px 10px;
}
#cataloguszoekbox .title .afmetingen img 
{
	margin: -4px -20px 0px 0px;
	padding: 0px;
}
#categoriebox .categorie
{
   width: 140px;

}

#categoriebox a
{
    text-decoration:none;
    color:#000;
}
#categoriebox  a:hover
{
    text-decoration:underline;
    color:#000;
}
.input_small 
{
    width: 25px;
    margin: 0px 3px 5px 3px;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #E0E0E0;
}

.producttitel 
{
  
}
.producttitel a
{
    color:#D83E3E;
}

#afmetingbox
{
    float:left;
    width: 160px;
    height: 120px;
    padding: 10px 0px 0px 10px;
	border-left: 1px dotted #DDE0D3;
}
div#afmetingbox .submit 
{
	background: #FFF url('/images/background_submit.gif') no-repeat left top;
	border: none;
	height: 30px;
	width: 130px;
	margin: 10px 0px 0px 10px;
}
div#afmetingbox .submit:hover 
{
	color: #000;
}
#zoekresultaten
{
    margin: 15px 0px 5px 0px;
}
/**/
#zoekresultaten .title
{
	color: #FFF;
	font-size: 13px;
	background: url('/images/background_customer_showcase.gif') repeat-x left top;
	padding: 8px 5px 5px 5px;
	border: 1px solid #3D3D3D;
	border-top: none;
	float: left;
	width: 839px;
	margin: 0px 0px 0px 0px;
}

#zoekresultaten .title A
{
    color:#FFF;
}
#zoekresultaten .title A:hover
{
    color:#FFF;
    text-decoration:none;
}

#zoekresultaten .body 
{
	font-size: 11px;
	position:relative;
	background-color:#FFFFFF;
    height:975px;
}
#selectionwizard .title
{
	color: #FFF;
	font-size: 13px;
	background: url('/images/background_customer_showcase.gif') repeat-x left top;
	padding: 8px 5px 7px 5px;
	border: 1px solid #3D3D3D;
	border-top: none;
}
#selectionwizard .body {
	
	font-size: 11px;
	position:relative;
	background-color:#FFFFFF;
    height:881px;
    padding: 8px 5px 7px 5px;
}
#bestelsnel .body
{
	font-size: 11px;
	padding: 5px;
	background-color:#FFFFFF;
}
.product {
    padding: 5px 5px 5px 5px;
    float: left;
    width: 180px;
    height: 300px;
    background-color: #ffffff;
    border-left: 1px dashed #cccccc;
    border-top: 1px dashed #cccccc;
    position: relative;
}
.product div.thumb
{
	width: 170px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.productlijst
{
	width: 765px;
	text-align: left;
	vertical-align: middle;
	border-bottom:1px dashed #cccccc;
	height: 30px;
	margin:5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear:both;
}

.productlijst div.naam
{
    width:155px;
    float:left;
    display: table-cell;
}
.productlijst div.naam a, .productlijst div.naam a:visited
{
	
	text-decoration: underline;
}
.productlijst div.naam a:hover
{
	
	text-decoration: none;
}
.productlijst div.categorie
{
    float:left;
    width:140px;
    display: table-cell;
}
.productlijst div.data
{
    float:left;
    width:180px;
    display: table-cell;
}
.productlijst div.kleur
{
    float:left;
    width:210px;
    display: table-cell;
}
.productlijst div.kleur a
{
   text-decoration: none;
}
.productlijst div.prijs
{
    float:left;
    width:60px;
    display: table-cell;
    text-align:right;
    margin-right:10px;
    margin-left:10px;
    font-weight: bold;
    background: #eaeaea;
    padding: 2px 0;
}

.productprijs
{
    display: inline-block;
    float: right;
    padding-top: 5px;
    position: relative;
    right: 0;
    font-weight: bold;
    padding: 2px;
    background: #eaeaea;
}

div.product div.data
{
	float: left;
	width: 160px;
	text-align: left;
}
div.product div.data a, div.product div.data a:visited
{
	text-decoration: underline;
}
div.product div.data a:hover
{
	text-decoration: none;
}
.product.top
{
    border-top:none;
}
.product.left
{
    border-left:none;
}
.lijstfooter, .lijstheader
{
    text-align:left;
    padding: 10px 10px;
    background: #F9F9F7;
}
.product a, .product a:visited 
{
	color: #CC0000;
	text-decoration: none;
	line-height: 20px;
	text-decoration: underline;
}
.product a:hover 
{	
	color: #CC0000;
	text-decoration: none;	
}

/* Pager */

.pager  
{
	float:right;
	color: #333;
}
.pager  strong
{
	color: #ccc;
	font-weight: normal;
}
.pager a, .pager a:visited
{
	color: #999;
	text-decoration: underline;	
}
.pager a:hover
{
	color: #333;
	text-decoration: none;
}
#productlijst
{
    z-index:0;
    width:850px;
    overflow:hidden;
    float:left;
}
.lijst_links
{
    left:-767px;
    top:33px;
    position:absolute;
    width:765px;
    z-index:-100; 
}
.lijst_midden 
{
	position:absolute;
	left: 42px;
	top: 33px;
	z-index:100;
	width:765px;
}
.lijst_rechts 
{
	position:absolute;
	left: 850px;
	top: 33px;
	z-index:-100;
	width:765px; 
	}
#scroll_links 
{
	z-index: 500;
	background: #FFFFFF;
	position:absolute;
	left:0px;
	top:33px;
}
#scroll_rechts 
{
	position:absolute;
	left:826px;
	top:33px;
	z-index: 500;  
	background: #FFFFFF;
}
.loading_lijst
{
    position:absolute;
    left:350px;
    top:50px;
    text-align:center;   
}


/*CollapsiblePanel*/

.collapsePanelHeader
{

 /*      height:30px;
       background-image: url(images/bg-menu-main.png);
       background-repeat:repeat-x;
       color:#FFF;
       font-weight:bold;*/
}



.ArrowPanel
{
     float:right;
     cursor:pointer;
}

/* DETAIL */
#zoekdetail
{ 
    background-color:#fff;
    padding:5px;
    font-size: 11px;
    float: left;
	margin: 0px 0px 0px 0px;
   }
h1
{
    color:#CC0000;
    font-size:16px;
    font-family: Tahoma;
    padding:10px;
    margin: 0px 0px 5px 0px;
    width: 820px;
    border-bottom: dashed 1px #cccccc;
}
h1 span
{
  font-weight: normal;
}
.detailfoto
{
	float: left;
	width:420px;
    vertical-align:middle;
    text-align:center;    
}
.detailfoto div.v_align {
	display: table; height: 350px; #position: relative; overflow: hidden;
}
.detailfoto div.v_align div {
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
}
.detailfoto div.v_align div div.image {
	width: 420px;
	text-align: center;
	#position: relative; #top: -50%
}
.detailfoto div.image img {
	max-height: 430px;
}
.detailkleuren img
{
	margin: 5px 0px 0px 0px;
}
.detailkleuren a, .detailkleuren a:visited
{
	text-decoration: none;
}
.detailkleuren a:hover
{
	text-decoration: none;
}
.detailinfo
{
    width:400px;
    text-align:left;
	float:right;
    border-left: dashed 1px #cccccc;
    padding-left:10px;
}
.detailinfopopup
{
    width:200px;
    text-align:left;
    float:right;
    border-left: dashed 1px #cccccc;
    padding-left:10px;
}
.detailfotopopup
{
    vertical-align:middle;
    text-align:center;
    width:200px;
}
.detailafmetingen
{
    border-bottom: dashed 1px #cccccc;
    padding: 5px 0px 10px 0px;
}
.detailafmetingen img
{
	margin: 0px 5px 0px 5px;
}
.detailafmetingen img:first-child
{
	margin: 0px 5px 0px 0px;
}
.detailprijs, .detaildownload, .detailbestel, .detailspeciale, .detaileigenschappen, .addfavorites, .addsocial
{
    border-bottom: dashed 1px #cccccc;
    padding: 10px 0px 10px 0px;
}
.detaildownload a, 
.detaildownload a:visited, 
.addfavorites a, 
.addfavorites a:visited, 
#detailfooter a, 
#detailfooter a:visited, 
.detailprijs a, 
.detailprijs a:visited,
.detailbestel a,
.detailbestel a:visited
{
	color: #333;
	text-decoration: underline;
}

.detailbestel a {
    margin-left: 10px;
}

.detaildownload a:hover, .addfavorites a:hover, #detailfooter a:hover
{
	color: #000;
	text-decoration: none;
}
.detailvoorwaarden
{
    margin-bottom:10px;
    padding: 10px 0px 10px 0px;
}
#zoekdetail .submit ,
#zoekdetail a.submit
{
	background: #FFF url('/images/background_submit.gif') no-repeat left top;
	border: none;
	height: 30px;
	width: 130px;
	margin: 10px 0px 0px 0px;
    text-decoration: none;
    display: inline-block;
    line-height: 23px;
}
#zoekdetail .submit:hover 
{
	color: #000;
}
#detailfooter
{
    clear:both;
    border-top: dashed 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    padding:10px 0px 10px 10px;
    margin: 5px 0px 0px 0px;
    text-align:right;
    float: left;
    width: 830px;
}

/* RELATED ITEMS */

div.relateditems_body_list 
{
	background-color: #FFFFFF ;
	border: 1px #CC0000 solid;
	border-top: none;
	padding: 10px 5px;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}
#rellijst
{
    background-color: #FFFFFF ;
}
.related_listitem
{
    float:left;
    width:195px;
    border-left: 1px dotted #DEDEDE;
	padding: 5px 5px 5px 5px;
}

div.relateditems_body_list div div:first-child
{
	border-left: none;
}
div.relateditems_body_list div div a, .leftmenu_body_list div div a:visited 
{
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
}
div.relateditems_body_list div div a:hover 
{
	color: #000;
	text-decoration: none;
}
.related_listitem a img 
{
	margin: 0px 3px 5px 0px;
	float: left;
}
.related_listitem a img.kleur 
{
	margin: 5px 3px 5px 0px;
	float: left;
}
div.relateditems_body_list_all
{
    clear:both;
    text-align:right;
    border-left:none;
}
div.relateditems_body_list_all a, div.relateditems_body_list a:visited 
{
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
div.relateditems_body_list_all a:hover 
{
	color: #000;
	text-decoration: none;
}
div.relateditems_title 
{
	font-size: 13px;
	color: #FFFFFF;
	background: #CC0000 url(/images/background_leftmenu_title.gif) repeat-x left top;
	border: 1px #CC0000 solid;	
	border-top: none;
	border-bottom: none;
	padding: 10px 5px 5px 5px;
}


/*popup*/
#bestelsnelzoekkader
{
    background-color: #333;
    padding: 5px;
    float: left;
	width: 830px;
}
#bestelsnelzoekkader div
{
   border-left: none;
   float:left;
   padding: 0px 0px 0px 5px;
   margin: 5px 0px 0px 5px;
}
#bestelsnelzoekkader a, #bestelsnelzoekkader a:visited
{
    color: #FFF;
    text-decoration: underline;
  
}
#bestelsnelzoekkader a:hover
{
    color: #FFF;
    text-decoration: none;
}
#bestelsnelzoekkader div.lettertitel
{ 
	border-left: 1px dotted #CCC; 
    padding: 0px 0px 0px 5px;
    margin: 7px 0px 0px 5px;
}
#bestelsnelzoekkader div.lettertitel:first-child
{
   padding: 0px 0px 0px 0px;
   margin: 7px 0px 0px 0px;
   border-left: none;
}
#selectiebox
{
    background-color: #eeeeee; width: 180px; 
    margin: 0px 5px 0px 5px; 
    padding:5px;
    float: right
}
#selectiebox div.titel
{
    background-color:#666666;
    color:#Ffffff;
    padding: 5px 3px 5px 3px;
    font-weight:bold;
    margin-bottom:5px;
}
#selectiebox div.subtitel
{
    background-color:#999999;
    color:#Ffffff;
    padding: 5px 3px 5px 3px;
    margin-bottom:5px;
    font-weight:bold;
}
#selectiebox div.subcontent
{
    margin:5px;
}
#selectiebox div.subcontent A
{
    color:#222222;
}
#selectiebox div.aantal, #selectiebox div.aantal A 
{
    background-color:#FF0000;
    padding: 5px 5px 5px 5px;
    color:#ffffff;
    text-align:center;
    font-weight:bold;
    font-size:12px;   
}
.favorieten 
{
	margin: 0px 0px 10px 0px;
	padding: 10px 5px;
	background-color: #EFF0EB;
	border-top: 1px dashed #CCC;    
	border-bottom: 1px dashed #CCC;  
}
.lijstweergave
{
    cursor:pointer;
}

.pull-right{
    float: right;    
}


/*modulaire producten*/
.product_modular_intro{
    padding: 15px 15px 0 15px;    
}

.modular_technical{
    padding: 0 15px;    
}

.modular,
.modular div.thumb,
div.modular div.data{
    width: 269px;    
}

.product_modular_options li{
    list-style: none;
    padding-left: 70px;    
}

.modular_list{
    list-style: none;
    margin: 0 0 15px 0;    
}

.modular_list li {
	border-top: 1px dashed #CCC;
	padding: 5px 0;
	clear: both;
	height: 86px;
	display: block;
}

.modular_list_img {
	float: left;
}

.modular_list_img{
    width: 100px;
    margin-right: 15px;    
}

#lijst{
    margin-bottom: 30px;    
    
}

.modular_title_element{
    color: #cc0000; 
    font-weight: normal;
    margin-bottom: 5px;   
}

.modular_technical a{
    color: #333;
}

.last_list{
    margin-bottom: 0;    
}

.col{
    float: left;
    width: 270px;
    border-bottom: 1px dashed #ccc;   
}

.col_center{
    margin: 0 15px;    
}

.product_details{
    height: 30px;
    display: block;    
}

.sale_intro {
    background-color: #ffffff;
    font-size: 11px;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
}