@font-face {
  font-family: 'deliverynote';
  src: url('webFonts/DeliveryNote-Regular/font.woff2') format('woff2'), url('webFonts/DeliveryNote-Regular/font.woff') format('woff');
}
@font-face {
  font-family: 'deliverynotedoodles';
  src: url('webFonts/DeliveryNoteDoodles-Regular/font.woff2') format('woff2'), url('webFonts/DeliveryNoteDoodles-Regular/font.woff') format('woff');
}
body
{
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	font-family:EncodeSans,Tahoma;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:center 120px;
	/*background-image:url(../images/strona/tlo.png);*/
	text-shadow: #fff 0px 0px 0px !important;
}
a object
{
	cursor:pointer!important;
}

.pa {
    position: absolute;
}
.pr {
    position: relative;
}
.ps {
    position: static;
}
.pf {
    position: fixed;
}
.pai {
    position: absolute!important;
}
.pri {
    position: relative!important;
}
.psi {
    position: static!important;
}
.pfi {
    position: fixed!important;
}
.cb {
    clear: both;
}
.cn {
    clear: none!important;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
.lf {
    float: left;
}
.nf {
    float: none;
}
.rf {
    float: right;
}
.dn {
    display: none;
}
.dnni {
    display: none!important;
}
.di {
    display: inline;
}
.dib {
    display: inline-block;
}
.db {
    display: block;
}
.vh {
    visibility: hidden;
}
.vv {
    visibility: visible;
}
.h0 {
    height: 0px;
}
.tal {
    text-align: left!important;
}
.tac {
    text-align: center!important;
}
.tar {
    text-align: right!important;
}
.vat {
    vertical-align: top!important;
}
.vam {
    vertical-align: middle!important;
}
.vab {
    vertical-align: bottom!important;
}

.border
{
	border:0px solid #000000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}
.shadow
{
	outline:0px solid #000000;
	box-shadow: 0px 0px 0px 1px #000000 inset;
	-moz-box-shadow:0 0 0 1px #000000 inset;
	-webkit-box-shadow:0 0 0 1px #000000 inset;
}
.opacity, .grayed
{
	opacity: 0.50;
	-moz-opacity:0.50;
	filter: alpha(opacity:50);
	KHTMLOpacity: 0.50;
	MozOpacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.grayed75
{
	opacity: 0.75;
	-moz-opacity:0.75;
	filter: alpha(opacity:75);
	KHTMLOpacity: 0.75;
	MozOpacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
.grayscale
{
	filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE 6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
}
.coloured
{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%);
	filter: none;
    -webkit-filter: grayscale(0);
}
.scaleX
{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.scaleY
{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.tabela_koszyk
{
	margin-top:0px!important;
}
.tabela_koszyk a
{
	color:#000000!important;
	text-decoration:none;
}
.tabela_koszyk_logowanie th, .tabela_koszyk_oplaty th
{
	background:#ECECEC!important;
}
.tabela_koszyk th
{
	color:#2b2b2b!important;
	/*background:#ECECEC!important;*/
}
.tabela_koszyk td
{
	color:#2b2b2b!important;
	background:#ffffff!important;
}
.tabela_koszyk b.kosz_wartosc,
.tabela_koszyk_oplaty b.kosz_wartosc
{
	color:#2B71A3 ;
	font-size:14px;
}
.tabela_koszyk_oplaty label b.kosz_wartosc
{
	float:right;
	font-size:12px;
	line-height:20px;
}
b.kosz_wartosc#koszykRazem
{
	font-size:18px;
}
b.kosz_warosc_sum
{
        font-size:18px;
        color:#018356;
        font-weight: 600;
}
.strike, .cena.strike, #strike
{
	font-family:EncodeSansCondensed;
	font-size:13px;
	font-weight:200;
	color:#2e2e2e;
	text-decoration:line-through;
        background-color: #ededed;
        display:table;
        height:20px;
        line-height: 20px;
        padding-left:10px;
        padding-right:10px;
        margin-left:auto;
        margin-right:auto;
        margin-top:5px;
}

p, dl, dd, dt
{
    margin: 0!important;
    padding: 0!important;
	height:auto;
	line-height:auto;
}

img
{
	border:0px;
}

.link
{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:inherit;
	height:inherit;
}
.imgDiv
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	display:table;
	*table-layout:fixed;
	background-color:white;
	padding:0;
	border-spacing:0px;
}
.imgDivInner 
{
	width:inherit;
	height:inherit;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.imgDivInner * 
{
    vertical-align:middle;
}
.imgDivInner span
{
    * display: inline-block;
    * height: 100%;
    * width: 0px;
}
@media \0screen
{
	.imgDivInner2
	{
		display:block;
	}
}
.img
{
	max-width:100%;
	max-height:100%;
	border:0px solid #ffffff;
	* margin-top:0px;
	/* * margin-top:expression((200 - this.height) / 2 - 1); */
}

ul, li
{
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
}
ul
{
	/*list-style-type: none;*/
}
li
{
	/*list-style-image: url(../images/strona/li.png);*/
	/*background:url(../images/strona/li.png) no-repeat 0px 6px;*/
	padding-left:20px;
}

#loading
{
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	z-index:99999!important;
	background:url(../images/strona/lytebox/loading_white.gif) no-repeat #666666;
	background-position:center center;
}
.loading
{
	background:url(../images/strona/lytebox/loading_white.gif) no-repeat;
	background-position:center 100px;
}

#temp_top
{
	background:red;
	color:white;
	padding:5px;
	line-height:14px;
	font-size:12px;
}
#temp_top .k_uwaga
{
	color:white!important;
}
#temp
{
	position: absolute;
    top: 5px;
    right: 361px;
    width: 57%;
    height: auto;
    overflow: hidden;
    /*text-align: center;*/
    /* color: red; */
    border: 0;
    z-index: 2!important;
}
#kom-ogolny-koszyk {
    color: #FF0000;
	width: 100%;
    max-width: 100%;
    clear: both;
    margin-bottom: 20px;
    float: left;
	box-sizing:border-box;
}
#kom-ogolny-koszyk .k_uwaga
{
	color:red!important;
}
#body
{
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	width:1110px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#bodyLeft
{
	/*background:url(../images/strona/tlo_left.png) no-repeat;*/
	background-position:left top;
        background-color: #f6f6f6;
}
#bodyRight
{
	/*background:url(../images/strona/tlo_right.png) no-repeat;*/
	background-position:right top;
        background-color: #f6f6f6;
}
#bodyMain
{
        background-color: #f6f6f6;
}

#topMain
{
	position:relative;
	width:1110px;
	height:auto;
        background-color: #f6f6f6;
}
#topAll
{
	position:relative;
	width:100%;
	height:auto;
}
#topLeft
{
	vertical-align:bottom;
}
#topLeft div
{
	width:100%;
	height:55px;
	background:#018356;
}
#topRight
{
	vertical-align:bottom;
}
#topRight div
{
	width:100%;
	height:55px;
	background:#018356;
}

#plama
{
	position:absolute;
	top:0px;
	left:0px;
	border:0;
	z-index:2;
}
#logo
{
	position:absolute;
	top:20px;
	left:0px;
	border:0;
	z-index:2;
}
#logoNapis
{
	position:relaive;
        float: right;
        line-height:50px;
	z-index:2!important;
        color: #6c6c6c;
        margin-right: 40px;
        padding:0;
        height:50px;
}
#logoNapis img
{
	float:left;
	margin:4px;
}
#logoNapis span
{
	/*float:left;*/
	font-size:18px;
	font-weight:bold;
	/*color:#ffffff;*/
	text-decoration:none;
}

#menuTop
{
	position:relative;
	margin:0px auto;
	float:none;
	width:1110px;
	height:107px;
	padding:0;
        background-color: #FFF;
}
#menuTop2 a
{
	position:relative;
	float:left;	
}
#menuTop2 a:hover
{
	color:black;
}
#menuTopMain
{
	border-right:1px solid #eadacb;
	text-align:right;
	padding-right:7px;
	width:82px;
}
#menuTopMapa
{
	text-align:left;
	padding-left:7px;
	width:80px;
}

#topLogowanie
{
	position:relative;
	float:right;
	height:auto;
	line-height:50px;
	color:#6c6c6c;
	padding:0;
}
#topLogowanie b
{
	position:relative;
	float:left;
	margin-top:0px;
	*margin-top:0;
	margin-left:0px;
	font-weight:bold;
	font-size:16px;
	color:#2b2b2b;
}
#topLogowanie > span
{
	position:relative;
	/*float:left;*/
	margin-left:0px;
	margin-top:0px;
}
#topLogowanie label
{
	position:relative;
	float:left;
	clear:left;
	margin-left:0px;
	margin-top:0px;
	font-size:18px;	
	display:inline-block;
	width:42px;
}
#topLogowanie input[type="text"], #topLogowanie input[type="password"]
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:8px;
	width:115px;
	height:22px;
	line-height:22px;
	padding-left:10px;
	font-size:12px;
	border:1px solid #eeeeee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../images/strona/logowanie_tlo.gif) repeat-x top;
}
#topLogowanie input[type="submit"], #topLogowanie input[type="image"]
{
	position:relative;
	float:right;
	margin-top:5px;
	margin-left:7px;
	margin-bottom:0px;
	width:auto;
	height:27px;
	padding:0 7px 3px 7px;
	*padding:0px;
	font-family:NimbuSanDEECon;
	font-size:16px;
	color:white;
	border:1px solid #2250a9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../images/strona/rejestracja_tlo.gif) repeat-x top;
	outline:0px solid #2250a9;
	box-shadow: 0px 0px 0px 1px #7792c9 inset;
	-moz-box-shadow:0 0 0 1px #7792c9 inset;
	-webkit-box-shadow:0 0 0 1px #7792c9 inset;
	cursor:pointer;
}
#topLogowanie a
{
	/*float:left;*/
	margin-left:0px;
	margin-top:0px;
	color:#6c6c6c;
	text-decoration:none;
}
#topLogowanie a:hover
{
	text-decoration:underline;
}
#topLogowanie img
{
	float:left;
	margin-left:0px;
	margin-right:5px;
	margin-top:4px;
}

#porownywarkaTable
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
}
#porownywarkaTable tr th
{
	text-align:center;
}
#porownywarkaTable tr td
{
	text-align:center;
}
#porownywarkaTable tr td span
{
	border:0px;
}
#porownywarkaTable tr td img
{
	max-width:100px;
}
#topKosz, #porownywarka
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	padding:0 0 14px 0;
        
        width:300px;
        z-index: 4;
        /*background: #ADD3EE;*/
        background: #fff;
        /*border: 1px solid black;*/
        margin-left:-120px;
        margin-top:7px;
}
#topKosz > a, #porownywarka > a
{
	display:inline-block;
	margin-left:10px;
	margin-top:0px;
	width:auto;
	text-decoration:none;
	color:#000000;
	font-family:Monda;
	font-size:20px;
	font-weight:bold;
}
#topKosz > b
{
	color:#000000;
	font-family:Monda;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	margin-top:0px;
	*margin-top:0px;
	float:left;
}
#topKosz > span, #porownywarka > span
{
	position:relative;
	float:left;
	clear:left;
	margin-top:10px;
	margin-left:0px;
	color:#000000;
	display:block;
	width:100%;
	text-align:left;
	text-indent:15px;
	font-size:12px;
	font-weight:normal;
}
#topKosz > a > span
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
}
#topKosz > a > label
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	cursor:pointer;
}
#topKosz > a > img, #porownywarka > a > img
{
	position:relative;
	float:left;
	margin-top:4px;
	margin-left:0px;
	margin-right:5px;
	border:0;
}
#koszProd
{
	position:relative;
	float:left;
	clear:left;
	margin-top:0px;
	margin-left:0px;
	padding:10px 15px;
	width:270px;
        /*border:1px solid red;*/
        overflow-y: auto;
        max-height: 250px;
}
.koszProd
{
	position:relative;
	float:left;
	clear:left;
	margin-top:5px;
	margin-left:0px;
	padding:0px;
	width:100%;
        height:80px;
        border-bottom: 1px solid #ccc;
}
.koszProd img
{
	position:relative;
	/*float:left;*/
	margin-top:0px;
	max-width:48px;
        max-height: 60px;
	border:0;
}
/*.koszProd div
{
	position:relative;
	float:right;
	margin-top:0px;
	margin-left:7px;
	width:190px;
	line-height:20px;
        border:1px solid black;
}*/
.koszProd div.prodFoto
{
    /*float:left;*/
    border: 1px solid #ccc;
    width:70px;
    height:73px;
    display:table-cell;
    vertical-align:middle;
    position:relative;
    text-align: center;
}
.koszProd div.prodDesc, .koszProd div.prodPrice
{
    position:relative;
	float:right;
	margin-top:0px;
	/*margin-left:7px;*/
	width:170px;
	/*line-height:20px;*/
}
.koszProd div.prodDesc
{
    height:58px;
    overflow: hidden;
}
.koszProd div.prodPrice
{
    height:22px;
    color:#000;
    font-weight: bold;
}
.koszProd div a
{
	color:#000000!important;
	display:inline-block;
	text-decoration:none;
	width:100%;
        margin-top: 0!important;
	/*height:20px;*/
	/*overflow:hidden;*/
}
.koszProd div span
{
	color:#6e6e6e;
}
.koszProd div b
{
	color:#6e6e6e;
}
#koszSuma
{
	position:relative;
	float:left;
	clear:left;
	margin-top:0px;
	margin-left:0px;
	padding:10px 15px;
	width:200px;
	line-height:20px;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}
#koszSuma label
{
	position:relative;
	float:left;
	clear:left;
	margin:0px;
	color:#000000;
}
.koszRazem
{
	margin-top:10px;
}
.koszRazem.koszykWartosc
{
	color:#ff0000;
}
.koszykWartosc
{
	position:relative;
	float:right;
	clear:none;
	margin:0px;
	font-weight:bold;
	color:#6e6e6e;
        text-transform: none!important;
}
.koszykZl
{
    margin-left:5px!important;
}
#topKosz > a.button, #topKosz > a.button
{
	float:right;
	margin-top:15px;
	margin-right:15px;
}

#topKoszyk
{
	position:relative;
	float:right;
	margin-top:0;
	margin-right:0px;
	width:180px;
	height:58px;
	padding:0;
	font-size:13px;
	color:#ffffff;
        background-color: #7eba27;
}

#topKoszyk .icoKoszyk {
    width:55px;
    height:100%;
    float:left;
}
#topKoszyk a
{
	display:inline-block;
	margin-left:0px;
	margin-top:10px;
	/*width:auto;*/
	text-decoration:none;
	color:#ffffff;
        text-transform: uppercase;
}
#topKoszyk b
{
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
	vertical-align:middle;
	margin-top:0px;
	float:left;
}
#topKoszyk > a > span
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	font-weight: 600;
}
#topKoszyk > a > label
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	cursor:pointer;
	font-weight: normal;
}
#topKoszyk img
{
	position:relative;
	/*float:left;*/
/*	margin-top:0px;
	margin-right:5px;*/
	border:0;
}
.kreska
{
	position:relative;
	/*float:left;*/
	font-weight:normal;
	color:#6c6c6c;
}
#topKoszyk .kreska
{
	float:left;
}
.koszykWartosc
{
	font-size:13px;
	font-weight:normal!important;
	color:#ffffff;
}
.koszykPusty
{
	font-size:13px;
	font-weight:normal!important;
	color:#ffffff;
        text-transform: none;
}

#topAllegro
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	height:100%;
	padding:0 12px;
}
#topAllegro img
{
	margin-top:0px;
	margin-left:0px;
	border:0;
}
#topFacebook
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	height:100%;
	padding:0 12px;
}
#topFacebook img
{
	margin-top:0px;
	margin-left:0px;
	border:0;
}

#sciezkaAll
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	min-height:60px;
	line-height:60px;
	font-size:12px;
	display:block;
	/*border-top:1px solid #cacaca;*/
	border-bottom:1px solid #cacaca;
}
#sciezka
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
	font-size:12px;
	color:#989898;
	line-height:60px;
}
#sciezka img
{
	margin-left:7px;
	margin-right:7px;
	margin-top:0px;
	vertical-align:middle;
	border:0;
}
#sciezka a
{
	color:#989898;
	text-decoration:none;
	vertical-align:middle;
}
#sciezka a img
{
	vertical-align:middle;
	margin-top:-2px;
}
#sciezka a:first-child img
{
	margin:0px;
}
#sciezka2 a span
{
	position:absolute;
	left:-10px;
	top:0px;
	line-height:14px;
}
.sciezkaActive
{
	color:#989898!important;
}
.sciezkaActive span
{
	color:#989898!important;
}
#sciezka a:hover
{
	text-decoration:underline;
}
#sciezka a:hover span
{
	text-decoration:none!important;
}

#szukaj
{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:0px;
	width:100%;
	height:auto;
	background-color:#ffffff;
}
#szukaj img
{
	position:absolute;
	top:-2px;
	left:-17px;
	z-index:2;
}
#szukaj span
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	font-size:12px;
	color:#000000;
}
#szukanie
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
}
#szukajFraza
{
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:15px;
	padding-left:5px;
	padding-top:5px;
	border:1px solid #ffffff;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background:url(../images/strona/fraza_tlo.gif) repeat-x white;
	color:#64869b;
	width:196px;
	height:18px;
	line-height:18px;
	font-size:11px;
}
#szukajSubmit
{
	position:absolute;
	float:left;
	margin-top:0px;
	margin-left:20px;
}
#szukaj select, #szukaj .sbHolder
{
	position:relative;
	float:left;
	margin-top:15px;
	*margin-top:0px;
	margin-left:12px;
	padding-left:5px;
	padding-top:8px;
	border:1px solid #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:url(../images/strona/fraza_tlo.gif) repeat-x top white;
	font-size:11px;
	color:#4d4d4d;
	width:140px!important;
	height:30px;
	line-height:30px;
	font-size:11px;
}
#szukaj .sbHolder
{
	height:28px!important;
	padding-top:0px!important;
}
#szukaj .sbHolder .sbSelector
{
	height:28px!important;
	line-height:28px!important;
}
#szukaj .sbHolder .sbToggle
{
	height:28px!important;
	line-height:28px!important;
}
#szukaj a
{
	position:relative;
	float:none;
	clear:none;
	margin-top:5px;
	margin-right:0px;
	color:#9c9c9c;
	font-size:11px;
	text-decoration:none;
}

#oferta
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:30px;
	width:304px;
	border-left:1px solid #cbe2ed;
	overflow:hidden;
}
#ofertaHeader
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:20px;
	font-size:18px;
	color:#545454;
}
#ofertaTekst
{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:45px;
	width:255px;
	height:105px;
	line-height:25px;
	overflow:hidden;
	color:#545454;
}
#boksHeader
{
	position:relative;
	float:left;
	*float:right;
	clear:both;
	*width:100%;
	margin-top:13px;
	margin-left:20px;
	font-size:18px;
	color:#545454;
}
#boks
{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:0px;
	width:100%;
	overflow:hidden;
}

#menu
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:55px;
	line-height:55px;
	text-align:center;
	border:0;
        background: #018356;
}
#menuLinki
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:55px;
}
#menuLinki > a
{
	position:relative;
	float:none;
	display:inline-block;
	margin-top:0px;
	margin-left:0px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	border-right:0px solid #5f9ed7;
}
#menuLinki > a:hover
{
	color:#ff0000!important;
}
#menuLinki > ul
{
	position:relative;
	float:left;
	display:block;
	width:100%;
}
#menuLinki > ul > li
{
	position:relative;
	float:left;
	display:inline-block;
	/*margin:14px 0px;*/
	height:55px;
        /*width:150px;*/
        /*background:red;*/
	line-height:55px;
	/*font-weight:600;*/
	font-size:15px;
	/*padding:2px 13px;*/
	/*border-right:1px solid #007253;*/
        padding-left:0;
        /*padding-right:20px;*/
}
#menuLinki > ul > li > a
{
/*	display:inline-block;*/
	/*width:100%;*/
	/*height:15px;*/
	color:#FFF;
	/*text-transform:uppercase;*/
        border-right:1px solid #007253;
        /*line-height: 15px;*/
        padding-left:20px;
        padding-right:20px;
	text-decoration:none;
}
/*#menuLinki > ul > li > a
{
	display:inline-block;
	width:100%;
	height:15px;
	color:#FFF;
	text-transform:uppercase;
        border-right:1px solid #007253;
        line-height: 15px;
        padding-left:20px;
        padding-right:20px;
	text-decoration:none;
}*/
#menuLinki > ul > li > img
{
    display: none;
    position: absolute;
    margin-left:-55%;
    margin-top:50px;
    
}
#menuLinki > ul > li:first-child
{
/*	padding-left:20px;
        border-left:1px solid #007253;*/
}
#menuLinki > ul > li:hover
{
        background: #007253;
}
#menuLinki > ul > li:hover > img
{
        display: inline-block;
}
#menuLinki > ul > li:hover > a
{
	display: inline-block;
}
#menuLinki > ul > li:first-child > a
{
	border-left:1px solid #007253;
}
#menuLinki > ul > li > a > cufon
{
	margin-top:10px!important;
}
#menuLinki > ul > li > a > img
{
	display:none;
}
#menuLinki cufon
{
	margin-top:20px;
}
#menuActive
{
	color:#0c5f99!important;
	border-bottom:1px solid #c8e8ff;
}
#menuActive a
{
	color:#fff!important;
}
#menuLinki img
{
	border:0;
	margin-top:18px;
	vertical-align:bottom;
}
#menuLinki .menuLeft
{
	position:absolute;
	top:-18px;
	left:-8px;
	display:none;
}
#menuLinki .menuRight
{
	position:absolute;
	top:-18px;
	right:-8px;
	display:none;
}

#menuLinki > ul > li > ul
{
	position:absolute;
	top:100%;
	left:0px;
	float:none;	
	width:auto;
	padding:0;
	height:auto;
	z-index:9999!important;
	display:none;
	cursor:default;
	/*background:url(../images/strona/kratka.png) repeat;*/
}
#menuLinki ul li:hover > ul
{
	display:block;
}
#menuLinki ul li.multi:hover
{
	background:#ff0000;
	color:#ffffff;
}
#menuLinki ul li:hover /*dziala na cala sciezke, problemy z cufon*/
{
	color:#ff0000;
}
#menuLinki ul li > b:hover /*nie dziala na cala sciezke, bez problemow z cufon*/
{
	color:#ff0000;
}
.menuLinkiSubMenu ul
{
	position:absolute;
	top:0px;
	left:100%;
	/*background:url(../images/strona/kratka.png) repeat left top;*/
	display:none;
	z-index:9999;
}
.menuLinkiSubMenu li
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	padding:0 0px 0 0px;
	min-height:48px;
	line-height:48px;
	z-index:9999;
	color:#545454;
	margin-top:0px;
	margin-left:0px;
	display:inline-block;
	border-top:0px solid #000000;
	/*background:url(../images/strona/menu_main_tlo.png) no-repeat -50px bottom;*/
}
.menuLinkiSubMenu li:hover > a, .menuLinkiSubMenu li > a:hover
{
	color:#f88c00;
	font-weight:bold;
}
.menuLinkiSubMenu li > a
{
	position:relative;
	float:left;
	display:inline-block;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	padding:0px 0px;
	border:0px;
	width:100%;
	text-indent:10px;
	min-height:48px;
	line-height:48px;
	font-size:16px;
	font-weight:normal;
	color:inherit;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
}
.menuLinkiSubMenu li.expand > a
{
	margin-right:30px!important;
}
.menuLinkiSubMenu li > a > img
{
	position:relative;
	float:right;
	margin:0px 5px 0px 5px!important;
	visibility:hidden;
	display:none;
}
.menuLinkiSubMenu li.expand > a > img
{
	visibility:visible;
	display:inline;
}
.menuLiHover {
    background: #007253;
}
.menuLiHover img{
    display: inline-block!important;
}

#baner
{
	position:relative;
	float:left;
	clear:both;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:450px;
	z-index:3;
	overflow:hidden;
}
#baner > img, #slider, .jcarousel-clip, #jcarousel
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:450px;
	z-index:3;
	overflow:visible;
	text-align:center;
}
#slider2 img
{
	max-width:1000px;
	max-height:320px;
}
.jcarousel-clip
{
	width:100%;
}
#jcarousel
{
	height:450px;
	overflow:hidden;
}
.jcarousel-item, #slider li
{
	width:1110px!important;
	height:450px!important;
	cursor:default;
}
#slider li
{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#slider li a
{
	display:inline-block;
	width:100%;
	height:100%;
	text-decoration:none;
	/*cursor:pointer;*/
}
#slider li a.swfLink
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999;
	cursor:pointer;
}
#slider li img
{
	position:static;
}
#slider .jcarousel-item span, #slider li span.slajdopis
{
	position:relative;
	font-size:18px;
	padding:20px;
	padding-top:15px;
	width:auto;
	line-height:18px;
	display:inline-block;
	color:white;
	font-family:Calibri;
}
#slider li span.slajdopis cufon
{
	margin-top:2px;
}
#slider li table
{
	position:absolute;
	left:0px;
	width:720px;
	top:0px;
	height:100%;
	border-spacing:0px;
	background:url(../images/strona/banner_tlo.png) no-repeat right center;
}
#slider li table tr td
{
	
}
#slider li table tr td > span
{
	text-decoration:none;
}
.slajdpozy0, .slajdpozy
{
	vertical-align:middle;
	text-align:center;
}
span.slajdpoz_0, span.slajdpoz
{

}
span.slajdpoz_3, span.slajdpoz_6, span.slajdpoz_9
{
	right:0px;
}
span.slajdpoz_7, span.slajdpoz_8, span.slajdpoz_9
{
	bottom:0px;
}
.slajdpozy1, .slajdpozy2, .slajdpozy3
{
	vertical-align:top;
}
.slajdpozy4, .slajdpozy5, .slajdpozy6
{
	vertical-align:middle;
}
.slajdpozy7, .slajdpozy8, .slajdpozy9
{
	vertical-align:bottom;
}
.slajdpozy1, .slajdpozy4, .slajdpozy7
{
	text-align:left;
}
.slajdpozy2, .slajdpozy5, .slajdpozy8
{
	text-align:center;
}
.slajdpozy3, .slajdpozy6, .slajdpozy9
{
	text-align:right;
}
.jcarousel-control
{
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	left:0px;
	bottom:0px;
	z-index:9999!important;
}
#mycarousel-prev, #mycarousel-next
{
	display:none;
	position:absolute;
	top:196px;
	width:28px;
	height:58px;
}
#mycarousel-prev2
{
	left:0px;
	background:url(../images/strona/slider_left.png) no-repeat center center;
}
#mycarousel-next2
{
	right:0px;
	background:url(../images/strona/slider_right.png) no-repeat center center;
}
.slajd
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:black;
	display:inline-block;
	width:14px;
	height:14px;
	overflow:hidden;
	text-indent:9999px;
	margin:10px 5px;
}
.slajdActive, .slajd:hover
{
	background:url(../images/strona/slider_active.png) no-repeat center center;
}
.slajdInactive
{
	background:url(../images/strona/slider_inactive.png) no-repeat center center;
}

#main
{
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:0px;
	width:100%;
	min-height:400px;
	height:auto! important;
	height:400px;
	overflow:visible;
}
#flash
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
	text-align:center;
}
#mainLeft
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:285px;
	/*width:240px;*/
        /*background-color: greenyellow;*/
}

#menuLeft
{
	position:relative;
	float:left;
	/*margin-top:10px;*/
	margin-left:0px;
	width:285px;
	padding-top:0px;
	padding-bottom:0px;
/*	border:1px solid #c3e6ff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline:0px solid #f6f5ee;
	box-shadow: 0px 0px 0px 0px #f6f5ee inset;
	-moz-box-shadow:0 0 0 0px #f6f5ee inset;
	-webkit-box-shadow:0 0 0 0px #f6f5ee inset;
	background-color:#ffffff;*/
}
#menu0
{
	margin-top:0px;
	*padding-top:0px!important;
        /*max-width: 255px;*/
        width: 255px;
        overflow: hidden;
}
#menuLeft img
{
	margin-left:0px;
	margin-right:0px;/*lvl margin left - img width*/
	vertical-align:middle;
	border:0;
}
#menuLeft a
{
	position:relative;
	float:left;
	clear:left;
	display:block;
	width:100%;
	padding-left:0px;
	padding:0px;
	text-decoration:none;
}
#menuLeft .nagl:hover .menuLeft
{
	display:block;
}
.menuLeft
{
	position:absolute;
	float:left;
	clear:left;
	margin-top:0px;
	margin-left:0px;
	top:0px;
	left:235px;
	width:100%;
	padding:20px 0px 10px 0px;	
	z-index:9999;
}
div.lvl0, div.lvl1, div.lvl2
{
	float:left;
	background-color:#fff;
}
div.dd_lvl1_
{
	position:absolute;
	left:235px;
	width:230px;
	margin-top:-15px;
	padding:15px 0px 10px 0px !important;
	background:url(../images/strona/kratka_eaeaee.gif) repeat;
}
div.dd_lvl2_
{
	position:absolute;
	left:230px;
	width:200px;
	margin-top:-15px;
	padding:15px 0px 10px 0px !important;
	background:url(../images/strona/kratka_eaeaee.gif) repeat;
}
div.lv10_back a
{
    background: #018356 url("../images/strona/menu_arrow_back.png") 55px center no-repeat!important;
    padding-left:65px!important;
}
#menuLeft a span.ile
{
	font-size:14px;
	display:none;
}
#menuLeft .lvl0 a span.ile
{
	font-size:14px;
}
#menuLeft .lvl1 a span.ile
{
	font-size:12px;
}
#menuLeft .lvl2 a span.ile
{
	font-size:11px;
}
#menuLeft .lvl3 a span.ile
{
	font-size:10px;
}
#menuLeft .lvl4 a span.ile
{
	font-size:10px;
}
#menuLeft a:hover
{
	background:url(../images/strona/menu_left_active.gif) repeat;
}
#menuLeft .lvl_this_active2 a
{
	color:#000000!important;
	background:none;
}
#menuLeft .lvl_this_active2 a:hover
{
	color:#000000!important;
}
#menuLeft .lvl0 a
{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:2px;
	width:255px;
	padding:9px;
	min-height:22px;
	line-height:18px;
	font-family:EncodeSansCondensed;
	font-size:18px;
	color:#FFF;
	background:#018356;
	/*border-top:1px solid #e3f3ff;*/
	border-bottom:0px solid #e3f3ff;
	text-decoration:none;
}
#menuLeft .lvl0 #imgActive
{
	position:absolute;
	top:0;
	right:0px;
	margin:0;
}
#menuLeft .lvl0 img
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	vertical-align:middle;
	border:0;
}
#menuLeft .lvl0 > a:hover
{
	color:#ffffff;
	/*background:#0c5f99;*/
}
#menuLeft .lvl0_inactive
{
    display: none!important;
    background-color: #1f05d3;
}
#menuLeft .lvl0_active a
{
	color:#ffffff;
        min-height: 40px;
        line-height: 40px;
	/*background:#0c5f99;*/
}
#menuLeft .lvl0_active#inne a
{
	background:url(../images/strona/arrow_inne.png) no-repeat 210px center #0c5f99 !important;
}
#menuLeft .lvl0_first a
{
	border-top:0px solid #d2ddeb;
}
#menuLeft .lvl0_last a
{
	border-bottom:0px solid #d2ddeb;
}
#menuLeft .lvl1 a
{
	margin-top:0px;
	margin-left:0px;
        margin-bottom:0;
	line-height:25px;
	font-family:EncodeSansCondensed;
	font-size:18px;
	color:#000;
	text-decoration:none;
	background:#FFF;
	width:255px;
	padding:0 0 0 35px;
        min-height: 25px;
        background: #FFF url("../images/strona/menu_arrow_li.png") no-repeat scroll 20px 10px;
}
#menuLeft .lvl1 a:hover
{
	color:#018356;
	/*text-decoration:underline;*/
}
#menuLeft .lvl1_active a
{
	color:#018356;
}
#menuLeft .lvl1_first a
{
	margin-top:5px;
	/*padding-top:5px;*/
}
#menuLeft .lvl1_last a
{
        /*margin-bottom: 5px;*/
	/*padding-bottom:5px;*/
}
#menuLeft .lvl1 img
{
	margin-left:0px;
	margin-right:7px;
}
#menuLeft .dd_lvl1
{
	margin-bottom: 5px;
}
/*#menuLeft .lvl2 a
{
	margin-top:0px;
	margin-left:0px;
	line-height:25px;
	font-family:EncodeSansCondensed;
	font-size:15px;
	font-weight:500;
	color:#0c5f99;
	text-decoration:none;
	background:#e3f3ff;
	width:220px;
	padding:0px 9px;
}*/
#menuLeft .lvl2 a
{
	margin-top:0px;
	margin-left:0px;
        margin-bottom:0;
	line-height:25px;
	font-family:EncodeSansCondensed;
	font-size:18px;
	color:#000;
	text-decoration:none;
	width:210px;
	padding:0 0 0 45px;
        min-height: 25px;
        background: #FFF url("../images/strona/menu_arrow_li.png") no-repeat scroll 30px 10px;
}
#menuLeft .lvl2 a:hover
{
	color:#018356;
}
#menuLeft .lvl2_active a
{
	color:#018356;
}
#menuLeft .lvl2_first a
{
	margin-top:0px;
        padding-top:5px;
}
#menuLeft .lvl2_last a
{
	/*margin-bottom:5px;*/
        /*padding-bottom: 5px;*/
}
#menuLeft .lvl2 img
{
	margin-left:12px;
	margin-right:7px;
}
#menuLeft .lvl3 a
{
	margin-top:0px;
	margin-left:0px;
	line-height:20px;
	font-family:EncodeSansCondensed;
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	background:#ffffff;
	width:220px;
	padding: 0 0 0 55px;
}
#menuLeft .lvl3 a:hover
{
	color:#2b2b2b;
}
#menuLeft .lvl3_active a
{
	color:#2b2b2b;
}
#menuLeft .lvl3_first a
{
	margin-top:0px;
}
#menuLeft .lvl3_last a
{
	margin-bottom:0px;
}
#menuLeft .lvl3 img
{
	margin-left:20px;
	margin-right:10px;
}
#menuLeft .lvl3_first{
	margin-bottom: 10px;
}
#menuLeft .lvl3_last{
	margin-bottom: 15px;
}
#menuLeft .lvl4 a
{
	margin-top:0px;
	margin-left:0px;
	line-height:15px;
	font-family:EncodeSansCondensed;
	font-size:13px;
	font-weight:200;
	color:#000;
	text-decoration:none;
	background:#ffffff;
	width:220px;
	padding:0 0 0 70px;
}
#menuLeft .lvl4 a:hover
{
	color:#2b2b2b;
}
#menuLeft .lvl4_active a
{
	color:#2b2b2b;
}
#menuLeft .lvl4_first a
{
	margin-top:0px;
}
#menuLeft .lvl4_last a
{
	margin-bottom:0px;
}
#menuLeft .lvl4 img
{
	margin-left:30px;
	margin-right:10px;
}
#menuLeftActive
{
	color:#3c3c3c !important;
	background-color:#d4f7a5 !important;
}

#producenci
{
	position:relative;
	float:left;
	margin-top:35px;
	margin-left:0px;
	width:100%;
	padding-bottom:0px;
	border-bottom:0px solid #d5d5d5;
}
#producenci img, #partnerzy img 
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#producenci img:hover, #partnerzy img:hover
{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
#producenciNapis, #partnerzyNapis
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#2e2e2e;
	text-transform:uppercase;
}
#producentNazwa
{
	margin-top:15px;
	width:177px;
	height:18px;
	padding-left:5px;
	font-size:11px;
	color:#c29e7b;
	border:1px solid #e9caac;
}

#kontakt
{
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:9px;
	width:235px;
	padding-bottom:12px;
	border-bottom:1px solid #d5d5d5;
}
#kontaktNapis
{
	font-size:14px;
	font-weight:bold;
	color:#603913;
}
#kontaktTekst
{
	margin-top:17px;
	line-height:16px;
	padding-left:5px;
	font-size:11px;
	color:#3b3b3b;
}
#kontaktTekst img
{
	margin-right:5px;
}

#mainRight
{
	position:relative;
	float:left;
	margin-top:0px;
	/*margin-left:10px;*/
	width:825px;
        /*background-color: red;*/
}
.mainRightFullMode
{
    width:1110px!important;
}

#naglowek, h3.title3
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	min-height:43px;
	line-height:43px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;	
	background:#018356;
	border:0px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline:0px solid #f6f5ee;
	box-shadow: 0px 0px 0px 0px #f6f5ee inset;
	-moz-box-shadow:0 0 0 0px #f6f5ee inset;
	-webkit-box-shadow:0 0 0 0px #f6f5ee inset;
	display:block;
}
#produkt #naglowek
{
	margin-top:20px;
}
h3.title3
{
	text-indent:0px;
	font-weight:normal!important;
	color:#ffffff!important;
	border-bottom-left-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
	-webkit-border-bottom-left-radius: 0px!important;
	-webkit-border-bottom-right-radius: 0px!important;
	-moz-border-radius-bottomleft: 0px!important;
	-moz-border-radius-bottomright: 0px!important;
}
#zamowienia.tabela_koszyk, #zamowienie.tabela_koszyk, #zamowienieFooter.tabela_koszyk
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
}
#zamowienia.tabela_koszyk2 th
{
	color:black;
	font-weight:normal;
	text-align:left;
}
#overDiv #zamowienia.tabela_koszyk2 th span
{
	font-size:10px;
}
#zamowienia.tabela_koszyk2 tr td
{
	color:#1f1f1f;
	border:1px solid #dddddd;
	background-color:white;
	padding:6px 10px;
}
#zamowienia.tabela_koszyk2 tr.even td
{
	background-color:#dddddd;
}
div.box_prod
{
	width:100%!important;
	padding:15px 0px!important;
	margin-top:0px!important;
}
div.koszyk_komunikat
{
	color:#2B71A3 !important;
}
.td_label
{
	width:120px!important;
}
#naglowek > span
{
	position:relative;
	float:left;
	margin-left:9px;
}
#naglowek cufon
{
	line-height:14px;
	margin-top:7px!important;
	margin-left:7px;
}
#naglowek img
{
	border:0;
	margin-right:6px;
	margin-top:-2px;
	vertical-align:middle;
}

#promocjeTekst
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	padding-bottom:20px;
	border-bottom:0px solid #d5d5d5;
	margin-top:0px;
	margin-left:0px;
	font-size:11px;
	font-weight:normal;
	color:#393f3f;
	line-height:20px;
	display:block;
}
#promocjeTekst > span
{
	font-size:17px;
	font-weight:normal;
	color:#c9c9c9;
}
#promocjeTekst > div
{
	position:relative;
	float:left;
	clear:left;
	margin-top:10px;
	margin-left:0px;
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#e7e6e6;
	line-height:18px;
}
#promocjeTekst a
{
	text-decoration:none;
	color:white;
}

.items
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0 0px;
	width:100%;
	overflow:visible;
	z-index:1;
}
.itemsMain
{
	width:100%;
	margin-bottom:0px;
}
.itemsNagl
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	padding:0 0px;
	width:100%;
	text-indent:0px;
	height:275px;
	line-height:275px;
	text-align:center;
}
.itemsNaglMini
{
	height:50px;
	line-height:50px;
}
.items form
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
}
.komplet
{
	float:left!important;
	width:800px!important;
	margin:20px 150px!important;
}
.itemsKomplet0 .itemListaFull.item
{
	display:none;
}
.itemsKomplet0 .itemListaFull.item0
{
	display:block;
	height:auto;
}
.itemsKomplet0 .itemListaFull.item0:hover .model a
{
	text-decoration:none;
}
.itemsKomplet0 .itemListaFull.item0 .model a:hover
{
	text-decoration:underline;
}
.itemsKomplet0 .itemListaFull.item0 .itemTop
{
	width:100%;
	height:auto;
}
.itemsKomplet0 .itemListaFull.item0 .itemTop .model
{
	height:auto;
}
.itemsKomplet0 .itemListaFull.item0 .itemTop .model a
{
	width:100%;
	height:auto;
	line-height:20px;
	display:inline-block;
}
.itemsKomplet0 .itemListaFull.item0 .itemOpis
{
	width:485px;
	height:auto;
	padding:0px;
	margin-top:10px;
}
.itemsKomplet0 .itemListaFull.item0 .itemImgDiv, .itemsKomplet0 .itemListaFull.item0 .itemImgDivInner, .itemsKomplet0 .itemListaFull.item0 .itemImgLink
{
	width:100px;
	height:150px;
}
.itemsKomplet0 .itemListaFull.item0 .itemImg
{
	max-width:100px;
	max-height:150px;
}
.itemsKomplet0 .itemListaFull.item0 .oszczedzaszZestaw
{
	float:left;
	width:100px;
}
.itemsKomplet0 .itemListaFull.item0 .oszczedzaszSymbol
{
	float:left;
	margin:0px 14px;
	height:150px;
	line-height:150px;
	font-family:EncodeSansCompressed;
	font-size:50px;
	font-weight:800;
	color:#018356;
}
.itemsKomplet0 .itemListaFull.item0 .oszczedzasz
{
	float:left;
	width:105px;
	margin:42px 10px;
	text-align:center;
	border:2px solid #018356;
}
.itemsKomplet0 .itemListaFull.item0 .oszczedzasz b
{
	font-family:EncodeSansCompressed;
	font-size:30px;
	font-weight:800;
	color:#018356;
	width:100%;
	height:38px;
	line-height:38px;
	background:#ffffff;
	display:inline-block;
	text-transform:lowercase;
}
.itemsKomplet0 .itemListaFull.item0 .oszczedzasz span
{
	font-family:EncodeSansCompressed;
	font-size:14px;
	font-weight:800;
	color:#ffffff;
	width:100%;
	height:25px;
	line-height:25px;
	background:#018356;
	display:inline-block;
	text-transform:uppercase;
}
.itemsKomplet0 .input_ilosc
{
	float:left;
}
.itemsKomplet0 .itemListaFull.item0 .itemBottom
{
	width:300px;
	margin-top:15px;
}
.itemsKomplet0 .itemListaFull.item0 .itemBottom .cena
{
	width:290px;
	padding:5px 5px;
}
.itemsKomplet0 .itemListaFull.item0 .itemBottom .cena > span
{
	float:left;
	width:100%;
}
.itemsKomplet0 .itemListaFull.item0 .itemBottom .cena .strike
{
	width:auto;
	float:right;
	padding-left:5px;
	padding-right:0px;
	margin-left:5px;
	display:inline-block;
	text-decoration:none;
	background:none;
	text-align:right;
}
.itemsKomplet0 .itemListaFull.item0 .itemBottom > div
{
	width:280px;
	padding:15px 10px;
}
.itemsKomplet0 .itemListaFull.item0 .itemBottom a.item_do_kosza
{
	float:right;
	padding:0px 10px;
	margin-top:-6px;
	margin-left:5px;
	font-size:20px!important;
	font-weight:bold;
	height:50px;
	line-height:50px!important;
	padding:0px 5px!important;
}
.itemsKomplet0 .itemListaShort
{
	display:none;
}
.itemsPodobne
{
	margin-left:0px;
}
.itemsPodobne .item0, .itemsPodobne .item1, .itemsPodobne .item2
{
	margin-right: 30px!important;
}
.itemsPodobne .item3
{
	margin-right: 0px!important;
}
.itemsPodobne2 .itemBottom
{
	display:none;
}
.itemsNowosci .nowosc
{
	z-index:9999!important;
}
.itemsPromocje .promocja
{
	z-index:9999!important;
}
.itemsPolecane .polecane
{
	z-index:9999!important;
}
.itemsWyprzedaz .wyprzedaz
{
	z-index:9999!important;
}
.itemsSpecjalne .specjalne
{
	z-index:9999!important;
}
.itemsProduktDnia .produktDnia
{
	z-index:9999!important;
}
.itemsPowiazane
{
	padding:0;
}
.nowosc, .promocja, .polecane, .wyprzedaz, .specjalne, .produktDnia, .przedsprzedaz
{
	position:absolute;
	/*width:70px;*/
	height:30px;
	line-height:30px;
	text-align:center;
	z-index:2;
	display:block;
	color:white;
}
.itemsMain .nowosc, .itemsMain .promocja, .itemsMain .przedsprzedaz, .itemsMain .polecane,
.itemsMain .wyprzedaz, .itemsMain .specjalne, .itemsMain .produktDnia
{
	/*top:0px;*/
}
.nowosc a, .promocja a, .przedsprzedaz a, .polecane a, .wyprzedaz a, .specjalne a, .produktDnia a
{
	width:100%;
	height:auto;
	/*padding:5px 0px;*/
	display:inline-block;
	color:black;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.nowosc
{
        top:-10px;
	left:-12px;
}
.przedsprzedaz
{
        top:-10px;
	left:-12px;
}
.promocja
{
        top:-10px;
	right:-12px;
}
.polecane
{
	background-color:#68de2f;
        top:0px;
	left:0px;
}
.wyprzedaz
{
        top:-10px;
	left:-12px;
}
.specjalne
{
	background-color:#68de2f;
        top:0px;
	left:0px;
}
.produktDnia
{
	background-color:pink;
        top:0px;
	left:0px;
}

.item
{
	position:relative;
	float:left;
	margin-top:0;
	margin-left:0px;
	margin-bottom:0px;
	width:255px;
	height:330px;
	background:white;
}
#mainRight .item
{
	margin-top:20px;
	margin-bottom:10px;
	margin-right:30px;
}
.itemsMain .item
{
	margin-right:30px;
}
.itemsMain .item:hover, .items .item:hover
{
	box-shadow:0 0 10px #ccc;
}
.itemsMain .item:hover .itemDivUp, .items .item:hover .itemDivUp
{
	display: block;
}
#mainRight .item2
{
	margin-right:0px;
}
#mainRight .item:nth-child(3n)
{
	margin-right:0px;
}
.itemsMain .item3
{
	margin-right:0px;
}
/*.itemsMain .item:nth-child(4n)
{
	margin-right:0px;
}*/
.item:hover .model a
{
	text-decoration:underline;
}
.itemListaShort, .itemListaFull
{
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px!important;
	width:100%;
}
.itemListaShort
{
	height:65px;
	/*margin-top:5px;*/
}
.itemListaFull
{
	height:190px;
}
.itemSiatkaShort
{
	margin-top:12px;
	margin-left:11px;
	margin-bottom:5px;
	*padding-bottom:5px;
	margin-right:10px;
	width:150px;
	height:190px;
}
.itemTop
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:60px;
	overflow:hidden;
}
.itemListaShort .itemTop
{
	width:290px;
	margin-left:0px;
	height:65px;	
	padding:0px 0px;
}
.itemListaShort .itemTop .model
{
	height:65px;
	padding:0px;
	font-size:13px;
	font-weight:normal;
}
.itemListaShort .itemTop .model a
{
	text-align:left;
	text-indent:0px;
	height:65px;
	line-height:65px;
	/*padding:2px 5px;*/
	display:table-cell;
	vertical-align:middle;
}
.itemListaFull .itemTop
{
	width:100%;
	margin-left:0px;
	height:40px;
	line-height:40px;
}
.itemListaFull .itemTop .model
{
	height:40px;
	padding:0px;
	font-size:16px;
}
.itemListaFull .itemTop .model a
{
	width:100%;
	text-align:left;
	text-indent:0px;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	display:table-cell;
	vertical-align:middle;
}
.itemSiatkaShort .itemTop
{
	height:50px;
}
.itemSiatkaShort .itemTop .model
{
	height:30px;
	padding:10px 0px;
	font-size:16px;
	font-weight:bold;
}
.itemSiatkaShort .itemTop .model a
{
	text-align:left;
	text-indent:10px;
	height:30px;
	line-height:30px;
	padding:10px 0px;
}
.kateg
{
	margin-top:0px;
	font-size:11px;
	color:#b3906f;
}
.model
{
	margin-top:0px;
	font-family:EncodeSansCondensed;
	font-size:14px;
	font-weight:normal;
	height:100%;
	/*padding:10px 0px;*/
        overflow: hidden;
}
.model a
{
	color:#000;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:60px;
        overflow: hidden;
}
.model a:hover
{
    text-decoration:none!important;
    color:#018356;
    
}
.model img
{
	margin-right:6px;
	vertical-align:text-top;
}

.itemImgDiv
{
	border:0px solid #000000;
}
.itemImgDiv:hover
{
	border:0px solid #000000;
}
.itemImgDiv, .itemImgDivInner, .itemImgLink
{
	width:255px;
	height:185px;
}
.itemImg
{
	max-width:240px;
	max-height:185px;
}
.itemDivUp
{
    position: absolute;
    width:255px;
    height:170px;
    background-color: #018356;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display:none;
}
.itemDivUp div
{
    display: table-cell!important;
    vertical-align: middle!important;
    width:100%;
    height:165px;
    padding:10px;
}
.itemDivUp div a
{
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    text-decoration: none;
}

.itemListaShort .itemImgDiv, .itemListaShort .itemImgDivInner, .itemListaShort .itemImgLink
{
	width:100px;
	height:50px;
}
.itemListaShort .itemImgDiv
{
	margin-top:15px;
}
.itemListaShort .itemImg
{
	max-width:100px;
	max-height:50px;
}
.itemListaFull .itemImgDiv, .itemListaFull .itemImgDivInner, .itemListaFull .itemImgLink
{
	width:150px;
	height:150px;
}
.itemListaFull .itemImg
{
	max-width:150px;
	max-height:150px;
}
.itemSiatkaShort .itemImgDiv, .itemSiatkaShort .itemImgDivInner, .itemSiatkaShort .itemImgLink
{
	width:150px;
	height:100px;
}
.itemSiatkaShort .itemImg
{
	max-width:150px;
	max-height:100px;
}

.itemOpis
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:99.5%;
	height:44px;
	font-size:12px;
	color:#3c3c3c;
	text-align:center;
	line-height:14px;
	border-left:1px solid #cceaff;
	border-right:1px solid #cceaff;
	overflow:hidden;
	display:none;
}
.itemListaShort .itemOpis
{
	display:none;
}
.itemListaFull .itemOpis
{
	width:280px;
	padding-top:65px;
	padding-left:15px;
	height:85px;
	border:0px;
	text-align:left;
	display:block;
}
.itemSiatkaShort .itemOpis
{
	display:none;
}
a.itemOpis .produktParametr label
{
	cursor:pointer;
}
.itemOpis > a
{
	display:block;
	width:100%;
	height:100%;
	color:#3c3c3c;
	text-decoration:none;
	overflow:hidden;
}
.itemBottom
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	width:100%;
	height:85px;
	text-align:center;
}
.available
{
    display:block;
	text-transform:uppercase;
}
.itemListaShort .itemBottom
{
	width:355px;
	margin-left:0px;
	height:65px;
	border:0px;
	text-align:left;
}
.itemListaShort .itemBottom .strike
{
	margin-top:0;
}
.itemListaShort .itemBottom .available
{
	width:170px;
	margin-right:0px;
	height:65px;
        line-height: 65px;
	border:0px;
	text-align: center;
        float:right;
}
.itemListaFull .itemBottom
{
	float:right;
	width:310px;
	margin-top:0px;
	margin-right:10px;
	height:135px;
	/*background:#e8e8e8;*/
	/*border:1px solid #ccc;*/
/*	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	text-align:left;
}
.itemListaFull .itemBottom > div, #produktKoszyk
{
	width:260px;
	height:40px;
	padding:15px;
	background:#e8e8e8;
}
.span_ilosc
{
	font-family:EncodeSansCondensed;
	font-size:13px;
	font-weight:bold;
	color:#2e2e2e;
	line-height:40px;
	margin-right:5px;
}
.itemSiatkaShort .itemBottom
{
	width:100%;
	height:55px;
	border:0px;
	text-align:left;
}
.cenaNapis
{
	font-size:10px;
	color:#633b13;
}
.cena
{
	position:relative;
	float:none;
	margin-top:10px;
	font-family:EncodeSansCondensed;
	font-size:13px;
	font-weight:normal;
	color:#000;
	display:inline-block;
	/*height:100%;*/
	/*line-height:35px;*/
	text-decoration:none;
}
.cena b
{
	margin-top:0px;
	font-family:EncodeSansCondensed;
	font-size:16px;
	font-weight:bold;
	color:#000;
	display:inline;
}
.itemListaShort .itemBottom .cena
{
	float:left;
	width:155px;
	height:65px;
	/*padding:5px 0px;*/
	line-height:normal;
        vertical-align: middle;
        margin-top:5px;
        text-align: center;
}
.itemListaShort .itemBottom .cena label
{
	color:#888888;
	cursor:pointer;
}
.itemListaFull .itemBottom .cena
{
	width:280px;
	height:55px;
	padding:5px 15px;
	line-height:normal;
	background:white;
}
.itemListaFull .itemBottom .cena b
{
	font-family:EncodeSansCompressed;
	font-size:30px;
	font-weight:800;
}
.itemListaFull .itemBottom .cena span.strike
{
	margin-left:10px;
	font-weight:normal;
}
.itemListaFull .itemBottom .cena label
{
	font-size:13px;
	font-weight:500;
	cursor:pointer;
}
.itemListaFull .itemBottom span.span_ilosc
{
	float:left;
}
.itemListaFull .itemBottom span.ui-spinner
{
	float:left;
}
.itemListaFull .itemBottom a.item_do_kosza
{
	float:left;
	margin-left:15px;
}
.itemListaShort .itemBottom span.span_ilosc
{
	display:none;
}
.itemListaShort .itemBottom span.ui-spinner
{
	float:left;
	margin:5px 0px!important;
}
.itemListaShort .itemBottom .input_ilosc
{
	border:1px solid #e8e8e8!important;
}
.itemListaShort .itemBottom a.item_do_kosza
{
	float:left;
	margin:5px 0px;
	padding: 0 5px!important;
}
.itemSiatkaFull .itemBottom a.item_do_kosza
{
	display:none!important;
}
.wiecej
{
	position:relative;
	float:left;
	clear:none;
	margin-top:0px;
	margin-left:0px;
	display:none;
	padding:0px 0px;
	width:110px;
	height:27px;
	line-height:27px;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;
	color:#3b3b3b;
	text-decoration:none;
	background-color:#cceaff;
	overflow:hidden;
}
.itemListaShort .wiecej
{
	clear:none;
	height:25px;
	line-height:25px;
	float:right;
}
.itemListaFull .wiecej
{
	clear:none;
}
.itemSiatkaShort .wiecej
{
	clear:none;
	font-size:13px;
	font-weight:normal;
	width:50%;
}
.wiecej img
{
	border:0;
	margin-left:0px;
}
.koszyk
{
	position:relative;
	float:right;
	margin-top:0px;
	margin-left:0px;
	border:0;
	display:none;
}
.itemListaShort .koszyk
{
	margin-top:0px;
	clear:right;
	margin-right:0px;
}
.itemListaFull .koszyk
{
	margin-top:0px;
	margin-right:0px;
}
.itemSiatkaShort .koszyk
{
	margin-top:0px;
	margin-right:25px;
}

.kategorie
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0px 0px;
	width:100%;
	min-height:100px;
	overflow:hidden;
}
.kategorie form
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
}
.kategoria
{
	position:relative;
	float:left;
	margin-top:30px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:30px;
	width:255px;	
	/*border:1px solid #d1dfe9;*/
/*	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	overflow:hidden;
        background-color: #FFF;
}
.itemsMain .kategoria
{
	height:190px;
}
.itemsMain .kat3
{
	margin-right:0px;
}
.itemsMain .kategoria:nth-child(4n)
{
	margin-right:0px;
}
#mainRight .kategoria
{
	height:165px;
}
#mainRight .kat2
{
	margin-right:0px;
}
#mainRight .kategoria:nth-child(3n)
{
	margin-right:0px;
}
.kategTop
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	/*background:url(../images/strona/tlo_kateg.gif) repeat-x;*/
        background-color: #018356;
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
}
.kategKateg
{
	margin-top:0px;
	font-size:11px;
	color:#b3906f;
}
.kategModel
{
	font-family:EncodeSansCondensed;
	margin-top:0px;
	font-size:18px;
	font-weight:normal;
	height:36px;
	line-height:18px;
	/*padding:4px 9px;*/
	width:100%;
	display:table;
}
.kategModel a
{
	color:#FFF;
	text-decoration:none;
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.kategModel img
{
	margin-right:6px;
	vertical-align:text-top;
	float:left;
	margin-top:2px;
}
.kategoria:hover .kategModel a
{
	text-decoration:underline;
}

.kategImgDivInner
{
    margin-top: 20px;
    margin-right: 10px;
}
.kategImgDiv, .kategImgDivInner
{
	width:100px;
	height:100px;
        float:right;
        overflow: hidden;
}
.kategImg
{
	max-width:100px;
	max-height:100px;
}
/*#mainRight .kategImgDiv, #mainRight .kategImgDivInner
{
	height:125px;
}
#mainRight .kategImg
{
	max-height:125px;
}*/

.katmt
{
    margin-top: 0px;
}
.kategOpis
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:15px;
	width:100%;
	height:45px;
	font-size:14px;
	color:#0c5f99;
}
.kategBottom
{
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:0px;
	width:145px;
	height:90px;
        /*overflow: hidden;*/
}
.kategBottom a, .kategWiecej
{
	float:left;
	clear:left;
	/*width:215px;*/
	margin-left:10px;
	display:inline-block;
	font-size:14px;
	line-height:18px;
	color:#000;
	text-indent:0px;
	padding:2px 0px 2px 12px;
	text-decoration:none;
	background:url(../images/strona/menu_arrow_li.png) no-repeat left 8px;
}
.kategBottom a:hover, .kategWiecej:hover
{
	text-decoration:underline;
}
.kategCenaNapis
{
	font-size:10px;
	color:#633b13;
}
.kategCena
{
	margin-top:6px;
	font-size:11px;
	font-weight:bold;
	color:#c34a98;
	display:none;
}
.kategWiecej
{
	margin-top:10px;
	font-size:12px;
	color:#4c89b5;
	background:url(../images/strona/arrow_kateg.png) no-repeat left 5px;
}
.katWiecej
{
    border:1px solid #ccc;
    width:60px;
    clear:both;
    position:absolute;
    margin-top:155px;
    margin-left:10px;
    padding-left: 5px;
    padding-bottom:5px;
    padding-top:2px;
    background:url(../images/strona/kat_wiecej.png) no-repeat right;
}
.katWiecej a
{
    font-size: 13px;
    text-decoration: none;
    color: #000;
    margin-bottom:10px;
}
.kategWiecej img
{
	border:0;
	margin-left:0px;
}

.producenci
{
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0 0px;
	width:100%;
	overflow:hidden;
	z-index:1;
}
.producenciOferta
{
	margin-top:10px;
}
.producenci form
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
}
.producent
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	padding:10px;
	margin-right:10px;
	width:298px;
	height:105px;
	border-bottom:0px solid #d6e4f7;
	background-color:#ededed;
}
.producentLink
{
	width:230px;
	height:150px;
	z-index:9999!important;
}
.producentLink img
{
	position:relative;
	float:right;
	margin-top:0px;
	margin-right:-5px;
	z-index:2;
}
.producentTop
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:9px;
	width:154px;
	height:105px;
	overflow:hidden;
}
.producentKateg
{
	margin-top:0px;
	font-size:11px;
	color:#b3906f;
}
.producentModel
{
	margin-top:0px;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	height:100%;
}
.producentModel a
{
	color:#333333;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	line-height:18px;
}
.producentModel a cufon
{
	margin-top:13px;
}
.producentModel img
{
	margin-right:6px;
	vertical-align:text-top;
}
.producentImgDiv, .producentImgDivInner
{
	width:135px;
	height:105px;
}
.producentImgDiv:hover
{
	border:0px solid #000000;
	border-bottom:0;
}
.producentImg
{
	max-width:135px;
	max-height:105px;
}
.producentOpis
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:15px;
	width:100%;
	height:45px;
	font-size:12px;
	color:#3c3c3c;
	display:none;
}
.producentBottom
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:40px;
	line-height:20px;
	display:none;
}
.producentCenaNapis
{
	font-size:10px;
	color:#633b13;
}
.producentCena
{
	margin-top:6px;
	font-size:11px;
	font-weight:bold;
	color:#c34a98;
	display:none;
}
.producentWiecej
{
	position:relative;
	float:none;
	margin-top:0px;
	margin-left:0px;
	padding:0 5px;
	display:none;
	vertical-align:middle;
	width:100%;
	height:40px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#3b3b3b;
	text-decoration:none;
	overflow:hidden;
	background-color:#cceaff;
}
.producentWiecej img
{
	border:0;
	margin-left:0px;
}

#zobacz
{
	position:relative;
	float:right;
	margin-top:13px;
	margin-left:0px;
	border:0;
}

#wyszukiwarka
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:20px;
	width:800px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:white;
}
.sortBy
{
	position:relative;
	float:none;
	margin-left:0px;
	margin-top:0px;
	margin-right:1px;
	width:159px;
	height:20px;
	line-height:20px;
}
.sortBy span
{
	margin-left:9px;
}
.sortBy img
{
	float:right;
	margin-right:8px;
	margin-top:2px;
	vertical-align:bottom;
}
#typ
{
	float:right;
	margin-right:8px;
	margin-top:2px;
	width:90px;
	font-size:11px;
	color:#777777;
	border:1px solid #dfdfdf;
}

#sort
{
	position:relative;
	float:right;
	margin-right:0px;
	margin-top:0px;
	width:auto;
	height:auto;
	padding:0px;
	background:none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color:#2e2e2e;
	font-family:EncodeSansCondensed;
	font-weight:bold;
	font-size:13px;
}
#search
{
	position:relative;
	float:right;
	margin-left:0;
	margin-top:0;
	width:400px;
	height:58px;
	background:#ccc;
	font-weight:normal;
	font-size:16px;
}
#sortForm, #searchForm
{
	position:relative;
	float:right;
	width:auto;
}
/*#search #sortForm*/ 
#search #searchForm 
{
	width:100%;
        height:100%;
}
#produkt #sortForm 
{
	float:left;
	margin-top:20px;
}
#produkt #sortForm #producent2, #produkt #sortForm #model2
{
	width:170px;
}
#sortForm span.select2 select, #produktKoszykAll span.select2 select
{
	width:145px;
	height:23px;
	line-height:20px;
	vertical-align:middle;
	font-size:11px;
	color:#a3a29b;	
	padding-left:5px;
	padding-top:3px;
	background:transparent;
	border:1px solid #cec2ad;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sortForm span.select select option, .sbSelector, .sbOptions li
{
	background-repeat:no-repeat;
	background-position:5px center;
}
#sortForm span.select2, #produktKoszykAll span.select2
{
	position:relative;
	float:none;
	margin-top:0px;
	background:url(../images/strona/arrow_select.png) no-repeat scroll right top #f6f3ef;
	width:125px;
	height:23px;
	display:inline-block;
	overflow:hidden;
	top:7px;
	z-index:2;
}
#sortForm span.select2 img, #produktKoszykAll span.select2 img
{
	position:absolute;
	top:-2px;
	right:-5px;
	z-index:2;
}
#sortForm > span, #searchForm > span
{
	/*display:inline-block;*/
	text-indent:0px;
/*        height:100%;*/
}
#sortForm > span > span, #searchForm > span > span
{
	position:relative;
	float:left;
	/*width:100%;*/
        height:100%;
	/*display:inline-block;*/
}
#sortForm .selectLabel
{
    line-height: 30px;
    text-transform: uppercase;
    margin-right:10px;
    font-weight: normal;
}
#ileSelectAll
{
    margin-right:20px;
    display: inline-table;
}
#sortSelectAll
{
    margin-right:20px;
}
#sortForm > span > span.select
{
	/*margin-top:5px;*/
}
#sortForm > span > a
{
	text-decoration:none;
	color:#703e15;
	line-height:23px;
}
#sortForm > span > b
{
	position:relative;
	float:left;
	color:#2E2E2E;
	line-height:25px;
}
#sortForm input[type="text"], #searchForm  input[type="text"]
{
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    border:0;
    padding:0;
    padding-left:10px;
    color:#626262;
}
#sortForm input[type="submit"], #searchForm  input[type="submit"]
{
	float:right;
	/*margin-top:-3px;*/
}
#sortForm select
{
	margin-top:0px;
	margin-right:5px;
	float:left;
	font-size:13px;
	font-weight:200;
	color:#626262;
	padding-left:8px;
	padding-top:3px;
	border:1px solid #cacaca;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../images/strona/fraza_tlo.gif) repeat-x top white;
	width:120px;
	height:31px;
	line-height:31px;
}
#sortForm a
{
	text-decoration:none;
	color:#393f3f;
}
#sortForm #sortReset
{
	position:static;
	float:right;
	width:auto;
	display:inline-block;
	margin-left:30px;
	margin-top:8px;
	height:auto;
	line-height:14px;
	vertical-align:middle;
	display:block;
}
#sortForm #sortReset a
{
	float:left;
}
#sortForm #sortSubmit
{
	position:static;
	float:right;
	width:auto;
	display:inline-block;
	margin-left:30px;
	margin-top:8px;
	height:auto;
	line-height:14px;
	vertical-align:middle;
	display:block;
}
#sortForm #sortSubmit a
{
	float:left;
}

/*---------------------------*/
/*#sortFormCustom
{
    background-color:yellow;
    width:500px;
    float:right;
    line-height: 60px;
}
#sortFormCustom select
{
    border:1px solid #ccc;
    height:30px;
}
#listaProdTrybyCustom
{
    display: block;
    float:right;
    height:60px;
}
#listaProdTrybyCustom > a
{
    text-decoration: none;
}
#listaProdTrybyCustom > a > img
{
    border:1px solid #ccc;
    margin-top: 14px;
    margin-left: 2px;
    margin-right: 0;
}*/
/*---------------------------*/

.stronicowanie
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:30px;
	margin-bottom:40px;
	width:100%;
	min-height:33px;
	line-height:33px;
	font-size:11px;
	color:#303030;
	text-indent:0px;
	text-align:center;
}
.items .stronicowanie
{
	display:none;
}
#sort .stronicowanie
{
	width:auto;
	float:right;
	margin-top:0px;
	* margin-top:0px;
	margin-bottom:10px;
	* margin-bottom:0px;
}
div.box_pager 
{
	width:auto;
	border:0px solid black;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
	font-size: 13px;
	line-height:33px;
	vertical-align:middle;
	display:inline-block;
	text-indent:0px;
	clear:none;
}
div.box_pager span
{
	text-indent:0px;
	padding-left:20px;
}
div.box_pager a 
{
	text-decoration:none;
	display:inline-block;
	text-align:center;
	margin-top:0;
	margin-left:5px;
	min-height:30px;
        min-width: 30px;
	line-height:31px;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	/*background:url(../images/strona/button_tlo.gif) repeat-x center;*/
	background-color: #FFF;
	border:1px solid #CCC;
/*	outline:0px solid #ea4d4a;
	box-shadow: 0px 0px 0px 0px #ea4d4a inset;
	-moz-box-shadow:0 0 0 0px #ea4d4a inset;
	-webkit-box-shadow:0 0 0 0px #ea4d4a inset;*/
}
div.box_pager a.link_stronicowanie 
{
	color:#000 !important;
}
div.box_pager a:hover,
a.link_aktywny_stronicowanie 
{
	color:#ffffff !important;
	background:#018356 !important;
	border:1px solid #ADD3EE !important;
	outline:0px solid #fafaf6 !important;
	box-shadow: 0px 0px 0px 0px #fafaf6 inset !important;
	-moz-box-shadow:0 0 0 0px #fafaf6 inset !important;
	-webkit-box-shadow:0 0 0 0px #fafaf6 inset !important;
}
div.box_pager a.link_nieaktywny_stronicowanie:hover 
{
	color:#0C5F99 !important;
}
div.box_pager img
{
	vertical-align:top;
	border:0;
}
#last
{
	margin-right:0px;
}
#prev
{
	position:relative;
	float:none;
	top:-2px;
	margin-right:0x;
	vertical-align:middle;	
	width:10px !important;
	display:inline-block !important;
}
#next
{
	position:relative;
	float:none;
	top:-2px;
	margin-left:0x;
	vertical-align:middle;	
	width:10px !important;
	display:inline-block !important;
}
#prev img
{
	border:0;
	margin-top:9px;
	/*margin-right:10px;*/
	vertical-align:middle;
}
#next img
{
	border:0;
	margin-top:9px;
	/*margin-left:10px;*/
	vertical-align:middle;
}
#first
{
	position:relative;
	float:none;
	top:-2px;
	margin-left:0x;
	vertical-align:middle;	
	width:auto !important;
	display:inline-block !important;
	outline:0px solid #e9e9d7 !important;
	box-shadow: 0px 0px 0px 0px #e9e9d7 inset !important;
	-moz-box-shadow:0 0 0 0px #e9e9d7 inset !important;
	-webkit-box-shadow:0 0 0 0px #e9e9d7 inset !important;
}
#first img
{
	border:0;
	margin-top:8px;
	margin-right:0px;
	vertical-align:middle;
}
#last
{
	position:relative;
	float:none;
	top:-2px;
	margin-left:0x;
	vertical-align:middle;	
	width:auto !important;
	display:inline-block !important;
	outline:0px solid #e9e9d7 !important;
	box-shadow: 0px 0px 0px 0px #e9e9d7 inset !important;
	-moz-box-shadow:0 0 0 0px #e9e9d7 inset !important;
	-webkit-box-shadow:0 0 0 0px #e9e9d7 inset !important;
}
#last img
{
	border:0;
	margin-top:8px;
	margin-right:0px;
	vertical-align:middle;
}

#produkt
{
	position:relative;
	float:left;
	margin:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
	width:100%;
	overflow:visible;
        background-color: #fff;
}
#produktContent
{
	width:1070px;
        height:100%;
        margin:20px;
        /*border: 1px solid red;*/
        position:relative;
        display:table;
        clear: both;
}
#produktLeft
{
	position:relative;
	float:left;
	clear:left;
	margin-top:0px;
	margin-left:0px;
	width:430px;
}

#produktImgDiv
{
	border:0px solid #cceaff;
}
#produktImgDiv, #produktImgDivInner
{
	width:430px;
	height:400px;
}
#produktImg
{
	max-width:450px;
	max-height:400px;
}

#produktRightOpis
{
    width: 310px;
    float: right;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 25px;
}
#produktRightOpis .nagl
{
    margin-bottom: 20px;
}

#produktMain
{
	position:relative;
	float:right;
	margin-top:0px;
	margin-left:10px;
	width:310px;
	height:auto;
        border:1px solid #ccc;
}
#produktNapis
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	width:100%;
	min-height:25px;
	color:#3b3b3b;
	font-size:21px;
	font-weight:bold;
}
#produktNapis span
{
	line-height:25px;
	font-weight:bold
}
#produktNazwa
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin-top:0px;
	margin-left:0px;
	font-size:15px;
	font-weight:bold;
	color:#3b3b3b;
	padding-bottom:0px;
	border-bottom:0px solid #d5d5d5;
	display:none;
}
#produktNazwa b
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin-top:0px;
	margin-left:0px;
	font-size:15px;
	font-weight:bold;
	color:#3b3b3b;
}
#produktProducent
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin-top:10px;
	margin-left:0px;
	font-size:11px;
	color:#3b3b3b;
}
#produktProducent span
{
	font-size:12px;
	font-weight:bold;
}
.produktParametr
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	padding-left:0px;
	min-height:18px;
	margin-top:0px;
	margin-left:0px;
	font-family:EncodeSansCondensed;
	font-size:14px;
	color:#2e2e2e;
	line-height:18px;
}
.produktParametr label
{
	float:left;
	font-size:14px;
	font-weight:normal;
	display:inline-block;
	/*width:70px;*/
}
.produktParametr span
{
	float:left;
	font-size:14px;
	font-weight:normal;
	display:inline-block;
        margin-left: 5px;
	/*width:180px;*/
}
.produktParametr .produktParametrActive
{
	color:#ff8601;
}
.produktParametrRozmiar.produktParametrActive
{
	font-weight:bold;
	border:1px solid #ff8601;
}
.produktParametrKolor.produktParametrActive
{
	border:2px solid #ff8601;
}
.produktParametrRozmiar
{
	margin-right:6px;
	display:inline-block;
	min-width:16px;
	padding:0 4px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:13px;
	color:black;
	text-decoration:none;
	border:1px solid #cdcdcd;
}
.produktParametrKolor
{
	margin-right:3px;
	display:inline-block;
	width:23px;
	height:23px;
	text-decoration:none;
	border:2px solid #cdcdcd;
}
.produktParametrDostepnosc
{
	margin-left:0px!important;
	display:inline-block;
	width:40px;
	height:20px;
	text-decoration:none;
	border:1px solid #cdcdcd;
}
#produktFacebook
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	height:27px;
	line-height:27px;
	margin-top:10px;
	margin-left:0px;
	color:#7f7f7f;
	border:0px solid #e7e7e7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#produktFacebook iframe
{
	position:relative;
	float:left;
	margin-top:3px;
}
#produktFacebook div
{
	position:relative;
	float:left;
	margin-left:10px;
}
#produktDetails
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin-top:20px;
	*margin-top:20px;
	margin-left:0px;
	font-size:12px;
	color:#3b3b3b;
	display:none;
}
#produktOpis
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin-top:20px;
	margin-left:0px;
	font-size:14px;
	text-align:justify;
	line-height:22px;
	color:#2e2e2e;
}
#produktOpis ul
{
	padding-left:20px;
}
#produktOpis li
{
	padding-left:0px;
}
#produktOpis img
{
	max-width:100%;
}
#produktOpis table
{
	max-width:100%;
}

#produktKoszykAll
{
	position:relative;
	float:left;
	clear:left;
	/*min-height:206px;*/
	height:auto;
	margin-top:0px;
	margin-right:0px;
}
#produktKoszykAll .produktParametr
{
	height:auto;
	background:white;
        padding:10px 0 10px 5px;
}
#produktKoszykAll .produktParametr a
{
	cursor:pointer;
	margin-left: 10px;
        color: #000;
        text-decoration: none;
}
#produktKoszykAll .produktParametr a:hover
{
        color: #018356;
}
#produktKoszykAll .produktParametr img
{
	position:absolute;
	float:right;	
	right:10px;
	top:15px;
	max-width:100px;
}

#cenaAll
{
	position:relative;
	float:left;
	clear:left;
	height:60px;
	text-indent:0px;
	margin-top:0px;
	margin-left:0px;
}
#cenaAll .oznaczenie
{
	display:inline-block;
	position:absolute;
	float:right;
	right:10px;
	left:auto;
	top:10px;
	font-size:9px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
#cena2
{
	font-size:16px;
	font-weight:bold;
	color:#3b3b3b;
	margin-left:0px;
}
#liczba2
{
	font-size:16px;
	font-weight:bold;
	color:#3b3b3b;
}

#produktKoszyk
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	background:#f6f6f6;
	border-top: 1px solid #ccc;
	padding:0;
	/*padding-top:10px;*/
	min-height:90px;
	width:100%;
}
#produktMain #produktKoszyk
{
	height:auto;
	padding-bottom:15px;
}
#produktKoszyk .available
{
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
.tabela_koszyk .koszykIle
{
    border:1px solid #ccc;
    background: #FFF;
    float:left;
    width:60px;
    padding:10px;
}
#produktKoszyk .koszykIle
{
    border:1px solid #ccc;
    background: #FFF;
    margin-top:15px;
    margin-left:15px;
    float:left;
    width:60px;
    padding:10px;
}
.itemsKomplet0 .koszykIle
{
    border:1px solid #ccc;
    background: #FFF;
    margin-top:-5px;
    margin-left:15px;
    float:left;
    width:60px;
    padding:5px;
}
#produktKoszyk .koszykIle .input_ilosc, .tabela_koszyk .koszykIle .input_ilosc, .itemsKomplet0 .koszykIle .input_ilosc
{
    padding:0!important;
    margin:0!important;
    border:0;
    font-size: 18px;
}
#produktKoszyk .koszykPrzyciski, .tabela_koszyk .koszykPrzyciski, .itemsKomplet0 .koszykPrzyciski
{
    width:14px;
    float:right;
}
#produktKoszyk .koszykPrzyciski .ilePlus, #produktKoszyk .koszykPrzyciski .ileMinus, 
.tabela_koszyk .koszykPrzyciski .ilePlus, .tabela_koszyk .koszykPrzyciski .ileMinus,
.itemsKomplet0 .koszykPrzyciski .ilePlus, .itemsKomplet0 .koszykPrzyciski .ileMinus
{
    width: 14px;
    height:14px;
    background-color: #646464;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 13px;
    border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    cursor: pointer;
}
#produktKoszyk .koszykPrzyciski .ileMinus, .tabela_koszyk .koszykPrzyciski .ileMinus, .itemsKomplet0 .koszykPrzyciski .ileMinus
{
    margin-top:10px;
}
#produktKoszyk .doKoszyka
{
    border:1px solid #ccc;
    float: right;
    margin-top:15px;
    margin-right:15px;
    height:38px;
    padding:10px 5px 10px 0;
    background-color: #7eba27;
    color:#fff;
    cursor: pointer;
}
#produktKoszyk .doSchowka
{
	padding-left:0px;
	background-color: #999999;
}
#produktKoszyk .doSchowka i
{
	font-size:34px;
	visibility:hidden;
}
#produktKoszyk .doKoszyka i
{
    float:left;
}
#produktKoszyk .doKoszyka span
{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 38px;
    display: inline-table;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    float:left;
}
#produktKoszyk label
{
	display:inline-block;
}
#produktKoszyk table
{
	border-collapse:collapse;
}
#produktKoszyk td
{
	border:1px solid #d1bca8;
}
#produktKoszyk .header
{
	font-size:11px;
	font-weight:bold;
	color:#3b3b3b;
}
#produktKoszyk .jedn
{
	font-size:10px;
	font-weight:bold;
	color:#909090;
}
#produktKoszyk .jedn2
{
	font-size:10px;
	font-weight:bold;
	color:#919191;
	line-height:14px;
}
#produktKoszyk .rozmiar
{
	width:70px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#3b3b3b;
}
#produktKoszyk .cena
{
	width:55px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#623a13;
}
#produktKoszyk .ilosc
{
	width:125px;
	text-align:center;
}
#produktKoszyk .ilosc input
{
	width:117px;
	height:17px;
	border:1px solid #e9caac;
	color:black;
	font-weight:bold;
	background:url(../images/strona/input.jpg) repeat-x;
}
#produktKoszyk .rozmiarHeader
{
	vertical-align:top;
	line-height:16px;
}
#produktKoszyk .cenaHeader
{
	vertical-align:top;
	line-height:16px;
}
#produktKoszyk .iloscHeader
{
	text-align:left;
	line-height:16px;
}
#produktKoszyk .styl1
{
	background-color:#f3ece5;
}
.infoDoKoszyka
{
    width:100%;
    font-size:14px;
}
.infoDoKoszyka .addName
{
    text-transform: uppercase;
    font-size: 16px;
    padding-top:20px;
    color:#018356;
}
.idzDoKoszyka
{
    background-color: #7eba27;
    border:1px solid #ccc;
    padding:10px 5px 10px 0;
    text-align: center;
    width:160px;
    float:right;
}
.idzDoKoszyka a
{
    color:#fff!important;
    cursor: pointer;
    text-align: center;
    font-size:16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
#rozmiar2
{
	font-size:11px;
	color:#777777;
	border:1px solid #c4c4c4;
	width:95px;
	padding-left:3px;
	margin-right:30px;
}
#ilosc_2
{
	font-size:11px;
	color:#777777;
	border:1px solid #c4c4c4;
	width:52px;
	padding-left:3px;
}
#produktKoszykAll label
{
	cursor:default;
	display:inline-block;
        margin-left:10px;
}
#produktKoszykAll .strike
{
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
#produktKoszykAll2 span
{
	margin-left:5px;
	line-height:16px;
}
#produktKoszykAll label > span
{
	position:relative;
	float:left;
}
#produktKoszykAll span.select
{
	margin-right:0px;
	position:relative;
	float:left;
}
#produktKoszykAll select
{
	position:relative;
	float:left;
	margin:0px;
}

.sbHolder
{
	margin-top:0px!important;
	vertical-align:middle;
	font-size:12px;
	font-weight:200;
	color:#626262;
	padding-top:0px;
	border:1px solid #ccc!important;
/*	border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	background:url(../images/strona/fraza_tlo.gif) repeat-x top white !important;*/
	width:120px;
	height:30px!important;
	line-height:30px!important;
}
#atrCeny
{
	float:right;
	width:180px;
	margin:15px 15px 0px 0px;
}
#atrCeny label
{
	width:100%;
	margin-left:0px;
}
#atrCeny label span
{
	float:left;
	line-height:25px;
}
#atrCeny label span.select
{
	float:right;
}
#atrCeny .sbHolder
{
	width:90px!important;
}
.sbSelector
{
	font-size:12px;
	font-weight:200;
	color:#626262!important;
	padding-left:0px;
	padding-top:1px;
	width:100%!important;
	height:25px!important;
	line-height:25px!important;
	text-indent:10px!important;
}
.sbToggle
{
	width:25px!important;
	height:25px!important;
	top:0px!important;
	background:url(../images/strona/arrow_select.png) no-repeat center !important;
}
.sbOptions
{
	width:100%!important;
	line-height:12px!important;
	text-indent:0px!important;
	border:1px solid #cacaca!important;
	background-color:#ffffff!important;
	z-index:9999!important;
}
.sbOptions li
{
	padding:0px 10px!important;
}
.sbOptions li a
{
	padding:5px 0px!important;
	font-size:12px;
	color:#626262!important;
}
.sbOptions li a:hover
{
	color:#000000!important;
}
#frazaAll
{
/*	width:470px;
	float:right;*/
	margin-left:0px;
}
#fraza
{
	width:340px!important;
        height:38px!important;
}
#cenaOdDoAll
{
	margin-left:15px;
}
.cenaSelect input[type="text"]
{
	width:40px!important;
	text-align:right;
	padding-left:0px!important;
}
#ileSelect
{
	width:auto!important;
}
#ile, #ileSelect .sbHolder
{
	width:50px!important;
}
#sortSelect, #sorter, #sortSelect .sbHolder
{
	margin-top:0px!important;
	width:140px!important;
}
#orderSelect, #order, #orderSelect .sbHolder
{
	width:100px!important;
}
#producentAll
{
	width:445px;
	margin-left:0px;
}
#producentSelect input[type="text"], #producent, #producentSelect .sbHolder
{
	width:170px!important;
}
#kolorSelect, #kolor, #kolorSelect .sbHolder
{
	width:100px!important;
}
#kolorSelect.selectIkona, #kolorSelect.selectIkona #kolor, #kolorSelect.selectIkona .sbHolder
{
	width:125px!important;
}
#rozmiarSelect, #rozmiar, #rozmiarSelect .sbHolder
{
	width:100px!important;
}
#atrybutSelect, #atrybutSelekt, #atrybutSelect .sbHolder
{
	width:100px!important;
}
#select0, #atrybut0, #select0 .sbHolder
{
	width:100px!important;
}
#iloscSelect, #ilosc, #iloscSelect .sbHolder
{
	width:60px!important;
}

a.observe, a.compare
{
	color:blue;
	font-size:12px;
	text-decoration:underline;
	margin:0 auto;
}

label.atryb0
{
	display:none;
}
span.atryb0
{
	background:url(../images/strona/wysokosc.gif) no-repeat left center;
	padding-left:12px;
}
.atryb0
{	
	position:relative;
	top:5px;
}

#produktKoszykDodaj
{
	position:relative;
	float:right;
	clear:none;
	margin-top:0px;
	margin-left:0px;
	border:0;
}
#kosz
{
	position:relative;
	float:right;
	margin-top:25px;
	margin-right:8px;
	border:0;
}
#produktKoszykSubmit
{
	display:none;
}

#produktImgs
{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:0px;
	width:100%;
	display:block;
}
.itemImgsDiv
{
	margin-top:10px;
	margin-left:0px;
	margin-right:10px;
	width:100px;
	height:100px;
	border:0px solid #d6e4f7;
}
.itemImgsDivInner
{
	width:100px;
	height:100px;
}
.itemImgs
{
	max-width:100px;
	max-height:100px;
}

#stopkaAll
{
	position:relative;
	display:block;
	width:100%;
	min-height:110px;
	margin:0px auto 0 auto;
	background:#262626;
	z-index:2;
}
#stopka
{
	position:relative;
	float:left;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:100%;
	padding:25px 0px;
	line-height:18px;
	font-size:12px;
	color:#000000;
	border:0px solid black;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#stopkaTop
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:35px;
	line-height:35px;
	font-size:12px;
	font-weight:bold;
	color:#342519;
	display:none;
	border:0px solid black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../images/strona/fraza_tlo.gif) repeat-x;
}
#stopkaLeft
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:20px;
	width:190px;
	height:185px;
	line-height:18px;
	font-size:12px;
	color:white;
	display:none;
}
#stopkaLeft a
{
	color:white;
	text-decoration:none;
}
#stopkaProduktLeft
{
	position:relative;
	float:left;
	margin-top:100px;
	margin-left:18px;
	width:550px;
}
.stopkaTlo, .stopkaIkony
{
    background-color: #018356;
    height:165px;
}
.stopkaIkony .dimg
{
    width:370px;
    text-align: center;
    float:left;
}
.stopkaNewsletter
{
    height:85px;
}
.stopkaNewsletter, .stopkaNewsletterTlo
{
    background-color: #FFF;
}
.stopkaNewsletterNaglowek
{
    font-size: 22px;
    font-weight: 600;
    padding-right: 40px;
}
.stopkaNewsletterOpis
{
    color:#2e2e2e;
    font-size: 14px;
}
.stopkaNewsletterForm
{
	position:relative;
    display:inline-table;
    border:1px solid #ccc;
    padding:10px 5px 10px 10px;
    /*margin-left:30px;*/
    float:right;
    width:280px;
    background-color: #f6f6f6;
}
.stopkaNewsletterForm input
{
    border: none;
    background-color: #f6f6f6;
}
.stopkaNewsletterZgoda {
	width: 100%;
	clear: both;
	float: left;
	color: #2e2e2e;
    font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 15px;
}
.stopkaNewsletterZgoda .lewa {
	width: 66.5%;
	float: left;
	padding-left: 17.5%
}
.stopkaNewsletterZgoda .prawa {
	width: 14%;
	float: right;
	padding-left: 2%;
}
.stopkaNewsletterZgoda .prawa div {
	float: left;	
}
.stopkaNewsletterZgoda .prawa label {
	float: left;	
	line-height: 36px;
	padding-right: 25px;
}
.stopkaNewsletterZgoda .prawa input {
	margin-top: 11px;
}
.newsletterWyjasnienia {
	width: 82.5%;
	clear: both;
	float: left;
	padding-left: 17.5%;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsletterWyjasnienia li {
	list-style-type: none;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.stopkaNewsletterForm {
	margin-top: -9px;
}
.stopkaNewsletter {
	height: auto;
	min-height: 150px;
}
.stopkaBlok
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
}
.stopkaBlok1
{
	width:165px;
	margin-left:0px;
}
.stopkaBlok2
{
	width:145px;
	margin-left:0px;
}
.stopkaBlok3
{
	width:165px;
	margin-left:0px;
}
.stopkaBlok4
{
	width:105px;
	margin-left:0px;
}
.stopkaBlokNapis
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	font-size:16px;
	color:#ffffff;
        text-transform: uppercase;
}
#stopkaRight .stopkaBlokNapis
{
	display:block;
}
.stopkaBlokLinki
{
	position:relative;
	float:left;
	clear:left;
	margin-top:15px;
	margin-left:0px;
	width:100%;
	font-size:13px;
	line-height:24px;
	color:#fff;
}
.stopkaBlokLinki a
{
	float:left;
	clear:left;
	text-decoration:none;
	color:#fff;
        background: url("../images/strona/menu_arrow_li2.png") center left no-repeat;
        padding-left:12px;
}
.stopkaBlok4 .stopkaBlokLinki a
{
	float:none;
	clear:none;
}
.stopkaBlokLinki a:hover
{
	text-decoration:underline!important;
	color:#fff;
}
#menuBottomActive
{
	text-decoration:underline;
	font-weight:bold;
}
.stopkaBlokLinki img
{
	border:0;
	margin-right:6px!important;
	vertical-align:top!important;
}
#info
{
	position:relative;
	float:left;
	margin-top:12px;
	margin-left:0px;
	width:100%;
}
#projekt
{
	position:relative;
	float:right;
	width:150px;
	margin:0px auto;
	text-align:center;
	height:55px;
	line-height:55px;
	font-size:11px;
	color:#494949;
	/*background:#2b71a3;*/
}
#projekt a
{	
	color:#494949;
	text-decoration:none;
}
#partnerzyStart
{
        position:relative;
	float:left;
	width:60px;
	margin:0px auto;
	text-align:center;
	height:55px;
	line-height:55px;
	font-size:11px;
	color:#494949;
}
#lastUpdate
{
	position:relative;
	float:right;
	margin-top:0px;
	margin-right:18px;
	height:35px;
	line-height:30px;
	font-size:11px;
	color:#a1bad9;
	display:none;
}

#stopkaLinia
{
	position:relative;
	float:left;
	margin-top:100px;
}
#stopkaRight
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:auto;
	font-size:12px;
}
#stopkaRight a
{
	text-decoration:none;
}
#stopkaRight img
{
	border:0;
	margin-left:0px;
	margin-right:8px;
	vertical-align:middle;
}
#stopkaProduktRight
{
	position:relative;
	float:left;
	margin-top:100px;
	margin-left:25px;
	width:350px;
	font-size:11px;
}
#stopkaProduktRight a
{	
	color:#7b5b46;
	text-decoration:none;
}
#stopkaProduktRight img
{
	border:0;
	margin-left:8px;
	margin-right:8px;
	vertical-align:middle;
}

#newsletter
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:220px;
	height:auto;
	padding:0px;
	border:0px solid #3a3a3a;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	outline:0px solid #1e1e1e;
	box-shadow: 0px 0px 0px 0px #1e1e1e inset;
	-moz-box-shadow:0 0 0 0px #1e1e1e inset;
	-webkit-box-shadow:0 0 0 0px #1e1e1e inset;
	background-color:none;
}
#newsletter span
{
	position:relative;
	float:left;
	clear:left;
	margin-top:0px;
	margin-left:0px;
	font-size:13px;
	color:#c3e6ff;
}
#newsletter label
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin-top:10px;
	margin-left:0px;
	font-size:13px;
	color:#c3e6ff;
}
#newsletter form
{
	position:relative;
	float:left;
	clear:left;
	margin-top:15px;
	margin-left:0px;
	width:100%;
}
#newsletterFraza
{
	position:relative;
	padding-left:10px;
	padding-top:0px;
	color:#808080;
	width:228px;
	height:24px;
	line-height:24px;
	font-size:13px;
	font-weight:200;
	border:1px solid #ccc;
}
/*#newsletterFraza
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	padding-left:10px;
	padding-top:5px;
	border:0px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../images/strona/fraza_tlo.gif) repeat-x top white;
	color:#808080;
	width:210px;
	height:24px;
	line-height:24px;
	font-size:13px;
	font-weight:200;
}*/
#newsletterSubmit
{
	position:absolute;
	top:20px;
	right:40px;
/*	position:relative;
	float:right;
	margin-top:-30px;
	margin-right:-1px;*/
}
/*#newsletterSubmit
{
	position:relative;
	float:right;
	margin-top:-30px;
	margin-right:-1px;
}*/
#newsletterUnSubmit
{
	position:relative;
	float:left;
	margin-top:17px;
	margin-left:5px;
}
#newsletterSubmitUsun {
	margin-left: 10px;
	position:absolute;
	top:20px;
	right:20px;
}

#lokalizacja
{
	position:relative;
	float:left;
	clear:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	border-top:1px solid #6695cb;
	padding-top:12px;
	display:none;
}
#lokalizacja a
{
	font-size:11px;
	font-weight:bold;
	color:#d6e4f7;
	text-decoration:none;
}
#lokalizacja img
{
	border:0;
	margin-left:6px;
	vertical-align:middle;
}

#stopka span
{
	position:relative;
	float:left;
	clear:left;
}
#stopka2 a:hover
{
	color:black;
}
#stopkaActive
{
	color:black;
}
.menuImg
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
}
.menuIco
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:3px;
	margin-right:8px;
}

#podstronaNagl
{
	position:relative;
	float:left;
	clear:left;
	width:100%;
	margin-top:0px;
	margin-left:0px;
	font-size:21px;
	font-weight:bold;
	color:#3b3b3b;
	margin-bottom:0px;
}
#podstronaTekst
{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:0px;
	clear:left;
	width:100%;
	padding:0px;
	min-height:400px;
	height:auto! important;
	height:400px;
	text-align:justify;
	line-height:normal;
}
#podstronaTekst.podstrona_Zapytanie-ofertowe
{
	min-height:100px;
}
#podstronaTekst ul, #podstronaTekst li
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#podstronaTekst2 li
{
	background:url(../images/strona/li.gif) no-repeat 0px 7px;
	padding-left:15px;
	padding-bottom:0px;
}
#podstronaTekst > object, #podstronaTekst > embed
{
	position:relative;
	float:left;
	margin-top:5px;
	margin-left:1px;
	margin-right:2px;
}
#podstronaTekst .strona
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px solid #dfdfdf;
}
#podstronaTekst .tematLink
{
	float:left;
	margin-top:0px;
	color:#3b3b3b;
	font-weight:bold;
	width:auto;
	display:inline-block;
	text-decoration:underline;
}
#podstronaTekst span.tematData
{
	color:#383838;
	float:right;
}
#podstronaTekst img.tematImg
{
	float:left;
	margin:0 10px 10px 0px;
	max-width:130px;
	border:0px solid #5e8595;
}
#podstronaTekst a.skrotLink
{
	float:left;
	clear:none;
	margin-top:10px;
	width:auto;
	min-height:100px;
	height:auto!important;
	height:100px;
	color:#3b3b3b;
	line-height:normal;
	text-decoration:none;
	text-align:justify;
}
#podstronaTekst .strona .wiecej
{
	clear:right;
	margin-top:0px;
}
#podstronaTekst img
{
	max-width:100%;
}

.nagl
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	width:100%;
	color:#2b2b2b;
	font-size:20px;
	font-weight:bold;
}
.nagl cufon
{
	margin-top:11px;
}
#mainLeft .nagl
{
	
}
#mainRight .nagl
{
	display:block;
}
#mainRight .items .nagl
{
	display:none;
}
#mainRight .nagl.naglMain
{
	display:block;
}
#podstronaTekst.klienciMenu
{
	padding:0px 0px 20px 0px;
	min-height:0px;
	text-align:center;
}
#podstronaTekst.klienciMenu .nagl
{
	width:auto;
	float:none;
	margin:0px 10px;
	display:inline-block;
}
#klienciMenuTabs
{
	width:100%;
}
#podstronaTekst.klienciMenu .ui-tabs-nav li.produktTab:first-child
{
	margin-left:0px!important;
}

#sonda
{
	position:relative;
	float:left;
	margin-top:8px;
	margin-left:0px;
	width:206px;
	padding:15px 17px;
	min-height:130px;
	color:#3b3b3b;
	line-height:24px;
	background:url(../images/strona/sonda_tlo.png) no-repeat white;
}
#sonda span
{
	font-size:13px;
	font-weight:bold;
	color:#3b3b3b;
}
#sonda form
{
	margin-top:10px;
}
#sonda input[type="image"]
{
	margin-top:10px;
	float:right;
}
/***ANKIETA***/
div.raports_box {
    overflow: hidden;
    width: 100%;
    padding: 0px 0px;
}
div.one_raport {
    clear: both;
    color: #000000;
    font-size: 12px;
    height: 45px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}
div.raport_title {
    overflow: hidden;
    clear: both;
    padding-top: 5px;
    font-weight: bold;
}
div.raport_title b {
    color: #3b3b3b;
}
div.malo_odwiedzane,
div.srednio_odwiedzane,
div.najczesciej_odwiedzane {
    overflow: hidden;
    float: left;
    width: 99%;
    height: 15px;
    border: 1px solid #000000;
}
div.najczesciej_odwiedzane {
    background-color: #EA0000;
}
div.srednio_odwiedzane {
    background-color: #B5B5B5;
}
div.malo_odwiedzane {
    background-color: #3B5998;
}
div.title_ankieta {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 20px;
}
div.suma_glosow {
    color: #3b3b3b;
    font-size: 12px;
    padding: 10px 0;
}
p.tytul_ankieta {
    color: #3b3b3b;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 10px;
}
div.radio_bg {
    float: left;
    padding: 3px 10px 0 0;
}
label.etykieta_ankieta {
    color: #3b3b3b;
    float: left;
    font-size: 11px;
    width: 125px;
}
div.kontener_przycisk1 {
    float: right;
    overflow: hidden;
    padding: 10px 0 0;
}

#partnerzy
{
	position:relative;
	float:left;
	margin-left:0px;
	width:800px;
	height:auto;
	display:block;
	/*background-color:white;*/
}
#partnerzyNapis
{
	margin-top:0px;
}
#produkt #partnerzyNapis.cufon
{
	width:745px;
	border:0px solid #3a3a3a;
}
#partnerzyNapis.cufon cufon
{
	margin-top:16px;
}
#partnerzy > span
{
	margin-left:15px;
	font-size:16px;
	color:#404040;
}
.jThumbnailScroller
{
	*position:absolute!important;
	float:none;
	/*margin:0px 0 0 0!important;*/
	width:100%!important;
	height:35px!important;
	border:0!important;
	/*background:white!important;*/
	overflow:hidden!important;
}
#producenci .jThumbnailScroller
{
	float:left;
        margin:25px 40px;
	/*margin-top:20px;*/
	/*width:100%!important;*/
        width:1030px!important;
}
#partnerzy .jThumbnailScroller
{
	float:left;
	/*margin:25px 30px;*/
	margin:20px 0;
	width:800px!important;
        height:25px!important;
}
#partnerzy .jThumbnailScroller img
{
	height: auto; 
        width: auto; 
        max-width: 150px; 
        max-height: 20px;
}
#partnerzy .jThumbnailScroller .jTscroller a
{
	margin:0px 10px!important;
}
.jThumbnailScroller .jTscrollerContainer
{
	overflow:hidden!important;
}
.jThumbnailScroller .jTscroller
{
	position:relative!important;
	float:none!important;
	clear:none!important;
	height:100%!important;
	top:0px!important;
	display:inline-block!important;
}
.jThumbnailScroller .jTscroller a
{
	border:0px solid #ddd!important;
	background:none!important;
	-moz-box-shadow:0 0 0px #000; 
	-webkit-box-shadow:0 0 0px #000; 
	box-shadow:0 0 0px #000;
	margin:0px 25px!important;
}
.jThumbnailScroller .jTscroller a:first-child
{
	margin-left:40px!important;
}
.jThumbnailScroller .jTscroller a:last-child
{
	margin-right:30px!important;
}
.jThumbnailScroller .jTscroller a:hover
{
	border:0px solid #fff!important;
	-moz-box-shadow:0 0 15px #000; 
	-webkit-box-shadow:0 0 15px #000;
	box-shadow:0 0 15px #000; 
}
.jThumbnailScroller > a
{
	display:block!important;
	border-radius:0px!important;
	width:auto!important;
	height:auto!important;
	opacity:1!important;
	background:none!important;
	top:50%;
	margin:-20px 10px 0 10px!important;
	/*-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);*/
}
.jThumbnailScroller > a
{
	display:none!important;
}
#partnerzy > a
{
	position:absolute;
	bottom:25px;
	margin:0px 0;
	display:block;
}
#producenci > a
{
	position:absolute;
	bottom:25px;
	margin:0px 0;
	display:block;
}
#partnerzy > a:hover, #producenci > a:hover
{
	opacity:1!important;
	background:none!important;
	-moz-box-shadow:0 0 15px #000; 
	-webkit-box-shadow:0 0 15px #000;
	box-shadow:0 0 15px #000; 
}
#partnerzy > a#scrollPrev, #producenci > a#scrollPrev
{
	left:0px;
}
#partnerzy > a#scrollNext, #producenci > a#scrollNext
{
	right:0px;
}
#tsh_container  .thumbScroller .jTscroller2
{
	width:99999px;
}
#tsh_container  .thumbScroller .jTscroller .content
{
	display:inline-block;
}

#mapa 
{
    float: left;
    height: 300px;
    margin-left: -30px;
    margin-top: 0;
    position: relative;
    width: 340px;
}
#wyborWoj 
{
    border: 0 solid black;
    float: left;
    margin-left: 0;
    margin-top: 15px;
    position: relative;
    width: 370px;
}
#wyborWojNagl 
{
    float: left;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 400px;
}
#wyborWojLinki 
{
    float: left;
    margin-left: 0;
    margin-top: 20px;
    position: relative;
}
.arrow 
{
    border: 0 none;
    margin-right: 6px;
}
.woj 
{
    color: #3D5796;
    font-weight: bold;
    text-decoration: none;
}
.woj:hover 
{
    color: black;
}
#dealerzy 
{
    float: left;
    margin-left: 0;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
#dealerzyNagl 
{
    float: left;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 400px;
}
#dealerzyTabela 
{
    clear: left;
    float: left;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
#dealerzyTabela th 
{
    font-weight: bold;
    height: 30px;
    padding-left: 15px;
    text-align: left;
}
#dealerzyTabela td 
{
    border-top: 1px solid #424242;
    height: 25px;
    padding-left: 15px;
    text-align: left;
}
.mail 
{
    color: #3D5796;
    text-decoration: none;
}

#cvForm
{
	position:relative;
	float:left;
	width:800px;
	margin-top:0px;
	margin-left:30px;
	color:black;
	font-size:12px;
}
#cvForm #file
{
	margin-right:20px;
	width:100px;
	height:160px;
	line-height:260px;
	border:1px solid #bfbfbf;
	z-index:1;
}
#cvForm #file2
{
	float:right;
	margin-right:20px;
	width:100px;
	height:160px;
	text-align:center;
	line-height:260px;
	color:red;
	border:1px solid #bfbfbf;
	background:url(../images/strona/photo_dodaj.jpg) no-repeat center 20px;
}
#cvForm #fileFileUploader
{
	position:absolute;
	top:5px;
	left:78px;
	width:102px;
	height:162px;
	text-align:center;
	line-height:260px;
	color:red;
	background-color:transparent;
	border:1px solid #bfbfbf;
}
#cvForm #fileFileQueue
{
	position:absolute;
	top:165px;
	left:0px;
	width:150px;
	text-align:left;
	color:black;
	background-color:transparent;
	border:0px solid #bfbfbf;
}
#cvForm #fileUsun
{
	position:absolute;
	top:165px;
	left:80px;
	text-align:left;
	color:black;
	text-decoration:none;
	background-color:transparent;
	border:0px solid #bfbfbf;
}
#cvForm .pole
{
	float:left;
	margin-top:5px;
}
#cvForm .napis
{
	float:left;
	width:200px;
	line-height:20px;
	text-align:right;
	padding-right:10px;
}
#cvForm .required
{
	color:red;
}
#cvForm input
{
	float:left;
	width:300px;
	height:18px;	
	border:1px solid #bfbfbf;
}
#cvForm select
{
	float:left;
	border:1px solid #bfbfbf;
}
#cvForm textarea
{
	float:left;
	width:400px;
	height:100px;	
	border:1px solid #bfbfbf;
}
#cvForm #wyslij
{
	float:left;
	margin-left:485px;
	width:125px;
	height:22px;
}

#formularz
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
}
#formularzName
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	color:#1c1c1c;
	font-size:12px;
	font-weight:bold;
}
#sprzedawcaForm
{
	position:relative;
	float:left;
	clear:left;
	width:auto;
	margin-top:15px;
	margin-left:0px;
	color:black;
	font-size:12px;
}
#sprzedawcaForm > form > div
{
	float:left;
	clear:left;
	width:100%;
	margin-top:5px;
	margin-left:0px;
}
#sprzedawcaForm .napis
{
	float:left;
	width:85px;
	color:#1c1c1c;
	line-height:31px;
	text-align:right;
	margin-right:5px;
}
#sprzedawcaForm input[type="text"]
{
	float:left;
	width:260px;
	height:27px;
	line-height:27px;
	color:#1c1c1c;
	border:1px solid #dddddd;
	background: url(../images/strona/input_tlo.gif) repeat-x;
}
#sprzedawcaForm textarea
{
	width:260px;
	height:175px;
	border:1px solid #dddddd;
	background: url(../images/strona/input_tlo.gif) repeat-x;
}
#sprzedawcaForm #wyslijDoSiebie
{
	margin:0 5px;
}
#sprzedawcaForm #wyslij
{
	float:left;
	clear:none;
	margin-left:0px;
	width:125px;
	font-size:14px!important;
	text-transform:capitalize!important;
}

#polecForm
{
	position:relative;
	float:left;
	width:770px;
	margin-top:0px;
	margin-left:0px;
	color:black;
	font-size:12px;
}
#polecForm #polecLink
{
	float:left;
	clear:left;
	margin-top:10px;
	font-size:13px;
	text-decoration:none;
	color:#1f05d3;
}
#polecForm #polecLink a
{
	text-decoration:none;
	color:#1f05d3;
}
#polecForm #polecEmoc
{
	float:left;
	clear:left;
	margin-top:10px;
}
#polecForm #polecEmoc #emotka
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
	height:60px;
	line-height:50px;
	font-size:10px;
	color:#595959;
}
#polecForm #polecEmoc #list
{
	position:relative;
	float:left;
	margin-left:0px;
	width:680px;
	margin-top:0px;
}
#polecForm #polecEmoc #list ul
{
	margin-left:0px;
	padding-left:0px;
}
#polecForm #polecEmoc #list li
{
	display:inline;
	margin-left:3px;
}
#polecForm .row
{
	float:left; 
	clear:left; 
	margin-top:0px;
}
#polecForm .napis
{
	float:left;
	margin-top:5px;
	margin-left:0px;
	text-align:right;
	width:135px;
	font-size:11px;
	color:#6c6c6b;
	line-height:25px;
}
#polecForm .koment
{
	float:left;
	margin-top:5px;
	margin-left:10px;
	text-align:left;
	font-size:11px;
	color:#6c6c6b;
	line-height:25px;
}
#polecForm input
{
	float:left;
	margin-left:10px;
	margin-top:5px;
	width:240px;
	height:25px;	
	border:1px solid #bfbfbf;
}
#polecForm input[type="checkbox"]
{
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:20px !important;
	height:25px;	
	border:1px solid #bfbfbf;
}
#polecForm #maile
{
	float:left;
	margin-top:5px;
	margin-left:10px;
	text-align:left;
	font-size:11px;
	color:#6c6c6b;
	line-height:18px !important;
}
#polecForm .maile
{
	float:left;
	margin-top:0px;
	margin-left:0px;
	line-height:25px !important;
}
#polecForm #wyslij
{
	float:left;
	clear:left;
	margin-left:300px;
	margin-top:8px;
	width:91px;
	height:27px;
	border:1px solid #bfbfbf;
	cursor:pointer;
}
.itemImgsDivPolec
{
	width:67px;
	height:50px;
	border:1px solid #e0e0e0;
}

#produktPodobne
{
	position:relative;
	float:left;
	clear:left;
	margin-top:40px;
	margin-left:0px;
	color:#404040;
	width:100%;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	padding:0;
	border:0px solid #f2f2f2;
}

#opinie
{
	position:relative;
	float:left;
	clear:left;
	margin-top:0px;
	margin-left:0px;
	color:#404040;
	width:100%;
	line-height:18px;
	font-size:12px;
	font-weight:normal;
	padding:0;
	border:0px solid #f2f2f2;
}
#dodajOpinieLink
{
	float:left;
	clear:left;
	margin-left:0px;
	margin-top:10px;
	text-decoration:none;
	color:#3B3B3B;
	cursor:text;
	font-weight:bold;
}
#brakOpinii
{
	float:left;
	clear:left;
	margin-left:0px;
	margin-top:0px;
	display:block;
	font-weight:normal!important;
}
.opinieStars
{
	position:relative;
	float:left;
	margin-top:2px;
	margin-left:0px;
	width:135px;
	* width:135px;
	height:20px;
	margin-bottom:3px;
}
.opiniaStars
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:135px;
	* width:135px !important;
	height:20px;
	margin-bottom:5px;
}
.hint
{
	position:absolute;
	right:-10px;
	top:0px;
	font-size:12px;
	color:black;
}
.kupujacy1
{
	width:0px !important;
	* width:0px !important;
}
.ocena1
{
	width:160px !important;
	* width:160px !important;
}
.ocena1 .opinieStarsOpis
{
	width:0px !important;
	* width:0px !important;
}
.opis1
{
	width:350px !important;
	* width:160px !important;
}
.kupujacy2
{
	width:150px !important;
	* width:165px !important;
}
.ocena2
{
	width:260px !important;
	* width:340px !important;
}
.ocena2 .opinieStarsOpis
{
	width:0px !important;
	* width:0px !important;
}
.opis2
{
	width:350px !important;
	* width:350px !important;
}
#opinieTable
{
	border-spacing:0px;
}
#opiniaTable
{
	border-collapse:collapse;
}
#opinieTable td
{
	vertical-align:top;
}
#opiniaTable td
{
	vertical-align:top;
}
#opinieTable th
{
	font-size:10px;
	text-align:left;
	color:#558ed5;
}
#opiniaTable th
{
	font-size:10px;
	text-align:left;
	color:#558ed5;
}
#opinieImie
{
	width:120px;
}
.opinieStarsOpis
{
	position:relative;
	float:left;
	clear:left;
	width:90px;
	height:20px;
	font-size:12px;
	color:black;
}
.opiniaOpis
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#7f7f7f;
	min-height:25px;
}
#dodajOpinie
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	clear:left;
	width:100%;
}
#dodajOpinie span
{
	font-weight:bold;
	color:#3b3b3b;
}
#dodajOpinie textarea
{
	margin-top:7px;
	width:100%;
	height:83px;
	border:1px solid #cceaff;
	background-color:#f5f5f5;
	font-weight:bold;
	color:#3b3b3b;
}
#dodajOpinie input[type="image"]
{
	margin-top:10px;
	float:right;
}
.opinieImie
{
	font-size:12px;
	font-weight:bold;
	color:#c00000;
}
.opiniaRow td
{
	border-top:1px solid #f2f2f2 !important;
	border-bottom:1px solid #f2f2f2 !important;
}
.opiniaRow .opinieImie
{
	border-left:1px solid #f2f2f2 !important;
}
.opiniaRow .opiniaOpis
{
	margin-top:0px !important;
	width:520px !important;
	min-height:25px !important;
	line-height:25px !important;
	border-right:1px solid #f2f2f2 !important;
}
.odstep
{
	height:10px;
}
#opiniaTable tr th
{
	display:none;
}
#opinieTable tr th
{
	display:none;
}
#opiniaTable tr td.opinieImie input, #opiniaTable tr td.opinieImie span
{
	display:none;
}
#opinieCzas, .opinieCzas
{
	display:none;
}
#opinieKontakt, .opinieKontakt
{
	display:none;
}
.opinieStarsOpis
{
	display:none;
}

#opiniaProdukt
{
	position:relative;
	float:left;
	clear:left;
	margin-top:10px;
	margin-left:0px;
	width:120px;
}
#opiniaProdukt .hint
{
	display:none;
}
#opiniaProduktLabel
{
	position:relative;
	float:left;
	clear:none;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
	margin-left:10px;
	line-height:20px;
}

#platnosci_button
{
    width: 300px;
    height: 35px;
    float: left;
    background: url("https://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png") center no-repeat;
    display: inline;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
#przelewy24_button
{
    width: 300px;
    height: 100px;
	padding:0px;
    float: none;
    background: url(../images/strona/przelewy24/logo_p24/logo_przelewy24.png) center no-repeat;
    display: inline;
    border: none;
    margin-top: 20px;
    cursor: pointer;
	text-indent:0px;
}

#slider-range-div
{
	position:relative;
	float:none;
	left:15px!important;
	margin-left:0px!important;
	margin-top:-5px!important;
	margin-right:0px;
	width:139px;
	vertical-align:middle;
}
#slider-range
{
	position:absolute;
	float:left!important;
	left:5px;
	top:0px;
	width:115px;
	background: #DCD1BB;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    border-bottom: 1px solid #959485;
    border-top: 1px solid #959485;
    height: 4px;
    margin: 6px 0 5px;
}
#slider-range .ui-slider-handle 
{
    background: url(../images/strona/refine-slider.gif) no-repeat white;
    height: 15px;
	position: absolute;
    left: 0;
    top: -5px;
    width: 8px;
    z-index: 1;
	border:0;
	cursor:pointer;
}
#slider-range  .ui-slider-range 
{
    background: black;
    font-size: 4px;
    height: 4px;
    position: absolute;
}
#amountLabel
{
	position:absolute;
	left:5px;
	top:12px;
	font-size:10px;
	z-index:1;
	color:#703E15;
}

.aktualnosc
{
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:0px;
	width:310px;
	border:1px solid #d2ddeb;
	padding:45px 7px 10px 8px;
}
.aktualnosc .aktHeader
{
	position:absolute;
	top:0px;
	left:0px;
	width:115px;
	height:11px;
	padding:11px 8px;
	background-color:#d2ddeb;
	font-size:18px;
	font-weight:bold;
	color:#2b2b2b;
}
.aktualnosc .aktNazwa
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	font-size:13px;
	font-weight:bold;
	color:#1f4b8a;
}
.aktualnosc .aktData, #podstronaNagl .aktData, .tematData
{
	position:relative;
	float:right;
	margin-top:0px;
	margin-right:0px;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	color:#aab1b9;
}
.aktualnosc .aktTekst
{
	position:relative;
	float:left;
	clear:left;
	margin-top:12px;
	margin-left:0px;
	width:100%;
	font-size:11px;
	font-weight:normal;
	color:#4d4d4d;
	line-height:16px;
	text-align:justify;
}
.aktualnosc .aktTekst img
{
	margin-top:0px;
	max-width:100%;
}
.aktualnosc .aktWiecej
{
	position:relative;
	float:right;
	clear:left;
	margin-top:0px;
	margin-right:0px;
	font-size:11px;
	font-weight:bold;
	color:#1e4a89;
	text-decoration:none;
}
.aktualnosc .aktWiecej img
{
	margin-left:6px;
}

#wideo
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:30px;
	width:340px;
	height:332px;
	overflow:hidden;
	padding:10px 15px 20px 15px;
	background:url(../images/strona/wideo_tlo.png) no-repeat center;
}
#wideo #wideoHeader
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
}
#wideo .wideo
{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:0px;
}
#wideo #wideoWiecej
{
	position:relative;
	float:left;
	clear:left;
	*width:100%;
	margin-top:25px;
	margin-left:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#dcf0fa;
	text-decoration:none;
}
#wideo #wideoWiecej img
{
	margin-right:8px;
	margin-top:-2px;
	vertical-align:middle;
}

#video
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:20px;
	width:470px;
	height:351px;
	overflow:hidden;
	padding:0;
}
.wideoSmall
{
	width:440px!important;
	height:331px!important;
	margin-right:20px!important;
}
#videos
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	width:470px;
	height:351px;
	overflow-y:auto;
	padding:0;
}
.videosSmall
{
	width:285px!important;
	height:334px!important;
}
.video
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-bottom:7px;
	margin-left:0px;
	margin-right:0px;
	width:450px;
	height:110px;
	overflow:hidden;
	padding:0;
}
.videoSmall
{
	width:100%!important;
	height:160px!important;
}
.video a img
{
	width:145px;
	margin-right:8px;
	float:left;
	line-height:18px;
	border:1px solid #ffffff;
	overflow:hidden;
}
.videoSmall a img
{
	width:120px!important;
}
.videoActive a img, .video a:hover img
{
	border:1px solid #ff0000;
}
.video div.videoDetails
{
	width:295px;
	margin-right:0px;
	float:right;
	height:110px;
	overflow:hidden;
	line-height:18px;
	text-align:left;
}
.videoSmall div.videoDetails
{
	width:130px!important;
	height:92px!important;
	margin-right:5px;
}
.videoActive div.videoDetails, .videoActive a.videoTitle, .video a.videoTitle:hover
{
	color:#ff0000!important;
}
.video div.videoDetails span
{	
	font-size:11px;
	line-height:14px;
}
.videoSmall div.videoDetails span
{
	display:inline-block;
	width:100%;
	line-height:14px;
}
.video div.videoDetails span span
{
	float:right!important;
}
.videoSmall div.videoDetails span span
{
	display:inline;
	width:auto;
	line-height:inherit;
}
.video a.videoTitle
{
	display:inline-block;
	width:100%;
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-weight:bold;
	font-size:12px;
	color:#545454;
}
.video div.videoDetails span.videoData
{
	float:left;
}
.video div.videoDetails span.videoTime
{
	float:right;
}
.video div.videoDetails span.videoViews
{
	float:left;
	clear:both;
}
.video div.videoDetails span.videoAutor
{
	float:right;
}
.videoSmall div.videoDetails span
{
	float:left!important;
}
.video div.videoDetails div.videoOpis, .video div.videoOpis
{
	width:100%;
	text-align:justify;
	line-height:14px;
	margin-top:5px;
	float:left;
	clear:both;
}

#listaProdTryby
{
/*	position:absolute;
	right:0px;
	float:right;
	top:-45px;*/
}
#listaProdTryby a
{
	color:black;
	margin-left:3px;
	text-decoration:none;
}
#listaProdTryby img
{
    border:1px solid #ccc;
}
#listaProdTryby a.listaTrybActive
{
	font-weight:bold;
	text-decoration:none;
}

#spolecznoscDrzewo
{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:0px;
	width:100%;
	border:1px solid #b3b3b3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
	overflow:hidden;
	background-color:#d9d9d9;
}
#spolecznoscNagl
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#5F0B5F;
	text-indent:15px;
	background-color:#DEB9DE;
}
#polecenia
{
	position:relative;
	float:left;
	margin:10px;
	width:95%;
	border:1px solid #cbcbcb;
	background-color:#d9d9d9;
}

#spolecznoscSzukaj
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:150px;
}
#spolecznoscSzukaj span.hover
{
	float:left;
	margin-left:0px;
}
#spolecznoscSzukaj input#search, #spolecznoscSzukaj input[type="text"]
{
	float:left;
	clear:left;
	margin-left:0px;
	margin-top:10px;
	width:150px;
	border:1px solid #c1c1c1;
}
#spolecznoscSzukaj a.zobacz
{
	position:absolute;
	top:0px;
	right:0px;
	float:left;
	clear:left;
	margin-left:0px!important;
	cursor:pointer;
	text-decoration:none;
}

.jstree-search, .jstree-search b
{
	color:blue!important;
}
.jstree a.link
{
	position:static!important;
	width:auto!important;
	border:1px solid #D9D9D9;
	padding:0 1px 0 2px!important;
}
.jstree b
{
	color:#646464;
}
.jstree span
{
	color:#646464!important;
}
.zobacz, .rozwin
{
	margin-left:5px!important;
	width:auto!important;
	height:18px;
	line-height:18px;
	padding:0 7px!important;
	text-align:center;
	color:#5F0B5F!important;
	border:0!important;
	background-color:#DEB9DE!important;
	font-size:10px;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.zobacz ins, .rozwin ins
{
	display:none!important;
}

#polecenia li a.link .jstree-icon,
#polecenia li a.link.hasPeople .jstree-icon
{
    background: transparent url("../images/admin/menu/lojalnosc/pic/pol1.png") 0 0 no-repeat;
    height: 23px;
    width: 24px;
    float: left;
}
#polecenia li a.link .jstree-icon
{
    background: transparent url("../images/admin/menu/lojalnosc/pic/pol2.png") 0 0 no-repeat;
}
#polecenia li
{
    padding: 0px 0px 12px;
}
#polecenia.jstree a.link
{
    border: 0px;
    font-size: 13px;
}
li.jstree-open > ul
{
    padding: 12px 0 0 0;
}
.jstree-last jstree-open a.link
{

}
.jstree input[type="submit"].zobacz
{
    display: inline-block;
    height: auto !important;
    padding: 1px 2px !important;
	cursor: pointer;
}
#polecenia li a.link.jstree-hovered,
#polecenia li a.link.jstree-clicked
{
    background: transparent!important;
}
#polecenia li a.link.jstree-hovered b,
#polecenia li a.link.jstree-clicked b
{
    color: #5F0B5F!important;
}
span.row-cash
{
    padding: 5px;
    margin: 0 0 0 5px;
    background-color: #c3c3c3;    
}
span.row-cash span,
span.row-cash strong
{
    color: #3a3a3a;
}
span.row-cash b
{
    color: #ffffff;
    padding: 0 5px;
}
span.row-cash select
{
   background-color: #FFFFFF;
    border: 1px solid #B6B6B6;
    border-radius: 5px 5px 5px 5px;
    font-size: 11px;
    height: 18px;
    width: 70px;
}

#spolecznoscOpcje
{
	float:left;
	margin-top:20px;
	width:100%;
	padding:10px 0;
	text-indent:10px;
}
#spolecznoscOpcje a
{
	color:black;
}

.zakladka
{
	position:fixed;
	top:0px;
	left:auto;
	right:-288px;/*377-89*/
	width:337px;/*377*/
	height:417px;
	z-index:9999!important;
	border:0px solid #d8d8d8;
	display:block;
}
#facebook
{
	top:170px;
	z-index:1;
	height:477px;
}
#facebook .face
{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
}
#facebook .iframe
{
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	background:white;
}
#lojalnosc
{
	top:110px;
	right:auto;
	left:-288px;
	z-index:2;
}
.zakladki
{
	position:absolute;
	left:0px;
	width:100%;
	height:100%;
	border:0px solid #d8d8d8;
}
.zakladkiLeft
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:100%;
	height:100%;
	background-position:right;
	border:0px solid #ffc000;
}
.zakladkiRight
{
	position:absolute;
	right:-30px;
	top:0px;
	width:30px;	
	text-align:center;
	z-index:5;
	display:none;
}

.box_prod .edycja_danych_przycisk, .button
{
	font-family:EncodeSansCondensed!important;
	font-size:16px!important;
	color:#fff!important;
	cursor:pointer!important;
	padding: 0 10px 0 10px!important;
	width:auto!important;
	min-width:50px!important;
	text-align:center!important;
	/*height:36px!important;*/
	line-height:36px!important;
	background: #7eba27;
	border:1px solid #ccc !important;
}
.item_do_kosza
{
	display:inline-block!important;
	font-size:19px!important;
	padding: 0 15px!important;
	text-decoration:none!important;
}
#naglowek .item_do_kosza
{
	float:right;
	margin-top:2px;
	margin-right:15px;
	padding: 0 5px!important;
}

#counterBox
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
}
#counterLeft
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
}
#counterRight
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:0px;
}

#pikachoose
{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:10px;
	width:100%;
	height:auto;
	overflow:hidden!important;
}
.pika-stage
{
	width:683px!important;
	height:400px!important;
	padding:0px 0px!important;
}
.pika-stage img
{
	max-width:100%!important;
	height:100%!important;
}
.jcarousel-skin-pika
{
	width:500px;
	margin-left:95px;
	overflow:hidden!important;
}
.jcarousel-skin-pika .jcarousel-container-horizontal
{
	width: 500px; 
	padding: 15px 0px; 
	overflow:hidden;
}
.jcarousel-skin-pika .jcarousel-clip-horizontal
{
	width: 500px;
	height: 75px;
}
#pikame
{
	height:88px!important;
}
.jcarousel-skin-pika .jcarousel-item-horizontal
{
	margin-right: 10px;
}
.jcarousel-skin-pika .jcarousel-item-horizontal .clip img
{
	width:auto!important;
	height:74px!important;
}

.pika-thumbs li
{
	border:2px solid #C3C3C3!important;
}

.pika-imgnav a.previous, .pika-imgnav a.next
{
	top:0px!important;
}
.pika-imgnav a.previous
{
	left:0px!important;
	background-image:url(../images/strona/arrow_right2.png)!important;
}
.pika-imgnav a.next
{
	right:0px!important;
	background-image:url(../images/strona/arrow_left2.png)!important;
}
.pika-imgnav span.pika-counter
{
	display:none;
}
.pika-textnav
{
	width:100%!important;
	bottom:-70px!important;
}
.pika-textnav a.previous, .pika-textnav a.next
{
	cursor:pointer;
	padding:0px!important;
}
.pika-textnav a.previous img, .pika-textnav a.next img
{
	height:auto!important;
}
.pika-stage .pika-loader
{
	width:16px;
	height:12px;
	background-color:rgba(0, 0, 0, 0.2)!important;
	right:48%!important;
	top:45%!important;
}
.pika-stage .caption
{
	max-width:200px!important;
}

.fancybox-skin2
{
	padding:5px!important;
}
.fancybox-prev2 span
{
	left:0px!important;
	background:url(../images/strona/arrow_right2.png) no-repeat left center !important;
}
.fancybox-next2 span
{
	right:0px!important;
	background:url(../images/strona/arrow_left2.png) no-repeat right center !important;
}

.ac_results
{
	color:black;
}

.rabaty
{
	float:right;
}
.rabaty b, .td_ceny
{
	color:red;
}
.rabatyGroup
{
	display:inline-block;
	width:100%;
	max-height:45px;
	overflow-y:scroll;
}
.rabatyGroup .rabaty
{
	margin-right:5px;
}
.podstronaRabaty
{
	width:auto!important;
	min-height:50px!important;
	font-size:14px!important;
}
.podstronaRabaty .rabaty
{
	margin-left:20px;
}

select.typy
{
	width:50px;
	text-align:center;
	font-size:9px;
}

.input_ilosc
{
/*    border: 1px solid #ffffff!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../images/strona/input_tlo.gif) repeat-x top white !important;
    color: #2e2e2e;*/
    float: none;
    font-size: 14px;
	font-weight:200;
    height: 34px;
    line-height: 36px;
	margin:0px 20px 0px 0px!important;
    padding: 6px 10px 0px 5px;
    width: 40px;
	text-align:center;
}

.input_koszyk
{
    background: url(../images/admin/change.png) no-repeat;
    border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
    text-indent: -1000px;
	vertical-align:middle;
}

a.see_ico,
a.add_ico,
a.del_ico,
a.ok_ico,
a.edit_ico,
a.allegro_ico,
a.ebay_ico,
a.kopiuj_ico,
a.usun_ico,
a.up_ico,
a.down_ico
{
    padding: 0px;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-indent: -9999px;
    color: #ff7600;
    display: block;
    width: 17px;
    height: 20px;
}

a.del_ico
{
    background: transparent url(../images/admin/ikony/ikona_usun.png) 0 0 no-repeat;
}

.help
{
	font-size:12px; 
	color:black; 
	text-decoration:none;
	background: url(../images/strona/help.png) center center no-repeat;
	width:14px;
	height:14px;
	line-height:14px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	text-indent:-9999px;
	text-align:center;
	display:inline-block;
	vertical-align:text-top;
}

/*LANGI*/
#lang
{
	width:93px;
	height:24px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:white;
	color:#737272;
}
.box_lang span
{
	float:left;
}
.box_lang .sbHolder
{
	background:white!important;
	border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	color:#737272!important;
	width:110px!important;
	height:24px!important;
	margin-top:0px!important;
	padding-top:0px!important;
	float:right;
	border:0px!important;
	font-size:12px;
}
.box_lang .sbToggle
{
	height:25px!important;
}
.box_lang .sbSelector
{
	width:55px!important;
	height:25px!important;
	line-height:25px!important;
	padding-top:1px;
	padding-left:30px;
	font-size:12px;
	background-position:5px center!important;
	background-repeat:no-repeat!important;
}
.box_lang .sbOptions
{
	width:110px!important;
	border:0px!important;
	background:white!important;
	border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	left:0px!important;
}
.box_lang .sbOptions li
{
	padding-left:30px!important;
	background-position:5px center!important;
	background-repeat:no-repeat;
}
.box_lang .sbOptions li a
{
	padding-left:5px!important;
	font-size:12px!important;
}
div.box_lang {
    float: right;
	margin-top:8px;
	margin-left:10px;
    padding: 5px 0;
	color:#737272;
	line-height:25px;
	*width:160px;
}
div.lbl_lang {
    color: #769ca9;
    font-size: 11px;
    float: left;
	display:none;
}
div.lbl_lang p {
    display: inline;
    cursor: pointer;
}
div.lbl_lang span {
    color: #3e6c89;
}
div.box_lang form {
    float: right;
    margin: 0 0 0 5px;
}
div.box_lang form input[type="submit"]
{
    width: 19px;
    height: 19px;
    display: none;
    display: none;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
}
.flag
{
	border:3px solid transparent;
	display:inline-block;
	width:16px;
	height:16px;
	text-indent:-9999px;
}
.flag:hover, .flag.active
{
	border:3px solid white !important;
}
.flag_pl
{
	background:url("../images/admin/langs/24/pl.png") no-repeat center center;
}
.flag_en
{
	background:url("../images/admin/langs/24/en.png") no-repeat center center;
}
.flag_de
{
	background:url("../images/admin/langs/24/de.png") no-repeat center center;
}
.flag_fr
{
	background:url("../images/admin/langs/24/fr.png") no-repeat center center;
}
.flag_es
{
	background:url("../images/admin/langs/24/es.png") no-repeat center center;
}
.flag_uk
{
	background:url("../images/admin/langs/24/uk.png") no-repeat center center;
}
.flag_it
{
	background:url("../images/admin/langs/24/it.png") no-repeat center center;
}
.flag_ru
{
	background:url("../images/admin/langs/24/ru.png") no-repeat center center;
}

.galeriaImgDiv
{
	margin:2px;
	border:1px solid #C0C0C0;
}
.galeriaImgDiv:hover
{
	border:1px solid #ff0000;
}
.galeriaImgDiv, .galeriaImgDivInner
{
	width:128px;
	height:128px;
}
.galeriaImg
{
	max-width:128px!important;
	max-height:128px!important;
}

.ui-autocomplete
{
	z-index:9999!important;
	width:383px!important;
	max-height:400px!important;
	overflow-y:auto!important;
}

.filtry
{
	position:relative;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}
input.filtr
{
    background: url(../images/admin/ikony/ikona_usun_transp.png) no-repeat scroll 95% center #ffdb88;
    border: 1px solid #ffdb88;
	font-weight:normal;
	color: #A20B0B;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 5px;
    padding: 5px 35px 5px 5px;
    cursor: pointer;
}
input.filtr:hover
{
    border: 1px solid #A20B0B;
}

.jGrowl-notification
{
	width:auto;
	background:url(../images/strona/sort_tlo.gif) repeat;
}
.jGrowl-message
{
	font-size:14px!important;
}
.jGrowl-close
{
	font-size:24px!important;
	margin-right:-5px!important;
	margin-top:-10px!important;
}

#overDiv
{
	width:auto!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow:hidden;
}
#overDiv table
{
	width:auto!important;
	background:#c9c9c9!important;
}
#overDiv table div
{
	color:white!important;	
	font-size:12px!important;
}

.znaleziono
{
	float:right;
	font-size:12px;
	color:#989898;
	margin-right:100px;
	padding-right:10px;
}
.znaleziono b
{
	font-size:14px;
	color:#989898;
}

.mCSB_scrollTools
{
	height:23px!important;
	bottom:0px!important;
	border:1px solid white!important;
	background:url(../images/strona/scrollbar_tlo_all.png) no-repeat 0px -18px !important;
	display:block!important;
}
.mCSB_dragger
{
	background:url(../images/strona/scrollbar_bg.png) repeat-x !important;
}
.mCSB_dragger_bar
{
	display:none!important;
}
.mCSB_draggerRail
{
	display:none!important;
}
.mCSB_buttonLeft, .mCSB_buttonRight
{
	opacity: 1.00!important;
	-moz-opacity:1.00!important;
	filter: alpha(opacity:1)!important;
	KHTMLOpacity: 1.00!important;
	MozOpacity: 1.00!important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important; 
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)!important;
}
.mCSB_draggerContainer
{
	margin:0 22px!important;
}
.mCSB_buttonLeft
{
	width:22px!important;
	background:url(../images/strona/scrollbar_left.png) no-repeat center center !important;
}
.mCSB_buttonRight
{
	width:22px!important;
	background:url(../images/strona/scrollbar_right.png) no-repeat center center !important;
}

.ui-widget
{
	font-family:Tahoma !important;
	font-size:1em!important;
}
.ui-corner-all, .ui-corner-top
{
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
#produktyTabsAll
{
	width:100%;
	margin-top:50px;
	text-align:center;
}
#produktyTabs
{
	margin:0px auto;	
	width:100%!important;
	height:43px!important;
	background:#0c5f99!important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}
.ui-tabs
{
	float:left;
	margin-top:0px;
	width:100%;
}
.ui-tabs, .ui-tabs-nav
{
	background:none!important;
	border:0px!important;
	padding:0px!important;
}
.ui-tabs-nav
{
	position:relative;
	float:left;
	height:43px;
	width:437px;
	margin-top:0px;
	margin-left:0px!important;	
	padding-bottom:0px!important;
	border-left:0px solid #ffffff !important;
	border-right:0px solid #ffffff!important;
	border-bottom:0px solid #dddddd!important;	
}
.ui-tabs-nav li.produktTab
{
	position:relative;
	float:left!important;
	margin:0px!important;
	margin-left:0px!important;
	padding:0px!important;
	border:0px solid #dddddd!important;
	background:#018356 !important;
	box-shadow: 0px 0px 0px 0px #ffffff inset;
	-moz-box-shadow:0px 0px 0px 0px #ffffff inset;
	-webkit-box-shadow:0px 0px 0px 0px #ffffff inset;	
}
.ui-tabs-nav li.produktTab:first-child
{
	margin-left:200px!important;
}
.ui-tabs-nav li.produktTab b
{
	position:absolute;
	left:0px;
	bottom:-8px;
	width:100%;
	height:8px;
	display:none;
	background:url(../images/strona/tab_arrow.png) no-repeat center;
}
.ui-tabs-nav li.ui-tabs-active b, .ui-tabs-nav li.ui-state-hover2 b, .ui-tabs-nav2 li:hover b
{
	display:inline-block;
}
.ui-tabs-nav li.ui-tabs-active, .ui-tabs-nav li.ui-state-hover, .ui-tabs-nav li:hover
{
	margin-top:-3px!important;
	/*background:url(../images/strona/tab_active.gif) repeat-x !important;*/
        background: #7eba27!important;
	border-top:3px solid #7eba27!important;
/*	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
	-webkit-border-top-left-radius: 5px!important;
	-webkit-border-top-right-radius: 5px!important;
	-moz-border-radius-topleft: 5px!important;
	-moz-border-radius-topright: 5px!important;*/
}
.ui-tabs-nav li.produktTab a.produktTabA
{
	padding:0px 20px!important;
	height:43px!important;
	min-width:50px!important;
	line-height:43px!important;
	font-family:"EncodeSans"!important;
	font-size:18px!important;
	font-weight:bold!important;
	color:#ffffff!important;
	text-align:center!important;
	text-transform:uppercase!important;
}
#klienciMenuTabsAll.ui-tabs ul#klienciMenuTabs.ui-tabs-nav li.produktTab.ui-tabs-active a.produktTabA
{
	cursor:pointer!important;
}
.ui-tabs-nav li a span
{
	display:none;
}
.ui-tabs-nav li.ui-tabs-active a.produktTabA, .ui-tabs-nav li.ui-state-hover a.produktTabA, .ui-tabs-nav li:hover a
{
	color:#fff!important;
	height:43px!important;
	padding-bottom:0px!important;
}
.ui-tabs-nav li.ui-tabs-active a span, .ui-tabs-nav li.ui-state-hover2 a span
{
	display:inline-block;
	position:absolute;
	top:42px;
	left:0px;
	width:100%;
	text-align:center;
}
.ui-tabs-panel
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	padding:0px 0px!important;
	overflow:hidden;
	border:0px solid #e1e1e1;
	font-size:12px;
	color:#000000;
	text-align:justify;
	line-height:18px;
}

.param, .paramNazwa, .paramLinks, .paramOne, .paramOneLink
{
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;	
}
.param
{
	margin-top:0px;
	display:none;
}
.paramNazwa
{
	font-family:"Myriad Pro"!important;
	font-size:16px;
	color:#2e3040;
}
.paramLinks
{
	font-family:"Myriad Pro"!important;
	margin-top:10px;
	height:105px;	
}
.paramOneLink
{
	margin-right:8px;
	width:auto;
	text-align:center;
	text-decoration:none;
}
.paramOneLink span
{
	width:100%;
	height:20px;
	float:none;
	clear:none;
	display:inline-block;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	color:#164677;
}
.paramOneLink img.paramOneImg
{
	float:none;
	clear:none;
	margin-top:5px;
	width:60px;
	height:60px;
	border:5px solid #97c5bf;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	z-index:0;
}
.paramOneLinkActive img.paramOneImg, .paramOneLink:hover img.paramOneImg
{
	border:5px solid #184473;
}
.paramOneLink img.paramOneOzn
{
	float:none;
	clear:none;
	margin:0px auto;
	display:none;
}
.paramOneLinkActive img.paramOneOzn, .paramOneLink:hover img.paramOneOzn
{
	margin-top:3px;
	display:block;
}
.paramOne
{
	margin-top:30px;
	font-family:Tahoma;
	font-size:12px;
	color:#2e3040;
	line-height:18px;
	text-align:justify;
	display:none;
}

#menuRozw
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:270px;
	height:auto! important;
	height:270px;
	background:white;
	display:none;
	z-index:3;
	text-align:left;
	line-height:18px;
	border-top:0px solid #4a7ebb;
	border-bottom:0px solid #4a7ebb;
}
.menuRozw
{
	position:absolute;
	float:left;
	top:26px;
	left:0px;
	width:1000px;
	background:none;
	display:none;
}
.menuRozwLvl0
{
	position:relative;
	float:left;
	margin:0px;
	padding:10px 35px 15px 25px;
	background:white;
	width:auto;
}
.menuRozwLvl1
{
	position:relative;
	float:left;
	clear:left;
	font-weight:bold;
	font-size:15px;
	color:#8a8989;
	text-decoration:none;
	margin-bottom:5px;
}
.menuRozwLvl1:hover, #menuRozwLvl1Active
{
	color:#ff7e00;
	font-weight:bold;
}
.menuRozwLvl2
{
	position:relative;
	float:left;
	clear:left;
	font-size:13px;
	font-weight:normal;
	color:#8a8989;
	text-decoration:none;
	line-height:18px;
}
.menuRozwLvl2:hover, #menuRozwLvl2Active
{
	color:#ff7e00;
	font-weight:normal;
}
.menuRozwLvl2 span
{
	color:#0070c0;
	text-decoration:none;
	display:none;
}

.scrollers
{
	position:relative;
	float:right;
	margin-top:0px;
	margin-right:0px;
	padding-top:0px;
	width:auto;
	text-align:center;
}
.scrollers a
{
	float:none;
	margin:0px 3px;
	display:inline-block;
	width:15px;
	height:15px;
	cursor:pointer;
	text-decoration:none;
	background:url(../images/strona/scroller_inactive.png) no-repeat;
}
.scrollers a.scroller_active
{
	background:url(../images/strona/scroller_active.png) no-repeat;
}
.scrollers a img
{
	vertical-align:top;
}
.scrollers a cufon
{
	display:none!important;
}

.ui-spinner
{
	border:0px!important;
	margin:0px!important;
}
.ui-spinner-up
{
	top:0px!important;
}
.ui-spinner-down
{
	bottom:1px!important;
}
.ui-spinner-button
{
	border:0px!important;
	background:none!important;
	margin-right:4px!important;
}
.ui-spinner-button .ui-icon
{
	top:0%!important;
	margin-top:0px!important;
	background-position:center center!important;
	cursor:pointer;
}
.ui-spinner-button.ui-spinner-up
{
	top:0%!important;
}
.ui-spinner-button.ui-spinner-down2
{
	top:0%!important;
}
.ui-spinner-button.ui-spinner-up span.ui-icon.ui-icon-triangle-1-n
{
	background:url(../images/strona/arrow_up.png) no-repeat bottom !important;
}
.ui-spinner-button.ui-spinner-down span.ui-icon.ui-icon-triangle-1-s
{
	background:url(../images/strona/arrow_down.png) no-repeat center !important;
}

ul.menu_1 {
    float: left;
    margin: 3px 0 0 0;
    padding: 0px;
    background: transparent url(../images/admin/linia_pionowa_menu.png) left 9px no-repeat;
}
ul.menu_1 li {
    float: left;
    background: transparent url(../images/admin/linia_pionowa_menu.png) right 9px no-repeat;
    list-style-type: none;
   /* position: relative;*/
    z-index: 10;
    min-height: 85px;
}
ul.menu_1 a:hover + span,
ul.menu_1 li.active span {color: #000;}
ul.menu_1 a {
    float: left;
    margin: 4px 5px 4px;
    padding: 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #646464;
    min-height: 42px;
}
ul.menu_1 a:hover {
    color: #ff7700;
    text-decoration: none;
}
ul.menu_1 span {
    padding: 0 5px;
    margin: 0 1px;
    clear: both;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: bold;
    min-height: 27px;
    color: #fff;
    bottom: -15px;
    background: transparent url("../images/admin/menu/lojalnosc/pic/menu_h.png") center top no-repeat;
}
ul.menu_1 span strong.ca {
    background: transparent url("../images/admin/menu/lojalnosc/pic/menu_a.png") center bottom no-repeat;
    min-height: 29px;
    padding-top: 4px;
    display: block;
}
ul.menu_1 a.active + span {
    position: relative;
    bottom: 0px;
}
ul.menu_1 span.noactive {
    display: none;
}

.link_zamowienia
{
	background: transparent url(../images/admin/menu/zamowienia.png) center top no-repeat;
}
.link_koszyk
{
	background: transparent url(../images/admin/menu/koszyk.png) center top no-repeat;
}
.link_lojalnosc
{
	background: transparent url(../images/admin/menu/rabat.png) center top no-repeat;
}
.link_polecane, .link_obserwowane, .link_porownywarka
{
	background: transparent url(../images/admin/menu/asortyment.png) center top no-repeat;
}
.link_edycja
{
	background: transparent url(../images/admin/menu/klienci.png) center top no-repeat;
}

.btn_log_fb {
    background: transparent url("../images/strona/facebook/btn_log_fb.png") no-repeat 0 0;
    display: block;
    height: 35px;
    margin: 0 auto;
    text-indent: -2000px;
    width: 242px;
}
.btn_reg_fb {
    background: transparent url("../images/strona/facebook/btn_reg_fb.png") no-repeat 0 0;
    display: block;
    height: 35px;
    margin: 7px auto!important;
    text-indent: -2000px;
    width: 262px;
	position:relative;
	float:right;
}
.btn_con_fb {
    background: transparent url("../images/strona/facebook/btn_con_fb.png") no-repeat 0 0;
    display: block;
    height: 35px;
    margin: 0 auto;
    text-indent: -2000px;
    width: 197px;
}
.btn_account_fb {
    background: transparent url("../images/strona/facebook/btn_account_fb.png") no-repeat 0 0;
    display: block;
    height: 35px;
    margin: 0 auto;
    text-indent: -2000px;
    width: 197px;
}

.filtrowanie_kontener
{
	float:left;
	width:100%;
}
.filtrowanie_pole
{    
    margin-top: 0px;
	margin-bottom:10px;
    padding: 0px 0px;
    overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #eeeeee;
	box-shadow: 0px 0px 0px 0px #e6e6e6;
	-moz-box-shadow:0px 0px 0px 0px #e6e6e6;
	-webkit-box-shadow:0px 0px 0px 0px #e6e6e6;
}
.filtrowanie_pole span
{
	float:left;
	width:100%;
	height:35px;
	line-height:35px;
	font-weight:bold;
    color: #000000;
    font-size: 16px;
	text-indent:10px;
    padding: 0px 0px;
    display: block;
	background: white;
}
.filtrowanie_pole span img
{
	float:right;
	margin:14px 12px!important;
}
.filtrowanie_pole span.tytul_duzy
{
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px;
	color:#242424;
}
.filtrowanie_wiersz
{
	float: left;
    clear: both;
	width: 100%;
	padding:10px 0px;
}
.filtrowanie_wiersz label
{
	float: left;
	margin-left:0px;
    color: #2e2e2e;
    font-size: 13px;
	line-height:25px;
}
.tlo-checkbox
{
    float:left;
	clear:left;
    margin:5px 10px;
}
.tlo-checkbox input
{
    margin:0px;
}
.tlo-pola
{
    float: left;
    width: 47px;
    height: 25px;
    padding: 0px 5px;
}
.tlo-pola input
{
	float: left;
    width: 100%;
    height: 100%;
	text-align:center;
	line-height:25px;
    border: 1px solid #737373;	
    background: white;
}
.wiersz_checkbox label
{
    line-height: 24px;
}
.etykieta_margines
{
    padding: 0 5px;
	line-height: 27px!important;
}
.filtrowanie_szukaj
{
    float: right!important;
    margin-top: 0px;
	margin-right: 0px;
	display:none;
}
.filtrowanie_szukaj #filtruj.button
{
	font-weight:bold!important;
	font-size:14px!important;
    height:30px!important;
	line-height:30px!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.filtrowanie_reset
{
    float: left!important;
	width:auto!important;
    margin-top: 0px;
	padding:0px 8px!important;
	height:28px;
	line-height:28px;
	border:1px solid #f0f0f0;
	background:white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:normal!important;
    color: #737373;
}
.filtrowanie_reset b
{
	color: #737373;
	font-weight:bold;
	margin-right:7px;
}

#back_prod, #next_prod
{
	position:fixed;
	top:150px;
	width:45px;
	height:185px;
	line-height:400px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0px;
	background-color:#f5f5f5;
	background-position:center center;
}
#back_prod:hover, #next_prod:hover
{
	background-color:transparent;
}
#back_prod
{
	left:0px;
	background-image:url(../images/strona/arrow_prev.png);
}
#next_prod
{
	right:0px;
	background-image:url(../images/strona/arrow_next.png);
}
#wroc
{
	float:left;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	background-color:#ffffff;
}
#wroc:hover
{
	background-color:transparent;
}
#wroc span
{
	float:left;
	color:#262626;
	padding:0px 10px;
}
#wroc b
{
	float:left;
	display:inline-block;
	background-color:transparent;
}
.back, .next
{
	display:inline-block;
	width:auto;	
	height:28px;
	line-height:28px;
	padding:0px 0px;
	background-color:#f5f5f5;
	background-repeat:no-repeat;
	color:#8d8d8d;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	z-index:999;
}
.back b, .next b
{
	display:inline-block;
	width:24px;	
	height:28px;
	line-height:28px;
	text-indent:-9999px;
	background-color:#d5d5d5;
	background-repeat:no-repeat;
	background-position:center center;
}
.back span, .next span
{
	padding:0px 8px;
}
.back2 b
{
	background-image:url(../images/strona/arrow_prev.png);
}
.next2 b
{
	background-image:url(../images/strona/arrow_next.png);
}
.back:hover, .next:hover
{
	color:#4d4948;
}
.back:hover b, .next:hover b
{
	background-color:#db214c;
}
.back2
{
	text-align:left;
	padding-left:30px;
	background-position:10px center;
	background-image:url(../images/strona/slider_left.png);
}
.next2
{
	text-align:right;
	padding-right:30px;
	background-position:130px center;
	background-image:url(../images/strona/slider_right.png);
}


.ui-widget-overlay
{
	opacity:0.75!important;
	background:#000000!important;
}

.ui-dialog
{
	padding:0px!important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:3px solid #dfdfdf!important;
}
.ui-dialog-titlebar
{
	padding:5px 12px!important;
	height:30px!important;
	line-height:25px!important;
	background:#0C5F99!important;
	border:0px!important;
	font-family:EncodeSans!important;
	font-size:20px!important;
	font-weight:bold!important;
	color:#ffffff!important;
}
.ui-dialog-titlebar-close
{
	top:7px!important;
	right:8px!important;
	width:25px!important;
	height:25px!important;
	border:0px!important;
	margin:0px!important;
	padding:0px!important;
	outline:0px!important;
	background:none!important;
}
.ui-dialog-titlebar-close:focus
{
	outline:0px!important;
}
.ui-dialog-titlebar-close .ui-icon-closethick
{
	top:0px!important;
	left:0px!important;
	width:24px!important;
	height:24px!important;
	border:1px solid white!important;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	margin:0px!important;
	padding:0px!important;
	display:none!important;
	background:url(../images/strona/close.png) no-repeat center !important;
}
.ui-dialog-titlebar-close .ui-button-text
{
	width:23px!important;
	height:23px!important;
	line-height:23px!important;
	border:1px solid white!important;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	text-align:center!important;
	display:inline-block!important;
	content: "X" !important;
	color:#ffffff!important;
	padding:0px!important;
	text-indent:0px!important;
}
.ui-dialog-content
{
	min-width:150px;
	padding:25px 15px!important;
	background:white !important;
}

body.popup .ui-dialog {
	top: 200px !important;
	border: 5px solid #018356 !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
body.popup .ui-dialog .ui-widget-header {
    background-color: #ffffff !important;
    text-align: center;
    padding-top: 35px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #018356 !important;
}
body.popup .ui-dialog .ui-dialog-title {
	width: 100% !important;
}
body.popup #popupMessage {
	font-family: EncodeSans;
	font-size: 14px;
	height: auto !important;
}
body.popup .ui-button-icon-only .ui-button-text {
	color: transparent !important;
}
body.popup .ui-dialog-titlebar-close {
	width: 60px !important;
    height: 55px !important;
    right: -32px !important;
    top: -32px !important;
	background: url('../images/strona/ikony/x.png') 0 0 no-repeat transparent !important;
}
body.popup .ui-widget-overlay {
	opacity: 0.45!important;
}



.p24_wfh940g table {
    width: 100%;
}
.p24_wfh940g td {
    width: 25%;
	text-align:center;
}
.p24_wfh940g td input {
    float:none;
	margin:5px;
}
.p24_wfh940g td label {
    margin-left: 0px;
    display: inline-block;
    line-height: 20px;
    padding: 50px 0 10px;
    min-width: 150px;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
}
#p24_4j3j52 {
    display: none;
}
/*PRZELEWY BANKI LOGO*/
label[for="pf129"] {
    background-image: url(../images/strona/przelewy24/alior.png);
}
label[for="pf65"] {
    background-image: url(../images/strona/przelewy24/pekao.png);
}
label[for="pf45"] {
    background-image: url(../images/strona/przelewy24/agricole.jpg);
}
label[for="pf56"] {
    background-image: url(../images/strona/przelewy24/bgz.jpg);
}
label[for="pf85"] {
    background-image: url(../images/strona/przelewy24/millenium.jpg);
}
label[for="pf48"] {
    background-image: url(../images/strona/przelewy24/bos.png);
}
label[for="pf33"] {
    background-image: url(../images/strona/przelewy24/bnp2.jpg);
}
label[for="pf114"] {
    background-image: url(../images/strona/przelewy24/brebank.png);
}
label[for="pf20"] {
    background-image: url(../images/strona/przelewy24/bzwbk.jpg);
}
label[for="pf110"] {
    background-image: url(../images/strona/przelewy24/deutsche.gif);
}
label[for="pf105"] {
    background-image: url(../images/strona/przelewy24/eskok.png);
}
label[for="pf141"] {
    background-image: url(../images/strona/przelewy24/pocztowy.jpg);
}
label[for="pf94"] {
    background-image: url(../images/strona/przelewy24/eurobank.jpg);
}
label[for="pf90"] {
    background-image: url(../images/strona/przelewy24/fmbank.jpg);
}
label[for="pf103"] {
    background-image: url(../images/strona/przelewy24/dnbnord.png);
}
label[for="pf68"] {
    background-image: url(../images/strona/przelewy24/allianz.png);
}
label[for="pf34"] {
    background-image: url(../images/strona/przelewy24/getin.png);
}
label[for="pf79"] {
    background-image: url(../images/strona/przelewy24/getin.png);
}
label[for="pf108"] {
    background-image: url(../images/strona/przelewy24/idea.png);
}
label[for="pf25"] {
    background-image: url(../images/strona/przelewy24/mbank_mtransfer.png);
}
label[for="pf113"] {
    background-image: url(../images/strona/przelewy24/meritum.png);
}
label[for="pf27"] {
    background-image: url(../images/strona/przelewy24/multitransfer.jpg);
}
label[for="pf88"] {
    background-image: url(../images/strona/przelewy24/alior.png);
}
label[for="pf119"] {
    background-image: url(../images/strona/przelewy24/citihandlowy.png);
}
label[for="pf135"] {
    background-image: url(../images/strona/przelewy24/iko.png);
}
label[for="pf26"] {
    background-image: url(../images/strona/przelewy24/inteligo.png);
}
label[for="pf31"] {
    background-image: url(../images/strona/przelewy24/ipko.png);
}
label[for="pf32"] {
    background-image: url(../images/strona/przelewy24/nordea.jpg);
}
label[for="pf146"] {
    background-image: url(../images/strona/przelewy24/orange.png);
}
label[for="pf131"] {
    background-image: url(../images/strona/przelewy24/plusbank.png);
}
label[for="pf112"] {
    background-image: url(../images/strona/przelewy24/ing.png);
}
label[for="pf35"] {
    background-image: url(../images/strona/przelewy24/bph.png);
}
label[for="pf62"] {
    background-image: url(../images/strona/przelewy24/raiffeisen.png);
}
label[for="pf87"] {
    background-image: url(../images/strona/przelewy24/skycash.png);
}
label[for="pf121"] {
    background-image: url(../images/strona/przelewy24/tmobile.png);
}
label[for="pf64"] {
    background-image: url(../images/strona/przelewy24/toyota.gif);
}
label[for="pf111"] {
    background-image: url(../images/strona/przelewy24/trustpay.png);
}
label[for="pf69"] {
    background-image: url(../images/strona/przelewy24/volkswagenbank.png);
}
label[for="pf1000"] {
    background-image: url(../images/strona/przelewy24/przelewtradycyjny.png);
}
label[for="pf2000"] {
    background-image: url(../images/strona/przelewy24/przelewtradycyjny.png);
}
label[for="pf102"] {
    background-image: url(../images/strona/przelewy24/raiffeisen_pbl.png);
}
label[for="pf82"] {
    background-image: url(../images/strona/przelewy24/polbank.png);
}
label[for="pf144"] {
    background-image: url(../images/strona/przelewy24/pbs.png);
}
label[for="pf27"] {
    background-image: url(../images/strona/przelewy24/multibank.png);
}
label[for="pf97"] {
    background-image: url(../images/strona/przelewy24/mpay.png);
}
label[for="pf37"] {
    background-image: url(../images/strona/przelewy24/kredyt.png);
}
label[for="pf154"] {
    background-image: url(../images/strona/przelewy24/blik_psp.jpg);
}
label[for="pf143"] {
    background-image: url(../images/strona/przelewy24/bps.png);
}

#topMain, #bodyMain, #stopkaMain
{
	display:none;
}

#coSubmit{
    background: #FFF url("../images/strona/search.png") no-repeat;
    background-position: center;
    /*background: #FFF url("../images/strona/search.png") no-repeat scroll 0 0;*/
    /*background: rgba(0, 0, 0, 0) url("../images/strona/search.png") no-repeat scroll 0 0;*/
    border: medium none;
    height: 38px;
    width: 30px;
    margin-top:10px;
	cursor:pointer;
}
#menuContainer{
    position:absolute;
    z-index: 4;
    left:auto;
    right:auto;
    display: none;
}
.menuUp
{
    width:1110px;
    height:auto;
    background:#fff;
    border: 1px solid #ccc;
    margin-left:auto;
    margin-right:auto;
    display:table;
    box-shadow:0 0 15px #ccc;
/*    position: absolute;
    z-index: 5;*/
}
.menuKat
{
    /*background: #FFc;*/
    width:180px;
    float:left;
    margin-left:5px;
    overflow: hidden;
}
.menuKat h3
{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin-left:10px;
}
.menuKat ul
{
    margin-top:-15px;
    /*border:1px solid black;*/
}
.menuKat ul > li
{
    list-style-image: url("../images/strona/menu_arrow_li.png");
    list-style-position: inside;
    line-height: 30px;
    padding:0;
    font-size: 13px;
    padding-left:10px;
    /*border:1px solid red;*/
}
.menuKat ul > li.limin
{
    font-weight: 600;
}
.menuKat ul > li:hover
{
    list-style-image: url("../images/strona/menu_arrow_li.png");
    background-color: #018356;
}
.menuKat ul > li > a
{
    color: #000;
    text-decoration: none;
}

.sectionTop
{
    height:95px;
    clear: both;
    background-image: url("../images/strona/section_pointer.png");
    background-repeat: repeat-x;
    background-position-y: center;
    text-align: center;
}
.sectionTop .sectionHead
{
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 20px;
    font-weight:500;
    line-height: 95px;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    padding-left: 55px;
    padding-right: 10px;
    height: 100%;
    display:table;
}
.sectionTop .sectionPopularne
{
    background-image: url("../images/strona/section_popularne.png");
}
.sectionTop .sectionPromocje
{
    background-image: url("../images/strona/section_promocje.png");
}
.sectionTop .sectionNowosci
{
    background-image: url("../images/strona/section_nowosci.png");
}
.sectionTop .sectionPrzedsprzedaz
{
    background-image: url("../images/strona/section_przedsprzedaz.png");
}
.sectionTop .sectionPowiazane
{
    padding-left: 10px!important;
}
.resetujAtrybuty
{
    height:20px;
}
.grupaAtrybutow
{
    width:215px;
    background:#fff;
    padding: 20px 20px;
}

#szukajDlaZakresu
{
    width:215px;
    height:90px;
    background:#fff;
    padding: 20px 20px;
}
#cenaOd, #cenaDo
{
    /*display: inline-block;*/
    font-size: 14px;
    color: #018356;
    width:80px;
    border:0;
}
#cenaOd
{
    float:left;
}
#cenaDo
{
    float:right;
    text-align: right;
}
/*#cenaMin, #cenaMax
{
    display: inline-block;
    font-size: 14px;
    color: #018356;
}
#cenaMin
{
    float:left;
}
#cenaMax
{
    float:right;
}*/
.szukajNaglowek
{
    display: block;
    font-family: EncodeSansCondensed;
    font-size: 18px;
    /*line-height: 18px;*/
}
.szukajNaglowek a
{
    color: #000;
}
.parametrLine
{
    width:255px;
    min-height: 3px;
    background-color: #018356;
    margin-top:20px;
    margin-bottom: 3px;
}
#zakrescen
{
    width:180px;
    margin-left:15px;
    margin-top:20px;
    margin-bottom:20px;
}
#zakrescen a
{
	position: absolute;
	float:left;
	clear: none;
	/*display:block;*/
	width:15px;
	/*padding-left:0px;*/
	/*padding:0px;*/
	/*text-decoration:none;*/
        background-color: #018356;
}
#zakrescen a:hover
{
    background-color: #018356;
    text-decoration: none;
}

.checkbox-custom
{
    opacity: 0;
    position: absolute;   
}
.checkbox-custom, .checkbox-custom-label
{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
.checkbox-custom-label
{
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before
{
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    /*content: "\f00c";*/
    font-family: 'FontAwesome';
    background: #018356;
    color: #fff;
}

#productTabs
{
    margin-top:40px;
}
#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5
{
    padding-top:15px!important;
    line-height: 25px;
}
#productTabs .ui-tabs-nav
{
    width: 100%;
}
#productTabs .ui-tabs-nav li.ui-tabs-active, #productTabs .ui-tabs-nav li.ui-state-hover, #productTabs .ui-tabs-nav li:hover {
    background: #018356 !important;
    height:42px;
}
#productTabs .ui-tabs-nav li.ui-tabs-active a, #productTabs .ui-tabs-nav li.ui-state-hover a, #productTabs .ui-tabs-nav li:hover a
{
    color: #fff !important;
}
#productTabs .ui-state-default 
{
}
#productTabs .ui-corner-top
{
    border: 1px solid #ccc !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 0!important;
    font-size: 14px;
    text-transform: uppercase;
}
#productTabs .ui-corner-top a
{
    margin:5px;
}

#koszykZamInterfejs
{
    /*border:1px solid red;*/
    margin: 0 20px;
    width: 1070px;
}
#koszykZamInterfejs .nagSekcji
{
    font-size: 15px;
    font-weight: bold;
    display: table;
    margin-bottom: 20px;
	padding: 20px 5px;
}
#koszykZamInterfejs .koszykNaglowek
{
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}
#koszykZamInterfejs .koszykNaglowek a
{
    color: #018356;
    font-weight: 600;
}
#koszykZamInterfejs .koszykZamDane
{
    /*background-color: #0070c0;*/
    width: 350px;
    float: left;
}
#koszykZamInterfejs .koszykZamParam
{
    /*background-color: #7eba27;*/
    width: 350px;
    float: left;
    margin-left: 10px;
}
#koszykZamInterfejs #kodrabatowyadd {
	margin: 0 5px;
}
#koszykZamInterfejs .koszykZamPodsum
{
    /*background-color: #c3c3c3;*/
    width: 350px;
    float: left;
    margin-left: 10px;
}
#koszykZamInterfejs .tabela_koszyk_logowanie td
{
    border:0!important;
    font-size:14px;
}
#koszykZamInterfejs #rejestracjaTop, #koszykZamInterfejs #rejestracjaTop table
{
    width:100%!important;
}
#koszykZamInterfejs input[type="text"], #koszykZamInterfejs input[type="password"], #koszykZamInterfejs select 
{
    float:none;
    max-width: 317px;
    padding:10px;
    border:1px solid #ccc;
}
#koszykZamInterfejs select.fl, #koszykZamInterfejs select.fr
{
	width:165px!important;
	height:40px;
	line-height:40px;
}
#koszykZamInterfejs .tabela_koszyk_oplaty
{
    margin-top:0!important;
    border:0!important;
}
#koszykZamInterfejs .tabela_koszyk b.kosz_wartosc, #koszykZamInterfejs  .tabela_koszyk_oplaty b.kosz_wartosc
{
    color: #000;
    margin-right:10px;
}
#koszykZamInterfejs .fl
{
    float:left!important;
    width:144px!important;
}
#koszykZamInterfejs .fr
{
    float:right!important;
    width:144px!important;
}
#koszykZamInterfejs .flm
{
    float:left!important;
    width:165px!important;
}
#koszykZamInterfejs .frm
{
    float:right!important;
    width:165px!important;
}
#wybrany-paczkomat {
	padding-top: 20px !important;
    padding-bottom: 20px;
    clear: both;
    height: 14px;
    float: left;
    font-size: 14px;
    font-weight: bold;
	color: red;
}
/* .paczkomaty-box {
	height: 650px;
} */
.tabela_koszyk_podsumowanie td
{
    font-size:14px;
}
.koszykRegulamin, .koszykRegulamin a
{
    color: #808080;
    text-align: justify;
}
.koszykWyslij
{
    font-family:EncodeSansCondensed!important;
    font-size:25px!important;
    line-height: 70px;
    margin-top:15px;
    font-weight: bold;
    color:#fff!important;
    cursor:pointer!important;
    padding: 0 10px 0 10px!important;
    width:100%;
    min-width:50px!important;
    text-align:center!important;
    /*height:36px!important;*/
    background: #7eba27;
    border:1px solid #ccc !important;
    text-transform: uppercase;
}
#uwagi
{
    color:black;
    width:330px;
    height:100px;
    margin-top:15px;
    margin-bottom:20px;
    border:1px solid #ccc;
    resize: none;
    padding:10px;
}

.tabAtrybutyProd
{
    margin-top:20px;
    margin-bottom:20px;
}
.tabAtrybutyProd td
{
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
}
.tabAtrybutyProd .name
{
    width:300px;
}
.tabAtrybutyProd .value
{
    width:700px;
}
.tabAtrybutyProd td:nth-child(1) {
        font-weight: 600;
}
.tabAtrybutyProd tr:nth-child(odd) td:nth-child(1) {
        background: #018356;
        color: #fff;
}
.tabAtrybutyProd tr:nth-child(even) td:nth-child(1) {
        background: #f6f6f6;
        color: #000;
}
.tabAtrybutyProd tr:nth-child(odd) td:nth-child(2) {
        background: #f6f6f6;
}
.tabAtrybutyProd tr:nth-child(even) td:nth-child(2) {
        background: #FFF;
}

#productTabs .data-table {
	width: 100% !important;
}


.styl1 table {
	border-spacing: 0px;
    border-collapse: collapse;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: 100%;
}
.styl1 table .name,
.styl1 table td:nth-of-type(1) {
    width: 30%;
}
.styl1 table tr:nth-of-type(1) td {
	border-top: 1px solid #cdcdcd;
}
.styl1 table td:nth-of-type(1) {
    font-weight: 500;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
	padding: 5px 10px 3px 10px;
	text-align: right;
}
.styl1 table tr:nth-of-type(odd) td:nth-of-type(1) {
	background: #018356;
	text-transform: uppercase;
	color: #fff;
}
.styl1 table tr:nth-of-type(even) td:nth-of-type(1) {
	background: #fff;
	text-transform: uppercase;
	color: #222;
}
.styl1 table td:nth-of-type(2) {
	padding: 5px 10px 3px 10px;
}
.styl1 table tr:nth-of-type(odd) td:nth-of-type(2) {
	color: #fff;
	background: #018356;
	text-transform: lowercase;
	border-bottom: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl1 table tr:nth-of-type(even) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	border-bottom: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
}

.styl2 table {
	border-spacing: 0px;
    border-collapse: collapse;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: 100%;
}
.styl2 table .name,
.styl2 table td:nth-of-type(1) {
    width: 150px;
}
.styl2 table tr:nth-of-type(1) td {
	border-top: 1px solid #cdcdcd;
}
.styl2 table td:nth-of-type(1) {
    font-weight: 500;
	border-bottom: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
	padding: 5px 10px;
}
.styl2 table tr:nth-of-type(odd) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
}
.styl2 table tr:nth-of-type(even) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
}
.styl2 table td:nth-of-type(2) {
	padding: 5px 10px;
}
.styl2 table tr:nth-of-type(odd) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	border-bottom: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl2 table tr:nth-of-type(even) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	border-bottom: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
}

.styl3 table col.name,
.styl3 table td:nth-of-type(1) {
	width: 30%;
}

.styl3 table td:nth-of-type(1) {
	font-weight: 500;
	text-align: right;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl3 table tr:nth-of-type(odd) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
	padding-right: 10px;
}
.styl3 table tr:nth-of-type(even) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
	padding-right: 10px;
}
.styl3 table tr:nth-of-type(odd) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl3 table tr:nth-of-type(even) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	font-family:  "Source Sans Pro", sans-serif;
}

.styl4 table col.name,
.styl4 table td:nth-of-type(1) {
	width: auto;
}
.styl4 table td:nth-of-type(1) {
	font-weight: 500;
	text-align: right;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl4 table tr:nth-of-type(odd) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
	padding-right: 10px;
}
.styl4 table tr:nth-of-type(even) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
	padding-right: 10px;
}
.styl4 table tr:nth-of-type(odd) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl4 table tr:nth-of-type(even) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	font-family:  "Source Sans Pro", sans-serif;
}

.styl5 table col.name,
.styl5 table td:nth-of-type(1) {
	width: auto;
}
.styl5 table td:nth-of-type(1) {
	font-weight: 500;
	text-align: right;
	padding: 10px 18px;
	font-size: 17px;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl5 table tr:nth-of-type(odd) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
}
.styl5 table tr:nth-of-type(even) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
}
.styl5 table tr:nth-of-type(odd) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	padding: 10px 18px;
	font-size: 17px;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl5 table tr:nth-of-type(even) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	padding: 10px 18px;
	font-size: 17px;
	font-family:  "Source Sans Pro", sans-serif;
}

.styl6 table {
	border-spacing: 0px;
    border-collapse: collapse;
	width: 100%;
}
.styl6 table tr:nth-of-type(1) td {
	border-top: 1px solid #cdcdcd;
}
.styl6 table col.name,
.styl6 table td:nth-of-type(1) {
	width: auto;
	width: 20%;
}
.styl6 table td:nth-of-type(1) {
	font-weight: 500;
	text-align: right;
	padding: 10px 18px;
	font-size: 17px;
	border-bottom: 1px solid #cdcdcd;
}
.styl6 table tr:nth-of-type(odd) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
}
.styl6 table tr:nth-of-type(even) td:nth-of-type(1) {
	background: #f6f6f6;
	text-transform: uppercase;
	color: #222;
}
.styl6 table tr:nth-of-type(odd) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	padding: 10px 18px;
	font-size: 17px;
	border-bottom: 1px solid #cdcdcd;
}
.styl6 table tr:nth-of-type(even) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	padding: 10px 18px;
	font-size: 17px;
	border-bottom: 1px solid #cdcdcd;
}

.styl7 table {
	border-spacing: 0px;
    border-collapse: collapse;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: 100%;
}
.styl7 table .name,
.styl7 table td:nth-of-type(1) {
    width: 30%;
}
.styl7 table tr:nth-of-type(1) td {
	border-top: 1px solid #cdcdcd;
}
.styl7 table td:nth-of-type(1) {
    font-weight: 500;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
	padding: 5px 10px 3px 10px;
	text-align: right;
}
.styl7 table tr:nth-of-type(odd) td:nth-of-type(1) {
	background: #e6e6e6;
	text-transform: uppercase;
	color: #222;
}
.styl7 table tr:nth-of-type(even) td:nth-of-type(1) {
	background: #fff;
	text-transform: uppercase;
	color: #222;
}
.styl7 table td:nth-of-type(2) {
	padding: 5px 10px 3px 10px;
}
.styl7 table tr:nth-of-type(odd) td:nth-of-type(2) {
	color: #222;
	background: #e6e6e6;
	text-transform: lowercase;
	border-bottom: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
}
.styl7 table tr:nth-of-type(even) td:nth-of-type(2) {
	color: #222;
	background: #FFF;
	text-transform: lowercase;
	border-bottom: 1px solid #cdcdcd;
	font-family:  "Source Sans Pro", sans-serif;
}

.wmobilna #productTabs table col.name {
	width: 50%;
}
.wmobilna #productTabs .styl4 table col.name {
	width: auto;
	max-width: 50%;
}
.wmobilna #productTabs table td:nth-of-type(1) {
	padding: 12px 20px;
	font-size: 17px;
}
.wmobilna #productTabs table tr:nth-of-type(odd) td:nth-of-type(2) {
	/*background: #FFF;*/
	text-transform: lowercase;
}
.wmobilna #productTabs table tr:nth-of-type(even) td:nth-of-type(2) {
	background: #FFF;
	text-transform: lowercase;
}


.ui-dialog-titlebar
{
    background:#f6f6f6!important;
    color:#000!important;
    font-weight: 400!important;
}
.ui-dialog-titlebar-close .ui-button-text
{
    color:#000!important;
    border:none!important;
    font-weight: bold!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}

div.PayU{
    width: 280px!important;
    height: auto!important;
    padding-left: 0px;
	position:relative;
    float: left;
	background:none!important;
	padding:0px 15px!important;
	border-top:0px solid #efefef;
}
div.PayU label{
    float: left;
	margin-left:0px!important;
	display:inline-block;
	width:auto;
	color:#2f2f2f;
	font-size:14px;
}
div.PayU > a{
	float:left;
	margin:0px 5px;
	text-align:left;
	color:#a3a2a2;
	font-size:14px;
}
div.PayU > a span#installment-mini
{
    clear: left;
	font-weight:bold;
}
#installment-calc2
{
	position:fixed;
	float:left;
	top:100px;
	z-index:9999;
	display:block;
	line-height:normal;
}
#installment-calc
{
	float:left;
	line-height:normal;
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
	padding:10px!important;
}
#installment-calc p
{
	margin:auto!important;
	padding:normal!important;
}
.payu-theme #payu-installment-calc
{
	margin:0px auto!important;
	padding:10px 35px!important;
}
.payu-theme .payu-slider
{
	border:1px solid #6f6f6f!important;
}
.payu-theme .payu-slider .ui-slider-handle
{
	border:1px solid #6f6f6f!important;
	border-radius: 12px!important;
	-webkit-border-radius: 12px!important;
	-moz-border-radius: 12px!important;
}
.payu-smaller
{
	text-align:justify;
}
/* .paczkomaty-box {
	visibility: hidden;
	height: 1px;
	width: 100%;
}
.paczkomaty-box .route-link,
.paczkomaty-box .details-link,
.paczkomaty-box .select-link {
	background:none !important;
	margin-right: 5px !important;
	cursor: pointer !important;
} */

/* .paczkomaty-box .links {
    min-height: 40px;
}
.paczkomaty-box .select-link {
	color: #ffffff !important;
    border: 1px solid red !important;
    background-color: red !important;
    padding: 5px !important;
    float: left !important;
    clear: left !important;
} */

.leaflet-control-locate a {
    padding: 6px 0 0 0 !important;
}

#link-pocztex-mapa {
	color: red;
	font-weight: bold;
}


.Inbank {
    float: left;
    background: #ffffff !important;
	text-align: center;
}
.Inbank iframe {
	position: absolute;
    top: 250px;
    right: 0;
	z-index: 9;
}
.Inbank .inbankButton {
	display: inline !important;
    clear: both;
	cursor: pointer;
}
.Inbank .inbankButton img {
	vertical-align: -11px;
    margin-left: 5px;
}
/*body:not(.test) .tabela_koszyk_oplaty label[for=sposob34],
body:not(.test) .tabela_koszyk_oplaty label[for=sposob35],
body:not(.test) .tabela_koszyk_oplaty label[for=sposob36],
body:not(.test) .tabela_koszyk_oplaty label[for=sposob37],
body:not(.test) .tabela_koszyk_oplaty label[for=sposob38],
body:not(.test) .tabela_koszyk_oplaty label[for=sposob39],
body:not(.test) .tabela_koszyk_oplaty input#sposob34,
body:not(.test) .tabela_koszyk_oplaty input#sposob35,
body:not(.test) .tabela_koszyk_oplaty input#sposob36,
body:not(.test) .tabela_koszyk_oplaty input#sposob37,
body:not(.test) .tabela_koszyk_oplaty input#sposob38,
body:not(.test) .tabela_koszyk_oplaty input#sposob39 {
	display: none;
}*/
/*.tabela_koszyk_oplaty label[for=sposob34],*/
.tabela_koszyk_oplaty label[for=sposob35],
.tabela_koszyk_oplaty label[for=sposob36],
.tabela_koszyk_oplaty label[for=sposob37],
.tabela_koszyk_oplaty label[for=sposob38],
.tabela_koszyk_oplaty label[for=sposob39],
.tabela_koszyk_oplaty label[for=sposob28],
.tabela_koszyk_oplaty label[for=sposob14],
.tabela_koszyk_oplaty label[for=sposob16],
.tabela_koszyk_oplaty label[for=sposob15],
.tabela_koszyk_oplaty label[for=sposob31],
.tabela_koszyk_oplaty label[for=sposob19] {
	position: relative;
}
/*.tabela_koszyk_oplaty label[for=sposob34]:after,*/
.tabela_koszyk_oplaty label[for=sposob35]:after,
.tabela_koszyk_oplaty label[for=sposob36]:after,
.tabela_koszyk_oplaty label[for=sposob37]:after,
.tabela_koszyk_oplaty label[for=sposob38]:after,
.tabela_koszyk_oplaty label[for=sposob39]:after {
	content: '';
    display: block;
    width: 50px;
    height: 20px;
    background: url(/public/images/inbank.svg) 0 0 no-repeat transparent;
    background-size: 50px 20px;
    position: absolute;
    right: -56px;
    top: -3px;
}
.tabela_koszyk_oplaty label[for=sposob28]:after,
.tabela_koszyk_oplaty label[for=sposob14]:after,
.tabela_koszyk_oplaty label[for=sposob16]:after,
.tabela_koszyk_oplaty label[for=sposob15]:after,
.tabela_koszyk_oplaty label[for=sposob31]:after,
.tabela_koszyk_oplaty label[for=sposob19]:after {
	content: '';
    display: block;
    width: 100px;
    height: 20px;
    background: url(/public/images/xpaynow-paypo.png.pagespeed.ic.PuMtb0AnhK.webp) 0 0 no-repeat transparent;
    background-size: 100px 20px;
    position: absolute;
    right: -109px;
    top: -3px;
}


.zamowienieok div.koszyk_komunikat,
.zamowienieok div.koszyk_komunikat_blad,
.zamowienieok div.koszyk_komunikat_info {
    max-width: calc(100% - 100px);
}
#kontener-inbank {
	margin-top: 35px;
	text-align: center;
}
#kontener-inbank a {
	margin-top: 15px;
	cursor: pointer;
}

body.pokazinbank .ui-dialog,
body.pokazinbank .ui-widget-overlay {
	display: none !important;
}
.step3 .tabela_koszyk_oplaty {
	width: 126%;
}
#baner-inbank {
	position: fixed;
    left: -127px;
    top: 83%;
    z-index: 9999;
}
#baner-inbank a {
	display: block;
	width: 100%;
	height: 100%;
}
#baner-inbank.wysun {
  animation-name: wysun;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes wysun {
  /*from {
	left: 0;
  }*/
  to {
	  left: 0;
  }
}

#podstronaNagl.typ_aktualnosci h1
{
	margin:0;
	padding:0;
	font-size:40px;
	font-weight:500;
	line-height:50px;
}
#podstronaTekst.modul_aktualnosci
{
	padding:20px 30px;
	box-sizing:border-box;
	background:white;
	border:1px solid rgba(0,0,0,.125);
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
	margin-bottom:20px;
}
.modul_aktualnosci #produktImgDiv, .modul_aktualnosci #produktImgDivInner
{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.modul_aktualnosci #produktImg
{
	max-width:100%;
	max-height:800px;
}
.modul_aktualnosci .tekst
{
	width:100%;
	float:left;
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
}
#podstronaTekst.modul_aktualnosci .tekst ul li
{
	list-style-type:disc;
}
#podstronaTekst.modul_aktualnosci .tekst ol li
{
	list-style-type:decimal;
}
.modul_aktualnosci .tekst img
{
	max-width:100%;
	height:auto!important;
}
.modul_aktualnosci .tekst h2,
.modul_aktualnosci .tekst h3
{
	font-size:24px;
	line-height:24px;
	font-weight:500;
	margin-bottom:0px;
	padding:10px 0!important;
}
.modul_aktualnosci .tekst p
{
	margin-bottom:0px;
	padding:10px 0!important;
}
.modul_aktualnosci .tekst a:hover
{
	text-decoration:underline!important;
}
.powiazany_aktualnosc
{
	width:100%;
	margin-bottom:20px;
	text-align:left;
	float:left;
}
.powiazany_aktualnosc > span, .blog_artykul
{
	width:31%!important;
	display:inline-block;
	border:1px solid rgba(0,0,0,.125);
	box-sizing:border-box;
	padding:20px!important;
	margin:20px 0px!important;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.blog_artykul
{
	background:white;
}
.powiazany_aktualnosc > span:nth-child(3n+2),
.blog_artykul:nth-child(3n+2)
{
	margin:20px 3.5%!important;
}
.powiazany_aktualnosc img, .blog_artykul img
{
	max-width:100%;
	max-height:200px;
}
.blog_artykul img
{
	float:none!important;
	max-width:100%!important;
	margin:0!important;
	width:100%;
}
#podstronaTekst a.tematLink.pow_nazwa,
.powiazany_aktualnosc .pow_nazwa
{
	margin-top:0px!important;
	width:100%!important;
	font-size:20px;
	line-height:20px;
	display:inline-block;
	text-decoration:none!important;
	color:black;
}
#podstronaTekst a.tematLink.pow_nazwa h2,
.powiazany_aktualnosc .pow_nazwa a b
{
	font-size:20px;
	font-weight:500;
	text-align:left;
	line-height:20px;
	margin:10px 0;
	padding:0;
	height:82px;
	display:block;
	overflow:hidden;
}
.pow_nazwa a
{
	color:black;
	display:block;
	text-decoration:none;
}
.powiazany_aktualnosc .pow_nazwa a
{
	padding:10px 0;
}
.powiazany_aktualnosc .pow_nazwa a b
{
	height:90px;
	line-height:22px;
	margin:0;
}
.pow_nazwa a:hover, .pow_nazwa:hover,
.pow_nazwa h2:hover, .pow_nazwa:hover h2
{
	text-decoration:underline!important;
}
.pow_zdj
{
	width:100%!important;
	height:200px;
	display:inline-block;
	text-align:center;	
}
.pow_zdj a
{
	display:block;
}
#podstronaTekst .blog_artykul a.skrotLink
{
	margin-top:0;
	height:100px!important;
	padding-bottom:20px;
	overflow:hidden;
	width:100%!important;
	font-size:15px;
	line-height:20px!important;
}
.blog_artykul .tematData
{
	position:absolute;
	top:0;
	right:0;
    background-color: none;
    display: inline-block;
    text-align: center;
    width: 80px;
    padding: 2px 0px;
    color: #000!important;
}
.kup_teraz
{
	width:auto;
	text-indent:0;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #018356;
	text-decoration:none;
}
.kup_teraz:hover
{
	text-decoration:underline!important;
}