@CHARSET "UTF-8";

.sbHolder{
	width:210px;
	height: 25px;
	position: relative;
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;

}

.sbHolder:focus .sbSelector{
	
}

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

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	acolor: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(/obiavi/select-icons.png) 0 -169px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(/obiavi/select-icons.png) 0 -169px no-repeat;
}
.sbToggleOpen{
	background: url(/obiavi/select-icons.png) 0 -69px no-repeat;
}
.sbToggleOpen:hover{
	background: url(/obiavi/select-icons.png) 0 -69px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}

.sbOptions{
	abackground-color: #212121;
	background-color: #ffffff;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 210px;
	z-index: 99;
	overflow-y: auto;
}

.sbOptions ul{

	width: 210px;
	border-bottom: none;
}

.sbOptions li{
	padding: 0 7px;
	width: 195px;
	border-bottom: none;
}

.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 3px 0 3px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	acolor: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	acolor: #EBB52D;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	acolor: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	acolor: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}



.sbHolder190{
	background:#ffffff;
	width:190px;
	height: 25px;
	position: relative;
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;

}

.sbHolder190:focus .sbSelector190{
	
}

.sbSelector190{
	display: block;
	height: 25px;
	left: 0;
	line-height: 22px;
	outline: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 160px;
	abackground:green;
}

.sbSelector190:link, .sbSelector190:visited, .sbSelector190:hover{
	acolor: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle190{
	background: url(/obiavi/select-icons.png) 0 -169px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle190:hover{
	background: url(/obiavi/select-icons.png) 0 -169px no-repeat;
}
.sbToggleOpen190{
	background: url(/obiavi/select-icons.png) 0 -69px no-repeat;
}
.sbToggleOpen190:hover{
	background: url(/obiavi/select-icons.png) 0 -69px no-repeat;
}
.sbHolderDisabled190{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled190 .sbHolder190{
	
}
.sbHolderDisabled190 .sbToggle190{
	
}

.sbOptions190{
	abackground-color: #212121;
	background-color: #ffffff;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 190px;
	z-index: 1;
	overflow-y: auto;
}

.sbOptions190 ul{

	width: 190px;
	border-bottom: none;
}

.sbOptions190 li{
	padding: 0 7px;
	width: 175px;
	border-bottom: none;
}

.sbOptions190 a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 3px 0 3px 3px;
}
.sbOptions190 a:link, .sbOptions190 a:visited{
	acolor: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	acolor: #EBB52D;
}
.sbOptions190 li.last a{
	border-bottom: none;
}
.sbOptions190 .sbDisabled190{
	border-bottom: dotted 1px #515151;
	acolor: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions190 .sbGroup190{
	border-bottom: dotted 1px #515151;
	acolor: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions190 .sbSub190{
	padding-left: 17px;
}
