@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #d0d0d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #1b3647 !important;
	font-weight: normal;
	height: 52px;
	line-height: 52px;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.right-column .sbHolder {
	width: 239px;
	background: #f0eee6;
	border-color: #ccc5a8;
	font-size: 16.4;
	text-shadow: 0 0 1px rgba(27,54,71,0.3);
}


.sbHolder:hover {
	background-color: #fff;
	border: solid 1px #9e9e9e;
}

.right-column .sbHolder:hover {
	border-color: #A29B82;
}

.sbSelector{
	display: block;
	height: 52px;
	left: 0;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0 60px 0 15px;
}

.right-column .sbSelector {
	width: 239px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #1b3647 !important;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select.png) 0 center no-repeat;
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	
}
.sbToggleOpen{
	
}
.sbToggleOpen:hover{
	
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #9e9e9e;
	list-style: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	padding: 0 !important;
	width: 100%;
	z-index: 100;
	overflow-y: auto;
}

.right-column .sbOptions {
	width: 239px;
	background-color: #E9E7DF;
	border: solid 1px #A29B82;
}

.sbOptions li{
	padding: 0 7px;
}

.sbOptions li:hover {
	background: #EDEDED;
	background-color: rgba(0,0,0,0.03);
}
.sbOptions a{
	border-bottom: dashed 1px #9e9e9e;
	display: block;
	outline: none;
	padding: 0px 0 0px 3px;
}

.sbOptions li:last-child a {
	border: none;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #1b3647;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #1b3647 !important;
}
.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: #1b3647;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}