

/* ComboBox */
.comboBoo{
border:0;
border:1px solid #363839;
}

.comboBoo-label	{
line-height: 25px;
height: 26px;
left: 40px;
padding: 0 25px 0 8px;
cursor:pointer;
position: absolute;
background: #595a5b no-repeat url(arrDown_2.gif) right 12px;
color: #eee;
border:1px solid #363839;
}

a:hover.comboBoo-label, a:active.comboBoo-label	{
background-color: #595a5b;
color: #797979;
text-decoration: none;}

ul.comboBoo-list 		{
position: absolute;
margin: 30px 0 0 0;
padding: 0;
list-style: none;
border: 0;
z-index: 500;}

ul.comboBoo-list li 	{
padding: 0 0 0 8px;
line-height: 25px;
height: 25px;
cursor: pointer;
font-weight: normal;
font-size: 11px;
background: #000;
color: #fff;
}

ul.comboBoo-list li.choice-selected {
background-color: #595a5b; color: #000;
}
