.front-product{
    position:relative;
    float:left;
    display:inline;
    width:137px;
    margin-right:9px; 
}

.front-product p{
    display:inline;
}

#categorien
{
    width:590px;
}

.categorie {
    position:relative;
    float:left;
    display:inline;
    width:186px;
    cursor:pointer;
    background-color: #dcd3ff;
    border:1px #7b71a2 solid;
    margin:4px;
    text-align:center;
}

.categorie img {
    padding:3px;
    width:180px;
    height:115px;
}

.categorie:hover {
    background-color:#eee;
}

#producten {
    position:relative;
    float:left;
    display:inline;
    clear:both;
    margin-top:20px;
}

#path{
    position:relative;
    margin-top:-15px;
    margin-left:5px;
    margin-bottom:10px;
    width:500px;
    z-index:10;
}

#path a{
    text-decoration:underline;
}

#producten td{
    vertical-align:top;
}

#producten img{
    border:0px;
    cursor:pointer;
}

td.kop{
    background-color:#5a4281;
    color:white;
    font-weight:bold;
    height:20px;
}

.catalogus_home_thumb{
	position:relative;
	float:left;
	height:90px;
	width:135px;
	overflow:hidden;	
}
