.heapBox
{
clear:both;
display:inline-block;
line-height:35px;
position:relative;
width: 100%;
}

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

.heapBox.disabled .holder
{
color:#FFBC46;
}


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

.heapBox .holder
{
width:100%;
overflow:hidden;
background:transparent;
text-indent:20px;
height:35px;
}

.heapBox .handler
{
width:0px;
background:transparent;
height:35px;
}

.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:37px;
overflow:hidden;

}

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

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

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

.heapBox .heap .heapOptions .heapOption
{
z-index:20;
position:relative;
display:block;
height:35px;
width: 100%;
}

.heapBox .heap .heapOptions .heapOption a{
width:100%;
display:block;
background:#f39c12;
text-indent:20px;
}

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

.heapBox .heap .heapOptions .heapOption a.selected{
background:#d18814;
}

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