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

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

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

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

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

.heapBox .handler
{
width:25px;
background:#E73F1B url(../gfx/heapbox_handler_bg.jpg);
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:125px;
top:37px;
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:#c0392b url(../gfx/slider_arrow_up.png);
background-repeat:no-repeat;
background-position:center center;
border-bottom:1px solid #942b20;
position:absolute;
top:0px;
z-index:30;
}

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


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

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

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

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

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