@CHARSET "UTF-8";
.sbHolder{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 20px;
	position: relative;
	width: 120px;
	float:left;
	margin-left:5px;
	border:none;
	outline:none;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 110px;
	border:none;
	color:#0093DD;
}
.sbSelector .list-item{display:block;height:20px;padding:0 0 0 10px;background:url('list-item.png') 0 0 no-repeat}
.sbSelector .block-item{display:block;height:20px;padding:0 0 0 10px;background:url('block-item.png') 0 0 no-repeat}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#0093DD;
	outline: none;
	text-decoration: none;
	border:none
}
.sbToggle{
	background: url(/wa-data/public/site/themes/keramis_desktop/img/select-icons.png) 0 -20px no-repeat;
	display: block;
	height: 10px;
	outline: none;
	position: absolute;
	right: 0;
	top: 7px;
	width: 10px;
}
.sbToggle:hover{
	background: url(/wa-data/public/site/themes/keramis_desktop/img/select-icons.png) 0 -30px no-repeat;
}
.sbToggleOpen{
	background: url(/wa-data/public/site/themes/keramis_desktop/img/select-icons.png) 0 0 no-repeat;
}
.sbToggleOpen:hover{
	background: url(/wa-data/public/site/themes/keramis_desktop/img/select-icons.png) 0 -10px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	padding:5px 0;
	background: #FAFBFB;
	border: 1px solid #E3E3E3;
	border-radius: 6px;
	list-style: none;
	left: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	width: 200px;
	z-index: 100;
	overflow-y: auto;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.sbOptions li{
	padding:0;
	margin:0;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 3px 10px;
	color:#0093DD;
	text-decoration:none;
}
.sbOptions a:link, .sbOptions a:visited{
	color:#0093DD;
	text-decoration:none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background:#0093DD;
}
.sbFocus{
	border:none;
	outline: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;
}