@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #d3d3d3;
	border-radius: 5px;
	height: 32px;
	font:12px/14px Arial, sans-serif;
	color: #444444;
	padding: 0px 10px;
	position: relative;
	/*width: 250px;*/
	width: 100%;
}
#decision+.sbHolder{ width: 546px; }
#action+.sbHolder, #region+.sbHolder{float:	left;}
#action+.sbHolder{ margin-right: 20px; }
.sbHolder:focus .sbSelector{
	
}
.sbHolder:focus {
	outline:none;
}

.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	/*width: 220px;*/
	width: 100%;
}
#decision+.sbHolder .sbSelector{width: 516px;}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #444444;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(down-arrow.png) 0px 5px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(down-arrow.png) 0px 5px no-repeat;
}
.sbToggleOpen{
	background: url(down-arrow.png) 0px 5px no-repeat;
}
.sbToggleOpen:hover{
	background: url(down-arrow.png) 0px 5px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #d3d3d3;
	border-radius: 0px 0px 5px 5px;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0px 10px;
	position: absolute;
	top: 30px;
	/* width: 250px; */
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
#decision+.sbHolder .sbOptions{width: 546px;}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #ffffff;
	background-color: #009EE0;
}
.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: solid 1px #d3d3d3;
	color: #009EE0;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 10px;
}