@charset "UTF-8";
.sbHolder{
	background-color: #fff;
    border: 1px solid #999;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 56px;
	position: relative;
	width: 280px;
	box-sizing: border-box;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	text-align:left;
	width: 212px;
	padding: 19px 33px;
	font-size:1.6rem;
	line-height:1.8rem;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #202020;
	outline: none;
	text-decoration: none;
	font-weight: 600;
}
.sbToggle{
	background: url(../images/sub2/select_combo_arror_21x21.gif) center center no-repeat;
	display: block;
	height: 55px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
}
.sbToggle:hover{
	/* background: url(../images/sub2/select-icons.png) 0 -167px no-repeat; */
}
.sbToggleOpen{
	transform: rotate(180deg);
}
.sbToggleOpen:hover{
	/* background: url(../images/sub2/select-icons.png) 0 -66px no-repeat; */
}
.sbHolderDisabled{
    border: 1px solid #999;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
    border: 1px solid #999;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 54px !important;
	width: 278px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #999;
	display: block;
	outline: none;
	font-size:1.4rem;
	line-height:1.8rem;
	padding:12px 33px;
	text-align:left;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #202020;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background:#f0f0f0;
}
.sbOptions li:last-child a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #999;
	color: #202020;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #999;
	color: #008af1;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}