@CHARSET "UTF-8";
.sbHolder{
	background: #fff;	
	font-size: 12px;	
	height: 40px;
	position: relative;
	width: 100%;
	border: 1px solid #454545;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	background: url(../images/select-down.png) no-repeat right 10px center;
	padding-right: 30px;
	display: inline-block;
	height: 40px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: none;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
}

.bg_blue .sbToggle{
	background: url(../images/template/selectArrBlue.jpg) no-repeat;
}
.bg_blue .sbToggleOpen{
	background: url(../images/template/selectArrBlue2.jpg) no-repeat;
}
.sbToggleOpen{
	background: url(../images/template/selectArr2.jpg) no-repeat;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #454545;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 101%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}

.sbOptions a{
	border-bottom: solid 1px #ddd;
	display: block;
	outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000000;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #A99D8E;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions li:last-child 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;
}
/*for radio and checkbox mod by misiek*/

.has-js .label_check,
.has-js .label_radio { padding-left: 24px; margin-right: 10px; float: left; opacity: 0.5; -moz-transition: 0.2s ease-out; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; cursor: pointer; }
.has-js .label_radio:hover, .has-js .label_radio.r_on{ opacity: 1 }
.has-js .label_radio { background: url(../images/radio-off.png) no-repeat 0px 0px; height: 25px; display: inline-block;  }
.has-js .label_check { background: url(../images/check-off.png) no-repeat 0px 0px; height: 25px; display: inline-block; z-index: 22222; position: absolute; }
.has-js label.c_on { background: url(../images/check-on.png) no-repeat 0px 0px; height: 25px; display: inline-block; z-index: 22222; position: absolute; }
.has-js label.r_on { background: url(../images/radio-on.png) no-repeat 0px 0px; }
.has-js .label_check input,
.has-js .label_radio input { position: absolute; left: -9999px; }

.label_radio span {
	position: relative;
	top: 3px;
}
/**************** default style
/** 	przyworcic na nowej stronie

@CHARSET "UTF-8";
.sbHolder{
	background-color: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 28px;
	position: relative;
	width: 100%;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #eeeffd;
	border: solid 1px #d0d2eb;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 300px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000000;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #036e0a;
}
.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;
}

.has-js .label_check,
.has-js .label_radio { padding-left: 24px; margin-right: 10px; float: left;}
.has-js .label_radio { background: url(../images/radio-off.png) no-repeat; height: 21px; display: inline-block;  }
.has-js .label_check { background: url(../images/check-off.png) no-repeat; }
.has-js label.c_on { background: url(../images/check-on.png) no-repeat; }
.has-js label.r_on { background: url(../images/radio-on.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input { position: absolute; left: -9999px; }

*/