.product-container{
    position: relative;
    float: left;
    display: inline;
    width:207px;
    height:206px;
    cursor: pointer;
    margin-right: 19px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.product-top{
    position: relative;
    float: left;
    display: inline;
    width:207px;
    height:15px;
    background-image: url(../images/product-top.gif);
    background-repeat: no-repeat;
}

.product-center{
    position: relative;
    float: left;
    display: inline;
    width:207px;
    height:122px;
    background-image: url(../images/product-center.gif);
    background-repeat: no-repeat;
}

.product-foto{
    position:absolute;
    width:170px;
    height:109px;
    left: 14px;
    top:1px;
    overflow: hidden;
}

.product-bottom{
    position: relative;
    float: left;
    display: inline;
    width:207px;
    height:69px;
    background-image: url(../images/product-bottom.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.product-container:hover .product-bottom{
    position: relative;
    float: left;
    display: inline;
    width:207px;
    height:69px;
    background-image: url(../images/product-bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}

.product-titel{
    position:absolute;
    width: 170px;
    height: 38px;
    left: 16px;
    top: 12px;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
}

#product-hoofdfoto{
    position: relative;
    float: right;
    display: inline;
}

#product-specificaties{
    position: relative;
    float: left;
    display: inline;
    width: 727px;
    left: -30px;
    margin-top:20px;
    padding-bottom: 15px;
    min-height: 130px;
    background-image: url(../images/bg-specs.gif);
    background-repeat: no-repeat;
    background-position: top;
}

#product-foto-links{
    position: relative;
    float: left;
    display: inline;
    width: 213px;
    margin-left: 30px;
    margin-top: 30px;
}

#product-specs{
    position: relative;
    float: left;
    display: inline;
    width: 205px;
    margin-left: 20px;
    margin-top: 30px;
    font-size: 11px;
    line-height: 15px;
}

#product-foto-rechts{
    position: relative;
    float: left;
    display: inline;
    width: 213px;
    margin-left: 20px;
    margin-top: 30px;
}

#terug-overzicht{
    position: absolute;
    width: 200px;
    height: 30px;
    top:-55px;
    background-image: url(../images/back1.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    right:0px;
}

#terug-overzicht:hover{
    background-image: url(../images/back2.gif);
    cursor: pointer;
}

