#facettencontainer {
    position: relative;
}

#facettencontainer .filterhead {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    color: #512c22;
}

#facettencontainer > ul {
    max-height: 150px;
    overflow: auto;
    padding-left: 10px;
}

.filterelement {
    list-style: none;
    clear: both;
}


.filterelement input[type=checkbox] {
    float: left;
}

.filterelement label {
    display: block;
    overflow: auto;
}


.filterelement a {
    text-decoration: none;
    color: #000;
}

.filterelement a:hover {
    text-decoration: underline;
}

.filterelement span.anzahlgruppe {
    font-size: 10px;
}

.sliderwerte,
.sliderposition {
    width: 200px;
}

#facettenoverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: white;
}

#facettenloading {
    display: none;
    position: fixed;
    top: 50%;
    left: 10px;
    width: 100px;
    height: 100px;
    background: url(/img/loader.gif) no-repeat;
}

#featuressuchbox {
    background: #eee;
    padding: 10px;
    margin-top:0;
}

#featuressuchbox input{
    width: 100%;
}


/** Herstellerbox Größer machen-------------- */

#facettencontainer > #feature_ul_hersteller {
    max-height: 300px;
}
