.sbHolder {
	background-color: #ffffff;
	border: solid 1px #cbcbcb;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	position: relative;
	width: 200px;
}

.sbSelector {
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}

.sbSelector:link {
	color: #aaaaaa;
	outline: none;
	text-decoration: none;
}

.sbSelector:hover,
.extranet a.sbSelector:hover {
	color: #999;
}

.sbToggle {
	background: url(../Images/select_box.png) no-repeat center;
	display: block;
	height: 29px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	border-left: 1px solid #cbcbcb !important;
}

.sbOptions {
	background-color: #ffffff;
	border: solid 1px #cbcbcb;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px !important;
	width: 200px;
	z-index: 100;
	overflow-y: auto !important;
	max-height: 300px !important;
}

.container .sbOptions li {
	padding: 0;
	margin: 0;
}

.sbOptions a:link,
.sbOptions a {
	border-bottom: solid 1px #cbcbcb;
	display: block;
	outline: none;
	padding: 7px 0 7px 10px;
	color: #777777;
}

.sbOptions a:hover {
	background: #efefef;
}

.sbOptions li:last-child a {
	border-bottom: none;
}

.sbOptions li.last a {
	border-bottom: none;
}

.sbOptions .sbDisabled {
	border-bottom: dotted 1px #515151;
	color: #999999;
	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;
}