
/*-------------------------------------
    Select
-------------------------------------*/

.selectBox-dropdown { width: 98%; background: url(../files_index/imagens/elementos/bg_select.png); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #E9E9E9; display: block; overflow: hidden; white-space: nowrap; position: relative; height: 28px; line-height: 28px; padding: 0 0 0 8px; margin: 0 0 10px; text-decoration: none; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; color: #525252; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-shadow: 0 1px 0 rgba(255,255,255,0.8); }
#zoomWrap .selectBox-dropdown { color: #525252; }
.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow { border-color: #E9E9E9; }
.selectBox-dropdown.selectBox-menuShowing { -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid #E9E9E9; -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; background-color: #eee8de; }
.selectBox-dropdown .selectBox-label { width: 100%; padding: 0 0 0 1px; display: inline-block; white-space: nowrap; overflow: hidden; }
.selectBox-dropdown .selectBox-arrow { position: absolute; top: 0; right: 0; width: 28px; height: 100%; background: #FFF url(../files_index/imagens/elementos/select.png) 50% 55% no-repeat; border-left: solid 1px #E9E9E9; }
.selectBox-dropdown-menu { position: absolute; z-index: 99999; max-height: 200px; border: solid 1px #E9E9E9; background: #FFF; overflow: auto; color: #554933; font-family: Arial, Helvetica, sans-serif;-webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; font-size: 11px; }
.selectBox-inline { width: 270px; outline: none; border: solid 1px #BBB; background: #FFF; display: inline-block; overflow: auto; }
.selectBox-inline:focus { border-color: #666; }
.selectBox-options { margin-top: 5px; padding-bottom: 4px; }
.selectBox-options,.selectBox-options LI,.selectBox-options LI A { list-style: none; display: block; cursor: default; padding: 0; margin: 0; }
.selectBox-options { margin-top: 3px; padding-top: 3px; }
.selectBox-options li:last-child { margin-bottom: 4px; }
.selectBox-inline .selectBox-options li:last-child { margin-bottom: 0; }
.selectBox-inline .selectBox-options a:hover { color: #222; background-color: #fff; }
.selectBox-options LI A { line-height: 1.5; padding: 2px .5em; white-space: nowrap; overflow: hidden; background: 6px center no-repeat; color: #554933; margin: 0 4px; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.8); }
a.selectBox:hover, a.selectBox:active, a.selectBox:focus { color: #554933; }
.selectBox-options LI.selectBox-hover A { background-color: #2384BE; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.3); }
.selectBox-options LI A:hover { color: #fff; }
.selectBox-options LI.selectBox-disabled A { color: #888; background-color: transparent; }
.selectBox-options .selectBox-optgroup { color: #666; background: #EEE; font-weight: bold; line-height: 1.5; padding: 0 .3em; white-space: nowrap; }
.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; }