@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	height: 22px;
	position: relative;
	width: 191px;
    display: inline-block;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
    border: 1px solid #96B300;
    border-right:0;
	display: block;
	height: 21px;
	left: 0;
	line-height: 21px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	border-radius: 2px 0 0 2px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #333333;
	outline: none;
	text-decoration: none;
}
.sbHolder a.sbToggle {
	background: #a6c700 url('/static/img/select.png') 6px 6px no-repeat;
    border: 1px solid #96B300;
    border-left: 0;
	display: block;
	height: 21px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
    color: #333333;
    border-radius: 0 2px 2px 0;
}
.sbHolder .sbToggle:hover{
    background: #FFF url('/static/img/select-active.png') 6px 6px no-repeat;
}
.sbHolder a.sbToggleOpen{
    background: #FFF url('/static/img/select-active.png') 6px 6px no-repeat;
}
.sbHolder .sbToggleOpen:hover{
    background: #FFF url('/static/img/select-active.png') 6px 6px no-repeat;
}
.sbHolderDisabled{
	
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled a.sbToggle{
	display: none;
}
.sbHolderDisabled .sbSelector {
	border: 1px solid #96B300;
}
.sbOptions{
	background-color: #FFF;
	border: solid 1px #96B300;
    border-top: 0;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	width: 189px;
	z-index: 1;
	overflow-y: auto;
    margin-top: 2px;
    margin-left: 1px;
    border-radius: 0 0 2px 2px;
}
.sbOptions li{
	
}
.sbOptions li:hover {
	background-color: #eff5d0;
}
.sbOptions a{
	border-bottom: solid 1px #cccccc;
	display: block;
	outline: none;
	padding: 3px 0 3px 5px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #6A8000;
}
.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;
}

#green-bar #search a  {
    color: #333;
    font-weight: normal;
}

#search .sbHolder a.sbToggle {
    background: #FFF url('/static/img/search-select.png') 3px 7px no-repeat;
    height: 22px;
    border-radius: 0;
}

#search .sbHolder {
    display: block;
    height: 23px;
    float: left;
}

#search .sbSelector {
    height: 22px;
    line-height: 22px;
    border-radius: 0;
}