.heapBox
{
clear:both;
display:inline-block;
display: table;
width: 100%;
line-height:34px;
position:relative;
text-align: left;
background: #FFF;
}

.heapBox *
{
margin:0;
padding:0;
outline: none;
}

.heapBox.disabled .holder
{
color:#30C3A5;
}

.heapBox a{
text-decoration:none;
color:#fff;
}

.heapBox .holder
{
width:150px;
width: 100%;
overflow:hidden;
color: #000;
text-indent:10px;
text-align: left;
height:34px;
    display: block;
}

.heapBox .handler
{
color: #000;
height:34px;
position: absolute;
right: 0;
top: 1px;
z-index:11;
}
.heapBox .handler:before {
content: "\f0d7";
font-family: 'FontAwesome';
font-size: 14px;
line-height: 14px;
display: block;
color: #000;
margin: 10px 10px 0 0;
}
.heapBox .holder
{
position:relative;
z-index:10;
}

.heapBox div.heap
{
display:none;
position:absolute;
list-style-type:none;
left:0;
width:175px;
width: 100%;
top:37px;
top: 105%;
overflow:hidden;
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.5);
-moz-box-shadow: 0 3px 5px rgba(0,0,0,.5);
box-shadow: 0 3px 5px rgba(0,0,0,.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}

.heapBox .heap .heapOptions
{
display:block;
overflow:hidden;
z-index:20;
position:relative;
}

.heapBox .heap a.sliderUp
{
display:block;
width:100%;
height:15px;
background:#16a085 url(../gfx/slider_arrow_up.png);
background-repeat:no-repeat;
background-position:center center;
border-bottom:1px solid #0c7a64;
position:absolute;
top:0px;
z-index:30;
}

.heapBox .heap a.sliderDown
{
display:block;
width:100%;
height:15px;
background:#16a085 url(../gfx/slider_arrow_down.png);
background-repeat:no-repeat;
background-position:center center;
border-top:1px solid #0c7a64;
position:absolute;
bottom:0px;
z-index:30;
}

.heapBox .heap .heapOptions .heapOption
{
z-index:20;
position:relative;
display:block;
height:34px;
}

.heapBox .heap .heapOptions .heapOption a {
width:100%;
display:block;
background:#FFF;
color: #000;
text-indent:10px;
text-align: left;
}

.heapBox .heap .heapOptions .heapOption a:hover{
background:#EEE;
}

.heapBox .heap .heapOptions .heapOption a.selected{
background:#666;
    color: #FFF;
}

.heapBox .heap .heapOptions .heapOption a.disabled{
    color:#f0f0f0;
}
