/*	=reset & global
---------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------*/
/*-----------------------------------FONTS-----------------------------------*/
/*---------------------------------------------------------------------------*/

@font-face {
	font-family: 'Panton';
    src: url('/fonts/Panton.ttf')  format('truetype'),
	     url('/fonts/Panton.eot');
	/*src: url('/fonts/Panton.woff') format('woff'),*/

}

@font-face {
	font-family: 'Panton-Black';
    src: url('/fonts/PantonBlack.ttf')  format('truetype'),
         url('/fonts/PantonBlack.eot');
	/*src: url('/fonts/PantonBlack.woff') format('woff'), */

}

@font-face {
	font-family: 'Panton-Bold';
    src: url('/fonts/PantonBold.ttf')  format('truetype');
         url('/fonts/PantonBold.eot');
	/*src: url('/fonts/PantonBold.woff') format('woff'),*/

}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

.view-product .wrapper{
	max-width:1030px; 
}
input, textarea, select, option, optgroup, button {
	font-size: 1em;
	vertical-align:middle;
	margin:0px;
}
h1, h2, h3, h4, h5, h6{
	color:#777777;
	line-height:1.0em;
	font-weight:normal;
	padding:0px 0px 0px 0px;
}
img{
	vertical-align: top;
}
button{
	padding:0px;
	border:none;
			box-sizing: content-box;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	background:none;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner{border: 0; padding: 0; margin:0;}

label.labelbutton{
	padding: 5px 20px;
	min-width: 39%;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}



/* =clearer
---------------------------------------------------- */
.clr:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}


/* =helpers
---------------------------------------------------- */
.tunder{ text-decoration:underline; }
.tdnone, .tdnone:hover{ text-decoration:none; }
.overh{ overflow:hidden; }
.rel{ position:relative; }
.abs{ position:absolute; }
.full{ width:100% !important; }
.block{ display:block; }
.inlblk{ display:-moz-inline-box; display:inline-block; }
.icon.inlblk{ text-indent:0; text-decoration:none !important; }
.icon.inlblk span{ visibility:hidden; }
.inline{ display:inline; }
.inline-block{ display:inline-block; }
.small{ font-size:11px; }
.x-small{ font-size:10px; }
.xx-small{ ont-size:11px; }
.normal{ font-size:12px; }
.x-normal{ font-size:13px; }
.large{ font-size:14px; }
.large2{ font-size:16px; }
.x-large{ font-size:18px; }
.xx-large{ font-size:20px; }
.cfff{ color:#fff; }
.fthin{ font-weight:100; }
.flight{ font-weight:300; }
.fnormal{ font-weight:400; }
.fmedium{ font-weight:500; }
.fbold{ font-weight:700; }
.fbolder{ font-weight:900; }
.vmiddle{ vertical-align:middle; }
.vtop{ vertical-align:top; }
.br3{ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.br4{ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.br5{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.ttupper{ text-transform:uppercase; }
.ttnone{ text-transform:none; }
.bgimgnone{ background-image:none; }
.nowrap{ white-space:nowrap; }
.margin0{ margin:0px !important; }
.margintop20{ margin-top:20px !important; }
.part20{ width:20%; }
.margin10_0{ margin:10px 0px; }
.halfgrid .half{ width:50% !important;}
.halfgrid .half > div.inner{ padding:0px; padding-left:0px; }
.halfgrid .half:first-child > div.inner{ padding:0px; padding-right:10px; }
.lheight22{ line-height:22px; }
.lheight24{ line-height:24px; }
.brbox{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hidden{ display: none; }
.selected{ display: block; }
.part50{ width:50%; }
.dtable{ display: table; }
.dtablerow{ display: table-row; }
.dtablecell{ display: table-cell; }
.part30{ width: 33%; margin-left: 0.165%; margin-right: 0.165%;}


/* =links
---------------------------------------------------- */
a{
	outline:none;
	color:#35393f;
	text-decoration: none;
}
a:link{}    /* unvisited link */
a:hover{text-decoration: underline;}   /* mouse over link */
a:visited{} /* visited link */
a:active{}  /* selected link */

/* =view element`s
---------------------------------------------------------------------------- 
	Define the elements using the class view interface
---------------------------------------------------------------------------- */

#header{
	background:#292929;
	border-top:1px solid #c0c0c0;
}
#header .user-bar{
	right:16px;
	margin-top:22px;
	float: right;
	font-size:11px;
}
#header .user-bar li{
	float:left;
	margin:0 0 11px 20px;
}
#header .user-bar li a{
	position: relative;
	color: #bbbbbb;
	font-size: 14px;
	font-weight: 800;
}
#header .user-bar li a.logout{
	padding-left:21px;
}
#header .user-bar li a.logout:before{
	width:13px;
	height:12px;
	background:url(../img/icon-logout.png) no-repeat 0 0;
	content:'';
	position: absolute;
	left:0px;
	top:2px;
}
#header .user-bar li a.login{
	padding-left:18px;
}
#header .user-bar li a.login:before{
	width:13px;
	height:12px;
	background:url(../img/icon-login.png) no-repeat 0 0;
	content:'';
	position: absolute;
	left:0px;
	top:2px;
}
#header .header-barX > .dtable{
	float:right;
	width:100%;
}
.form-search{
	margin:5px 0px;
}
.form-search fieldset{
	position: relative;
}
/*.form-search input[type="text"]{
	background:#fff;
	max-width:220px;
	border:1px solid #c1c1c1;
	border-right:none;
	font-size:12px;
	line-height:19px;
	height:19px;
	padding:6px 12px 6px 30px;
	-webkit-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
	width:100%;
	-webkit-box-shadow: inset 1px 0 4px 0 rgba(0,0,0,0.25);
			box-shadow: inset 1px 0 4px 0 rgba(0,0,0,0.25);
	text-align:left;
}*/
.form-search select{
	float:left;
	height:33px;
	line-height:33px;
	float:right;
}
.form-search .dropdown{
	width:87px !important;
	font-size:12px;
	float:right;
}
.form-search .dropdown dt a{
	border-color:#c1c1c1;
	-webkit-border-radius: 0 4px 4px 0;
			border-radius: 0 4px 4px 0;
	color:#4f4f4f;
	height:17px;
	line-height:17px;
	padding:7px 22px 7px 10px;
	-webkit-box-shadow: inset -1px 0 4px 0 rgba(0,0,0,0.25);
			box-shadow: inset -1px 0 4px 0 rgba(0,0,0,0.25);
}
.form-search .searchcontainer{
	overflow: hidden;
	text-align:right;
	position:relative;
	white-space: nowrap;
}
.form-search .searchcontainer:before{
	width:14px;
	height:14px;
	background:url(../img/icon-form-search.png) no-repeat 0 0;
	left:10px;
	top:10px;
	content: '';
	display:inline-block;
	vertical-align: top;
	margin:0px -17px 0px 0px;
	position: relative;
}
.form-search .button{
	margin-left:9px;
	float:right;
}
#header .user-links{
	margin-left:19px;
	-webkit-box-shadow: 0 1px 6px -2px rgba(0,0,0,0.30);
			box-shadow: 0 1px 6px -2px rgba(0,0,0,0.30);
	-webkit-border-radius: 4px 4px 4px 4px;
			border-radius: 4px 4px 4px 4px;
	white-space: nowrap;
}
#header .user-links li{
	display:inline-block;
	font-size:14px;
	margin-left:-3px;
	white-space: normal;
	position: relative;
	margin-left:25px;
}
#header .user-links li:first-child{
	margin-left:18px;
}
#header .user-links li > a{
	border:1px solid #c4c4c4;
	height:35px;
	line-height:35px;
	display:block;
	padding:0px 19px;
	color:#3b3b3b;
	border-left:none;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	position: relative;
}
#header .user-links li.shoper > a{
	border-color:#da1006;
	margin-left:-1px;
	background: #e60904; /* Old browsers */
	background: -moz-linear-gradient(top, #e60904 0%, #cc1809 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e60904), color-stop(100%,#cc1809)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e60904 0%,#cc1809 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e60904 0%,#cc1809 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e60904 0%,#cc1809 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e60904 0%,#cc1809 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60904', endColorstr='#cc1809',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
#header .user-links li.shoper > a .counter{
	line-height:16px;
	padding:0px 6px;
	position: absolute;
	top:35px;
	left:20px;
	background:#fff;
	font-size:10px;
	color:#666666;
	-webkit-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.35);
			box-shadow: 0 1px 1px 0px rgba(0,0,0,0.35);
	z-index:10;
}
#header .user-links li.shoper a .counter:before{
	position: absolute;
	top:-3px;
	left:0px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 0 3px;
	border-color: transparent transparent transparent #ffffff;
	-webkit-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.35);
			box-shadow: 0 -1px 1px 0px rgba(0,0,0,0.35);
}
#header .user-links li.more .top-layer{
	border:1px solid #3b3b3b;
	width:429px;
	position: absolute;
	right:0px;
	top:100%;
	background:#fff;
	-webkit-border-radius: 4px 0 4px 4px;
			border-radius: 4px 0 4px 4px;
	font-size:11px;
	line-height:16px;
	color:#8b8b8b;
	font-weight:400;
	z-index:9;
}
#header .user-links li.more.shoper .top-layer{
	border:1px solid #cc1809;
	width:546px;
}
#header .user-links li.more .top-layer .table-summary{
	border-top:none;
}
#header .user-links li.more .top-layer .table-summary thead th{
	background:#f2f2f2;
	padding-top:12px;
	padding-bottom:12px;
	white-space: nowrap;
}
.table-summary .shoper-add input{
	border:1px solid #d9d9d9;
	background:#f6f6f6;
	-webkit-box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.15);
			box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.15);
}
#header .user-links li.more .top-layer .table-summary thead th:first-child{
	-webkit-border-radius: 4px 0px 0px 0px;
			border-radius: 4px 0px 0px 0px;
}
#header .user-links li.more .top-layer .selected-items .button{
	margin-left:0px;
}
#header .user-links li.more .top-layer .inner{
	padding:15px 20px;
}
#header .user-links li.more .top-layer .summary-actions{
	margin-top:0px;
}
#header .user-links li.more.shoper .top-layer .summary-actions{
	margin-top:10px;
}
#header .user-links li.more .top-layer .button.print{
	padding:0px 7px;
}
#header .user-links li.more .top-layer .button.print .icon.print{
	margin-top:3px;
}
#header .user-links li.more .top-layer .submitbar{
	background:#f2f2f2;
	-webkit-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
	line-height:33px;
}
#header .user-links li.more.selected .top-layer{
	display:block;
	-webkit-box-shadow: 0 0px 8px 0px rgba(0,0,0,0.15);
			box-shadow: 0 0px 8px 0px rgba(0,0,0,0.15);
}
#header .user-links li.more.selected > a{
	   -moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
			border-bottom-right-radius: 0px;
	   -moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
			border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0 0px 8px 0px rgba(0,0,0,0.15);
			box-shadow: 0 0px 8px 0px rgba(0,0,0,0.15);
	background: #696969; /* Old browsers */
	background: -moz-linear-gradient(top, #696969 0%, #3e3e3e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(100%,#3e3e3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, 696969 0%,#3e3e3e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #696969 0%,#3e3e3e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #696969 0%,#3e3e3e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #696969 0%,#3e3e3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
	border-color:#666666;
	color:#fff;
}
#header .user-links li.more.selected > a:before{
	background-image:url(../img/user-links-selected.png);
}
#header .user-links li.more.shoper.selected > a{
	background: #e60904; /* Old browsers */
	background: -moz-linear-gradient(top, #e60904 0%, #cc1809 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e60904), color-stop(100%,#cc1809)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e60904 0%,#cc1809 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e60904 0%,#cc1809 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e60904 0%,#cc1809 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e60904 0%,#cc1809 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60904', endColorstr='#cc1809',GradientType=0 ); /* IE6-9 */
	border-color:#da1006;
}
#header .user-links li.more > a{
	padding-right:33px;
}
#header .user-links li.more > a:before{
	width:8px;
	height:4px;
	background:url(../img/user-links-more.png) no-repeat 0 0;
	right:18px;
	top:19px;
	position: absolute;
	content: '';
}
#header .user-links li:last-child > a{
	-webkit-border-radius: 0 4px 4px 0;
			border-radius: 0 4px 4px 0;
}
#header .user-links li:first-child > a{
	border-left:1px solid #c4c4c4;
	-webkit-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
}








	html, body{
		height: 100%;
		-webkit-text-size-adjust: 100%;
		font-smooth: always;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizelegibility;
	}
	html, body, h1, h2, h3, h4, h5, h6, div, span,
	blockquote, p, address, form, fieldset, img,
	ul, ol, dl, dt, dd, li, hr, table, td, th,
	strong, em, sup, sub, dfn, ins, del, q, cite,
	var, samp, code, kbd, tt {
		margin: 0;
		padding: 0;
		border: 0;
	}
	img, fieldset { border: none; }
	a, a:visited { text-decoration: none; }
	li { list-style: none; }
	a img { border: 0em; vertical-align: middle;}

	legend, caption { display: none; }
	abbr, acronym { cursor: help; border-bottom:1px dotted #000000 }
	em.marker { background:#ffe; font-weight:bold; font-style:normal; }
	table{ border-collapse: collapse;border-spacing: 0; }
	th, td{ text-align:left; }
	address { display:block; font-style:normal; }
	blockquote, q { quotes: none; }
	input.submit {cursor:pointer; }
	:focus { outline: 0; }
	ins { text-decoration: none; }
	del { text-decoration: line-through; }
	textarea { resize: none; }

.fbold {
	font-weight: 700;
}
/* =layout
---------------------------------------------------------------------------- */
#header .wrapper{
	position: relative;
}


#header ul {float:right;
 list-style: none; margin: 0;
}

#header .main-navi{
	border-top:0px solid #757575;
	background:#292929;
	-webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.45);
			box-shadow: 0 4px 4px -4px rgba(0,0,0,0.45);
	margin-top:1px;			
}

#header ul > li{
	float:left;
	/*box-shadow: 1px 1px 1px 1px rgba(250, 250, 250, 0.01);*/
}


body{
	color:#111133;
	text-align: center; 
	font-size:100%;
	line-height:18px;
	background-color:#f1f1f2;
}
body, input, textarea, select, option, optgroup, button{
	font-family: 'Panton';
	/*font-weight:400;*/
}

#body .content{
	float:right;
	width:100%;
}
#body .content > .inner{
	margin-left:0px;
}
#body .sidebar{
	float:right;
	position: relative;
	margin-right:-20px;
	width:20px;
}

.appear img{
	width:100%;
	height: auto;
}
.appear div { display:inline-block; height: 1000px;   position:absolute; top:160px;}

.block-state  {	position:absolute; right:0; width: 23%; min-width:100px; background:#676868; color:#ffffff; text-align:right; padding: 3px 25px 3px 5px;}
.block-state span {font-size:12px; font-weight:600;}
.block-filter {	width: 71%; padding:22px 0 0 20px; margin: 0 auto;}
.block-filter .filter-button {border:2px solid #121212; padding:5px 50px; margin-top:12px; color: #121212; font-family: 'Panton-Bold';}
.coll-filter {border:1px solid #b2b2b2; margin: 0 1.3%; display: inline-block;
vertical-align: top; width:30%; white-space: nowrap; margin-top:13px;white-space:normal;
			color:#3a3a3a; font-size:12px; min-height: 110px; padding: 5px 0;  min-width:120px; min-height: 125px;}

.inner .page-title {font-size:2em; color:#010103; padding:150px 1px 25px 1px; line-height: 39px;}
.page-title .sub-title {margin-left:40px;}

.layer-parent {
	height: auto;
	width : 100%;
	display: inline-block;
	background: #ffffff none repeat scroll 0 0;
	padding: 0 0 1% 0;
	/*border: 1px solid #ffffff;*/
	margin-top: 20px;
	border-radius: 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
			border-radius: 1px 1px 1px 1px;	
}
.layer{
	display: block;
	background: #ffffff none repeat scroll 0 0;
	display: block;
	min-height: 800px;

}
.layer-down {margin-top:-111px; min-height: 800px;
	/*background:#ffffff;*/
	/*border:1px solid #ffffff;*/
	-webkit-border-radius: 1px 1px 1px 1px;
			border-radius: 1px 1px 1px 1px;
			}

.wrapper{
	text-align: left;
	margin:0 auto;
	font-size:13px; padding-right:10px;
}


#body .wrapper{
	padding: 0 200px;
}

/*Strona Realizacje powinna mieć mniejszy margines przy mniejszej rozdzielczości*/
#body .wrapper-scale {
    padding: 0 155px;
}

@media screen and (max-width: 1200px){
    #body .wrapper-scale{
        padding: 0 70px;
    }
}

#footer{
	/*margin-top:25px;*/
	background:#323232;
}
#footer .wrapper .box{
	padding:18px 0px;
}
#footer .box{
	float: left;
	margin-left: 1%;
	margin-top: 10px;
	white-space: nowrap;	
}
#footer .box.double{
	width:12%;
	float:left;
	margin-left:10%;
	min-width:92px;
}
#footer .box:first-child{
	margin-left: 1%;
}
#footer .clr .box a{
	font-size:13px;
	line-height:20px;
	color:#ffffff;

}
#footer .box ul {
	height: 3px;
}
#footer .box li{
	border-top:1px solid #494949;
}
#footer .box li:first-child{
	border-top:none;
}
#footer .box li a{
	display: block;
	color:#c5c5c5;
	line-height:17px;
	padding:6px 0px;
}

.fixed{
	position: fixed;
}


#address {
	background: #323232 none repeat scroll 0 0;
	display: block;
	font-style: normal;
	font-size: 11px;
	color: #888888;
	padding: 3px;
	/*position: fixed;*/
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	/*margin-top:21px;    */
}    
/* =breadcrumb
---------------------------------------------------- */
.breadcrumb{ line-height:16px; color:#727272; font-size:12px; text-align: left; background:#ffffff; padding: 2px 28px;}
.breadcrumb > *:before{ content: "\003E"; color: #666666; padding: 0 .5em 0 .3em; }
.breadcrumb > *:first-child:before{ content: " "; padding:0px; }
.breadcrumb > *:first-child + *:before{ content: " "; padding-left:0; }
.breadcrumb a{ color:#666666; }
.breadcrumb .selected { color:#222222; }



.fright{ float:right; }
.fleft{ float:left; }
.tcenter{ text-align:center; }
.tleft{ text-align:left; }
.tright{ text-align:right; }

.orange-btn {
	background-image: linear-gradient(#fb9648 0px, #fa6432 100%);
	border: 1px solid #fd9842;
	border-radius: 3px; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
	color: #fff; font-size: 15px;
	margin: 8px 16px; line-height: 20px; padding: 7px 15px; display:inline-block;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;    
}
.orange-btn:hover {
	background-image: linear-gradient(#fe8040 0px, #fd4020 100%);
	border: 1px solid #fb7812;
}

.a_radio {color: #C0C0C0; cursor : pointer;}
.a_radio.intro {cursor : none; color: #101011;}
.a_radio:link {color: #101011; text-decoration: none}
.a_radio:visited {text-decoration: none}
.a_radio:hover {color: #777778; text-decoration: none}
.a_radio:active { color: #101011; text-decoration: none}



div.sote {
	display:inline-block;
	border: none; 
	width: 100%;
	
}
div.sote label {
	height:auto; 
	margin-top:0;
	padding: 1px 7px !important;	
}
div.sote select {
	padding: 1px 2px;
}
div.sote input {
	padding: 2px 4px;
}       
.sote.half-left {
	float: left; width:50%;    
}

.sote.half-right {
	float: right; width:50%;
}

div.half {
	float: left;
	width: 50%;
	min-width:315px;
}

.half-right select {
	float: right;
}
.half-right input {
	float: right;
}


.slogan_h {
	font-size: 15px;
	margin: 25px;
	line-height: 1.15;
}

ul.top-links li {
	margin-left: 20px;
}







.modal-outside{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
	z-index:1060;
}

.modal-inside div {overflow: visible;}

.modal-inside{
	position:fixed; 
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:1;
	max-width:55%;
	min-width:370px;
	min-height:190px;
	max-height:63%;         
	z-index:2099;
	margin: auto;
	background: none repeat scroll 0 0 #fcfcfc;
	text-align:center;  
	border:1px solid #444;
	border:1px solid rgba(0,0,0,0.3);
	*border:1px solid #444;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:2px;
	-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.35);
	-moz-box-shadow:0 5px 9px rgba(0,0,0,0.35);
	box-shadow:0 5px 9px rgba(0,0,0,0.35);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}

.modalHeader {
	background: none repeat 0 0 #616161;
	margin: -23px -1px 0 -1px;
	padding: 3px 0 3px 12px;
	font-size: 14px;
	text-align: left;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius: 4px 4px 0 0; 
	border-bottom: 1px solid rgba(0,0,0,0.3);
	color: #FFF;
	font-weight: bold;  
}

.modalHeader button.close {
	background: none repeat 0 0 #cacaca;
	float: right;
	font-size: 15px; 
	margin: -3px 0 0;
	opacity: 0.5;
}
.modalHeader .close:hover{
	opacity: 0.85;
}

.modalFooter {
	position: relative;
	display: inline-block;
	padding: 1px 0;
	left: 0;
	width: 100%;
	margin-top:-2px;
	bottom: 0;
	text-align:right;
	background-color:#f3f3f3;
	border-top:1px solid #ddd;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	*zoom:1;
	-webkit-box-shadow:inset 0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 0 #fff;
	box-shadow:inset 0 1px 0 #fff;
}

.modalFooter button {
	margin:4px;
	background: linear-gradient(to bottom, #e60904 0%, #cc1809 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #e60904;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 4px;     
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
	color: #fff;
	height: 25px;
	line-height: 20px;
	padding: 2px 7px;
	font-weight:600;
	font-size:12px;
	width:auto;
}


.box-in-modal {
	min-height:70px; max-height:100%; min-width:120px;
	display:block;
	text-align:center;
	height:100%;    
}


.modalBody .button {
	background: linear-gradient(to bottom, #eff7fa 0%, #b7b7b9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #bbbbbb;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
	color: #797a7b;
	cursor: pointer;
	line-height: 16px;
	height: 16px;
	font-size: 14px;
	margin: 4px 16px;
	padding: 3px 10px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;

}

.modalBody .button:hover { opacity: 0.95; color: #204099;}

#body-AsKing {
	display:block;
	height:auto;
	padding:13px;
	overflow-y:auto;
}


#body-AsKing .center-wait {
	display:block;  
	color:#999999;
	width: 99%;
	font-size: 1.3em;
	margin-top: 30px; 
}

#body-AsQueen {
	padding:12px; text-align:left;
}

#body-AsQueen .center-wait {
	display:block;  
	color:#999999;
	width: 99%;
	font-size: 1.3em;
	margin-top: 30px; 
}
 


.modal.fade{
	-webkit-transition:opacity .3s linear,top .3s ease-out;
	-moz-transition:opacity .3s linear,top .3s ease-out;
	-ms-transition:opacity .3s linear,top .3s ease-out;
	-o-transition:opacity .3s linear,top .3s ease-out;
	transition:opacity .3s linear,top .3s ease-out;
}


.modal-form{
	margin-bottom:0;
}


.modal-footer:before,.modal-footer:after{
	display:table;
	content:"";
}

.modal-footer:after{
	clear:both;
}


.modal-backdrop, .modal-backdrop.fade.in {
	opacity : 0.37;
}


.modal-footer .close:hover{
	opacity: 1;
}

.modal-footer{
	padding: 10px 1px 10px 3px;
	border-radius: 0 0 4px 4px;
	opacity: 0.70;
}

.modal-footer button{
	margin-right: 10px;
} 


.sub-in-row span{
	margin: 3px 0px 0px 10px;
}

.question{
	margin-top: 13px;
}

.question a{
	padding: 5px 25px !important;
	cursor: pointer;
}

.u-links {
	border-radius: 1px;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);
	margin: 12px 0px;
}    

.cnt-parent {padding-bottom: 2px;}

li.cnt-try.selected .sub-content{
	display:block;
	border : none;
	-webkit-box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
			box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
	background: none repeat scroll 0 0 #ffffff;	
	font-weight: 400;		
}


li.cnt-try.selected .sub-menu {
	display:inline-block; width:100%;
	border : none;
	-webkit-box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
			box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
	background: none repeat scroll 0 0 #ffffff;	
	font-weight: 400;		
}

li.in_cnt_try { 
	text-align:center; 
	display: inline-block; width:100%;
	border:1px solid #cccccc; border-top:none;
	background-color:#f5f7f9;	
}

li.in_cnt_try:hover { background-color:#ffffff;}
}



li.selected > .m-nav-tab > a , li.selected > .m-user-menu > a {
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
	color: #030303;
}
li.cnt-try {
  display: inline-block;
}

.m-nav-tab a {display:block;	font-size: 13px;
	line-height: 42px;
	color:#ffffff;
	opacity: 0.99; -moz-opacity: 0.99; filter:alpha(opacity=99); 	
	font-weight:800;
	padding:0px 14px;    
}
.m-user-menu a {display:block;	font-size: 13px;
	line-height: 32px;
	color:#bfbfbf;
	opacity: 0.99; -moz-opacity: 0.99; filter:alpha(opacity=99); 	
	font-weight:800;
	padding:0px 13px;    
}
.m-user-menu a:hover , .m-nav-tab a:hover {
	text-decoration: none;
}
.p-rel {position: relative;}
.p-abs {position: absolute;}

.m-user-menu {
	margin: 0;
	display: inline-block;
	box-sizing: border-box;      
}
.m-nav-tab {
	margin: 0;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;      
}

.m-nav-layer {
	background: #DFDFDF none repeat scroll 0 0;
	border: 0px solid #d6d6d6;
	border-radius: 1px;
	box-sizing: content-box;
	display: none;
	height: auto;
	text-align: left;
	width:100%;
	z-index: 990;
	padding-bottom:30px;
}


.no-pad {padding:0; margin:0;}

.cnt-block .sec-group {margin-top:20px; font-size:13px;}
.sec-group .req {
	font-size: 12px; float: left;
	min-width: 120px;
	width: 45%;
}

li.cnt-try.selected .m-nav-layer {
	display:block;
	border : none;
	background: none repeat scroll 0 0 #fffffc;				
	position: absolute;
	right:0;
	margin: 0;	    
}

li.cnt-try.selected .m-user-menu .m-nav-layer { top: 32px; }
li.cnt-try.selected .m-nav-tab .m-nav-layer { top: 42px; }

.mnl-content {
	color: #090909;
	z-index: 992;
	box-sizing: border-box;
}

.hn-box {
	float: left;
	margin: 10px 32px;
	width: 333px;
	display: inline-block;
	padding-left:20px;
}

#header .hn-box ul {float:left;}  

.hn-box .li-parent {list-style: disc outside none;  margin: 20px 5px 0 5px;}

.m-nav-tab .hn-box li {clear:both;}
.m-nav-tab .hn-box .li-child a {font-size: 12px; font-weight: 400; padding-left:7px;}
.m-nav-tab .hn-box a {
	white-space: nowrap; padding:0;
	color:#010101; font-size: 13px; font-weight: 500; line-height: 24px; margin: 1px;
}

.m-nav-layer .in_cnt_try a {
	white-space: nowrap; padding:0;
	color:#212121; font-size: 13px; font-weight: 500; line-height: 31px; margin: 1px;
}

a.img_lupa::before {
	background: rgba(0, 0, 0, 0) url("../img/img_lupa.png") no-repeat scroll 0 0;
	content: "";
	height: 25px;
	right: 0;
	position: absolute;
	top: -8px;
	width: 30px;
}
a.img_lupa {padding-left:9px;}

a.img_basket::before {
	background: rgba(0, 0, 0, 0) url("../img/koszyk.png") no-repeat scroll 0 0;
	content: "";
	height: 25px;
	right: 0;
	position: absolute;
	top: 3px;
	width: 37px;
}
a.img_basket {width: 80px;}



.block-search {
			 width:65%; min-width:440px; height:122px; display:inline-block; position:relative; bottom:-26px;
}				  

.coll-filter .filtpar  {color:#3a3a3a; padding-left:33px; text-align:left; text-transform: uppercase; font-family: "Panton-Black";}
.filter-opt {margin-left: 10px; text-align:left;}
.filter-opt .checklab {margin: 0 10px; vertical-align:middle; padding-top: 3px; color:#646464;}
.coll-filter .filter-more { text-align:left;}
.filter-more .checklab {margin: 0 33px; vertical-align:middle; padding-top: 3px; cursor:pointer;} 

.box-prod {
	width: 210px;
	margin: 13px 17px;
	float: left;
	text-align: center;
	background: #fff;
	padding: 21px 10px;
	border: 1px solid #fff;
	position: relative;
}

.box-prod:hover{
	border: 1px solid #B61111;
}

.box-prod:hover .add-to-cart{
	background: #B61111;
	border: 1px solid #B61111;
}

.box-prod .box-prod-img{
	width: 100%;
	height: 100px;
	cursor: pointer;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

.box-prod .box-prod-img img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

.d-p-name { font-size:14px; cursor: pointer;height: 40px; font-family: 'Panton-Bold';}
.d-p-desc {color:#7a7a7a; font-weight:500;}
.d-price-old {margin-top:10px; color:#7a7a7a; font-weight:500; text-transform: uppercase;}
.d-price-new {margin-top:4px; font-size:25px;}

.add-to-comp {
	border: 1px solid #121212;
	margin-top: 4px;
	padding: 5px 14px;
	font-size:10px;
}

.add-to-cart {
	background-color:#121212;
	border: 1px solid #121212;
	color:#ffffff;
	margin-top: 10px;
	padding: 5px 31px;

}

.inner .headline{
	font-size:24px;
	line-height:22px;
	color:#030405;
	margin-top:35px;
	padding:13px 0;
}
.page-title .tab-title {
	margin-left: 40px;
	font-size:18px;
}

.page-title > p {
	font-family: 'Panton-Black';
}

.layer .cnt-block {margin-left:2%;}

.cnt-block .req {margin: 9px 0;}
.cnt-block .req span{
	color: #dc0f06;
	font-size: 15px;
	padding-top:2px;
	line-height:13px;    
	vertical-align:middle;
}
.cnt-block .row {margin: 12px 0;}

.cnt-row {
	margin-left: 2%; width:98%; padding:1% 0; min-width:240px; 
	display:inline-block;
	font-size:14px;
	}
.cnt-row .bg-gray {	
	width:32%; min-width:170px;	
}
.cnt-row-half {
	margin-left: 2%; width:48%; padding-top:1%; min-width:240px; 
	display:inline-block;
	font-size:14px;
	}

.cnt-row-half .bg-gray {	
	width:64%; min-width:170px;	
}	
.cnt-section {margin-bottom:15px;}	
/* =tabs
---------------------------------------------------- */
.tabctrl{
	margin-top:1%;
	color: #ffffff;
}
.tabctrl div {
	box-sizing: content-box;
	float:left;
	height:37px;
	line-height:37px;
	margin:8px 0;
	cursor: pointer;
	font-size: 14px;
	font-weight:600;   	
	vertical-align: top;
	text-align: center;
}
.tabctrl div.tab-black3 {
	background-color: #303030;
	border: 1px solid #303030;
	width:27.5%;   	
	margin-right:1.5%;
	margin-left:2%;
}
.tabctrl div.tab-black3:last-child{
	margin-right:0;
	width: 33.5%;
}

.tabctrl div.tab-red4 {
	background-color: #cc1012;
	border: 1px solid #aa1012;
	width:21.5%;   	
	margin-right:1%;
	margin-left:2%;
	min-width:160px;
	position:relative;
}

#cart1 .tabctrl div.tab-red4{
	background: #303030;
	border: 1px solid #fff;
}

#cart1 .tabctrl div.tab-red4.active{
	background: #cc1012;
	border: 1px solid #aa1012;
}



.tabctrl div.tab-red4:last-child{
	margin-right:0;
}
.tabctrl .tab-red4.selected::before {
	background-image: url("../img/rb_rubin.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	bottom: -22px;
	content: "";
	display: inline-block;
	height: 31px;
	left: 75px;
	margin-left: -20px;
	margin-top: -12px;
	position: relative;
	width: 20px;
}


.tabctrl .tab-black3#tb_3 {min-width:200px;}
.tabctrl .tab-black3.selected:after {
	background-image:url("../img/bw_rubin.png");
	background-position: right bottom;	
	background-repeat: no-repeat;
	position: relative;
	content: "";
	display: inline-block;
	width:31px;
	height:31px;	
	bottom: -24px;
	right: 27px;
	margin-left:-30px;
	margin-top:-12px;
}
.tabctrl .tab-black3#tb_3.selected:after {
	left: -70px;
}


.inlineblock {display:inline-block; width:100%; margin-bottom: 13px;}
.inlineblock .row-left {float:left; width:48%;}
.inlineblock .row-right {float:right; width:48%;}
/* =form`s -> form-half 
---------------------------------------------------- */
.form-half input[type="text"], .form-half input[type="password"], .form-half textarea {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #a3a3a3;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	width: 200px;
}
.form-half .label{
	font-size: 11px;
	text-align:left;
	min-width:44%;
	padding:2px 0;
	margin: 0;
	font-weight:600;
}
.form-half .area{
	width: 0 auto;
}
.form-half .row.data-inserted .label{
	padding-top:0px;
}
.form-half .row.data-inserted .area{
	font-size:13px;
	font-weight:700;
}
.form-half .row.data-inserted .area .note{
	font-style:italic;
	font-weight:400;
	color:#adadad;
}
.form-half input[type="text"], .form-half input[type="password"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	height:37px;
	width:100%;
	padding: 0 10px;
}

.form-half input[type="password"] {
	border: 1px solid #a3a3a3;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 37px;
	width:100%;
}

.form-half textarea{
	width:100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	max-width:360px;
	height:114px;
}
.form-half .cnt-block{
	width: 47%;
	min-width:290px;
}

.btn-group {
	font-size: 12px;
	margin-top:40px;
}

.btn-white{
	background-color: #fefefe;
	border: 1px solid #121212;
	padding: 0 4%;
	height:37px;   
	color: #030405;
	width:40%;
}
.btn-black{
	background-color: #121212;
	border: 1px solid #121212;
	float:right;
	padding: 0 4%;
	height:37px;
	width:40%;
	color: #fefefe;
}     

.btn-ok{
	background-color: #121212;
	border: 1px solid #121212;
	float:left;
	padding: 0 3%;
	height:35px;
	color: #fefefe;
	margin-top:22px;
	margin-left:21px;
}
.w220 {width:220px;}
.w44p {width:41%;}
.a-space {padding:3px 0; margin: 20px 0 0 0; font-size:11px; color:#010103; display:inline-block;}

.btn-gray{
	background-color: #bababa;
	border: 1px solid #a9a9a9;
	padding: 0 4%;
	height:35px;
	color: #010203;
	width:92%;
	margin-top:22px;
	font-size: 14px;
}

.bg-gray {
	background-color: #cacaca;
	padding: 0 2%;
	height:37px;
	color: #010203;
	margin-top:5px;
	font-size: 20px;
	}
.bg-black {
	background-color: #303030;
	height:37px;
	color: #FEFEFE;
	margin-top:5px;
	font-size: 12px;
}

.signmess {margin:10px 20px; color:#bb0011; font-size:15px;}

.tabtitle {margin-left:2%;}
.tabtitle div {
	background-color: #303030;
	border: 1px solid #303030;
	box-sizing: content-box;
	color: #fefefe;
	float: left;
	font-size: 14px;
	font-weight: 600;
	height: 37px;
	line-height: 37px;
	margin: 2% 2% 1% 0;
	text-align: center;
	vertical-align: top;
	width: 47%;
}

.btn-l-croser {
	background-image:url("../img/croser.png");
	background-position: right 3% center;
	background-repeat: no-repeat;    
	background-color: #303030;
	color: #fefefe;
	height: 37px;
	padding: 0 4%;
	width: 39%;
	margin-right:2%;
}

.btn-r-croser {
	background-image:url("../img/croser.png");
	background-position: right 3% center;
	background-repeat: no-repeat;    
	background-color: #303030;
	color: #fefefe;
	height: 37px;
	padding: 0 4%;
	width: 39%;
	margin-left:2%;
}

.row.bool-opt {
	text-align: left;
}
.bool-opt .check-outleft {    margin-left: -22px;}

.bool-opt .checklab {
	color: #646464;
	margin: 0 10px;
	vertical-align: middle;
}


.in-tab{margin-top:2%;}
.in-tab-down {padding-top:3%;}

.of_items {margin: 12px 0;}
.of_items table.table-default tbody tr.t:last-child{
	background: #a1a1a3 !important;
	color: #f2f2f2;
	font-weight: bold;
}







/* =table products list
---------------------------------------------------- */
.table-p-list{
	border-collapse: separate;
	border-top:1px solid #c9c9c9;
	margin:2% 2% 0 0;
}

.table-p-list .odd,
.table-p-list .odd + .text{
	background:#ededed;
}
.table-p-list th{
	height: 37px;
	width:15%;	 	
	padding: 3px 18px;
	color:#fdfdfd;
	border: 1px solid #585858;
	background: #292929;   
	font-weight:600;
	font-size:11px;
	text-align:center;
}

.table-p-list th.sortno {
	background-color: #292929;
	background-image: url("../img/sortno.jpg");
	background-position: right 3% center;
	background-repeat: no-repeat;
	cur/sor:pointer;    
}
.table-p-list th.sortdn {
	background-color: #292929;
	background-image: url("../img/sortdn.jpg");
	background-position: right 3% center;
	background-repeat: no-repeat;
	cur/sor:pointer;    
}
.table-p-list th.sortup {
	background-color: #292929;
	background-image: url("../img/sortup.jpg");
	background-position: right 3% center;
	background-repeat: no-repeat;
	cur/sor:pointer;
}

.table-p-list td{
	padding:10px 12px;
	color:#3a3b3c;
	border:1px solid #dfdfdf;
	text-align:center;	
}




.table-p-list th.thin,
.table-p-list td.thin{
	padding-left:5px;
	padding-right:5px;
}
.table-p-list th.thin-left,
.table-p-list td.thin-left{
	padding-left:5px;
}
.table-p-list th.thin-line,
.table-p-list td.thin-line{
	padding-top:5px;
	padding-bottom:5px;
}


.table-p-list td{
	font-size:13px;
}
.table-p-list td.photo{
	background:#fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.18);
			box-shadow: 0 0 4px 0 rgba(0,0,0,0.18);
	position: relative;
	z-index:2;
}
.table-p-list .text td{
	font-size:12px;
}
.table-p-list .text td ul.product-data{
	margin-bottom:6px;
}
.table-p-list .text td ul.product-data li{
	margin-right:16px;
	color:#8b8b8b;
}
.table-p-list .text td ul.product-data li strong{
	font-weight:400;
	color:#3b3b3b;	
}
.table-p-list .text td p.desc{
	font-size:11px;
}
.table-p-list .icon.view{
	margin-right:8px;
	position: relative;
}
.table-p-list .icon.view:hover img{
	display:block;
	position: absolute;
	top:15px;
	left:15px;
	border:1px solid #cbcbcb;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
			box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
}

.table-p-list .icon.f_checkbox{
	vertical-align: middle;
}
.table-p-list .shoper-add{
	white-space: nowrap;
}
.table-p-list .shoper-add input{
	border:1px solid #d6d6d6;
	width:32px;
	height:18px;
	line-height:18px;
	text-align: center;
	font-size:11px;
	-webkit-box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.15);
			box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
			border-radius: 4px;
	background:#f2f2f2;
	color:#3b3b3b;
}



/* =table summary
---------------------------------------------------- */
.table-summary{
	border-collapse: separate;
	border-top:1px solid #d2d2d2;
}
.table-summary .odd{
	background:#fcfcfc;
}
.table-summary th,
.table-summary td{
	padding:5px 14px;
	color:#3b3b3b;
	border-bottom:1px solid #d2d2d2;
}
.table-summary th.thin,
.table-summary td.thin{
	padding-left:5px;
	padding-right:5px;
}
.table-summary th.thin-line,
.table-summary td.thin-line{
	padding-top:5px;
	padding-bottom:5px;
}
.table-summary td.photo{
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.table-summary th.hlight-1,
.table-summary td.hlight-1{
	border-left:1px solid #b4d7df;
	border-right:1px solid #b4d7df;
}
.table-summary th.hlight-1{
	border-bottom:1px solid #b4d7df;
}
.table-summary td.hlight-1{
	font-size:12px;
	font-weight:700;
	color:#2c94ac;
}
.table-summary th.hlight-1,
.table-summary .odd td.hlight-1{
	background:#f2fbfd;
}
.table-summary th.hlight-2,
.table-summary td.hlight-2{
	border-left:1px solid #f4ba93;
	border-right:1px solid #f4ba93;
}
.table-summary th.hlight-2{
	border-bottom:1px solid #f4ba93;
}
.table-summary td.hlight-2{
	font-size:12px;
	font-weight:700;
	color:#e86107;
}
.table-summary th.hlight-2,
.table-summary .odd td.hlight-2{
	background:#fbf0e8;
}
.table-summary th{
	color:#8b8b8b;
	font-weight:400;
	font-size:11px;
	line-height:15px;
}
.table-summary .icon.view{
	margin-right:8px;
	position: relative;
}
.table-summary .icon.view:hover img{
	display:block;
	position: absolute;
	top:15px;
	left:15px;
	border:1px solid #cbcbcb;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
			box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
}
.table-summary .col-1{
	width:1px;
}
.table-summary .col-2{
	width:1px;
}
.table-summary .col-4{
	width:1px;
}
.table-summary .col-5{
	width:1px;
}
.table-summary .col-6{
	width:1px;
}
.table-summary .col-7{
	width:42px;
}
.table-summary .col-8{
	width:1px;
}
.table-summary .col-9{
	width:1px;
}
.table-summary .col-10{
	width:1px;
}
.table-summary .col-11{
	width:1px;
}
.table-summary .col-12{
	width:1px;
}
.table-summary .col-13{
	width:37px;
}
.table-summary .icon.f_checkbox{
	vertical-align: middle;
}
.table-summary .shoper-add{
	white-space: nowrap;
}
.table-summary .shoper-add input{
	border:1px solid #b6d8e0;
	width:32px;
	height:18px;
	line-height:18px;
	text-align: center;
	font-size:11px;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	background:#f2fbfd;
	color:#3b3b3b;
}
.table-summary .shoper-add .button.type-2{
	height:20px;
	line-height:20px;
	padding:0px;
	width:19px;
	margin-left:5px;
}
.table-summary .shoper-add .button.type-2:before{
	width:9px;
	height:9px;
	position: absolute;
	left:5px;
	top:6px;
	content: '';
	background:url(../img/icon-shoper-add.png) no-repeat 0 0;
}

.parctrl {margin-left:2%;}
.parctrl div.tab-black3 {
	background-color: #303030;
	border: 1px solid #303030;
	color:#fefefe;
	float: left;
	font-size: 14px;
	font-weight: 600;
	height: 37px;
	line-height: 37px;
	margin: 2% 2% 1% 0;
	text-align: center;
	vertical-align: top;
	width: 20%;
	cursor:pointer;
}

.parctrl div.tab-grey3 {
	background-color: #676868;
	border: 1px solid #676868;
	color:#fefefe;
	float: left;
	font-size: 14px;
	font-weight: 600;
	height: 37px;
	line-height: 37px;
	margin: 2% 2% 1% 0;
	text-align: center;
	vertical-align: top;
	width: 20%;
	cursor:pointer;
}

.parctrl div.tab-grey3 input {
	margin-right: 10px;
	display: inline-block;
}

.parctrl div.tab-black4 {
	float: left;
	display: block;
	margin: 2% 2% 1% 0;
}

.parctrl div.tab-black4 input {
	height: 36px;
	border: 1px solid #303030;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	color: #303030;
	display: inline-block;
	font-size: 16px;
}

.cnt-row div.tab-black4 button {
	margin-left: 20px;
	height: 39px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #303030;
	background-color: #303030;
	float: left;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
}

.cnt-row div.tab-black4 label {
	font-family: 'Panton-Bold';
	display: block;
}

.fontpar .label {
	font-size: 14px;
	font-weight: 600;
}

.date_range {width:100%; min-width:305px;}
.date_range {display:block; text-align:center;}
.date_range .btn-ok{ margin-left: 1px;}
.date_range div {float:left; margin: 0; text-align:left; width:40%;}
.date_range input[type="text"] {width:90%; height:37px; padding-left:8px;}

.table-page-range {width:auto; padding-top: 0;}
.table-pages {width:auto; padding-top:17px; display:inline-block; margin-right: 38px;}
.page_params {text-align:center; height:35px;}

.bask-table a{height:auto; display:inline-block; border:1px solid #d9d9d9;}
.qty-in-bask input{max-width:45px; text-align:center;}

.tr-sumary a {display:block; border:none;}
.tr-sumary td {
	vertical-align:top; 
	line-height:37px;
	border:none; 
	padding: 0;
	margin-top: 5px;
	}
.tr-sumary .v-middle {vertical-align:middle;}
.tr-sumary .v-middle div {margin-top:7px; text-align:right; padding-right:8px;}
.tr-sumary .pos-both {
	border:1px solid #d9d9d9; width:40%;
	margin-top: 7px;
	font-size: 14px;
	line-height:37px;
	}
.pos-sumary {
	height: 37px;
	margin-top: 7px;
	width: 100%;
	border:1px solid #d9d9d9;
	font-size: 15px;    
	}
.pos-gray {
	background-color: #dadada;
	color: #010203;

	}
.pos-black {
	background-color: #292929;
	color: #fefefe;
	font-size: 20px;
	}
.pos-white {
	background-color: #fefefe;
	color: #010203;
	}
.pos-red {
	background-color: #aa0909;
	color: #fefefe;
	}		

#form_newaccount .btn-group .row{
	display: inline-block;
	width: 45%;
}

#form_newaccount .btn-group .row:last-child{
	margin-left: 6%;
}

#form_newaccount .btn-group .row button{
	width: 100%;
}

.pagination{
	width: 400px;
	border: 1px solid black;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	bottom: 10px;
	margin-top: 30px;
}

.pagination button.inline.pager.fleft{
	margin-top: 2px;
	margin-left: 25px;
}

.pagination button.inline.pager.fright{
	margin-top: 2px;
	margin-right: 25px;
}

.pagination button.inline.pager:hover{
	text-decoration: underline;
}

.pagination button.inline.pager:disabled{
	cursor: no-drop;
}

.pagination button.inline.pager.fright:before{
	content: "";
	width: 9px;
	height: 10px;
	background: url('/img/icon-arrow-grey-right.png');
	position: absolute;
	right: 21px;
	top: 14px;
}

.pagination button.inline.pager.fleft:before{
	content: "";
	width: 9px;
	height: 10px;
	background: url('/img/icon-arrow-grey-left.png');
	position: absolute;
	left: 21px;
	top: 14px;
}

.pagination ul li{
	font-size: 14px;
	margin: 5px;
}

.pagination ul li.active{
	font-weight: bold;
	font-size: 15px;
}

.modal{
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: none;
	z-index: 999999;
}

.modal-bg{
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: none;
}

.modal.absolute{
	background: transparent;
	position: absolute;
}

.modal.absolute .modal-box{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -400px;
}

.modal.product .modal-content{
	width: 800px;
	height: auto;
	padding: 15px;
	background: #fff;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
}

.modal .modal-content{
	width: 400px;
	height: auto;
	padding: 15px;
	background: #fff;
	margin: 0 auto;
	margin-top: 100px;
}

.modal .header{
	position: relative;
}

.modal .main-img{
	width: 250px;
	height: 250px;
	line-height: 250px;
	border: 1px solid #ddd;
	float: left;
	text-align: center;
	position: relative;
}

.modal .main-img img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.modal .header .modal-close{
	width: 15px;
	height: 15px;
	position: absolute;
	background: url('/img/icon-close.png');
	right: 0px;
	cursor: pointer;
}

.modal .info.clr{
	float: left;
	width: 520px;
	margin-left: 25px;
}

.modal .info.clr .header-main{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	width: 95%;
}

.modal .info.clr .info-content{
	float: left;
	margin-top: 20px;
}

.modal .info.clr .info-content{
	width: 190px;
}

.modal .info.clr .info-content:last-child{
	width: 310px;
	margin-left: 20px;
}

.modal .info.clr .info-content .header{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.modal .info.clr .info-content .header p{
	font-size: 16px;
}

.modal.visible{
	display: block!important;
}

.modal .modal-box{
	width: 450px;
	padding: 20px;
	background: #fff;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
}

.modal .modal-box .modal-header{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.modal .modal-box .modal-header p{
	font-size: 20px;
	margin: 0px;
}

.modal .modal-box .modal-header span{
	width: 20px;
	height: 20px;
	background: url('/img/icon-modal-close.png') no-repeat;
	padding: 20px;
	position: absolute;
	right:-40px;
	top: -20px;
	cursor: pointer;
}

.modal .modal-box .modal-content-box{
	padding-bottom: 30px;
}

.modal .modal-box .modal-content .modal-img{
	width: 300px;
	height: 300px;
	margin: 0 auto;
}

.modal .modal-box .modal-content .modal-img img{
	max-width: 100%;
	max-height: 100%;
}

.modal .modal-box .modal-footer{
	border-top: 1px solid #eee;
	padding-top: 15px;
}

nav.main-navi .wrapper ul.clr li{
	padding: 10px;
	margin-bottom: -2px;
}

nav.main-navi .wrapper ul.clr li a{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

nav.main-navi .wrapper ul.clr li:hover{
	background: #fff;
}

nav.main-navi .wrapper ul.clr li:hover a{
	color: #111133;

}

nav.main-navi .wrapper ul.clr li .dropdown{
	position: absolute;
	width: 100%;
	max-width: 100%;
	background: #fff;
	left: 0px;
	padding: 20px 0px;
	z-index: 99;
	display: none;
}

nav.main-navi .wrapper ul.clr li .dropdown ul{
	float: left !important;
	margin-left: 30px !important;
}

nav.main-navi .wrapper ul.clr li .dropdown li{
	float: none !important;
}

nav.main-navi .wrapper ul.clr li .dropdown ul li a{
	color: #111133;
}

nav.main-navi .wrapper ul.clr li:hover .dropdown{
	display: block;
}

div.basket-success{
	position: absolute;
	bottom: -38px;
	width: 100%;
	background: #2DB900;
	left: 0px;
	display: none;
}

div.basket-success p{
	padding: 10px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

.flors { display:block; position: relative;
	font-style: normal;
}
.flors #flor0 {
	overflow:hidden; 
	display: inline-block; 
	width: 100%;
}

.flors .flor-light {
	overflow:hidden; display: inline-block; width: 100%;
	clip: rect(auto, 1400px, 1200px, auto);
	right:-800px;
	bottom:-1400px;	
	left:20%;
	top:20%;
	margin-left:-10.00%;
	margin-top:-7.08%;	
	width:100%;
	height:100%;	

}	
div.flor-light {
	min-width:500px;
	min-height:500px;
	opacity:0.0;
	position: absolute;
}

.flors a {
	background: #202020 none repeat scroll 0 0;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
	color: #F1F1F1;
	text-decoration: none;
	padding-left: 20px;
	position: absolute;
	width: 13%;
	height: 2.65vw;
	line-height: 2.65vw;
	font-size: 13px; font-size: 1.4vw;
	z-index: 100;	
	/*display:none;	    */
}  
.flors a.l-dym::before {
	border-color: transparent #202020 transparent transparent;
	border-style: solid;
	border-width: 0 1vw 1vw 0;
	content: "";
	height: 0;
	right: 0;
	position: absolute;
	bottom: -0.9vw;
}
.flors a.r-dym::before {
	border-color: #202020 transparent transparent transparent;
	border-style: solid;
	border-width: 1vw 1vw 0 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	bottom: -0.9vw;
}
.flors a.l-dym:hover::before {
	border-color: transparent #AA1224 transparent transparent;
}
.flors a.r-dym:hover::before {
	border-color: #AA1224 transparent transparent transparent;
}
.flors a:hover {
	cursor: pointer;
	color: #F9F9F9;
	background-color:#AA1224;
}
	

.flors #flor1 {
	top: 37%;
	left: 45%;
}  
.flors #flor2 {
	top: 60%;
	left: 22%;    
}  
.flors #flor3 {
	top: 20.5%;
	left: 59%; 
	width: 14%;   
}  
.flors #flor4 {
	z-index: 100;
	top: 49%;
	left: 45%;
}  
.flors #flor5 {
	top: 58.5%;
	left: 49%;
}  
.flors #flor6 {
	top: 52%;
	left: 69%;
} 

.table_img{
	width: 96px;
	height: 96px;
}

.half{
	width: 80% !important;
}

.half .half-content{
	float: left;
	width: 33%;
}

.half .half-content:not(:first-child){
	margin-left: 4%;
}

#tab_2 .half{
float: none !important;
}

.cnt-section button{
	margin-bottom: 20px;
}

.row.inline-block{
	margin: 10px 30px;
}

.row.inline-block .area label[for]{
	margin-left: 10px;
}

#static-content{
	position: relative;
	overflow: hidden;
}

#map_ul li {
	position: absolute;
	top:0;
	left:0; 
	z-index: 0;
	width: 100%;
	opacity: 0;
	list-style: none;
}

input:disabled, input[readonly]
{
	background: #ddd !important;
	cursor: no-drop;
}

.layer .programs .item{
	width: 150px;
	height: 75px;
	float: left;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 10px;
}

.layer .programs .item .img-pr{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.layer .programs .item .img-pr img{
	max-width: 75%;
	max-height: 75%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#tabs-prog ul li{
	float: left;
	margin: 10px;
	padding: 10px 15px;
	background: #111133;
	margin-bottom: 20px;
	margin-top: 20px;
}

#tabs-prog ul li.selected-pr{
	background: #cc1012;
}

#tabs-prog ul li a{
	text-decoration: none;
	color: #fff;
}

tr.trred{
	background: #AC0000 !important;
}

tr.trred td{
	background: #AC0000 !important;
	color: #fff !important;
}

span.disabled{
	opacity: 0.8;
	cursor: no-drop;
}

table.docs{
	width:100%;
	border-collapse: separate;
	color:#888c8e;
	text-transform: uppercase;
}
table.docs th{
	background:#f6f6f6;
}
table.docs th,
table.docs td{
	padding:0px 10px;
	border-left:1px solid #ececec;
}
table.docs .col-1{ width:10px; }
table.docs .col-2{  }
table.docs .col-3{  }
table.docs .col-4{  }
table.docs .col-5{  }
table.docs .col-6{ width:90px; }
table.docs .col-7{  }
table.docs .col-8{ width:10px; }

table.docs .value-selector{
	position: relative;
	float:right;
	height:22px;
	width:9px;
	margin-top:8px;
}
table.docs .value-selector .more{
	width:9px;
	height:8px;
	position: absolute;
	right:0px;
	top:0px;
	background:url(../img/order-more.png) no-repeat 0 0;
}
table.docs .value-selector .less{
	width:9px;
	height:8px;
	position: absolute;
	right:0px;
	bottom:0px;
	background:url(../img/order-less.png) no-repeat 0 0;
}
table.docs .value-selector .more.selected{
	background-image:url(../img/order-more-sel.png);
}
table.docs .value-selector .less.selected{
	background-image:url(../img/order-less-sel.png);
}

table.docs th:first-child,
table.docs td:first-child{
	border-left:none;
}
table.docs thead th button{
	font-size:12px;
}
table.docs thead th{
	border-top:1px solid #dcdfdf;
	border-bottom:1px solid #dcdfdf;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	font-size:12px;
	line-height:16px;
	text-transform: uppercase;
	color:#4c5053;
}
table.docs thead th:first-child{
	border-left:1px solid #dcdfdf;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
table.docs thead th:last-child{
	border-right:1px solid #dcdfdf;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
table.docs tbody td{
	padding-top:8px;
	padding-bottom:8px;
	font-size: 12px;
	border-bottom:1px solid #dcdfdf;
}
table.docs tbody td a{
	margin-left:15px;
	border-bottom:1px solid #c9caca;
	color: #272a2c;
}
table.docs tbody td a:first-child{
	margin-left:0px;
}
table.docs tbody tr:hover td{
	-webkit-box-shadow: 0 -1px 0 0 #8f9192;
	box-shadow: 0 -1px 0 0 #8f9192;
	border-bottom:1px solid #8f9192;
	color:#272a2c;
}
table.docs tbody tr:nth-child(even) td{background: #f8f8f8; }

#modal-details .modal-box{
	width: 800px !important;
}

p.programName {
	margin: 10px;
	padding-top: 20px;
	font-size: 17px;
	font-family: 'Panton-Bold';
}

#homepage_img{
	right: 0px;
	top: 102px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: fixed;	
}

#homepage_img img{
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 1920px;
	height: 1080px;
	max-height: none;
	max-width: none;
	z-index: -999999;
	top: 35px;
	right: 0;
}

#tooltips{
	right: 0px;
	top: 0px;
	list-style: none;
}

#tooltips li{
	display: none;
	list-style: none !important;
}

#tooltips li p{
	padding: 0.8%;
	color: #fff;
	background: #323232;
	min-width: 10%;
}

#tooltips li p.ttright:before{
	border-color: transparent #323232 transparent transparent;
	border-style: solid;
	border-width: 0 8px 8px 0;
	content: "";
	height: 0;
	right: 0;
	position: absolute;
	bottom: -8px;
}

#tooltips li p.ttleft:before{
	border-color: #323232 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	bottom: -8px;
}


#preloader.homepage{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0 auto;
	vertical-align: middle;
	background: rgba(0, 0, 0, .9);
	z-index: 999999;
}

#preloader.homepage .pre-content{
	width: 200px;
	padding: 20px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
}

#preloader.homepage .pre-content p{
	color: #fff;
	padding-top: 40px;
}

a.copyright{
	font-family: "Georgia", serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #888;
}

a.copyright span{
	color: #DB5327;
}

#poll, #configuratorForm{
	padding: 40px;
}

#poll h2 , #configuratorForm h2{
	color: #111133;
}

#poll h3, #configuratorForm h3{
	padding-top: 20px;
	margin-bottom: 10px;
}

#poll div{
	margin-left: 15px;

}

#poll .label{
	min-width: 0px !important;
}
#configuratorForm .label{
	min-width: 245px !important;
}
#poll.form-half input[type="text"], #configuratorForm.form-half .rows input[type="text"]{
	width: 30%;
}

.check, #all_to_csv {
	display: block !important;
}

#from input, #to input {
	display: inline-block;
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

#from input:last-child, #to input:last-child {
	width: 50px;
}

#from label, #to label {
	color: #000000;
}

#cntBasket .halfgrid{
	margin-top: 30px;
}

form.form-half.pods .rows .row{
	margin: 0 auto;
	max-width: 65%;

}

.show-cat {
	font-size: 18px;
	padding: 15px 10px 15px 10px;
	/*position: absolute;*/
	border: 1px solid #282B2F;
	margin-top: 15px;
}

.show-cat:hover {
	text-decoration: none !important;
	color:#FFFFFF;
	background-color: #282B2F;
}


div.layer.news h2{
	padding: 40px;
}

div.layer.news ul.news li.item{
	width: 90%;
	padding: 10px;
	border: 1px solid #ddd;
	margin-left: 40px;
	position: relative;
}

div.layer.news ul.news li.item div.list-image{
	width: 150px;
	height: 150px;
	position: relative;
}


div.layer.news ul.news li.item div.list-image img{
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

div.layer.news ul.news li.item div.list-content{
	margin-left: 30px;
	width: 85%;
}

div.layer.news ul.news li.item .goto{
	position: absolute;
	right: 10px;
	bottom: 10px;
}



div.inner.no-scale{
	/*Musiałem wyłączyć, ponieważ był problem z wyświetlaniem treści
	width: 1280px;*/
	margin: 0 auto !important;
}


.map_a{
	background: url('/img/circle-slice.png') center center no-repeat;
	background-position: 0px -20px;
}

.map_a:hover{
	background-position: 0px 0px;
}

.map_a.wifi:after{
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	margin-left: 20px;
	margin-top: -15px;
	background: url('/img/wifi-slice.png') center center no-repeat;
	background-position: 0px -50px;
}

.map_a.wifi:hover:after{
	background-position: 0px 0px;
}

.asktv{
	float: right;
	margin-top: 50px;
	background: #cc1012;
	padding: 10px 39px;
	color: #fff;
}

li.imsg a:before{
	width: 25px;
	height: 21px;
	background: url('/img/imsg.png') no-repeat 0 0;
	content: '';
	position: absolute;
	left: -20px;
	top: 4px;
}

.imsgcount, .bsk_cout{
	position: absolute;
	text-align: center;
	line-height: 17px;
	border-radius: 150px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	top: 22px;
	left: 0px;
	background: #cc1012;
	width: 15px;
	height: 15px;
}

.bsk_cout{
	left: auto;
	right: 0px;
}

.message_headline{
	font-size: 24px;
	line-height: 22px;
	color: #030405;
	/* margin-top: 35px; */
	padding: 13px 0;
}

table.all_cats{
	width: 100%;
	line-height: 20px;
}
table.all_cats td:first-child{
	padding: 10px 10px 10px 0;
}
table.all_cats td:last-child{
	padding: 10px 0 10px 10px;
}
table.all_cats td a{
	color: #434550;
	display: block;
	border-left: 4px solid #fff;
	padding-left: 10px;
}
table.all_cats td>a{
	border-left: 4px solid #DEDEDE;
	min-height: 35px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
/*
table.all_cats td>ul>li>a{
	padding: 0 0 0 10px;
	font-weight: bold;
}
table.all_cats td>ul>li>ul>li>a{
	padding: 0 0 0 20px;
}
table.all_cats td li{
	margin: 0;
	padding: 0;
	display: block;
	background: none;
}
table.all_cats td>ul ul{
	padding: 0 0 10px 0;
}
table.all_cats td>ul{
	padding: 10px 0 20px 0;
}*/
table.all_cats td>ul{
	padding: 10px 0 20px 0;
}
table.all_cats td ul ul a{
	color: #969696;
}
table.all_cats td ul ul{
	padding: 0 0 5px 10px;
}
table.all_cats td ul{
	margin: 0;
	list-style: none;
	display: block;
}
table.all_cats td{
	padding: 10px;
	vertical-align: top;
}

/*Przywrócenie wyglądu listy na stronach statycznych*/
/*.static-page ul li {*/
.static-page ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 60%;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 15px;
}

/*Ustawienie max szerokość - aby nie rozwalało strony*/
div.inner.no-scale img {
    max-width: 900px;
    /*width: 100%;*/
    height: auto;
}

/*Ustawienie marginesów na stronach statycznych*/
.static-page .layer {
    margin: 1% 2% !important;
}

.fltr-navi{
	width: 71%;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	margin-top: 20px;
	cursor: pointer;
}

.fltr-navi p:before{
	width: 10px;
	height: 7px;
	content: "";
	background: url('/img/icon-arrow-down-grey.png') no-repeat center;
	position: absolute;
	margin-left: -50px;
	margin-top: 5px;
}

.fltr-navi p:after{
	width: 10px;
	height: 7px;
	content: "";
	background: url('/img/icon-arrow-down-grey.png') no-repeat center;
	position: absolute;
	margin-left: 50px;
	margin-top: 5px;
}

.onpage{
	position: relative;
	margin-top: 20px;
}

.onpage.absolute{
	position: absolute;
}

.onpage .item{
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

.prstatus{
	position: absolute;
	width: 100px;
	right:-6px;
	top: -6px;
	z-index: 99;
}

.prstatus img{
	max-width: 100%;
}

#tabs-funk ul li{
	display: inline-block;
	min-width: 150px;
	padding: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
}

#tabs-funk ul li a{
	display: block;
	padding: 12px;
	background: #282B2F;
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#tabs-funk ul li a:hover{
	text-decoration: none;
}

#tabs-funk ul li a.selected{
	background: #CD1619;;
}

/*section#body{
	position: relative;
}*/
/*
.block-breadcrumb{
	position: absolute;
	z-index: 9;
	width: 100%;
	margin-top: -1px;
}*/

#modal-search .header{
	text-align: left;
}

#modal-search .header span:first-child{
	font-size: 16px;
}

#modal-search #form-search{
	margin-top: 20px;
	margin-left: 0px;
	text-align: left;
}

#modal-search #form-search div{
	display: inline-block;
	vertical-align: middle;
}

#modal-search #form-search div:first-child{
	width: 80%;
}

#modal-search #form-search div:last-child{
	margin-left: 25px;
	width: 16%;
}

#modal-search #form-search div input{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #a3a3a3;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding: 8px 10px;
	max-width: 97%;
}

#modal-search #form-search div button{
	width: 100%;
	margin-left: 20px;
}

#cookie{
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	position: fixed;
	bottom: 39px;
}

#cookie .wrapper div{
	display: inline-block;
	vertical-align: middle;
}

#cookie .wrapper{
	padding: 10px 200px;
}

#cookie .wrapper div p{
	font-size: 13px;
}

#cookie .wrapper div span{
	font-size: 11px;
}

#cookie .wrapper div:first-child{
	width: 80%;
}

#cookie .wrapper div:last-child{
	width: 20%;
	text-align: center;
}

#footer a img{
	max-width: 15px;
}

.content-grid{
	width: 1200px;
	padding: 40px;
	font-size: 14px;
	text-align: left;
	background: #fff;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.sort{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

li.price.price-first{
	margin-top: 20px
}

li.price strong{
	font-size: 20px;
}

.mobileOnly{
	display: none;
}

#cart2 .tabctrl div.tab-red4.active, #cart3 .tabctrl div.tab-red4.active, #cart4 .tabctrl div.tab-red4{	
	background-color: #cc1012;
	border: 1px solid #aa1012;
}

#cart2 .tabctrl div.tab-red4, #cart3 .tabctrl div.tab-red4, #cart4 .tabctrl div.tab-red4{
	background: #303030;
	border: 1px solid #fff;
}

.tabctrl div.tab-red4 a{
	color: #fff;
}

.tabctrl div.tab-red4.dis{
	cursor: no-drop;
}

#compare .header{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0;
	font-size: 24px;
	/*line-height: 22px;*/
	color: #030405;
	margin-top: 35px;
	padding: 13px 0;
}

#compare .header a{
	font-size: 15px;
}

section#product{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

section#product .product_img{
	text-align: center;
	display: block;
	width: 50%;
	margin: 0 auto;
}

section#product .product_img img{
	max-width: 100%;
}

section#product .grid-content .grid-inner{
	margin-bottom: 20px;

}

section#product .grid-content .grid-inner p{
	font-weight: bold;
}

section#product .grid-content .grid-inner span{
	font-size: 14px;
	margin-top: 5px;
}

section#product .grid-content .info-content{
	font-size: 14px;
}

section#product .grid-content .info-content .inner button{
	width: 100%;
	padding: 10px 0px;
	display: block;
}

section#product .grid-content .info-content .inner .basket-success{
	position: absolute;
	bottom: auto; 
	width: 100%;
	background: #2DB900;
	left: 0px;
	margin-top: 20px;
	display: none; 
}

a.tooltips {
	position: relative;
	display: inline;
}
a.tooltips span {
	position: absolute;
	width:200px;
	color: #FFFFFF;
	background: #000000;
	height: 60px;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius: 6px;
}
a.tooltips span:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-bottom: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
a:hover.tooltips span {
	visibility: visible;
	opacity: 0.8;
	top: 30px;
	left: 38%;
	margin-left: -106px;
	z-index: 999;
	padding: 10px;
}

