.heapBox {
    clear: both;
    display: inline-block;
    line-height: 33px;
    position: relative;
    width: 100%;
    font-size: 0.8em;
}

    .heapBox * {
        margin: 0;
        padding: 0;
        outline: none;
    }

    .heapBox.disabled .holder {
        color: #A7B6B7;
        height: 33px;
    }

    .heapBox a {
        text-decoration: none;
        color: #a4a4a4;
    }

    .heapBox .holder {
        width: 89.5%;
        overflow: hidden;
        background: #f7f7f7;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #dedede;
        border-left: 1px solid #dedede;
        text-indent: 20px;
        height: 33px;
    }

    .heapBox .handler {
        width: 10%;
        background: #70a81b url(resource.php?url=images/dropdown_btn.png);
        background-size: 100% 100%;
        height: 36px;
    }

    .heapBox .holder, .heapBox .handler {
        float: left;
        position: relative;
        z-index: 10;
    }

    .heapBox div.heap {
        /*display:none;*/
        position: absolute;
        list-style-type: none;
        left: 0;
        width: 100%;
        top: 36px;
        overflow: hidden;
    }

    .heapBox .heap .heapOptions {
        display: block;
        overflow: hidden;
        z-index: 20;
        position: relative;
    }

    .heapBox .heap a.sliderUp {
        display: block;
        width: 100%;
        height: 15px;
        background: #7f8c8d url(images/slider_arrow_up.png);
        background-repeat: no-repeat;
        background-position: center center;
        border-bottom: 1px solid #5c6768;
        position: absolute;
        top: 0px;
        z-index: 30;
    }

    .heapBox .heap a.sliderDown {
        display: block;
        width: 100%;
        height: 15px;
        background: #7f8c8d url(images/slider_arrow_down.png);
        background-repeat: no-repeat;
        background-position: center center;
        border-top: 1px solid #5c6768;
        position: absolute;
        bottom: 0px;
        z-index: 30;
    }

    .heapBox .heap .heapOptions .heapOption {
        z-index: 20;
        position: relative;
        display: block;
        height: 33px;
    }

        .heapBox .heap .heapOptions .heapOption a {
            width: 100%;
            display: block;
            background: #f7f7f7;
            text-indent: 20px;
        }

            .heapBox .heap .heapOptions .heapOption a:hover {
                background: #70a81b;
                color: #ffffff;
            }

            .heapBox .heap .heapOptions .heapOption a.selected {
                background: #70a81b;
                color: #ffffff;
            }

            .heapBox .heap .heapOptions .heapOption a.disabled {
                color: #9CA5A5;
            }
