.heapBox {
    clear: both;
    display: inline-block;
    line-height: 32px;
    position: relative;
    background: #fff;
    color: #a0a0a0;
    border-radius: 20px;
    /*font-style: italic;*/
    height: 32px;
    border: 1px solid #d6dbe0;
}

.filter-block2 .heapBox {
    border-radius: 16px;
    position: relative;
}

.heapBox * {
    margin: 0;
    padding: 0;
    outline: none;
}

.heapBox.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.heapBox.disabled .holder {
    color: #989898;
}

.heapBox.disabled .handler {
    background: url(../gfx/heapbox_bg.jpg) repeat-x;
}

.heapBox a {
    text-decoration: none;
    color: #fff;
}

.heapBox .holder {
    color: #a0a0a0;
    width: 150px;
    overflow: hidden;
    background: #fff;
    text-indent: 20px;
    height: 32px;
}

.filter-block2 .holder {
    width: 160px;
}

.heapBox .handler {
    width: 31px;
    background: url(../images/select.png) 0 1px no-repeat;
    height: 35px;
    border-radius: 0 25px 25px 0;
}

.filter-block2 .handler:after {
    content: '';
    position: absolute;
    border-top: 3px solid #dcdcdc;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    top: 50%;
    margin-top: -1.5px;
    pointer-events: none;
    right: 16px;
}

.filter-block2 .handler {
    background: none;
}

.heapBox .holder, .heapBox .handler {
    float: left;
    position: relative;
    z-index: 4;
    border-radius: 25px 0 0 25px;
    font-size: 14px;
}

.heapBox div.heap {
    display: none;
    position: absolute;
    list-style-type: none;
    left: -1px;
    top: 33px;
    overflow: hidden;
    right: -1px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.heapBox .heap .heapOptions {
    display: block;
    overflow: hidden;
    z-index: 20;
    position: relative;
    background: #fff;
    color: #a0a0a0;
    font-size: 14px;
    border: 1px solid #d6dbe0;
    border-top: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.heapBox .heap a.sliderUp {
    display: block;
    width: 100%;
    height: 15px;
    background: #333 url(../gfx/slider_arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid #111;
    position: absolute;
    top: 0px;
    z-index: 30;
}

.heapBox .heap a.sliderDown {
    display: block;
    width: 100%;
    height: 15px;
    background: #333 url(../gfx/slider_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 1px solid #111;
    position: absolute;
    bottom: 0px;
    z-index: 30;
}

.heapBox .heap .heapOptions .heapOption {
    z-index: 20;
    position: relative;
    display: block;
    /*height:35px;*/
    background: 0;
    margin: 0;
    padding: 0;
}

.heapBox .heap .heapOptions .heapOption a {
    width: 100%;
    display: block;

    text-indent: 20px;
    color: #a0a0a0;
}

.heapBox .heap .heapOptions .heapOption a:hover {
    /*background:url(../gfx/heapbox_heapitem_hover_bg.jpg) repeat-x;*/
    background: #f7f7f7;
    color: #AA2534;
}

.heapBox .heap .heapOptions .heapOption a.selected {
    /*background:url(../gfx/heapbox_heapitem_hover_bg.jpg) repeat-x;*/
}

.heapBox .heap .heapOptions .heapOption a.disabled {
    color: #777;
}

.heapBox .heap .heapOptions .heapOption a.disabled:hover {
    background: url(../gfx/heapbox_heapitem_bg.jpg) repeat-x;
}
