/*! jquery.selectbox.css - Start */
.sbHolder{
	background-color: #fff;
	border: solid 1px #bababa;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 17px;
	position: relative;
	float: left;
	width: 91%;
	border-radius: 6px;
	padding: 5px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	box-shadow: 1px 1px 0px #FFFFFF, 0px 0px 5px #CCCCCC inset;
}
.sbSelector{
	display: block;
	height: 17px;
	left: 0;
	/*line-height: 30px;*/
	padding: 2px 0 0px 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 4px;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 17px;
	outline: none;
	position: absolute;
	right: 6px;
	top: 2px;
	width: 30px;
	background-image: url(/images/sprite.png);
	background-repeat: no-repeat;
	background-position: right -172px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #cccccc;
	list-style: none;
	left: 4px;
	margin: 0; margin-top: 10px;
	padding: 0;
	position: absolute;
	top: 35px;
	width: 200px;
	z-index: 100;
	overflow-y: auto !important;
	height: 234px ;
}

.rrColumnThree .sbOptions, .rrLeftColumn .sbOptions {left: 2px;width: 180px;}

.sbOptions li{
	padding: 0 2px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 2px 0 2px 3px;
	color: #000;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #333;
}
.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;
}
/*! jquery.selectbox.css - End */