@CHARSET "UTF-8";
.sbHolder{
	background-color: #ffffff;
	/*border: solid 1px #87888c;*/
	font-family:'kittithada_thin_35_p'; font-size:14px; 
	color:#000; 
	font-weight: bold;
	height: 39px;
	position: relative;
	width: 320px;
	text-align:left;
	border:1px solid #CCC;
	
}
.sbSelector{
	display: block;
	height: 39px;
	left: 0;
	line-height: 35px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent:10px;
	top: 0;
	width:320px;	
	color:#000; 
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#000; 
	outline: none;
	text-decoration: none;

}
.sbToggle{
	background: url(../../images/arow_down.jpg) no-repeat top right;
	display: block;
	height: 39px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;

}
/*.sbToggle:hover{
	background: url(img/select-icons.png) 0 -118px no-repeat;
}
.sbToggleOpen{
	background: url(img/select-icons.png) 0 -67px no-repeat;
}
.sbToggleOpen:hover{
	background: url(img/select-icons.png) 0 -67px no-repeat;
}
.sbHolderDisabled{
	background-color: #87888c;
	border: solid 1px #87888c;
}*/
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	text-indent:10px;
	background-color: #fff;
	border: solid 1px #ccc;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	width: 320px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 10px;	
	display: block;
	width:320px;
}
.sbOptions li:hover{
 background: url(../../images/bg/bg-red.png) repeat top left;


  
}

.sbOptions a{
    display: block;
	outline: none;
	padding: 10px 0;
	color:#000;

	
   
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
}
.sbOptions a:hover{
	 color:#ffb900!important;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #fff;
	color: #000;
	display: block;

}
.sbOptions .sbGroup{
	border-bottom:none;
	color: #000;
	display: block;
	font-weight: bold;

}
.sbOptions .sbSub{

}