/* === RESET === */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* === GENERAL === */
body {
	background: #f0ed9c url(../images/body_bg.jpg) no-repeat 0 0;
	font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}

a { 
	text-decoration: none; 
	outline: none;
}
	a:hover { 
		text-decoration: underline;
	}
	a img { 
		border: 0;
	}
	
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 25px 35px;
	background: url(../images/wrapper_bg.png) repeat 0 0;
}

/* === HEADER === */
#header {
	height: 140px;
	background: url(../images/header_bg.png) no-repeat 0 0;
	position: relative;
}

	#header .logo {
		display: block;
		width: 216px;
		height: 101px;
		position: absolute;
		top: 0;
		left: 26px;
		text-indent: -9999px;
	}
	
	#header .search {
		position: absolute;
		top: 2px;
		left: 565px;
	}
		#header .search input {
			height: 34px;
			line-height: 34px;
			position: absolute;
			top: 0;
			border: 0;
			background: 0;
			font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
			font-size: 12px;
			color: #000;
		}
			#header .search input.query {
				width: 160px;
				margin: 0 5px;
				left: 0;
			}
			#header .search input.submit {
				width: 64px;
				padding: 0;
				left: 170px;
				color: #fff;
				cursor: pointer;
			}
				#header .search input:hover.submit {
					background: url(../images/header_search_hover.png) no-repeat 0 0;
				}
				
	#header .links {
		list-style: none;
		position: absolute;
		top: 94px;
		left: 255px;
	}
		#header .links li {
			float: left;
		}
			#header .links li a {
				display: block;
				width: 88px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				color: #062a3f;
				font-weight: 700;
			}
				#header .links li a:hover,
				#header .links li a.active {
					text-decoration: none;
					color: #fff;
				}
	
	#header .slogan {
		position: absolute;
		top: 6px;
		left: 261px;
		color: #062a3f;
		font-size: 22px;
		font-weight: 700;
	}
	
	#header .adres {
		position: absolute;
		top: 48px;
		left: 261px;
		color: #062a3f;
		font-size: 9px;
		font-weight: 700;
	}
		#header .adres a {
			color: #062a3f;
		}
		#header .adres .left {
			float: left;
			width: 90px;
		}
		#header .adres .right {
			float: left;
			width: 155px;
		}
		
	#header .basket {
		display: block;
		width: 265px;
		height: 68px;
		position: absolute;
		top: 72px;
		left: 535px;
	}
		#header .basket a {
			display: block;
			width: 265px;
			height: 68px;
			position: relative;
			color: #3a230c;
		}
			#header .basket a:hover {
				text-decoration: none;
				background: url(../images/header_basket_hover.png) no-repeat 0 0;
			}
		#header .basket span {
			position: absolute;
			display: block;
			cursor: pointer;
		}
			#header .basket .label {
				height: 18px;
				line-height: 18px;
				font-size: 16px;
				top: 10px;
				left: 33px;
			}
			#header .basket .ilosc {
				top: 7px;
				left: 140px;
			}
			#header .basket .wartosc {
				top: 22px;
				left: 140px;
			}
			#header .basket .button {
				width: 132px;
				height: 21px;
				line-height: 21px;
				top: 43px;
				left: 129px;
				text-align: center;
				color: #093955;
			}

/* === CONTENT === */
#content {
	background: #fff;
}

	#content .side {
		float: left;
		width: 266px;
	}
		
		#content .side .menu {
			list-style: none;
		}
			#content .side .menu ul {
				list-style: none;
				background: #296b91;
				padding: 5px 0;
			}
				#content .side .menu ul ul {
					background: #2e6280;
					padding: 5px;
				}
			#content .side .menu a {
				background: url(../images/side_menu_bg.png) no-repeat 0 0;
				display: block;
				padding-left: 60px;
				width: auto;
				height: 63px;
				line-height: 63px;
				font-size: 18px;
				font-weight: 700;
				color: #fff;
			}
				#content .side .menu a.menu1 {
					background-position: 0 0;
				}
				#content .side .menu a.menu2 {
					background-position: 0 -63px;
				}
				#content .side .menu a.menu3 {
					background-position: 0 -126px;
				}
				#content .side .menu a:hover,
				#content .side .menu a.active {
					text-decoration: none;
					color: #ffed00;
				}
					#content .side .menu ul a {
						background: none;
						padding-left: 50px;
						height: auto;
						line-height: 20px;
						font-size: 13px;
					}
						#content .side .menu ul ul a {
							color: #a3b0b7;
						}
				#content .side .menu a span {
					font-weight: 400;
				}
	
	#content div.main {
		float: left;
		padding-left: 10px;
		width: 524px;
	}
	
		#content .main .mainBanner {
			width: 524px;
			height: 158px;
			background: url(../swf/main.jpg) no-repeat 0 0;
		}
		
		#content .main .currency {
			float: left;
			width: 409px;
			margin: 5px 0;
			color: #19384b;
		}
			#content .main .currency label,
			#content .main .currency select,
			#content .main .currency input.submit {
				float: left;
				height: 20px;
				line-height: 20px;
			}
			#content .main .currency select,
			#content .main .currency input.submit {
				float: left;
				height: 20px;
				line-height: 20px;
				font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
				font-size: 12px;
				color: #093955;
			}
			#content .main .currency label {
				margin-right: 5px;
			}
			#content .main .currency select {
				width: 130px;
			}
			#content .main .currency input.submit {
				float: left;
				width: 32px;
				background: url(../images/main_currency.png) no-repeat -130px 0;
				border: 0;
				cursor: pointer;
			}
		
		#content .main .navBar {
			border-top: 1px solid #dbd9d9;
			padding: 5px 0;
			line-height: 20px;
			color: #093955;
		}
			#content .main .navBar a {
				color: #093955;
				white-space: nowrap;
			}
				#content .main .navBar a.active {
					font-weight: 700;
				}
		
		#content .main .lang {
			list-style: none;
			float: right;
			margin: 5px 0;
		}
			#content .main .lang li {
				float: left;
			}
			#content .main .lang a {
				display: block;
				width: 32px;
				height: 20px;
				margin-right: 5px;
				text-indent: -9999px;
				background: url(../images/main_lang_bg.png) no-repeat 0 0;
			}
				#content .main .lang a.en {
					background-position: -43px 0;
				} 
				#content .main .lang a.de {
					background-position: -84px 0;
				}
				
		#content .main .view {
			background: #a3b0b7;
			height: 40px;
		}
			#content .main .view .label {
				display: block;
				float: left;
				margin: 0 10px;
				line-height: 40px;
				color: #093955;
				font-weight: 700;
			}			
			#content .main .view .changeView {
				float: left;
			}
				#content .main .view .changeView a {
					display: block;
					float: left;
					margin: 5px 10px 0 0;
					width: 29px;
					height: 29px;
					background: url(../images/main_changeview.png) no-repeat 0 0;
					text-indent: -9999px;
				}
					#content .main .view .changeView a.list {
						background-position: 0 0;
					}
						#content .main .view .changeView a:hover.list,
						#content .main .view .changeView a.listActive {
							background-position: -29px 0;
						}
					#content .main .view .changeView a.gallery {
						background-position: 0 -29px;
					}
						#content .main .view .changeView a:hover.gallery,
						#content .main .view .changeView a.galleryActive {
							background-position: -29px -29px;
						}
			#content .main .view .sortView {
				float: right;
				padding-right: 10px;
				background: #718895;
			}
				#content .main .view .sortView select {
					float: left;
				}
				
		#content .main .productsList {
		}
			#content .main .productsList .box {
				background: #fff url(../images/products_box2.png) repeat-x 0 bottom;
				margin-top: 3px;
				padding: 15px;
			}
			#content .main .productsList .two {
				background: #e3e9ed url(../images/products_box1.png) repeat-x 0 bottom;
			}
				#content .main .productsList .box .img {
					float: left;
					width: 165px;
					height: 155px;
					margin-right: 15px;
					border: 3px solid #dbd9d9;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
					#content .main .productsList .box .img a {
						display: block;
						width: 165px;
						height: 155px;
						position: relative;
					}
						#content .main .productsList .box .img a .new,
						#content .main .productsList .box .img a .promo,
						#content .main .productsList .box .img a .unav {
							width: 83px;
							height: 68px;
							cursor: pointer;
							position: absolute;
							background: url(../images/promo.png) no-repeat 0 0;
						}
							#content .main .productsList .box .img a .new {
								background-position: 0 0;
							}
							#content .main .productsList .box .img a .promo {
								background-position: 0 -70px;
							}
							#content .main .productsList .box .img a .unav {
								background-position: 0 -140px;
							}
					
				#content .main .productsList .box .txt {
					float: left;
					width: 308px;
					height: 155px;
					position: relative;
				}
					#content .main .productsList .box .txt .boxBottom {
						position: absolute;
						bottom: 0;
						right: 0;
					}
					#content .main .productsList .box .txt .title {
						display: block;
						margin-bottom: 10px;
						color: #062a3f;
						font-size: 14px;
						font-weight: 700;
					}
					#content .main .productsList .box .txt .desc {
						color: #093955;
					}
					#content .main .productsList .box .txt .price {
						float: right;
						padding: 5px;
						background: #fff;
						color: #093955;
						font-size: 14px;
						font-weight: 700;
						border-radius: 5px;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
					}
						#content .main .productsList .box .txt .price .label,
						#content .main .productsList .box .txt .price .old {
							font-weight: 400;
						}
						#content .main .productsList .box .txt .price .old {
							text-decoration: line-through;
							font-size: 12px;
						}
					#content .main .productsList .box .txt .buttons {
						float: right;
						width: 170px;
						margin-top: 5px;
					}
						#content .main .productsList .box .txt .buttons a {
							display: inline-block;
							float: right;
							margin-left: 5px;
							width: 80px;
							height: 20px;
							line-height: 20px;
							text-align: center;
							border-radius: 5px;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
						}
							#content .main .productsList .box .txt .buttons a.more {
								background: #718895;
								color: #fff;
							}
								#content .main .productsList .box .txt .buttons a:hover.more {
									background: #95a5af;
									text-decoration: none;
								}
							#content .main .productsList .box .txt .buttons a.buy {
								background: #ffed00;
								color: #093955;
							}
								#content .main .productsList .box .txt .buttons a:hover.buy {
									background: #eae255;
									text-decoration: none;
								}
		
		#content .main .productsGal {
		}
			#content .main .productsGal .box {
				float: left;
				width: 232px;
				margin-top: 3px;
				padding: 15px;
				background: #e3e9ed url(../images/products_box1.png) repeat-x 0 bottom;
			}
			#content .main .productsGal .two {
				background: #fff url(../images/products_box2.png) repeat-x 0 bottom;
			}
				#content .main .productsGal .box .img {
					float: left;
					width: 100px;
					height: 90px;
					margin-right: 15px;
					border: 3px solid #dbd9d9;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
					#content .main .productsGal .box .img a {
						display: block;
						width: 100px;
						height: 90px;
						position: relative;
					}
						#content .main .productsGal .box .img a .new,
						#content .main .productsGal .box .img a .promo,
						#content .main .productsGal .box .img a .unav {
							width: 66px;
							height: 54px;
							cursor: pointer;
							position: absolute;
							background: url(../images/promo2.png) no-repeat 0 0;
						}
							#content .main .productsGal .box .img a .new {
								background-position: 0 0;
							}
							#content .main .productsGal .box .img a .promo {
								background-position: 0 -70px;
							}
							#content .main .productsGal .box .img a .unav {
								background-position: 0 -140px;
							}
				#content .main .productsGal .box .txt {
					float: left;
					width: 111px;
					height: 90px;
				}
					#content .main .productsGal .box .txt .title {
						display: block;
						margin-bottom: 10px;
						color: #062a3f;
						font-size: 14px;
						font-weight: 700;
					}
					#content .main .productsGal .box .txt .desc {
						color: #093955;
					}
				#content .main .productsGal .box .boxBottom .price {
					float: right;
					margin-top: 5px;
					padding: 5px;
					background: #fff;
					color: #093955;
					font-size: 14px;
					font-weight: 700;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
					#content .main .productsGal .box .boxBottom .price .label,
					#content .main .productsGal .box .boxBottom .price .old {
						font-weight: 400;
					}
					#content .main .productsGal .box .boxBottom .price .old {
						text-decoration: line-through;
						font-size: 12px;
					}
				#content .main .productsGal .box .boxBottom .buttons {
					float: right;
					width: 170px;
					margin-top: 5px;
				}
					#content .main .productsGal .box .boxBottom .buttons a {
						display: inline-block;
						float: right;
						margin-left: 5px;
						width: 80px;
						height: 20px;
						line-height: 20px;
						text-align: center;
						border-radius: 5px;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
					}
						#content .main .productsGal .box .boxBottom .buttons a.more {
							background: #718895;
							color: #fff;
						}
							#content .main .productsGal .box .boxBottom .buttons a:hover.more {
								background: #95a5af;
								text-decoration: none;
							}
						#content .main .productsGal .box .boxBottom .buttons a.buy {
							background: #ffed00;
							color: #093955;
						}
							#content .main .productsGal .box .boxBottom .buttons a:hover.buy {
								background: #eae255;
								text-decoration: none;
							}
							
		#content .main .productsSingle {
			border-top: 1px solid #dbd9d9;
			padding-top: 10px;
			background: #fff url(../images/products_single_bg.png) repeat-x 0 bottom; 
		}
			#content .main .productsSingle .left {
				float: left;
				width: 231px;
			}
				#content .main .productsSingle .left .img {
					width: 225px;
					height: 210px;
					border: 3px solid #dbd9d9;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
					#content .main .productsSingle .left .img a {
						display: block;
						width: 225px;
						height: 210px;
						position: relative;
					}
						#content .main .productsSingle .left .img a .new,
						#content .main .productsSingle .left .img a .promo,
						#content .main .productsSingle .left .img a .unav {
							width: 83px;
							height: 68px;
							cursor: pointer;
							position: absolute;
							background: url(../images/promo.png) no-repeat 0 0;
						}
							#content .main .productsSingle .left .img a .new {
								background-position: 0 0;
							}
							#content .main .productsSingle .left .img a .promo {
								background-position: 0 -70px;
							}
							#content .main .productsSingle .left .img a .unav {
								background-position: 0 -140px;
							}
						#content .main .productsSingle .left .img .more {
							position: absolute;
							bottom: 0;
							right: 0;
							background: #fff;
							padding: 5px;
							cursor: pointer;
							font-size: 11px;
							color: #093955;
							border-top-left-radius: 5px;
							-moz-border-radius-topleft: 5px;
							-webkit-border-top-left-radius: 5px;
						}
				#content .main .productsSingle .left .galeria {
					margin-left: -6px;
				}
					#content .main .productsSingle .left .galeria a {
						float: left;
						display: block;
						width: 69px;
						height: 69px;
						margin: 6px 0 0 6px;
						border: 2px solid #dbd9d9;
						border-radius: 3px;
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
					}
			#content .main .productsSingle .txt {
				float: left;
				width: 263px;
				padding: 0 15px;
				color: #25364c;
			}
				#content .main .productsSingle .txt .select {
					margin: 10px 0;
				}
					#content .main .productsSingle .txt .select label {
						display: block;
						margin-bottom: 2px;
						font-weight: 700;
					}
					#content .main .productsSingle .txt .select select {
						width: 263px;
					}
				#content .main .productsSingle .txt .title {
					font-size: 14px;
					color: #416d87;
				}
				#content div.main div.productsSingle div.txt p {
					margin-top: 15px;
				}
				#content div.main div.productsSingle div.txt ul {
					margin-left: 15px;
				}
					#content div.main div.productsSingle div.txt ul li {
						margin-top: 2px;
					}
			#content .main .productsSingle .order {
				font-size: 14px;
				text-align: center;
				padding-top: 15px;
			}
				#content .main .productsSingle .order .strike {
					text-decoration: line-through;
					font-weight: 400;
				}
				#content .main .productsSingle .order .head {
					list-style: none;
					padding-left: 164px;
				}
					#content .main .productsSingle .order .head li {
						float: left;
						width: 120px;
						height: 34px;
						line-height: 34px;
						background: #fff;
						font-size: 10px;
						color: #000;
						text-transform: uppercase;
					}
						#content .main .productsSingle .order .head li.first {
							border-top-left-radius: 5px;
							-moz-border-radius-topleft: 5px;
							-webkit-border-top-left-radius: 5px;
						}
					#content .main .productsSingle .order .head span {
						background: url(../images/products_arrowd.png) no-repeat 0 6px;
						padding: 0 15px;
					}
				#content .main .productsSingle .order .body {
					list-style: none;
					padding-left: 164px;
					background: #fcf7bb;
				}
					#content .main .productsSingle .order .body li {
						float: left;
						width: 120px;
						height: 65px;
						line-height: 65px;
						font-size: 14px;
						font-weight: 700;
						color: #000;
					}
						#content .main .productsSingle .order .body li.price {
							background: #cbcbcb;
							color: #093955;
						}
							#content .main .productsSingle .order .body li.two {
								padding-top: 17px;
								height: 48px;
								line-height: normal;
							}
							#content .main .productsSingle .order .body li.price .strike {
								display: block;
								font-size: 11px;
							}
						#content .main .productsSingle .order .body li.priceTotal {
							background: #718895;
							color: #fff;
						}
						#content .main .productsSingle .order .body li.quantity {
							background: #a3b0b7;
						}
							#content .main .productsSingle .order .body li.quantity input {
								width: 29px;
								height: 29px;
								line-height: 29px;
								border: 2px solid #718895;
								border-radius: 7px;
								-moz-border-radius: 7px;
								-webkit-border-radius: 7px;
								background: #fff;
								text-align: center;
								font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
								font-size: 14px;
								font-weight: 700;
								color: #000;
							}
			#content .main .productsSingle .buy {
			}
				#content .main .productsSingle .buy input.submit {
					float: right;
					padding: 0 10px;
					margin: 5px;
					height: 30px;
					line-height: 30px;
					text-align: center;
					border: 1px solid #ffed00;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					cursor: pointer;
					background: #ffed00;
					color: #0c364e;
					font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
					font-size: 14px;
					font-weight: 700;
				}
					#content .main .productsSingle .buy input:hover.submit {
						background: #eae255;
						border: 1px solid #eae255;
						text-decoration: none;
					}
					#content .main .productsSingle .buy input.unavailable {
						background: red;
						border: 1px solid red;
						color: #fff;
						cursor: default;
					}
						#content .main .productsSingle .buy input:hover.unavailable {
							background: red;
						}
						
		#content .main .productsAdded {
			border-top: 1px solid #dbd9d9; 
			background: #fff url(../images/products_box2.png) repeat-x 0 bottom;
		}
			#content .main .productsAdded .product {
				width: 100%;
			}
				#content .main .productsAdded .product a.basket {
					display: inline-block;
					padding: 0 10px;
					height: 30px;
					line-height: 30px;
					text-align: center;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					background: #ffed00;
					color: #0c364e;
					font-size: 14px;
					font-weight: 700;
				}
					#content .main .productsAdded .product a:hover.basket {
						background: #eae255;
						text-decoration: none;
					}
				#content .main .productsAdded .product th {
					text-align: center;
					color: #000;
					font-size: 10px;
					padding: 5px 0;
					text-transform: uppercase;
				}
					#content .main .productsAdded .product th.name {
						text-align: left;
					}
					#content .main .productsAdded .product th span {
						background: url(../images/products_arrowd.png) no-repeat 0 5px;
						padding: 0 15px;
					}
				#content .main .productsAdded .product td {
					text-align: center;
					padding: 5px;
					height: 94px;
				}
					#content .main .productsAdded .product td.img {
						background: #fdf9cd;
						width: 84px;
						text-align: left;
					}
						#content .main .productsAdded .product td.img img {
							border: 2px solid #cbd0bd;
							margin-left: 10px;
						}
					#content .main .productsAdded .product td.name {
						background: #fdf9cd;
						text-align: left;
					}
						#content .main .productsAdded .product td.name a {
							color: #093955;
							font-size: 14px;
						}
					#content .main .productsAdded .product td.price {
						width: 90px;
						background: #cbcbcb;
						color: #093955;
						font-size: 14px;
						font-weight: 700;
					}
					#content .main .productsAdded .product td.quantity {
						width: 90px;
						background: #a3b0b7;
						color: #000;
						font-size: 14px;
						font-weight: 700;
					}
						#content .main .productsAdded .product td.quantity span {
							display: block;
							margin: 0 auto;
							width: 29px;
							height: 29px;
							line-height: 29px;
							border: 2px solid #718895;
							border-radius: 7px;
							-moz-border-radius: 7px;
							-webkit-border-radius: 7px;
							background: #fff;
							text-align: center;
						}
					#content .main .productsAdded .product td.priceTotal {
						width: 90px;
						background: #718895;
						color: #fff;
						font-size: 14px;
						font-weight: 700;
					}
					#content .main .productsAdded .product td.long,
					#content .main .productsAdded .product td.msg {
						height: auto;
						padding: 8px;
						text-align: right;
					}
					#content .main .productsAdded .product td.msg {
						background: #cbcbcb;
						color: #093955;
						text-align: center;
						font-size: 14px;
						font-weight: 700;
					}
		#content .main .basket {
		}
			#content .main .basket .buttons {
				text-align: left;
			}
				#content .main .basket .buttons .next,
				#content .main .basket .buttons .prev {
					display: inline-block;
					float: left;
					margin: 0 5px 0 0;
					text-align: center;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
					#content .main .basket .buttons .prev {
						background: #718895;
						color: #fff;
					}
						#content .main .basket .buttons .prev input {
							color: #fff;
						}
						#content .main .basket .buttons .prev:hover {
							background: #95a5af;
							text-decoration: none;
						}
					#content .main .basket .buttons .next {
						background: #ffed00;
						color: #093955;
					}
						#content .main .basket .buttons .next input {
							color: #093955;
						}
						#content .main .basket .buttons .next:hover {
							background: #eae255;
							text-decoration: none;
						}
					#content .main .basket .buttons input {
						width: auto;
						height: auto;
						border: 0;
						background: 0;
						cursor: pointer;
					}
					#content .main .basket .buttons a,
					#content .main .basket .buttons input {
						padding: 0 15px;
						height: 27px;
						line-height: 27px;
						font-size: 14px;
					}
			#content .main .basket .brak {
				padding-top: 5px;
			}
			#content .main .basket .msg {
				display: block;
				padding: 5px;
				color: #093955;
				text-align: center;
				font-size: 14px;
			}
			#content .main .basket .step {
				list-style: none;
				border: 1px solid #718895;
			}
				#content .main .basket .step li {
					float: left;
					width: 130px;
					height: 36px;
					line-height: 36px;
					border-right: 1px solid #718895;
					text-align: center;
					background: #dadada;
					color: #fff;
					font-size: 12px;
					font-weight: 700;
				}
					#content .main .basket .step li.last {
						border-right: 0;
						width: 129px;
					}
					#content .main .basket .step li.past {
						background: #a3b0b7;
						color: #093955;
					}
					#content .main .basket .step li.active {
						background: #718895;
					}
			#content .main .basket .products {
				width: 100%;
				background: #fff url(../images/products_box2.png) repeat-x 0 bottom;
			}
				#content .main .basket .products .detailsError {
					margin-top: 5px;
					height: 24px;
					line-height: 24px;
					color: #ff0000;
					float: left;
				}
				#content .main .basket .products .detailsNext {
					margin-top: 5px;
					padding: 2px 12px;
					font-size: 12px;
					height: auto;
					float: left;
				}
				#content .main .basket .products .details {
					list-style: none;
					text-align: left;
				}
					#content .main .basket .products .details input {
						width: 135px;
						height: 18px;
						line-height: 18px;
						border: 1px solid #cbd0bd;
					}
						#content .main .basket .products .error input {
							border: 1px solid #ff0000;
						}
					#content .main .basket .products .details li {
						float: left;
						width: 140px;
						margin-right: 5px;
						height: 25px;
						line-height: 25px;
					}
						#content .main .basket .products .details li.lp {
							width: 20px;
							text-align: center;
						}
							#content .main .basket .products .details li.lp a {
								color: #000;
							}
						#content .main .basket .products .details li.head {
							font-weight: 700;
						}
					#content .main .basket .products .details label {
						display: block;
					}
				#content .main .basket .products th {
					text-align: center;
					color: #000;
					font-size: 10px;
					padding: 5px 0;
					text-transform: uppercase;
				}
					#content .main .basket .products th.name {
						text-align: left;
					}
					#content .main .basket .products th span {
						background: url(../images/products_arrowd.png) no-repeat 0 5px;
						padding: 0 15px;
					}
				#content .main .basket .products td {
					text-align: center;
					padding: 5px;
					height: 94px;
				}
					#content .main .basket .products td.img {
						background: #fdf9cd;
						width: 84px;
						text-align: left;
					}
						#content .main .basket .products td.img img {
							border: 2px solid #cbd0bd;
							display: block;
							margin: 0 auto;
						}
					#content .main .basket .products td.name {
						background: #fdf9cd;
						text-align: left;
					}
						#content .main .basket .products td.name a {
							color: #093955;
							font-size: 14px;
						}
					#content .main .basket .products td.price {
						background: #cbcbcb;
						color: #093955;
						font-size: 14px;
						font-weight: 700;
					}
					#content .main .basket .products td.tax,
					#content .main .basket .products td.del {
						font-size: 14px;
						background: #e8e8e8;
						color: #093955;
					}
						#content .main .basket .products td.del a.remove {
							display: block;
							margin: 0 auto;
							width: 29px;
							height: 29px;
							background: url(../images/products_remove.png) no-repeat -29px 0;
							text-indent: -9999px;
						}
							#content .main .basket .products td.del a:hover.remove {
								background-position: 0 0;
							}
					#content .main .basket .products td.quantity {
						background: #a3b0b7;
						color: #000;
						font-size: 14px;
						font-weight: 700;
					}
						#content .main .basket .products td.quantity input {
							margin: 0 auto;
							width: 29px;
							height: 29px;
							line-height: 29px;
							border: 2px solid #718895;
							border-radius: 7px;
							-moz-border-radius: 7px;
							-webkit-border-radius: 7px;
							background: #fff;
							text-align: center;
						}
						#content .main .basket .products td.quantity a {
							font-size: 11px;
							color: #000;
							margin-top: 2px;
							display: block;
							font-weight: 400;
						}
					#content .main .basket .products td.priceTotal {
						width: 90px;
						background: #718895;
						color: #fff;
						font-size: 14px;
						font-weight: 700;
					}
					#content .main .basket .products td.space {
						height: 2px;
						padding: 0;
					}
					#content .main .basket .products td.long {
						height: auto;
						padding: 8px;
						text-align: right;
					}
						#content .main .basket .products td.long .total {
							display: inline-block;
							padding: 5px;
							background: #fff;
							color: #093955;
							font-size: 14px;
							font-weight: 700;
							border-radius: 5px;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
						}
			#content .main .basket .dane {
				list-style: none;
				padding-top: 10px;
				background: #fff url(../images/products_single_bg.png) repeat-x 0 bottom;
			}
				#content .main .basket .dane .buttons {
					padding: 0 0 10px 10px;
				}
				#content .main .basket .dane li.main {
					padding-bottom: 15px;
					width: 514px;
				}
					#content .main .basket .dane li p {
						padding-bottom: 5px;
					}
						#content .main .basket .dane li p.head {
							font-size: 12px;
							font-weight: 700;
							padding-bottom: 10px;
						}
						#content .main .basket .dane li p.label {
							width: 110px;
							padding-top: 5px;
							margin-right: 10px;
							text-align: right;
							float: left;
						}
						#content .main .basket .dane li p.data {
							padding-top: 5px;
							float: left;
							font-weight: 700;    
						}
						#content .main .basket .dane li p.error {
							color: red;
							clear: both;
							padding: 0 0 5px 120px;
						}
							#content .main .basket .platnosc li p.error {
								padding: 2px 0 0 2px;
							}
					#content .main .basket .dane li ul {
						list-style: none;
					}
						#content .main .basket .dane li ul li {
						}
							#content .main .basket .dane li ul li input, 
							#content .main .basket .dane li ul li select {
								padding: 0;
								width: 180px;
								height: 20px;
								line-height: 20px;
								float: left;
								border: 1px solid #606060;
								font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
								font-size: 12px;
							}
								#content .main .basket .dane li ul li input:focus, 
								#content .main .basket .dane li ul li select:focus {
									border: 1px solid #003c00;
								}
							#content .main .basket .dane li ul li select {
								padding: 0;
								margin-top: 2px;
							}
								#content .main .basket .platnosc li ul li input {
									width: auto;
									height: auto;
									line-height: auto;
									border: 0;
									float: none;
								}
									#content .main .basket .platnosc li ul li input:focus {
										border: 0;
									}
		#content .main .staticPage {
			padding: 10px 0;
			border-top: 1px solid #dbd9d9;
			color: #323232;
		}
			#content .main .staticPage .sitemap {
				list-style: none;
				margin: 0;
			} 
				#content .main .staticPage .sitemap ul {
					list-style: none;
					margin-left: 5px;
				}
					#content .main .staticPage .sitemap ul ul {
						list-style: disc;
						margin-left: 15px; 
					}
						#content .main .staticPage .sitemap ul ul ul {
							list-style: circle;
							font-size: 11px;
						}
				#content .main .staticPage .sitemap > li {
					margin: 10px 0;
				}
				#content .main .staticPage .cat {
					font-size: 16px;
					font-weight: 700;
				}
				#content .main .staticPage .subCat {
					font-size: 14px;
					text-decoration: underline;
					display: block;
					margin: 10px 0 5px 0;
				}
			#content .main .staticPage .title {
				font-weight: 700;
				margin-bottom: 15px;
			}
			#content .main .staticPage a {
				color: #093955;
			}
			#content .main .staticPage p {
				margin-top: 15px;
			}
			#content .main .staticPage ul {
				margin-left: 15px;
			}
				#content .main .staticPage ul li {
					margin-top: 2px;
				}
			#content .main .staticPage .newsletter {
				list-style: none;
				margin: 0;
			}
				#content .main .staticPage .newsletter .error {
					margin: 2px 0 0 0;
				}
				#content .main .staticPage .newsletter .input {
					margin: 10px 0;
				}
					#content .main .staticPage .newsletter .input input {
						margin-left: 5px;
					}
			#content .main .staticPage .kontakt {
				float: right;
				margin: 0 10px 10px 10px;
				width: 300px;
				list-style: none;
			}
				#content .main .staticPage .kontakt p {
					clear: both;
					margin: 0 0 5px 101px;
					min-height: 1px;
				}
					#content .main .staticPage .kontakt p.error {
						color: red;
					}
					#content .main .staticPage .kontakt p.msg {
						font-weight: 700;
						margin-left: 0;
					}
				#content .main .staticPage .kontakt label {
					float: left;
					text-align: right;
					padding-top: 4px;
					width: 95px;
					margin-right: 5px;
				}
				#content .main .staticPage .kontakt li.input input,
				#content .main .staticPage .kontakt li.input textarea,
				#content .main .staticPage .kontakt div.token input {
					float: left;
					padding: 0;
					width: 180px;
					height: 20px;
					line-height: 20px;
					float: left;
					border: 1px solid #606060;
					font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
					font-size: 12px;
				}
					#content .main .staticPage .kontakt li.input input:focus,
					#content .main .staticPage .kontakt li.input textarea:focus,
					#content .main .staticPage .kontakt div.token input:focus {
						border: 1px solid #003c00;
					}
					#content .main .staticPage .kontakt li.input textarea {
						height: 100px;
						overflow-y: auto;
					}
				#content .main .staticPage .kontakt div.token {
					float: left;
				}
					#content .main .staticPage .kontakt div.token input {
						width: 90px;
					}
				#content .main .staticPage .kontakt input.send,
				#content .main .staticPage .newsletter .next input {
					margin-left: 100px;
					border: 1px solid #ffed00;
					padding: 4px 14px;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					font-size: 14px;
					cursor: pointer;
					background: #ffed00;
					color: #093955;
				}
				#content .main .staticPage .newsletter .next input {
					margin-left: 0;
				}
					#content .main .staticPage .kontakt input:hover.send,
					#content .main .staticPage .newsletter .next input:hover {
						background: #eae255;
						text-decoration: none;
						border: 1px solid #eae255;
					}
					
		#content .main .paging {
			color: #323232;
			background: #a3b0b7;
		}
			#content .main .paging a {
				color: #093955;
				font-size: 13px;
				font-weight: 700;			
			}
				#content .main .paging table a {
					text-align: center;
					display: block;
					width: 30px;
					height: 30px;
					line-height: 30px;
				}
					#content .main .paging table a.active {
						border: 2px solid #718895;
						border-radius: 7px;
						-moz-border-radius: 7px;
						-webkit-border-radius: 7px;
						background: #fff;
						text-align: center;
					}
			#content .main .paging table {
				margin: 0 auto;
				height: 40px;
			}
				#content .main .paging table td {
				}
					#content .main .paging table td.left {
					}
						#content .main .paging table td.left a,
						#content .main .paging table td.left span {
							width: auto;
							padding: 0 8px 0 0;
							text-align: right;
						}
					#content .main .paging table td.right {
					}
						#content .main .paging table td.right a,
						#content .main .paging table td.right span {
							width: auto;
							padding: 0 0 0 8px;
							text-align: left;
						}
				
	#content .bottom {
		height: 169px;
		padding: 0 1px;
		background: url(../images/bottom_bg.png) no-repeat 0 0;
	}
		#content .bottom .box {
			float: left;
			width: 266px;
			height: 169px;
			position: relative;
		}
			#content .bottom .box .img {
				display: block;
				width: 107px;
				height: 112px;
				position: absolute;
				top: 38px;
				left: 20px;
			}
			#content .bottom .box .title {
				position: absolute;
				top: 13px;
				left: 17px;
				color: #184e6d;
				font-weight: 700;
			}
			#content .bottom .box .more {
				display: block;
				width: 98px;
				height: 26px;
				line-height: 26px;
				position: absolute;
				top: 140px;
				left: 167px;
				text-align: center;
				font-size: 10px;
				font-weight: 700;
				color: #184e6d;
				text-transform: uppercase;
			}
			#content .bottom .box p {
				width: 110px;
				position: absolute;
				top: 35px;
				left: 140px;
				color: #25364c;
				font-size: 11px;
			}
				#content .bottom .box p .head {
					display: block;
					font-weight: 700;
					color: #25364c;
				}
				#content .bottom .first p,
				#content .bottom .first p .head {
					color: #fff;
				}

/* === FOOTER === */
#footer {
	height: 185px;
	background: url(../images/footer_bg.png) no-repeat 0 0;
	position: relative;
}

	#footer .newsletter {
		height: 120px;
		position: absolute;
		top: 25px;
		left: 15px;
	}
		#footer .newsletter p {
			width: 225px;
			font-size: 11px;
			color: #04334e;
		}
			#footer .newsletter p .head {
				display: block;
				font-weight: 700;
				margin-bottom: 10px;
			}
		#footer .newsletter input {
			height: 27px;
			line-height: 27px;
			position: absolute;
			bottom: 0;
			border: 0;
			background: 0;
			font-family: Arial, Helvetica, Garuda, FreeSans, sans-serif;
			font-size: 12px;
		}
			#footer .newsletter input.query {
				width: 165px;
				height: 25px;
				line-height: 25px;
				margin: 0 5px;
				left: 0;
				color: #19384b;
			}
			#footer .newsletter input.submit {
				width: 64px;
				padding: 0;
				left: 175px;
				color: #fff;
				cursor: pointer;
			}
				#footer .newsletter input:hover.submit {
					background: #718895;
				}
				
	#footer .cols {
		list-style: none;
		position: absolute;
		top: 27px;
		left: 290px;
	}
		#footer .cols li {
			float: left;
			width: 215px;
			height: 95px;
			padding: 20px;
			position: relative;
		}
		#footer .cols img {
			display: block;
			margin: 5px 0;
		}
		#footer .cols p {
			font-size: 11px;
		}
			#footer .cols .left p {
				color: #fff;
			}
			#footer .cols .right p {
				color: #093955;
			}
		#footer .cols .head {
			display: block;
			margin-bottom: 5px;
			font-size: 16px;
		}
		#footer .cols .more {
			position: absolute;
			bottom: 10px;
			right: 10px;
			font-size: 11px;
		}
			#footer .cols .left .more {
				color: #fff;
			}
			#footer .cols .right .more {
				color: #093955;
			}
			
	#footer .emocni {
		position: absolute;
		bottom: -19px;
		right: 2px;
		font-size: 11px;
		color: #062a3f;
	}
		#footer .emocni a {
			color: #062a3f;
		}

/* === MISC === */
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix { display: block; }
.clear { clear: both; }
