@CHARSET "UTF-8";
.sbHolder{
	width:100%;
	height:35px;
	position: relative;
	margin:auto;
	font-family: Arial, sans-serif;
	font-size: 14.7px;
	/*margin-bottom:1%;*/
  margin-bottom: 5px;
	border-radius:3px;
		
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c4c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c4c4c4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c4c4c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{ /*EZ A LENYÍLÓ, KEZDŐ LISTAELEM */
	display: block;
	height: 35px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:100%;
	/*width: 170px;*/
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #EBB52D;*/
	color:#000;	/* A kezdő mező betűszíne */
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 32px;
	outline: none;
	position: absolute;
	right: 0;
	top: 1px;
	width: 30px;
}

.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}

.sbOptions{
	background-color: #C0DC87; /* a lenyíló lista háttérszíne */
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width:100%;
	z-index:3;
	overflow-y: auto;
	/*border: solid 1px #515151;
	top: 30px;
	left: -1px;*/
}
.sbOptions li{ /* a lenyíló listaelemek  szélessége*/
	padding:0;
}
.sbOptions a{
	border-bottom: solid 1px #78BC30;
	display: block;
	outline: none;
	padding: 10px 0 8px 10px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000; /* lista betűszín */
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000; /* szöveg hover */
	background:#78BC30; /* lista háttér hover */
}




/* 2020 - Z */
.sbOptions .sbDisabled{
	border-bottom: solid 1px #78BC30;
	color: #999;
	display: block;
	padding: 10px 0 8px 10px;
	}

.sbHolderDisabled{
	background-color: #0C0;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}



/*.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
		.sbHolderDisabled{
			background-color: #0C0;
			border: solid 1px #515151;
		}
		.sbHolderDisabled .sbHolder{
			
		}
		.sbHolderDisabled .sbToggle{
			
		}
.sbOptions li.last a{
	border-bottom: none;
	border-radius:3px;
}
		.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;
}*/