/*
Quick.Cart default stylesheet
*/


/* GLOBAL STYLES */
body,h2,h3,h4,h5,h6,p,form,ul{
	margin:0px;
	padding:0px;
}
h1{
	display: none;
}
fieldset{
	margin:0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 100%;
}

body{
	background-color:#fff;
	font-size:11px;
	font-family:tahoma;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
table{}
body{
	padding:0px;
	text-align:center;
	background-color: #e5e5e5;
	background-image: url(images/bckgr.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.input, select, textarea{border:1px solid #d1bd9d;font:0.917em Arial, sans-serif;}
.submit{font:1em Arial, sans-serif;cursor:pointer;}
.hide{display:none;}

a{
	background-color:inherit;
	color:#758a8e;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover{
	background-color:inherit;
	color:#ED691F;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.bottom_link_qc:link {
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	color: #CECECE;
}
a.bottom_link_qc:visited {
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	color:#CECECE;
}
a.bottom_link_qc:hover {
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	color: #FFF;
}
a.bottom_link_qc:active {
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	color: #CECECE;
}
.clear{clear:both;height:0px;font-size:0px;line-height:0px;}
.skiplink{position:absolute;top:-500px;left:0px;overflow:hidden;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

#container{
	width:960px;
	background:#fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main{
	width:100%;
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
* html #main{width:766px;}

/* HEADER WITH TOP MENU ABOVE LOGO */
#head1{float:right;width:100%;margin:0 0 5px;background:#f3edd6;}

/* MENU TOP ABOVE LOGO */
#menu1{float:right;margin:4px 15px 4px 0;list-style:none;}
#menu1 li{float:left;padding:12px 8px 0;}
#menu1 li a{padding-left:13px;background:url('img/point.gif') no-repeat 0 5px;color:#5c3c25;font:bold 0.917em sans-serif;text-decoration:none;}
#menu1 li a:hover, #menu1 .selected{background-color:inherit;color:#d01c02;text-decoration:underline;}
#menu1 li#basketMenu{padding:5px 8px 5px 20px;}
#menu1 li#basketMenu a{padding:2px 0 0 18px;background:url('img/cart.png') no-repeat 0;color:#e62808;}
#menu1 li#basketMenu span{display:block;font-size:0.727em;font-family:sans-serif;}
#menu1 li#basketMenu span strong{background-color:inherit;color:#e62808;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2{position:relative;clear:both;height:170px;background:#422d1c url('img/header.jpg') no-repeat;color:#fff;}
#logo{width:222px;padding:40px 0 0;}
#logo h1{float:left;width:100%;padding:12px 0 6px;border-top:1px solid #66563e;border-bottom:1px solid #66563e;background:#513c1e;text-align:center;font-size:1px;line-height:1px;}
#logo h2{clear:left;float:left;width:92%;padding:5px 7%;background:inherit;color:#f4dcbc;font:bold 0.9em Tahoma, sans-serif;}
* html #logo h2{width:100%;}

/* NAVIGATION PATH - TREE */
#navipath{position:absolute;top:150px;padding:0 0 0 5px;}
#navipath a{background-color:inherit;color:#fff;text-decoration:none;}
#navipath a:hover{text-decoration:underline;}

/* HEADER WITH TOP MENU UNDER LOGO */
#head3{float:left;width:100%;border-top:1px solid #ddd;background:#ded9d0 url('img/nav.gif');}

/* MENU TOP BELOW LOGO */
#menu2{
	float:left;
	font-size:11px;
	list-style:none;
	font-family: tahoma;
	margin: 0px;
	padding: 0px;
}
#menu2 li{float:left;}
#menu2 a{
	display:block;
	float:left;
	color:#758a8e;
	font-weight:bold;
	line-height:38px;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D6D6D6;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
#menu2 a:hover{
	background-color:inherit;
	color:#494848;
	text-decoration:none;
}
#menu2 .selected{background:url('img/nav.gif') left bottom;background-color:inherit;color:#fff;text-decoration:underline;}

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{
	clear:both;
	float:left;
	width:100%;
	margin:0px;
	padding: 0px;
}
#orderbody{clear:both;float:left;width:100%;background:#fff;}

/* LEFT COLUMN STYLES */
#column{
	float:left;
	width:285px;
	background:#fff;
	overflow:hidden;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#column .type{
	border-top:2px solid #ea9a8e;
	border-bottom:2px solid #ea9a8e;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}
#column #searchForm{margin:0;padding:10px 5px;background:#f0efcd;text-align:center;}
#column #searchForm .input{width:100px;}
#menu3, #menu4{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#searchForm{
	width: 100%;
	margin:0px;	
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#searchForm label{display:none;}
#searchForm .input{
	width:134px;
	background-image: url(images/szukaj_gora.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 21px;
	float: right;
	font-family: tahoma;
	font-size: 11px;
	color: #9b9b9b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#searchForm .submit{
	background-image: url(images/search_pic.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

/* LEFT MENU */
#menu3 ul, #menu4 ul{
	margin:4px 0;
	padding:0 15px 2px;
	list-style:none;
}
#menu3 a, #menu4 a{
	display:block;
	display:inline-block;
	width:100%;
	color:#666;
	text-decoration:none;
	padding-top: 12px;
	padding-right: 6%;
	padding-bottom: 12px;
	padding-left: 6%;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}
#menu3 a:hover, #menu4 a:hover{
	background-color:#DDD;
	color:#494848;
	text-decoration:underline;
}
#menu3 .l1 a, #menu4 .l1 a{border-top:0;}

#menu3 .sub1, #menu4 .sub1{margin:0;padding:0 0 10px  0;border:0;}
#menu3 .sub1 a, #menu4 .sub1 a{
	display:block;
	width:100%;
	border:0;
	padding-top: 5px;
	padding-right: 10%;
	padding-bottom: 5px;
	padding-left: 15%;
	background-image: url(img/point_sub.gif);
	background-repeat: no-repeat;
	background-position: 20px 9px;
}
#menu3 .sub2 a, #menu4 .sub2 a{padding-left:18%;}
#menu3 .sub3 a, #menu4 .sub3 a{padding-left:21%;}
* html #menu3 a, * html #menu4 a, * html #menu3 .sub1 a, * html #menu4 .sub1 a{width:100%;}
#menu3 .selected, #menu4 .selected{
	background-color:#ed6920;
	color:#FFF;
	text-decoration:underline;
	font-weight: bold;
}

/* RIGHT COLUMN STYLES */
#content{
	float:left;
	width:417px;
	text-align:center;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	font-family: tahoma;
	font-size: 11px;
	color: #797979;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#page{
	float:right;
	display:block;
	width:100%;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#orderbody #content{width:100%;}
#orderbody #page{float:none;width:94%;margin:0 auto;}

#page h3, .message h3{
	background:inherit;
	color:#ed6920;
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	word-spacing: normal;
}
.message h3, #page .message h3{border:0;}
#page div.content{
	padding-top: 0px;
}

#page div.content ul, #product div.content ul, .subpagesList li ol{margin:0 0 0 30px;padding:0;}
#page div.content li, #product div.content li{margin:3px 0;padding:0;border-left:0;}

#page .tS, #product .tS{float:right;margin:0 0 3px;}
#page .tS div, #product .tS div{display:inline;}
#page .tS a, #product .tS a{margin:0 2px;padding:0 1px;background:inherit;color:#222;font-weight:bold;text-decoration:none;}
#page .tS0, #product .tS0{font-size:0.92em;}
#page .tS1, #product .tS1{font-size:1.08em;}
#page .tS2, #product .tS2{font-size:1.33em;}

.pages{padding:8px 0;text-align:right;}

/* PRODUCTS LIST */
#products{
	float:left;
	width:100%;
	list-style:none;
}
#products li{
	clear:both;
	float:left;
	width:98%;
	padding:0px;
	margin: 0px;
}
* html #products li{width:100%;}
#products li .photo{float:left;margin:0 7px 5px 0;font-size:0px;line-height:0px;}
#products li .photo img{border:2px solid #f0efcd;}
#products li .photo a:hover img{border:2px solid #dcc7a7;}
#products li h3{
	padding:0px;
	background:inherit;
	font-weight:normal;
	font-size:1.5em;
	border:0;
	margin: 0px;
}
#products li h3 a{
	background:inherit;
	color:#bfc0c2;
	text-decoration:none;
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 10px;
}
#products li h3 a:hover{text-decoration:underline;}
#products li h4{
	padding:0px;
	font-weight:normal;
	font-size:0.917em;
	margin: 0px;
}
#products li h4, #products li h4 a{
	background:inherit;
	color:#a78b65;
	display: none;
}
#products li h4 em{padding:0 5px;}
#products li h4 a:hover{background-color:inherit;color:#d01c02;}
#products li h5{
	font-size:11px;
	font-weight:normal;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#products li h5 a{background:inherit;color:#666;}
#products li .price, #products li .noPrice{float:right;margin:14px 0 5px 0;padding:6px 0 0;background-color:inherit;color:#ee0f04;text-decoration:none;}
#products li .price em{padding:0 4px 0 0;background:inherit;color:#a78b65;font:bold 1.083em Verdana, sans-serif;font-style:normal;}
#products li .price strong, #products li .noPrice strong{font:bold 1.167em Verdana, sans-serif;}
#products li .price span{padding-left:4px;font:bold 1.083em sans-serif;}
#products li .basket{float:right;margin:17px 0 5px 10px;font-size:0.8em;font-weight:bold;}
#products li .basket a{display:block;padding:3px 25px 3px 5px;border:1px solid #f00;background:url('img/cart_bg2.png') no-repeat right center;background-color:inherit;color:#fff;text-decoration:none;}

#products li.pages{border:0;background:inherit;color:#69401f;}
#products li.pages a{background:inherit;color:#7f7f66;}
#products li.pages a:hover{background:inherit;color:#d01c02;}

/* PRODUCTS DETAILS */
#product{float:right;display:block;width:536px;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #d1bd9d;text-align:left;}
#product h3{padding:5px 0 5px;background:inherit;color:#d01c02;font:normal 2.1em Verdana, sans-serif;}
#product h4{margin:0 0 10px;padding:2px 0 7px;border-bottom:1px solid #d1bd9d;font-weight:normal;font-size:0.917em;}
#product h4, #product h4 a{background:inherit;color:#a78b65;}
#product h4 a:hover{background-color:inherit;color:#d01c02;}
#product h4 em{padding:0 5px;}

#product #box{float:right;width:205px;margin:0 0 10px 5px;padding:3px 0 10px;border-top:2px solid #dcc7a7;border-bottom:2px solid #dcc7a7;background:#f3edd6 url('img/basket_bg_bottom.gif') repeat-x 0 bottom;color:#fff;text-align:center;}
#product #box form{font-weight:bold;}
#product #box #price, #product #box #noPrice{padding:7px 0;border-bottom:1px solid #fff;background-color:transparent;color:#f00;font-size:1.417em;font-weight:bold;text-align:center;}
#product #box #price em{background:inherit;color:#764830;font-style:normal;}
#product #box #price strong{padding:0 4px;}
#product #box #available{padding:8px 2px 0;background-color:transparent;color:#915a3c;font-weight:bold;font-size:0.9em;}
#product #box #addBasket{padding:10px 0 5px;}
#product #box #addBasket .submit{width:156px;padding:2px 20px 2px 0;border:1px solid #f00;background:url('img/cart_bg.png') no-repeat right center;background-color:inherit;color:#fff;font-size:1.1em;font-weight:bold;}

#product div.content{clear:left;padding:0 0 10px;font:1.08em Verdana, sans-serif;}

/* BASKET AND ORDER */
#orderedProducts table{width:100%;margin:10px 0 0;border-top:2px solid #e8dac6;border-bottom:2px solid #e8dac6;background:#f4f3dd;color:#764830;font-size:0.917em;}
#orderedProducts td, #orderedProducts th{padding:6px 7px;}
#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary{text-align:right;}
#orderedProducts thead td{border-bottom:1px solid #e8dac6;}
#orderedProducts thead em{padding:0 4px 0 0;font-style:normal;}
#orderedProducts tbody th{text-align:left;}
#orderedProducts tbody th a{background:inherit;color:#915a3c;}
#orderedProducts tbody .price, #orderedProducts tbody .summary{background:inherit;color:#f00;font-weight:bold;text-align:right;}
#orderedProducts tbody .quantity, #orderedProducts tbody .quantity input{text-align:right;}
#orderedProducts tbody .quantity label{display:none;}
#orderedProducts tbody a:hover{background:inherit;color:#d01c02;}
#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryDelivery, #orderedProducts tfoot .summaryOrder{text-align:right;}
#orderedProducts tfoot .nextStep{text-align:right;}
#orderedProducts tfoot .nextStep .submit{border:1px solid #d01c02;background: url('img/basket_button_fw.png') repeat-x;background-color:inherit;color:#fff;font-size:1.1em;font-weight:bold;}

#basket .info{padding:10px 0;background:transparent;color:#4f3728;text-align:left;}
#basket #recount td{border-bottom:1px solid #e8dac6;text-align:right;}
#basket #recount .submit{padding:1px 3px;border:1px solid #945f43;background: url('img/basket_button.png') repeat-x;background-color:inherit;color:#fff;font-weight:bold;}
#basket .summaryProducts{background:inherit;color:#764830;font-size:1.36em;font-weight:bold;}
#basket .summaryProducts #summary{background:inherit;color:#f00;}
#basket #save .submit{padding:2px 10px;border:1px solid #945f43;background: url('img/basket_button.png') repeat-x;background-color:inherit;color:#fff;font-weight:bold;}
#basket .del{padding:0 5px 0 10px;}
#basket .del a{background:inherit;color:#915a3c;}

#order legend{padding:20px 0 10px;border:0;background:inherit;color:#764830;font-size:1.2em;font-weight:bold;}
#order #personalData{padding:12px 3%;border-top:2px solid #e8dac6;border-bottom:2px solid #e8dac6;background:#f4f3dd;color:#764830;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%;}
#order #personalData label{display:block;font-weight:bold;}
#order #personalData #company label, #order #personalData #comment label{font-weight:normal;}
#order #personalData .input, #order #personalData #oComment{width:90%;margin:0 0 5px;}
#order #personalData #oComment{height:125px;}

#order #deliveryAndPayment table{border-top:2px solid #e8dac6;border-bottom:1px solid #e8dac6;background:#f4f3dd;color:#764830;font-size:1em;}
#order #deliveryAndPayment table tbody td{padding:3px 13px;border-left:1px solid #e8dac6;border-bottom:1px solid #e8dac6;}
#deliveryAndPayment table th{padding:5px 13px;border-bottom:1px solid #e8dac6;}
#deliveryAndPayment table thead th{text-align:center;border-left:1px solid #e8dac6;}
#deliveryAndPayment table thead th em{padding:0 4px 0 0;font-style:normal;}
#deliveryAndPayment table thead th span{font-weight:normal;}
#deliveryAndPayment table thead td{border-bottom:1px solid #e8dac6;}

#order tfoot td, #orderPrint tfoot td{background:inherit;color:#f00;}
#order tfoot td, #order tfoot th, #orderPrint tfoot td, #orderPrint tfoot th{border-top:1px solid #e8dac6;}
#order .summaryProducts, #order .summaryDelivery, #orderPrint .summaryDelivery{font-size:1.182em;}
#order .summaryProducts th, #order .summaryDelivery th, #orderPrint .summaryDelivery th{font-weight:normal;}
#order .summaryOrder, #orderPrint .summaryOrder{background:inherit;color:#764830;font-size:1.36em;font-weight:bold;}
#order #rulesAccept th{background:inherit;color:#472c1d;font-size:0.833em;font-weight:bold;text-align:right;}
#order #rulesAccept th, #order #nextStep th{border:0;}

/* ORDER SUMMARY/PRINT PAGE */
#orderPrint .message h3{padding:5px 8px 0;background:inherit;font-weight:normal;font-size:1.5em;}
#orderPrint h4{background:inherit;color:#764830;font-size:1.2em;font-weight:bold;}
#orderPrint dl{float:left;display:block;width:100%;margin:10px 0 20px;padding:5px 0;border-top:2px solid #e8dac6;border-bottom:2px solid #e8dac6;background:#f4f3dd;color:#764830;}
#orderPrint dt, #orderPrint dd{float:left;display:inline-block;width:40%;margin:0;padding:3px 0;}
#orderPrint dt{clear:left;text-align:right;}
#orderPrint dd{padding-left:3%;font-weight:bold;}
#orderPrint dd.orderComment, #orderPrint dd.orderIP{font-weight:normal;}

/* IMAGES STYLES */
.imagesList{list-style:none;}
.imagesList li{margin:0 0 10px 0;background:inherit;color:#5b5b5b;font-size:0.917em;text-align:center;}
.imagesList li img{border:2px solid #dcdac9;}
.imagesList li a:hover img{border:2px solid #dcc7a7;}
.imagesList li div{text-align:center;}

#imagesList1{float:left;}
#imagesList2{clear:right;float:right;margin:10px 0 0 10px;}

#page #imagesList1{margin:10px 10px 0 0;}

#product #imagesList2{clear:right;margin:5px 0 0 10px;}
#product .imagesList#imagesList1 li div{width:200px;}
#product .imagesList#imagesList2 li div{width:100px;margin:0;}
html>/**/body #product .imagesList#imagesList2 li div{margin:0 auto;}
* html #product .subpagesList li{margin:0;}

/* FILES LIST STYLES */
#filesList{padding:5px 0;font-size:0.917em;list-style:none;vertical-align:middle;}
#filesList li{margin:0 0 4px;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{background:inherit;color:#5b5b5b;}

/* SUB PAGES LIST STYLES */
.subpagesList{
	float:left;
	width:100%;
	margin:7px 0;
	list-style:none;
	line-height: 21px;
}
.subpagesList li{
	clear:left;
	float:left;
	width:96%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0%;
	padding-bottom: 15px;
	padding-left: 0%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
}
* html .subpagesList li{width:100%;}
.subpagesList li .photo{
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0;
}
.subpagesList li img{
	border:1px solid #E6E6E6;
	margin: 5px;
	padding: 5px;
}
.subpagesList li a:hover img{
	border:1px solid #E6E6E6;
	margin: 5px;
	padding: 5px;
}
.subpagesList li h4{padding-bottom:2px;}
.subpagesList li h4, .subpagesList li h4 a{
	background:inherit;
	color:#ED691F;
	font-weight:bold;
	font-size:12px;
}
.subpagesList li h4 a:hover{
	background:inherit;
	color:#F29663;
}
.subpagesList li h5{
	font-weight:normal;
	font-size:11px;
}
.subpagesList li ul, .subpagesList li ol{float:left;margin:0 0 0 30px;padding:0;}
.subpagesList li li{padding:0;border-left:0;}
.subpagesList li ul{list-style:disc;}
.subpagesList li ol{list-style:decimal;}

/* OPTIONS LINK */
#options{
	float:right;
	padding:10px 10px 0;
	background:inherit;
	color:#CCC;
	font-size:11px;
	text-align:right;
}
#options .back, #options .print{float:right;}
#options a{padding:0 7px 0;}
#options .print a{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	font-family: tahoma;
	font-size: 11px;
}

.message{padding:40px 0;text-align:center;}

/* ADDITIONAL COLUMN */
#column2{
	float:right;
	width:256px;
	padding: 0px;
	margin-top: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* FOOTER - COPYRIGHT AND POWERED BY xxx STYLES */
#foot{
	clear:both;
	float:left;
	width:100%;
	height:50px;
	padding:0px;
	background-color: #E5E5E5;
	margin: 0px;
}
#copy{float:left;padding:10px 10px;text-align:left;}
#powered{float:right;padding:10px 10px;}

@media print{
  /* PRINT STYLES */
  body{margin:0.5cm 0;background:#fff;color:#000;}
  #container{width:16cm;height:auto;background:#fff;}
  #main{width:16cm;margin:0 auto;border:0px;}

  #logo{padding:0;}
  #logo h1{padding:0;}

  #body, #product #box, #orderedProducts table{background:#fff;color:inherit;}
  #head2, #content, #foot{width:16cm;}
  #product, #page, #orderbody #page{width:100%;margin:0;padding:0;}
  #head2{height:auto;}
  #foot{border-top:2px solid #ccc;}
  #column, #head1, #head3, #navipath, #page .tS, #product .tS, #products li .basket, #product #box #addBasket, #basket #recount, #basket .buttons, #orderedProducts tfoot .nextStep, #options{display:none;}
  .input, textarea, #logo h1, #page h3, .message h3, #products li, #products li .photo img, #product, #product h4, #product #box, .imagesList li img, #orderPrint dl, #orderedProducts table,  #orderedProducts thead td, #order tfoot td, #order tfoot th, #orderPrint tfoot td, #orderPrint tfoot th, #order #personalData, #order #deliveryAndPayment table, #order #deliveryAndPayment table tbody td, #deliveryAndPayment table th, #deliveryAndPayment table thead th, #deliveryAndPayment table thead td{border-color:#ccc;}
  #products li h4, #products li .price em, #products li.pages a, #product h4{background:inherit;color:#aaa;}
  a, #head2, #logo h2, #foot, #foot a, #copy, .subpagesList li, #page h3, #products li h3 a, #products li h4 a, #products li .price, #products li.pages, #product h3, .message h3, #product h4 a, #product #box #price, #product #box #price em, #product #box #available, .subpagesList li h4 a, #filesList em, .imagesList li, #orderPrint h4, #orderPrint dl, #orderedProducts table, #orderedProducts tbody th a, #basket .del a, #orderedProducts tbody .price, #orderedProducts tbody .summary, #order tfoot td, #orderPrint tfoot td, #order .summaryOrder, #orderPrint .summaryOrder, #basket .summaryProducts, #basket .summaryProducts #summary, #basket .info, #order legend, #order #personalData, #order #deliveryAndPayment table, #order #rulesAccept th{background:inherit;color:#000;}
  #orderPrint .message{padding:10px 0;}
  #orderPrint .message h3{font-size:1.25em;}
}


.spacer_stopka {
	font-family: tahoma;
	font-size: 11px;
	color: #D3D3D3;
	padding-right: 5px;
	padding-left: 5px;
}
a.stopka1a:link {
	color: #A8A8A8;
	text-decoration: none;
}
#container #main #foot table tr .bottom_ table tr .tabela_bottom_right .tabela_bottom_right {
	font-family: tahoma;
	font-size: 11px;
	color: #CCC;
}
.bottom_page {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}

a.bottom_link:link {
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	color: #ACACAC;
}
a.bottom_link:visited {
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	color: #ACACAC;
}
a.bottom_link:hover {
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	color: #666;
}
a.bottom_link:active {
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	color: #ACACAC;
}


.photo1 {
	display: block;
	padding: 5px;
	float: left;
	text-align: center;
	border: 1px solid #E2E2E2;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#products.productsInRow{clear:both;}
#products.productsInRow li{
	clear:none !important;
	width:50% !important;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
}
#products.productsInRow li.i1{
	clear:both !important;
	float:left;
	height: 100px;
}
#products.productsInRow li.i0{
	float:right;
	height: 100px;
}
#products.productsInRow h3{padding-left:0 !important;font-weight:bold !important;font-size:1.083em !important;}
#products.productsInRow .price em, #products.productsInRow .price span{font-size:1em;}
#products.productsInRow .price strong{font-size:1.083em;}
#products.productsInRow .basket{clear:left;}
#products.productsInRow li.pages{width:100% !important;}
@media print{
  #products.productsInRow li{border-color:#ccc;}
}


