@CHARSET "UTF-8";

.sbHolder{
	font-size: 12px;
	font-weight: normal;
	position: relative;
	width: 150px;
  margin: 5px 0 0 10px;
  height: 30px;
  z-index: 9999;
  -webkit-border-radius: 20px;  
  -moz-border-radius: 20px; 
  border-radius: 20px;
  border: 1px solid #dadada;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.box.producer .sbHolder{
    width: 140px;
    margin-right:13px;
}

.box.producer .sbOptions{
    width: 140px;
} 


.sbHolder:focus .sbSelector{
	
}
a.sbSelector{
	display: block;
  outline: medium none;
  padding: 6px 0;
  text-align:center;
  width: 100px;
  position:relative;
  color: #748976 !important;
  font-size: 12px;
  font-family :Arial !important;
  text-decoration: none !important; 
  padding-left: 35px;
  width: 68px;
  background: url(../img/select_bg.png) repeat-x;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #4a4a4a;
	outline: none;
	text-decoration: none;
  font-size:12px;
  font-weight: normal;
}
.sbToggle{
	background: url(../img/select_arrow.png) no-repeat scroll center center;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
  top: 0;
	width: 31px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	list-style: none; 
	left: 0;
	margin: 0;
	padding: 0;  
	position: absolute;
	top: 30px !important;
	width: 148px;
  text-align:center;
	overflow-y: auto;
}
.sbOptions li {
    float: none !important;
    margin: 2px 0 0 !important;
    padding: 0;
    text-align: left;
    -webkit-border-radius: 20px;  
   -moz-border-radius: 20px; 
   border-radius: 20px;
   background: #fff;              
   border: 1px solid #dadada;
}

.sbOptions a{
	display: block;
  text-decoration: none !important;
	outline: none;
	padding: 5px 0 5px 47px;
  margin-top: -1px;
  font-size: 12px;
  font-weight: 400;
  color: #748976 !important;
}

.sbOptions a:link, .sbOptions a:visited {
    border-bottom: 0 none;
    color: #767676;
    margin: 0;
    text-decoration: none;
    top: 0;
    width: auto;
    font-size: 13px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	text-decoration: underline !important;
}
.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;
}

.sbOptions a.en, a.sbSelector.en{background: url(../img/english.png) no-repeat scroll 16px center;}