/* CSS Document */

div.product {
        background: url(../../images/btn_product.gif) no-repeat 2px 3px;
        text-align:left;
        display: block;
        height:20px;
        width: 250px;
        margin-left: 10px;
        height:15px;
        line-height:10px;

}

div.product a {
        color:#333333;
        text-decoration:none;
        display: block;
        border-left:1px solid #CCCCCC;
        height: 14px;
        margin-left: 25px;
        padding-top: 3px;
        padding-left: 5px;
}

div.product a:hover {
        background-color:#E0E0E0;
}

div.aanbieding {
        background: url(../../images/btn_aanbieding.gif) no-repeat 2px 3px;
        text-align:left;
        display: block;
        height:20px;
        width: 250px;
        margin-left: 10px;;
        height:15px;
        line-height:10px;

}

div.aanbieding a {
        color:#333333;
        text-decoration:none;
        display: block;
        border-left:1px solid #CCCCCC;
        height: 14px;
        margin-left: 25px;
        padding-top: 3px;
        padding-left: 5px;
}

div.aanbieding a:hover {
        background-color:#E0E0E0;
}
.containerAanbieding{
        height:100px; padding-top: 10px;
}
