.categorySidebar {
    padding: 10px;
}

.marmFilterTitel {
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.filterShowMore {
    cursor: pointer;
    text-decoration: underline;
}

.marmexpanding, .toHide {
    overflow: hidden;
}

.filterListRatings a > * {
    height: 16px;
    margin: 5px 0 5px 2px;
    display: inline-block;
}

.filterListRatings .flow-rating {
    display: none;
}

.filterListManufacturerLogo .logoSwatch {
    display: inline-block;
    height: 50px;
    width: 46%;
    padding: 2px;
}

.manu_logo_img {
    max-height: 48px;
    max-width: 50px;
    margin-bottom: -20px;
}

.manu_logo_span {
    display: inline-block;
    margin-top: 20px;
}

.filterListColor .colorSwatch {
    display: inline-block;
    position: relative;
    width: 3em;
    height: 2em;
}

.filterListColor .colorSwatch input[type="checkbox"] {
    display: none;
}

.filterListColor .colorSwatch label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid black;
}

.filterListColor .colorSwatch.active label {
    border: 1px solid red;
}

.ui-widget-content {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #222222;
}

.ui-widget-header {
    background: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: relative;
    z-index: 1;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
    display: block;
}
.ui-state-hover {

}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.categorySideFeature li.multi:hover {
    cursor: pointer;
}
