.sbHolder {
  float: left;
  clear: both;
  width: 100%;
  min-height: 45px;
  display: block;
  padding: 0;
  font-size: 14px;
  box-sizing: border-box;
  
  /* background: rgb(255, 255, 255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(238, 237, 237, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(48%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(238, 237, 237, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(238, 237, 237, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(238, 237, 237, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(238, 237, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(238, 237, 237, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeded',GradientType=0 );
   */
 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px #ccc solid;
  outline: none;
  margin: 0;
}

.sbSelector {
  display: block;
  float: left;
  outline: none;
  overflow: hidden;
  text-indent: 6px;
  width: 80%;
  text-align: left;
  height: auto;
  padding: 0 0.3em 0 0.3em;
  background: none;
  color: #999999;
  line-height: 45px;
}
.sbSelector:link {
  color: #999999;
  outline: none;
  background: none;
  text-decoration: none;
}
.sbToggle {
  background: url(/m/images/arw.svg) 65% center no-repeat;
  background-size: 10px;
  display: block;
  min-height: 45px;
  outline: none;
  float: right;
  width: 13%;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sbToggle:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.sbToggleOpen {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.sbToggleOpen:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.sbHolderDisabled {
  background-color: #3c3c3c;
  border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
  background-color: white;
  list-style: none;
  border-top: 1px #cccccc solid;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
  float: left;
  overflow-y: auto;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sbOptions > li {
  padding: 0 7px;
  width: auto;
  text-align: left;
}
.sbOptions a {
  border-bottom: dotted 1px #cccccc;
  display: block;
  outline: none;
  padding: 5px 2%;
  font-size: 13px;
  background: none;
  line-height: 16px;
}

.sbOptions > li:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sbOptions > li:last-child a {
  border: 0;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: #999;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #5b5b5b;
}
.sbOptions > li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #ebb52d;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}

input[type="button"]:disabled {
  cursor: default;
}
