.selectBox-dropdown { padding-left: 5px; padding-top: 5px; position: relative; cursor: pointer; font-family: "Trebuchet MS", Arial; font-size: 15px; color: #000; display: inline-block; cursor: default; width: 127px; padding-bottom: 4px; height: 34px; -webkit-appearance: none; border:none; background-color: #F9F5F3;
    border: 2px solid #C5C7C7;
    border-radius: 6px 6px 6px 6px;
    color: #000000;}
.selectBox.custom-class1.custom-class2.selectBox-dropdown.selectBox-menuShowing { background: url(../images/result_select3.png) no-repeat!important; } 
.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow { }
.selectBox-dropdown.selectBox-menuShowing { }
.selectBox-dropdown .selectBox-label { padding: 2px 8px; text-align: center; cursor: pointer; display: inline-block; white-space: nowrap; overflow: hidden; }
.selectBox-dropdown .selectBox-arrow { position: absolute; top: 0; cursor: pointer; right: 0; width: 23px; height: 100%; background: url(jquery.selectBox-arrow.gif) 50% center no-repeat; }
/* Dropdown menu */
.selectBox-dropdown-menu { position: absolute;  top: 1px; left: 0px; z-index: 99999; max-height: 300px; width: 268px!important; font-size: 12px; color: #000; line-height: 28px; min-height: 1em; background: url(../images/sub_select.png) left bottom no-repeat; }
/* Inline control */
.selectBox-inline { 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; }
/* Options */
.selectBox-options, .selectBox-options LI.test-class-2 { border-bottom: none!important; }
.selectBox-options, .selectBox-options LI.test-class-3 { border-top: none!important; }
.selectBox-options, .selectBox-options LI { list-style: none; display: block; text-align: center; cursor: default; padding: 0; margin: 0; border-bottom: 1px solid #c2c3c4; border-top: 1px solid #c2c3c4; }
.selectBox-options LI A { line-height: 1.5; padding: 0 .5em; cursor: pointer; white-space: nowrap; overflow: hidden; }
.selectBox-options LI.selectBox-hover A { text-decoration: underline; }
.selectBox-options LI.selectBox-disabled A { color: #000; background-color: transparent; }
.selectBox-options LI.selectBox-selected A { }
.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; }
