.rating_number {
    text-align: center;
    width: 30px;
    font-weight: bold;
}
.rating_category {
    text-align: left;
}

.rating_slider {
    width:250px;
    padding-right:20px;
    padding-left:20px;
}

.accordeon_category_header {
    margin-left: 20px;
}


.orientation_both {
    background-image: url('/img/search/orientation_both.jpg');
}

.orientation_both_off {
    background-image: url('/img/search/orientation_both_off.jpg');
}

.orientation_horizontal {
    background-image: url('/img/search/orientation_horizontal.jpg');
}

.orientation_horizontal_off {
    background-image: url('/img/search/orientation_horizontal_off.jpg');
}

.orientation_vertical {
    background-image: url('/img/search/orientation_vertical.jpg');
}

.orientation_vertical_off {
    background-image: url('/img/search/orientation_vertical_off.jpg');
}

.orientation_both , .orientation_both_off,
.orientation_horizontal, .orientation_horizontal_off,
.orientation_vertical, .orientation_vertical_off
{
    height: 23px;
    width: 23px;
}

.as_map_off {
    background-image: url('/img/search/world_map_geoposition_icon_off.jpg');
    height: 116px;
    width: 126px;
}

.as_map_on {
    background-image: url('/img/search/world_map_geoposition_icon.jpg');
    height: 116px;
    width: 126px;
    cursor: pointer;
}