@CHARSET "UTF-8";

.sbHolder{ font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
height: 23px;
position: relative; }
.sbHolder:focus .sbSelector{
}
.sbSelector{
display: block;
height: 23px;
left: 0;
line-height: 23px;
outline: none;
overflow: hidden;
position: absolute;
text-indent: 10px;
top: 0;
width: 170px;
color:#000 !important;
font-family: 'GHEA Grapalat', 'ArianAMU', "Arial", "Tahoma Armenian", 'sans-serif';
font-size:11px;
} .sbToggle{
background: url(//capitalfunds.am/wp-content/themes/cam/js/jquery_selectbox/img/btn2.png) 0 -13px no-repeat;
display: block;
height: 18px;
outline: none;
position: absolute;
right: 0;
top: 50%;
width: 30px;
margin-top:-9px;
} .sbToggleOpen{
background: url(//capitalfunds.am/wp-content/themes/cam/js/jquery_selectbox/img/btn2.png) 0 4px no-repeat;
} .sbHolderDisabled{
background-color: #3C3C3C;
border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
}
.sbHolderDisabled .sbToggle{
}
.sbOptions{ list-style: none !important;
left: -1px;
margin: 0;
padding: 0;
position: absolute;
top: 27px !important;
width: 100%;
z-index: 1;
overflow-y: auto;
}
.sbOptions li{
padding: 3px 7px !important;
background:#f0f0f0 !important;
}
.sbOptions li:hover{
background:#ccc !important;
}
.sbOptions a{
display: block;
outline: none;
padding: 4px 0 4px 0px;
color:#000 !important;
font-weight:bold !important;
font-size:14px;
}
.sbOptions a:link, .sbOptions a:visited{
color: #ddd;
text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
color: #EBB52D;
}
.sbOptions li.last a{
border-bottom: none;
}
.sbOptions .sbDisabled{
border-bottom: dotted 1px #515151;
color: #999;
display: block;
padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
border-bottom: dotted 1px #515151;
color: #EBB52D;
display: block;
font-weight: bold;
padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
padding-left: 17px;
}