/* Dropdown control */
.selectBox-dropdown { position: relative; min-width: 50px; display: inline-block; cursor: default; border:none; text-decoration: none; text-align: center; color: #ffffff !important; text-decoration:none !important; outline: none; vertical-align: middle; background:#1c1c1c; }
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow { }
.selectBox-dropdown.selectBox-menuShowing-bottom { }
.selectBox-dropdown.selectBox-menuShowing-top { }
.selectBox-dropdown .selectBox-label { padding:4px 0 3px; display: block; white-space: nowrap; overflow: hidden; }
.selectBox-dropdown .selectBox-arrow { position: absolute; top: 0; right: 0; width: 17px; height: 100%; background: url(../images/util_arrow_bottom_dotted.png) left center no-repeat; }
.selectBox-dropdown:hover { text-decoration:none; color:#eee; }
/* Dropdown menu */
.selectBox-dropdown-menu { position:absolute; z-index: 99999; max-height: 200px; min-height: 1em; overflow: auto; background: #1c1c1c;
-webkit-overflow-scrolling: touch; }

/* Inline control */
.selectBox-inline { min-width: 50px; 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 { }

/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a { list-style: none; display: block; cursor: default; padding: 0; margin: 0; color:#fff; }
.selectBox-options li a:hover { text-decoration:none; }
.selectBox-options.selectBox-options-top { }
.selectBox-options.selectBox-options-bottom { }
.selectBox-options li a { line-height: 1.5; padding: 0 .5em; white-space: nowrap; overflow: hidden; background: 6px center no-repeat; }
.selectBox-options li.selectBox-hover a { background-color: #2c2c2c; }
.selectBox-options li.selectBox-disabled a { color: #888; background-color: transparent; }
.selectBox-options li.selectBox-selected a { background-color: #2c2c2c; }
.selectBox-options .selectBox-optgroup { color: #fff; background: #2c2c2c; 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; }

/* Dropdown control: Super Attrs */
.super-attribute-select.selectBox-dropdown { min-width:148px;  color:#000000; border:1px solid #000000; text-align:left; background-color:#ffffff; }
.super-attribute-select.selectBox-dropdown .selectBox-label { padding:10px 10px 8px; font-weight:bold; }
.super-attribute-select.selectBox-dropdown .selectBox-arrow { width:24px; background:url(../images/util_arrow_super.png) no-repeat left center; }

.super-attribute-select-selectBox-dropdown-menu.selectBox-options { border:1px solid #000000; }
.super-attribute-select-selectBox-dropdown-menu.selectBox-options li a { padding:4px 10px; color:#000000; background-color:#fff; }
.super-attribute-select-selectBox-dropdown-menu.selectBox-options li.selectBox-hover a { background-color:#eeeeee; }