#assortiment-top{
	position:absolute;
	width:199px;
	height:45px;
	left:0px;
	top:-10px;
	background-image:url(../images/assortiment-top.png);
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:32px;
	z-index:2;
	}
	
#assortiment-categorie-container{
	position:relative;
	float:left;
	display:inline;
	width:199px;
	margin-top:26px;
	z-index:1;
	}
	
a:link.assortiment-categorie, a:active.assortiment-categorie, a:visited.assortiment-categorie{
	position:relative;
	float:left;
	display:inline;
	width:170px;
	padding-left:15px;
	height:33px;
	color:#008298;
	line-height:31px;
	font-size:15px;
	border-bottom:1px solid #6cb5c1;
	cursor:pointer;
	text-decoration:none;
	}
	
a:hover.assortiment-categorie{
	position:relative;
	float:left;
	display:inline;
	width:170px;
	padding-left:15px;
	height:33px;
	color:#005a69;
	line-height:31px;
	font-size:15px;
	border-bottom:1px solid #4d96a2;
	background-color:#c6dfe5;
	cursor:pointer;
	text-decoration:none;
	}
	
a:link.assortiment-categorie-active, a:active.assortiment-categorie-active, a:visited.assortiment-categorie-active, a:hover.assortiment-categorie-active{
	position:relative;
	float:left;
	display:inline;
	width:170px;
	padding-left:15px;
	height:33px;
	color:#005a69;
	line-height:31px;
	font-size:15px;
	border-bottom:1px solid #4d96a2;
	background-color:#c6dfe5;
	cursor:pointer;
	text-decoration:none;
	}
	
.assortiment-categorie-submenu{
	position:relative;
	float:left;
	display:inline;
	width:199px;
	}
	
a:link.assortiment-submenu-item, a:active.assortiment-submenu-item, a:visited.assortiment-submenu-item{
	position:relative;
	float:left;
	display:inline;
	width:145px;
	height:26px;
	color:#005a69;
	font-size:14px;
	padding-left:40px;
	line-height:25px;
	background-image:url(../images/assortiment-item.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #8fc7d0;
	text-decoration:none;
	background-color:#daeaee;
	}
	
a:hover.assortiment-submenu-item{
	position:relative;
	float:left;
	display:inline;
	width:159px;
	height:26px;
	color:#fff;
	font-size:14px;
	padding-left:40px;
	line-height:25px;
	background-image:url(../images/assortiment-item.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#044e5a;
	border-bottom:1px solid #8fc7d0;
	text-decoration:none;
	}
	
a:link.assortiment-submenu-item-active, a:active.assortiment-submenu-item-active, a:visited.assortiment-submenu-item-active, a:hover.assortiment-submenu-item-active{
	position:relative;
	float:left;
	display:inline;
	width:159px;
	height:26px;
	color:#fff;
	font-size:14px;
	padding-left:40px;
	line-height:25px;
	background-image:url(../images/assortiment-item.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#044e5a;
	border-bottom:1px solid #8fc7d0;
	text-decoration:none;
	}
	
.assortiment-item-schaduw{
	position:absolute;
	width:13px;
	height:9px;
	right:0px;
	top:27px;
	background-image:url(../images/assortiment-item-schaduw.gif);
	background-repeat:no-repeat;
	line-height:0px;
	font-size:0px;
	display:none;
	}
	
a:hover.assortiment-submenu-item .assortiment-item-schaduw{
	display:inline;
	}
	
.assortiment-submenu-item-active .assortiment-item-schaduw{
	display:inline;
	}
    
.product-specificatie{
    position: relative;
    float: left;
    display: inline;
	margin-bottom:20px;
    background-image: url('../images/bg-product-specificatie.gif');
    min-height:114px;
    background-repeat: repeat-x;
    width:700px;
    padding:4px;
}

.product-specificatie-titel{
    position: relative;
    float: left;
    display: block;
    font-size: 16px;
    color: #006374;
}

.product-omschrijving{
    position: relative;
    float: left;
    display: inline;
    width:470px;
}

.product-afbeelding{
    position: relative;
    /*float: right;    */
    display: inline;
    border: 1px solid #747575;
}

#product-maten tr td{
    border-right:1px solid #97c0c6;
    border-bottom:1px solid #97c0c6;    
    text-align: center;
}

.tbl_maten_head td{
    background-color: #cfe2e5;
    font-size:14px;
    color:#006374;
    border-right:1px solid #97c0c6;
    border-bottom:1px solid #97c0c6;
}

#product-maten{
    position: relative;
    float: left;
    display: block;
    border:1px solid #006374;
    background-image: url('../images/bg-product-tabel.gif');
    background-repeat: repeat-x;
    width:704px;
    margin-top:20px;
}