@CHARSET "UTF-8";
/* line 2, selectBox.css.scss */
.sbHolder {
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  outline: 0;
  height: 40px;
  position: relative;
  width: 200px; }
  /* line 12, selectBox.css.scss */
  .sbHolder.red .sbToggle {
    background-position: -2px 18px; }
  /* line 15, selectBox.css.scss */
  .sbHolder.red .sbSelector {
    color: red; }

/* line 23, selectBox.css.scss */
.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 21px;
  top: 0;
  background-color: #f5f5f5;
  width: 55px;
  height: 40px; }

/* line 37, selectBox.css.scss */
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #363636;
  outline: none;
  text-decoration: none; }

/* line 42, selectBox.css.scss */
.sbToggle {
  background: url("../images/select-icons.png") -2px -141px no-repeat;
  background-color: #f5f5f5;
  display: block;
  height: 40px;
  outline: none!important;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

/* line 54, selectBox.css.scss */
.sbToggleOpen {
  background: url('../images/select-icons.png') -2px -38px no-repeat;
  outline: none; }

/* line 57, selectBox.css.scss */
.sbToggleOpen:hover {
  background: url('../images/select-icons.png') -2px -38px no-repeat;
  outline: none; }

/* line 60, selectBox.css.scss */
.sbHolderDisabled {
  background-color: #3C3C3C; }

/* line 69, selectBox.css.scss */
.sbOptions {
  background-color: #f5f5f5;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 2;
  overflow-y: auto;
  padding-top: 3px; }

/* line 81, selectBox.css.scss */
.sbOptions li {
  padding: 0; }

/* line 84, selectBox.css.scss */
.sbOptions a {
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
  text-indent: 18px; 
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
   }

/* line 90, selectBox.css.scss */
.sbOptions a:link, .sbOptions a:visited {
  color: #363636;
  text-decoration: none; }

/* line 96, selectBox.css.scss */
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #fff;
  background-color: #363636; }

/* line 100, selectBox.css.scss */
.sbOptions li.last a {
  border-bottom: none; }

/* line 103, selectBox.css.scss */
.sbOptions .sbDisabled {
  color: #999;
  display: block;
  padding: 7px 0 7px 3px; }

/* line 108, selectBox.css.scss */
.sbOptions .sbGroup {
  color: #EBB52D;
  display: block;
  font-family: 'SST W01 Bold', 'SST W02 Bold', 'SST W10 Bold', 'SST W15 Bold', 'Arial Bold', Helvetica;
  font-weight: normal;
  padding: 7px 0 7px 3px; }

/* line 115, selectBox.css.scss */
.sbOptions .sbSub {
  padding-left: 17px; }
