@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 2px #90c31f;
	font-size: 12px;
	font-weight: normal;
	height: 21px;
	position: relative;
	width: 253px;
	float:left;margin-right:10px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height:21px;
	left: 0;
	line-height:21px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 232px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	
	color:#324763;font-family:gulim;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url('/eng_home/images/common/footer/select-icons.png') left top no-repeat;
	display: block;
	height:21px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
}
.sbToggle:hover{
	background: url('/eng_home/images/common/footer/select-icons.png') left top no-repeat;
}
.sbToggleOpen{
	background: url('/eng_home/images/common/footer/select-icons.png') left top no-repeat;
}
.sbToggleOpen:hover{
	background: url('/eng_home/images/common/footer/select-icons.png') left top no-repeat;
}

.sbOptions{
	background-color: #ffffff;
	border: solid 2px #90c31f;
	list-style: none;
	left: -2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 253px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0 7px;border-bottom:dotted 1px #90c31f;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;line-height:16px;
}
.sbOptions a:link, .sbOptions a:visited{
	
	color:#324763;font-family:gulim;
	text-decoration: none;
	font-size:12px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	
	color:#324763;font-family:±¼¸²,gulim;
}
.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: #314663;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}