.hide {
    display: none;
}

.groupName {
    display: none;
    width: 450px;
    clear: both;
    margin-top: 18px;
}

    .groupName a {
        text-decoration: none;
    }

.propertyGroupWrapper {
    margin-top: 10px;
}


#cnt_filter .cnt_eigenschap {
    margin-bottom: 10px;
}

    #cnt_filter .cnt_eigenschap .filter_naam {
        float: left;
        font-weight: bold;
        width: 35%;
    }

    #cnt_filter .cnt_eigenschap .filter_omschrijving {
        float: left;
        min-height: 40px;
        width: 65%;
    }

        #cnt_filter .cnt_eigenschap .filter_omschrijving select {
        }

    #cnt_filter .cnt_eigenschap .filter_result {
        float: left;
    }

    #cnt_filter .cnt_eigenschap .filter_reset {
        float: right;
        width: 15px;
        margin-top: 5px;
    }


#cnt_filter_bestek .filter_naam {
    float: left;
    font-weight: bold;
    width: 40%;
}

#cnt_filter_bestek .filter_omschrijving {
    float: left;
    min-height: 40px;
    width: 60%;
}

#cnt_filter_bestek .filter_result {
    float: left;
}

#cnt_filter_bestek .filter_reset {
    float: right;
    width: 15px;
    margin-top: 5px;
}






.productsWrapper {
    float: left;
    margin-left: 15px;
}

    .productsWrapper h3 {
        clear: both;
    }

    .productsWrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .productsWrapper ul li {
            margin: 0;
            padding: 0;
            float: left;
            width: 201px;
            height: 170px;
            margin-right: 20px;
            text-align: center;
        }

            .productsWrapper ul li img {
                display: block;
                margin: 0 auto;
            }

            .productsWrapper ul li div {
            }

                .productsWrapper ul li div a {
                    text-decoration: none;
                    font-weight: bold;
                    line-height: 20px;
                }





/* product */
.bestekSelection {
    clear: both;
}

.cnt_detail {
    clear: both;
    margin-top: 20px;
}

.button {
    background-color: #545454;
    border: 1px solid #545454;
    color: #fff;
    margin: 10px 0 10px 0;
}


/* bestek */
.bestek {
    width: 100%;
    margin-right: 25px;
    height: 300px !important;
    font-family: sans-serif, arial;
    font-size: 12px;
    line-height: 16px;
    background-color: #eee;
    overflow-y: scroll;
    white-space: pre;

}
