.sbHolder{float:left;}

.sbHolder{
  background: #fff;
  border: solid 1px #dedede;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 23px;
  position: relative;
  outline: none;
}
.sbHolder *{
	outline: none;
}
.sbHolderOpen{
  background:#00a0e3;
  z-index:999;
}

.sbSelector{
  float:left;
  height: 23px;
  line-height: 23px;
  padding:0 5px;
  overflow: hidden;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666;
}
.sbHolderOpen .sbSelector{color:#fff;background:#00a0e3!important;}

.sbToggle{
  width: 20px;
	height: 23px;
  float:right;
}

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


.sbOptions{
	background-color: #edf8f5;
	border: solid 1px #dedede;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions a{
	display: block;
  line-height:14px;
	padding: 4px 5px;
  color:#666;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
  background:#00a0e3;
}
.sbOptions li.last a{
	border-bottom: none;
}


.sbOptions .sbDisabled{
	border-bottom: dotted 1px #dedede;
	color: #999;
	display: block;
	padding: 4px 5px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #dedede;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 4px 5px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}