@CHARSET "UTF-8";
.sbHolder{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 17px;
	position: relative;
	width: 117px;
}
.sbSelector{
 	display: block;
    height: 17px;
    left: 0;
    line-height: 20px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: 1px;
    top: 0;
    width: 117px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #333333;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url("../images/select-icons.png") no-repeat scroll 0 -122px rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -170px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -23px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	list-style: none;
	left: -3px;
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #f7f7f7;
	width: 121px;
	border: 1px solid #ccc;
	margin-top: 1px;
	z-index: 1;
}
.sbOptions li{
	padding: 0 7px;
	line-height: 12px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333333;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #333333;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #333333;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #333333;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.search_container .sbSelector:link,.search_container .sbSelector:visited,.search_container .sbSelector:hover{
	color:#93afc0;
	margin-top: 10px;
}
.search_container .sbHolder{
	width: 120px;
}
.search_container .sbToggle{
	margin-top: 10px;
	background: url("../images/search_select_icons.png") no-repeat scroll 0 -122px rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;	
}
.search_container  .sbToggle:hover{
	background: url(../images/search_select_icons.png) 0 -172px no-repeat;
}
.search_container .sbToggleOpen{
	background: url(../images/search_select_icons.png) 0 -22px no-repeat;
}
.search_container .sbToggleOpen:hover{
	background: url(../images/search_select_icons.png) 0 -72px no-repeat;
}
.search_container .sbOptions{
	margin-top: 10px;
	margin-left:3px;
	margin-top: 20px;
	width: 131px;
	background-color: #e7f0f6;
}

.search_container .sbOptions a:link,.search_container .sbOptions a:visited{
	color: #93AFC0;
	text-decoration: none;
}
.search_container .sbOptions li :hover{
	background-color: #dfe8ef !important;
}
































