.heapBox
{
	clear: both;
	display: inline-block;
	line-height: 30px;
	position: relative;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
}

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

.heapBox.disabled .holder
{
color:#59A6DA;
}

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

.heapBox .holder
{
width: 120px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: #3399cc;
text-indent: 15px;
height: 30px;
-webkit-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
}

.heapBox .handler
{
width:25px;
background:#3399cc url(../gfx/heapbox_handler_bg.jpg);
height:30px;
-webkit-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0px;
}

.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: 175px;
	top: 31px;
	overflow: hidden;
	-webkit-box-shadow: 4px 4px 4px 0 rgba(100,100,100,.5);
	box-shadow: 4px 4px 4px 0 rgba(100,100,100,.5);
}

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

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

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

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

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

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

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

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