@CHARSET "UTF-8";
.sbHolder{
	display:inline-block;
	*display:inline;
	zoom:1;
	background-color: #fff;
	border: solid 1px #acacac;
	font-family: ng, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 28px;
	position: relative;
	width: 99%;
	vertical-align:middle;
}
.w768 .sbHolder,
.webstyle .sbHolder {height:31px;font-size:12px;}
.sbHolder:focus .sbSelector{

}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.w768 .sbSelector,
.webstyle .sbSelector {
	height:31px;
	line-height:31px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #555;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url('../images/common/bg_selectbox.png') no-repeat 0 0;
	background-size:32px auto;
	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index:5;
}
.w768 .sbToggle,
.webstyle .sbToggle {
	width:34px;
	height:31px;
	background: url('../images/common/bg_selectbox_1025.png') no-repeat 0 0;
}
/*.sbToggle:hover{
	background: url('../images/common/bg_selectbox.png') no-repeat 0 0;
}*/
.sbToggleOpen{
	background: url('../images/common/bg_selectbox.png') no-repeat 0 -50px;
	background-size:30px auto;
}
.w768 .sbToggleOpen,
.webstyle .sbToggleOpen {
	background: url('../images/common/bg_selectbox_1025.png') no-repeat 0 -50px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #fff;
	border: solid 1px #acacac;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 31px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	/*padding: 0 7px;*/
}
.sbOptions a{
	border-bottom: solid 1px #f2f2f2;
	display: block;
	outline: none;
	padding: 6px 3px 6px 10px;
}
.w768 .sbOptions a,
.webstyle .sbOptions a {
	padding: 7px 7px 7px 10px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #888;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #333;
	background-color:#f9f9f9;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #acacac;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #acacac;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}