@CHARSET "UTF-8";

.sbHolder{
	background:url(../images/selectbox_bg.png) no-repeat center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 23px;
	position: relative;
	width: 165px;
	display:inline-block;
	float:left;

}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 23px;
	left: 0;
	line-height: 23px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 165px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#414141;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 0 no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
}
.sbToggle:hover{

}
.sbToggleOpen{

}
.sbToggleOpen:hover{

}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #f3f3f3;
	border: none;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	width: 165px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color:#414141;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color:#414141;
}
.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;
}

.field_pick .sbHolder { width:95px; float:left; background: url(../images/selectbox_bg_04.png) no-repeat center; margin:0; padding:0; }
.field_pick .sbSelector { width:95px; }
.field_pick .sbOptions { width:95px;}

.field_pick.long .sbHolder { width:172px; background: url(../images/inputbg.png) no-repeat center; }
.field_pick.long .sbSelector { width:172px; }
.field_pick.long .sbOptions { width:172px;}

.field .sbHolder { width:54px;	background: url(../images/selectbox_bg_02.png) no-repeat center; float:none; }
.field .sbSelector { width:54px; }
.field .sbToggle { height:23px; width:18px;	background: url(../images/select-icons_02.png) 0 0 no-repeat;}
.field .sbOptions { width:54px;}


.field.area .sbHolder { width:126px; float:left; background: url(../images/selectbox_bg_03.png) no-repeat center; }
.field.area .sbSelector { width:126px; }
.field.area .sbToggle { height:23px; width:18px;	background: url(../images/select-icons_02.png) 0 0 no-repeat;}
.field.area .sbOptions { width:126px;}