@CHARSET "UTF-8";
.sbHolder{
	background-color: #f6f6f6;
	border:1px solid #989898;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 37px;
	position: relative;
	width: 260px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 37px;
	left: 0;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 96%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	
	outline: none;
	text-decoration: none; border:none; color:#000000; font-size: 15px;
}
.sbToggle{
	/*background: url(../images/down.png) no-repeat left 11px;*/
	display: block;
	height: 37px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/down.png) no-repeat left 11px;
}
.sbToggleOpen{
	/*background: url(../images/down.png) no-repeat left 11px;*/
}
.sbToggleOpen:hover{
	background: url(../images/down.png) no-repeat left 11px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #989898;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	border: solid 1px #989898;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto; max-height: 243px!important
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions li a{ padding-left: 35px;}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 5px 3px; font-size: 15px; color:#000000!important
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000000!important;
	text-decoration: none; border-color:#cccccc;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.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: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/*******************for different languages  *************************************/
                .sbOptions a[rel="en"]{background-image: url("/registration/public/images/en.jpg");
                                       background-repeat: no-repeat;
                                       background-position: left 8px;
                                       background-repeat: no-repeat;
                                       cursor: pointer;
                }
                 .sbOptions a[rel="fr"]{background-image: url("/registration/public/images/fr.jpg");
                                       background-repeat: no-repeat;
                                       background-position: left 8px;
                                       background-repeat: no-repeat;
                                       cursor: pointer;
                }
                 .sbOptions a[rel="pt"]{background-image: url("/registration/public/images/pt.jpg");
                                       background-repeat: no-repeat;
                                       background-position: left 8px;
                                       background-repeat: no-repeat;
                                       cursor: pointer;
                }   
                .sbOptions a[rel="zh"]{background-image: url("/registration/public/images/zh.jpg");
                                       background-repeat: no-repeat;
                                       background-position: left 13px;
                                       background-repeat: no-repeat;
                                       cursor: pointer;
                }
                .sbOptions a{ padding-left: 23px;  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
                .sbHolder{ position: absolute; right:13px; top:13px; width: 140px; background: #ffffff url("/registration/public/images/arrow-down.png") no-repeat scroll 91% 15px;} 
                .sbOptions{top: 35px!important; width: 102%;}
                .sbSelector{ line-height: 34px;}
                .flagicon {
                    position: absolute;
                    right: 117px;
                    top: 23px;
                    vertical-align: middle;
                }
                .sbSelector{ padding-left: 30px;}