/*FRONT-END WEBSITE STYLES*/
.oneven td {
    background-color: #eee;
}
.acties {
    width: 60px;
}
.actiesimg {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
}
.information {
    vertical-align: bottom;                                         
}
.informationdiv {
    position: absolute;
    background-color: #FAFFC6;
    margin: 0px;
    margin-top: 10px;
    margin-left: 0px;
    padding: 5px;
    display: inline;
    width: 400px;
}
#producten {
    margin: 0;
    padding: 0 0 20px 0;
}
#producten td {
    margin: 0;
    padding: 2px;
    border-bottom: 0;
    vertical-align: top;
}
#producten .imgBlock {
    background-color: #fff;
    width: 256px;
    height: 256px;
}
#producten td.product_wrapper {
    cursor: pointer;
}
#producten .productgroepOmschrijving {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #000;
    overflow: hidden;
    width: 250px;
    position: absolute;
    /*margin: 128px 0 0 3px;*/
    height: 25px;
    margin: 228px 0 0 3px;
}
#producten .productgroepOmschrijvingHeader {
    width: 100%;
    height: 25px;
}
#producten .productgroepOmschrijvingContent {
    height: 100px;
    overflow: auto;
    padding: 2px;
}
#back {
    padding-top: 10px;
    text-align: right;
}
