@CHARSET "UTF-8";
.sbHolder{
	border: none;
	height: 30px;
	position: relative;
	width: 100%;
	float:left;
	color: #333333 !important; 
   /* font-family: 'signikaregular';*/
    font-size: 15px; 
    font-weight: normal;
	background: url(../img/ip-bg.jpg) repeat-x left center;
	border:1px solid #415a69; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.q_frm .sbHolder{
	border: none;
	height: 30px;
	position: relative;
	width: 100%;
	float:left;
	color: #333333 !important; 
   /* font-family: 'signikaregular';*/
    font-size: 13px; 
    font-weight: normal;
	background:#D0D3D4; 
	margin-bottom: 14px; 
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block; 
	height: 30px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	color: #333 !important; 
}
.q_frm .sbSelector{
	display: block; 
	height: 45px;
	left: 0;
	line-height: 45px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	color: #333 !important; 
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #8f8787;*/
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-arw.png) no-repeat center center;
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 0px; 
	width: 15px;
}
.q_frm .sbToggle{
	background: url(../img/select-arw.png) no-repeat center center;
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 0px; 
	width: 15px;
}

/*.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}*/
.sbToggleOpen{
	background: url(../img/select-arw.png) no-repeat center center; 
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 0px; 
	width: 15px;
}
.q_frm .sbToggleOpen{
	background: url(../img/select-arw.png) no-repeat center center; 
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 0px; 
	width: 15px;
}

/*.sbToggleOpen:hover{
	background: url(../images/select_arrow_close.jpg) top right no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border: solid 1px #e6e6e6;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	top: 45px; 
	max-height: none !important;
	width:100% !important;
	z-index: 99999 !important;
	/*overflow-y: auto;*/
	background:#fff; 
}
.sbOptions li{ width: 100%;
	padding: 0px; 
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
}
.q_frm .sbOptions li{ width: 100%;
	padding: 0px; 
	height: 45px;
	line-height: 45px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 0px 10px;
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 400; 
}
.sbOptions a:link, .sbOptions a:visited{
	color: #474646;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #474646 !important;
	background:none repeat scroll 0 0 #dedddd ;
	width: 100%;
}
.q_frm .right .sbOptions li { width: 100%;}
.b_frm .right .sbOptions li { width: 100%;}

.sbOptions li.last a{
	border-bottom: none;
	height: 30px;
	line-height: 30px;
}
.q_frm .sbOptions li.last a{
	border-bottom: none;
	height: 45px;
	line-height: 45px;
	width: 100%;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
