@charset "utf-8";

.select_area		{text-align:left;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}

.sbHolder{
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:28px;height:28px;
	position: relative;
	width:auto;
	padding:0 30px 0 0;border:1px solid #ccc;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;right:30px;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	padding:0 10px;
	top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#707070;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background:#fff url(/images/mark_bullet/select_arrow.png) 50% 50% no-repeat;
	display: block;
	height:28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width:30px;
	z-index:1;
	margin:0;
	padding:0;
}
.sbToggle:hover,
.sbToggle:active,
.sbToggle:focus
{
	background:#fff url(/images/mark_bullet/select_arrow.png) 50% 50% no-repeat;
}
.sbToggleOpen{
	background:#fff url(/images/mark_bullet/select_arrow.png) 50% 50% no-repeat;
}
.sbToggleOpen:hover{
	background:#fff url(/images/mark_bullet/select_arrow.png) 50% 50% no-repeat;
}
.sbHolderDisabled{
	background-color: #fff;
	border:1px solid #ccc;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border:1px solid #ccc;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	width:100%;
	z-index:3;
	overflow-y: auto;
	*z-index:9;
	max-height:160px !important;
}
.sbOptions li{
	padding: 0 7px;
	*position:relative;
	*z-index:9;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 2px 0 2px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #707070;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #707070;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #d9d6cc;
	color: #707070;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #d9d6cc;
	color: #707070;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}