/* Dropdown control */
.selectBox-dropdown { width:100%; position: relative; border:none;outline: none;
    line-height: 40px; height: 40px;
    text-decoration: none; text-align: left; color: #000; background: #e0e0e0;
    font-size:12px; cursor:pointer; vertical-align:top;
    display: inline-block; *display:inline  !important; *zoom:1;
}



.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow{}

.selectBox-dropdown.selectBox-menuShowing-bottom {}
.selectBox-dropdown.selectBox-menuShowing-top {}
.selectBox-dropdown .selectBox-label {line-height:40px; height:40px; font-size:12px; color:#000; padding: 0 12px; display: inline-block; *display:inline  !important; *zoom:1; white-space: nowrap; overflow: hidden;}
.selectBox-dropdown .selectBox-arrow {position: absolute; top: 0; right: 0; width: 40px; height: 40px; background: transparent url(nq_selectbox.png) no-repeat 0 0;}
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background-position:-30px 0;}


/* Dropdown menu */
.selectBox-dropdown-menu { position: absolute; z-index: 99999; max-height: 180px; min-height: 1em; background: #e0e0e0; overflow: auto; -webkit-overflow-scrolling: touch; }

/* Options */
.selectBox-options{ list-style: none; display: block; cursor: default; padding: 0; margin: 0;  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.selectBox-options li{ list-style: none; display: block; cursor: default; padding: 0; margin: 0; }
.selectBox-options li a { display: block; cursor: default; margin: 0; line-height: 30px; padding: 0 10px; font-size:0.929em; color:#272e67; white-space: nowrap; overflow: hidden;}

.selectBox-options.selectBox-options-top{ border-bottom:none; margin-top:1px;}
.selectBox-options.selectBox-options-bottom{border-top:none; margin-top:-1px;}

.selectBox-options li.selectBox-hover a { background-color: #fac413; }
.selectBox-options li.selectBox-disabled a { color: #888; background-color: transparent; }
.selectBox-options li.selectBox-selected a { background-color: #c9c9c9; }


/* JAZZ THEME */
.theme_jazz .selectBox-dropdown{background:#2d2720;}
.theme_jazz .selectBox-dropdown.selectBox-menuShowing{background:#9f9991;}
.theme_jazz .selectBox-dropdown .selectBox-label{color:#a89d8e;}
.theme_jazz .selectBox-dropdown.selectBox-menuShowing .selectBox-label{color:#2d2720;}
.theme_jazz .selectBox-dropdown .selectBox-arrow{background: transparent url(nq_selectbox_jazz.png) no-repeat 0 0;}
.theme_jazz .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background-position:0 -40px;}
.body_theme_jazz .selectBox-dropdown-menu{background:#9f9991;}
.body_theme_jazz .selectBox-options li a{color:#2d2720; font-size:12px;}
.body_theme_jazz .selectBox-options li.selectBox-hover a { background-color: #2FAFE6; }
.body_theme_jazz .selectBox-options li.selectBox-disabled a { color: #888; background-color: transparent; }
.body_theme_jazz .selectBox-options li.selectBox-selected a { background-color: #84817d; }



/* CLASSIC THEME */
.theme_classic .selectBox-dropdown{background:#e3e3e3;}
.theme_classic .selectBox-dropdown.selectBox-menuShowing{background:#ffe80c;}
.theme_classic .selectBox-dropdown .selectBox-label{color:#000;}
.theme_classic .selectBox-dropdown.selectBox-menuShowing .selectBox-label{color:#2d2720;}
.theme_classic .selectBox-dropdown .selectBox-arrow{background: transparent url(nq_selectbox_classic.png) no-repeat 0 0;}
.theme_classic .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background-position:0 -40px;}
.body_theme_classic .selectBox-dropdown-menu{background:#e3e3e3;}
.body_theme_classic .selectBox-options li a{color:#2d2720; font-size:12px;}
.body_theme_classic .selectBox-options li.selectBox-hover a { background-color: #ffe80c; }
.body_theme_classic .selectBox-options li.selectBox-disabled a { color: #888; background-color: transparent; }
.body_theme_classic .selectBox-options li.selectBox-selected a { background-color: #d3d3d3; }




/* Inline control */
.selectBox-inline { min-width: 150px; outline: none; border: solid 1px #BBB; background: #FFF; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: auto; }
.selectBox-inline:focus { border-color: #666; }
.selectBox-options .selectBox-optgroup { color: #666; background: #EEE; font-weight: bold; line-height: 1.5; padding: 0 .3em; white-space: nowrap; }
/* Disabled state */
.selectBox.selectBox-disabled { color: #888 !important; }
.selectBox-dropdown.selectBox-disabled .selectBox-arrow { opacity: .5; filter: alpha(opacity=50); border-color: #666; }
.selectBox-inline.selectBox-disabled { color: #888 !important; }
.selectBox-inline.selectBox-disabled .selectBox-options a { background-color: transparent !important; }