.sbHolder {
	width: 300px; height: 26px;
	position: relative; margin: 5px 0;
	background-color: #fff; border: 1px solid #DAD3CC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.sbSelector { overflow: hidden; display: block; height: 25px; position: absolute; left: 0; top: 0; line-height: 25px; text-indent: 10px; outline: none; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { color: #444; outline: none; text-decoration: none !important; }

.sbToggle { display: block; width: 23px; height: 19px; position: absolute; right: 0; top: 1px; margin: 3px 3px 0 0; outline: none; background: url(img/arrow-down.png) center no-repeat; }
.sbToggle:hover { background-image: url(img/arrow-down-hover.png); }
.sbToggleOpen { background-image: url(img/arrow-up.png); }
.sbToggleOpen:hover{ background-image: url(img/arrow-up-hover.png); }

.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbHolderDisabled .sbHolder {}
.sbHolderDisabled .sbToggle {}

.sbOptions {
	overflow-y: auto; width: 300px;
	position: absolute; left: -1px; top: 30px;
	margin: 1px 0 0 !important; padding: 0 !important;
	background-color: #fff;	border: 1px solid #eee;
	list-style: none; z-index: 1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.sbOptions li { width: auto !important; float: none !important; margin: 0 !important; padding: 0 !important; }
.sbOptions a { display: block; margin: 0; padding: 5px 5px 5px 10px; outline: none; }
.sbOptions a:link, .sbOptions a:visited { color: #444; text-decoration: none; }
.sbOptions a:hover { color: #006FB2; background: #fafafa; }
.sbOptions li.last a { border-bottom: none; }

.sbOptions .sbDisabled { display: block; padding: 7px 0 7px 3px; color: #999; border-bottom: dotted 1px #515151; }
.sbOptions .sbGroup { display: block; padding: 7px 0 7px 3px; font-weight: bold; color: #EBB52D; border-bottom: dotted 1px #515151; }
.sbOptions .sbSub{ padding-left: 17px; }

/* -------------------------------------------------------- */

.sbHolder { float: left; }