/**
 * Yet Another Advanced Search - Specific CSS
 *
 * @author Leny GRISEL <email@lenygrisel.com>
 * @copyright Copyright (c) 2014-2016, Leny GRISEL
 */
.yaas_block ul li a {
    margin: 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted gray;
    font-weight: bold
}
.yaas_block ul li a i {
    font-weight: normal
}
.yaas_block ul li {
    border-bottom: 0;
}
.yaas_block ul li ul li {
    padding-left: 23px;
    border-bottom: none;
}
.yaas_block ul li ul li a {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
.yaas-sub-category {
    float: left;
    background: top right no-repeat url("../img/sub_category.png") transparent;
    margin-right: 5px;
    height: 10px;
    width: 10px;
    display: block;
}
.yaas_block ul li ul li .selected a {
    background: none;
    font-weight: bold;
    color: red
}
.yaas_block_content li a {
    background: url("../img/arrow_right.png") no-repeat scroll 10px 10px transparent;
    color: #333333;
    display: block; 
    padding: 7px 11px 5px 22px;
}
.yaas_block_content li div.yaas-criterion {
    display: inline;
}
.yaas-select {
    width: 100%;
    padding: 2px;
}
.yaas-not-specified {
    font-weight: bold
}
.yaas_block_content li .selected {
    background: url("../img/arrow_bottom.png") no-repeat scroll 10px 10px transparent;
}
.yaas_waiter {
    background:#fff;
    position:absolute;
    width:100%;
    height:100%;
    z-index:100000;
    display:none;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    padding-top: 50px;
    text-align:center;
    padding-left: auto;
    padding-right: auto;
}
.yaas_color {
    display: block;
    width: 10px;
    height: 10px;
    float:left;
    margin-right: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.yaasSliderContainer {
    margin-bottom: 15px;
}
.yaasSliderContainer .yaasCount {
    display: none
}
.yaasSliderContainer .yaasSlider {
    display: inline-block; 
    width: 95%; 
    padding: 0 5px; 
    margin-top: 15px; 
    margin-bottom:15px;
}