@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #cccccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	position: relative;
	width: 134px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 20px;
	left: 2px;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 6px;
	top: 2px;
	width: 130px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #4E4D50;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: #fff url(../img/lugato-select-icons.png) 0 -119px no-repeat;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
    z-index: 1;
}
.sbToggle:hover{
	background: #fff url(../img/lugato-select-icons.png) 0 -170px no-repeat;
}
.sbToggleOpen{
	background: #fff url(../img/lugato-select-icons.png) 0 -19px no-repeat;
}
.sbToggleOpen:hover{
	background: #fff url(../img/lugato-select-icons.png) 0 -69px no-repeat;
}

.sbOptions{
	background-color: #fff;
	border: solid 1px #cccccc;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	width: 134px;
	z-index: 2;
	overflow-y: auto;
    padding-bottom:2px;
}
.sbOptions li{
	padding: 0 2px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding-left:4px;
    margin-top:2px;
    height:20px;
    line-height:20px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #4E4D50;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #4E4D50;
}

.sbOptions .sbGroup{
	border-bottom: dotted 1px #cccccc;
	color: #4E4D50;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.sbHolderDisabled .sbSelector {
    cursor: default;
}