@CHARSET "UTF-8";

/* 전체를 감싼 DIV*/
.sbHolder {text-align:left;}


/* sbHolder 펼치기 전 */
.sbHolder {
	background-color:#fff;
	border: solid 1px #bbb;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	/*width: 200px;*/ /* */
	height: 28px; /* */
}

/* sbSelector 펼치기 전 : 텍스트 영역 */
.sbSelector{
	display: block;
	width: 100%; /* */
	height: 28px; /* */
	left: 0;
	line-height: 28px; /* */
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000; /* 텍스트 색상 */
	outline: none;
	text-decoration: none;
}

/* sbToggle 화살표 시작 */
.sbToggle{
	background: url(../images_1411/board/select-icons.gif) 15px 0 no-repeat;
	display: block;
	width: 37px; /* */
	height: 28px; /* */
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
.sbToggleOpen{
	background: url(../images_1411/board/select-icons.gif) 15px bottom no-repeat;
}
.sbHolderDisabled{
	background-color: #666;
	border: solid 1px #515151;
}
/* == //sbToggle 화살표 끝 == */


/* == sbOptions 하위 리스트 시작 == */
.sbOptions{
	background-color: #fff;
	border: solid 1px #bbb;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	/*border-bottom: dotted 1px #515151;*/
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666; /* 텍스트 색상 */
	text-decoration: none;
}
/* == //sbOptions 하위 리스트 끝 == */
