@CHARSET "UTF-8";



.sbHolder{
	border: solid 1px #2AC0FF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	position: relative;
	width: 145px;
	border-radius: 4px;}

#filter .sbHolder{ width: 248px; }

#filter .sbSelector { width: 223px; }

#filter .sbOptions { min-width: 248px;}



#filter .sbOptions li a {width: 225px;} 



.sbHolder:focus .sbSelector{



	



}



.sbSelector{

	padding-left: 4px;

	display: block;

	height: 25px;

	left: 0;

	line-height: 25px;

	outline: none;

	overflow: hidden;

	background:#F5F5F5;

	position: absolute;

	text-indent: 2px;

	top: 0;

	width: 135px;
	border-radius: 4px;

}



.sbSelector:link, .sbSelector:visited, .sbSelector:hover{



	color: #B0B0B0;



	outline: none;



	text-decoration: none;



}



.sbToggle{

	z-index: 30;

	background: url(/img/arrow.png) 0 0px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	border-left: solid 1px #2AC0FF;}



.sbToggle:hover{



	background: url(/img/arrow.png) 0 0 no-repeat;



}



.sbToggleOpen{



	background: url(/img/arrow.png) 0 -25px no-repeat;



}



.sbToggleOpen:hover{



	background: url(/img/arrow.png) 0 -25px no-repeat;



}



.sbHolderDisabled{



	border: solid 1px #D6D1D7;



}



.sbHolderDisabled .sbHolder{



	



}



.sbHolderDisabled .sbToggle{



	



}



.sbOptions{



	border: solid 1px #2AC0FF;
	border-radius: 4px;



	list-style: none;



	left: -1px;



	margin: 0;



	padding: 0;



	position: absolute;



	background-color:#ffffff;



	top: 30px;



	min-width:145px;



	width: auto;



	z-index: 70;



	overflow-y: auto;



}



.sbOptions li{



	padding:0;



}



.sbOptions a{



	border-bottom: dotted 1px #2AC0FF;



	display: block;



	outline: none;



	padding: 3px;



	white-space: nowrap;



}



.sbOptions a:link, .sbOptions a:visited{



	color: #B0B0B0;



	text-decoration: none;



}



.sbOptions a:hover,



.sbOptions a:focus,



.sbOptions a.sbFocus{



	color: #FFF;



	background-color: #1FB0FA;



}



.sbOptions li.last a{



	border-bottom: none;



}



.sbOptions .sbDisabled{



	border-bottom: dotted 1px #D6D1D7;



	color: #999;



	display: block;



	padding: 7px 0 7px 3px;



}



.sbOptions .sbGroup{



	border-bottom: dotted 1px #D6D1D7;



	color: #EBB52D;



	display: block;



	font-weight: bold;



	padding: 7px 0 7px 3px;



}



.sbOptions .sbSub{



	padding-left: 17px;



}