.sbHolder{
  background: linear-gradient(to bottom, #FFFFFF 0%, #F3F3F3 100%) repeat scroll 0 0 transparent;
  box-shadow: none;
  display: block;
  font-size: 0.875em;
  height: 2.3125em;
  margin-bottom: 0px !important;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 100%;
  border:1px solid #CCCCCC;
	outline: none;
}
.selector-wrapper { margin-bottom: 10px !important; }
.selector-wrapper:last-child { margin-bottom: 0px !important; }

.sbHolder:focus .sbSelector{

}
.sbSelector{
	display: block;
	outline: none;
	overflow: hidden;

  color:rgba(0,0,0,0.75);
  cursor:default;
  display:block;
  line-height:2.3125em;
  margin-left:0.5em;
  margin-right:2.3125em;
  overflow: hidden;
  text-decoration:none;
  white-space:nowrap;
}
.sbSelector:link, .sbSelector:visited{
	color: #555;
	outline: none;
	text-decoration: none;
}
.sbSelector:hover{ color:#000;}
.sbToggle{
  cursor: default;
  display: block;
  height: 2.3125em;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5em;
}
.sbToggle:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #aaaaaa transparent transparent transparent;
    position: absolute;
    left: 0.9375em;
    top: 50%;
    margin-top: -3px; }
.sbToggle:hover:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	list-style: none;
	z-index: 10;
	overflow-y: auto;
	background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 16px;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
.sbOptions li{
}
.sbOptions a{
	display: block;
	outline: none;
	font-size:0.875em;
	color:#555;
	padding: 0 7px;
}
.sbOptions a:link, .sbOptions a:visited{
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
	background: #eee;
}
.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;
}
