.heapBox {
	clear: both;
	display: inline-block !important;
	line-height: 18px;
	position: relative;
}
.heapBox * {
	margin: 0;
	padding: 0;
	outline: none;
}
.heapBox.disabled .holder {
	color: #59A6DA;
}
.heapBox a {
	text-decoration: none;
	color: #808080;
	font-size: 13px;
	line-height: 18px;
}
.heapBox .holder {
	width: 75px;
	overflow: hidden;
	background: #FFFFFF;
	text-indent: 5px;
	height: 18px;
	text-align: right;
	padding-right: 5px;
}
.heapBox .handler {
height: 18px;
    width: 10px;
    background-color: #FFF;
    background-image: url(../gfx/langnav_downarrow.png);
    background-position: right 7px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.heapBox:hover .handler {
    background-image: url(../gfx/langnav_downarrow_turned.png);
}

.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: 18px;
	overflow: hidden;
	width: 100px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
	padding: 5px 0;
	background-color: #fff;
	z-index: 100;
}
.heapBox .heap .heapOptions {
	display: block;
	overflow: hidden;
	z-index: 20;
	position: relative;
}
/* 
.heapBox .heap a.sliderUp
{
display:block;
width:100%;
height:15px;
background:#2980b9 url(../gfx/slider_arrow_up.png);
background-repeat:no-repeat;
background-position:center center;
border-bottom:1px solid #125683;
position:absolute;
top:0px;
z-index:30;
}

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

.heapBox .heap .heapOptions .heapOption {
	z-index: 20;
	position: relative;
	display: block;
	/* height:35px; */
	text-align: right;
	padding-right: 25px;
}
.heapBox .heap .heapOptions .heapOption a {
	width: 100%;
	display: block;
	background: #FFFFFF;
	text-indent: 5px;
	line-height: 18px;
}
.heapBox .heap .heapOptions .heapOption a.selected {
	display: none;
}
.heapBox .heap .heapOptions .heapOption a:hover {
	background: #FFFFFF;
	text-decoration: none !important;
}
.heapBox .heap .heapOptions .heapOption a.selected {
	background: #FFFFFF;
}
.heapBox .heap .heapOptions .heapOption a.disabled {
	color: #54A4D9;
}
