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


.heapBox *
{

margin: 0;

padding:0;

outline: none;

}



.heapBox.disabled .holder
{

color:#4D647C;

}




.heapBox a {

text-decoration:none;

//color:#fff;

color: #a5f713;
}



.heapBox .holder
{

width: 480px;

overflow:hidden;

//background:#2c3e50;

//text-indent:20px;

height:25px;

}



.heapBox .handler
{

height:22px;

width:15px;

background: url(heapbox_handler_bg.png);

margin-top: 1px;
}


.heapBox .holder, .heapBox .handler
{

float:left;

position:relative;

//z-index:10;

}



.heapBox div.heap
{

width: 500px;

display:none;

position:absolute;

list-style-type:none;

  background: transparent url(../../images/back_90.png);
  border: 1px solid #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border: 5px 5px 5px 5px;
left:0;

top:26px;

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: url(slider_arrow_up.png);

background-repeat:no-repeat;

background-position:center center;

border-bottom:1px solid #17212a;

position:absolute;

top:0px;

//z-index:30;

}



.heapBox .heap a.sliderDown
{

display:block;

width:100%;

height:15px;

background: url(slider_arrow_down.png);

background-repeat:no-repeat;

background-position:center center;

border-top:1px solid #17212a;

position:absolute;

bottom:0px;
z-index:30;

}



.heapBox .heap .heapOptions .heapOption
{

z-index:20;

position:relative;

display:block;

height:25px;

}



.heapBox ul li {
  background: none;

  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.heapBox .heap .heapOptions .heapOption a {
width:100%;

display:block;

//background:#2c3e50;

text-indent: 10px;

}



.heapBox .heap .heapOptions .heapOption a:hover{

  color: red;
}



.heapBox .heap .heapOptions .heapOption a.selected{

//background:#17212a;
}

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