.sbHolder{
	background: rgb(242,249,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,249,251,1) 0%, rgba(255,255,255,1) 50%, rgba(242,249,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,249,251,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(242,249,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,249,251,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,249,251,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,249,251,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,249,251,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fb', endColorstr='#f2f9fb',GradientType=0 ); /* IE6-9 */
	font-family: Arial, sans-serif;
	height: 28px;
	position: relative;
	width: 183px;
	margin: 5px 0px 0px 5px;
	border: 1px solid #99BFD6;
	border-radius: 3px;
}

.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 150px;
	color: #336ba1;
	font-size: 14px;
	font-weight: bold;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #336ba1;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(/images/select_toggle.png) no-repeat;
	display: block;
	height: 26px;
	outline: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 31px;
}

.sbToggleOpen{
	background: url(/images/select_toogle_open.png) no-repeat;
	height: 28px;	
	width: 31px;	
}

.sbHolderDisabled{
	background-color: #ffffff;
	border: solid 1px #847F7B;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}


.sbOptions{
	background: rgb(242,249,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,249,251,1) 0%, rgba(255,255,255,1) 50%, rgba(242,249,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,249,251,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(242,249,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,249,251,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,249,251,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,249,251,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,249,251,1) 0%,rgba(255,255,255,1) 50%,rgba(242,249,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fb', endColorstr='#f2f9fb',GradientType=0 ); /* IE6-9 */
	border: solid 1px #99BFD6;
	list-style: none;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 0px;
	width: 183px;
	z-index: 9999999;
	overflow-y: auto;
	border-radius: 3px;
	font-weight:bold;
}
.sbOptions li{
	padding: 0 7px;
	margin-bottom: inherit !important;
    padding-left: inherit !important;
}
.sbOptions li:before {
	display: none;
}
.sbOptions a{
	border-bottom: dotted 1px #99BFD6;
	display: block;
	outline: none;
	padding: 8px 0 8px 3px;
	    font-size: 12px;
    line-height: 1.2;
}

.sbOptions li:last-child a{
	border: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #28465e;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #336ba1;
}
.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;
}