.sbHolder{
	background-color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 23px;
	position: relative;
	width: 113px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 19px;
	left: 0;
	line-height: 23px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 95px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-top: 4px;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url("../images/customwidgets/selectIcon.png") no-repeat 0 0;
	display: block;
	height: 8px;
	outline: none;
	position: absolute;
	right: 0;
	top: 8px;
	width: 16px;
}
.sbToggle:hover{
	
}
.sbToggleOpen{
	background: url("../images/customwidgets/selectIcon.png") no-repeat 0 -8px;
}
.sbToggleOpen:hover{
	
}
.sbHolderDisabled{
	background-color: #acacac;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #333;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px!important;
	width: 111px;
	z-index: 1;
	overflow-y: auto;
    border: 1px solid #333!important;
}
.sbOptions li{
	padding: 5px 10px!important;
    height: 13px;
    font-size: 14px!important;
    font-weight: normal!important;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
}
.sbOptions li.last a{
	border-bottom: none;
}

    .sbOptions li:last-child {
        border-bottom: 0!important;
    }

    .sbOptions li:hover  {
        background-color: #fef4f4;
    }

        .sbOptions li:hover a {
            color: #333;
        }

.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;
}