@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #e7e4dd;
	font-family: Arial, Helvetica, '微軟正黑體', sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 271px;
	margin:0 0 0 18px;
	outline:none;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 100%;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 231px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #ADADAD;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) right 3px no-repeat;
	background-color: #fff;
	display: block;
	width:100%;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) right -37px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) right -77px no-repeat;
	background-color: #fff;
	-moz-box-shadow: 0px 5px 15px rgba(233, 230, 223, 0.7) inset;
	-webkit-box-shadow: 0px 5px 15px rgba(233, 230, 223, 0.7) inset;
	-o-box-shadow: 0px 5px 15px rgba(233, 230, 223, 0.7) inset;
	box-shadow: 0px 5px 15px rgba(233, 230, 223, 0.7) inset;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) right -117px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #e7e4dd;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px; left: 0;
	margin-left:-1px;
	width: 271px;
	z-index: 99;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	list-style:none;
	background-color: #fff;
}
.sbOptions a{
	border-bottom: dotted 1px #e7e4dd;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ADADAD;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #262626;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #9c9381;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #9c9381;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}