html, body {
	margin:0; padding:0;
	font:11px tahoma, verdana;
	color:#454545;
	background:#fff;
}

input {
	font:1em tahoma, verdana;
}

img {
	border:0;
}

h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
	font-size:1em;
}

a:link, a:visited {
	text-decoration:none;
	color:#454545;
}

a:link span, a:visited span {
	color:#841f20;
	font-style:italic;
} 

a:hover, a:active, a:focus {
	text-decoration:underline;
}

.fav {
	float:right;
}

#nav, #categories, #boxes, #index-list, #index-list ul, #footer ul, #gallery ul, 
	#tabs-nav, #opinions ul, #products, #accessories ul, #catalog, #cechy ul {
	padding:0;
	margin:0;
	list-style:none;
}

#index-list:after, #index-list ul:after, #boxes:after, #tabs-nav:after, 
	#attribs:after, #content:after, #opinions:after, #opinions li:after, 
	#catalog li:after, #cechy ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height:0;
	height:0;
}

#container {
	width:960px;
	margin:0 auto;
	padding:50px 16px;
	background:#fff url(gfx/bg.jpg) no-repeat center 50px;
	position:relative;
}

.cart {
	margin:15px;
}

/* --------------------------------------------------------------------------- */

#top {
	height:100px;
	position:relative;
	padding-right:31px;
	margin-left:15px;
}

	#top h1 {
		float:left;
		margin-top:-10px;
		padding:0 0 0 30px;
		font-size:3em;
	}
	
	#nav {
		float:right;
		margin-top:15px;
	}
	
	#nav li {
		float:left;
		padding-right:8px;
		margin-right:21px;
		background:url(gfx/nav/arrow.gif) no-repeat right top;
	}
	
	#nav li:hover {
		padding-right:13px;
		margin-right:16px;
	}
	
	#nav a {
		text-decoration:none;
	}
	
	#search {
		background:#771c1d url(gfx/search.png);
		padding-left:27px;
		width:204px;
		height:19px;
		position:absolute;
		left:0;
		bottom:0;
	}
	
	#search input {
		margin:0;
		padding:0;
		float:left;
	}
	
	#search input#search-input {
		border:none;
		background:transparent;
		color:#f2f2f2;
		font-size:1em;
		height:17px;
		width:175px;
		padding-top:2px;
	}
	
	#cechy {
		position:absolute;
		left:238px;
		bottom:0;
		height:19px;
		background:#841f20 url(gfx/cechy-r.png) no-repeat right top;
	}
	
	#cechy ul {
		background:url(gfx/cechy-l.png) no-repeat left top;
		padding:0 12px 0 10px;
	}
	
	#cechy li {
		float:left;
		height:19px;
		line-height:19px;
		padding:0 13px 0 15px;
		background:url(gfx/cechy-li.png) no-repeat left 7px;
	}
	
	#cechy li a:link, #cechy li a:visited {
		color:#e0c3c3;
		text-decoration:none;
	}
	
	#cechy li:first-child {
		background:none;
	}
	
	#cechy li a:hover, #cechy li a:active,#cechy li a:focus {
		text-decoration:underline;
		color:#F2F2F2;
	}

#categories {
	clear:both;
	background:#454545 url(gfx/categories.png);
	padding:2px 4px 6px;
	width:927px;
	height:30px;
	margin-left:11px;
}
	
	#categories li {
		padding:8px 23px 0;
		background:url(gfx/categories-li.png) no-repeat left 9px;
		float:left;
	}
	
	#categories li:first-child {
		background:none;
		margin-left:5px
	}
	
	#categories li a {
		font:bold 1.1em verdana;
		color:#f6f6f6;
	}

#index-list {
	margin-left:15px;
}
	
	#index-list > li {
		width:225px;
		background:url(gfx/index-list.png) no-repeat right 5px;
		float:left;
		margin-right:15px;
		min-height:502px;
	}
	
	#index-list > li:last-child {
		background:none;
		margin-right:0;
	}

	#index-list li li, #products li {
		float:left;
		width:105px;
		height:145px;
		margin:15px 5px 0 0;
		text-align:center;
	}
	
	#products li {
		margin:15px 3px 0 3px;
	}
	
	#index-list li li.odd {
		clear:left;
	}
	
	#index-list img, #products img {
		display:block;
		margin:7px auto 3px;
	}
	
	#index-list a, #products a {
		display:block;
	}
	
	#index-list a:hover, #index-list a:active, #index-list a:focus
	, #products li a:hover, #products li a:active, #products li a:focus {
		color:#841f20;
		text-decoration:none;
	}

#products {
	margin-left:30px;
}
	.pagination {
		float:right;
		clear:both;
		text-align:right;
		font-size:1.1em;
		margin-right:45px;
	}
	
	.pagination .active {
		color:#841f20;
	}

#catalog {
	padding:45px 44px;
	clear:both;
}
	
	#place.catalog {
		margin:20px 0 20px 40px;
		float:left;
	}
	
	h2#catalog-heading {
		margin:40px 0 0 40px;
		font-size:1.1em;
		display:none;
	}
	
	h2#catalog-heading, h2#catalog-heading a {
		color:#841f20;
	}
	
	#catalog li {
		border-bottom:1px solid #c6c6c6;
		margin:10px 0;
		padding:15px 0;
		width:870px;
		line-height:1.2em;
		position:relative;
	}
	
	#catalog li img {
		float:left;
	}
	
	#catalog .main {
		float:left;
		width:360px;
		margin-left:20px;
		padding-right:20px;
	}
	
	#catalog h3 {
		margin:7px 0;
	}
	
	#catalog h3 a {
		color:#841f20;
		font-size:1em;
	}
	
	#catalog .rating {
		width:100px;
		float:left;
		text-align:center;
	}
	
	#catalog .star-rating-container {
		padding:5px 0;
		margin:0 auto;
		width:85px;
	}
	
	#catalog .producer {
		float:left;
		width:130px;
		margin-top:7px;
		text-align:center;
	}
	
	#cproducers {
		float:left;
		clear:left;
		margin-left:40px;
	}
	
	#cproducers h3 {
		color:#841f20;
		display:inline;
	}
	
	#catalog .producer h4 {
		margin-bottom:6px;
	}
	
	#catalog .producer img {
		float:none;
	}
	
	#catalog .main p {
		text-align:justify;
	}
	
	#catalog .cost {
		float:right;
		width:135px;
		text-align:right;
		padding-top:10px;
	}
	
	#catalog .cost span {
		font-weight:bold;
		font-size:1.1em;
		color:#841f20;
	}
	
	#catalog .cost input {
		margin-top:7px;
	}
	
	#catalog .cost .ebasket {
		float:right;
		margin-bottom:3px;
	}
	
#product {
	padding:10px 50px 100px 5px;
}
	
	#product #top-data {
		margin:0 0 30px 34px;
		text-align:center;
	}
	
	#product #top-data.empty {
		background:url(gfx/product-top.png) no-repeat center 3px;
		height:150px;
	}
	
	#place {
		float:right;
		color:#841f20;
		font-weight:bold;
		font-size:1.1em;
	}
	
	#place a {
		color:#454545;
	}
	
	#product #gallery {
		float:left;
		margin-top:35px;
		width:294px;
	}
	
	#product .fav {
		margin:15px 0;
		height:36px;
		float:left;
	}
	
	#main-img {
		margin:0 auto;
		display:block;
	}
	
	#gallery h2 {
		margin:50px 0 25px 30px;
	}
	
	#gallery ul {
		text-align:center;
	}
	
	#gallery li {
		display:inline;
		display:inline-block;
		width:96px;
		height:96px;
		overflow:hidden;
		line-height:96px;
	}
	
	#gallery li img {
		vertical-align:middle;
		max-height:96px;
		max-width:96px;
	}

	#product-content {
		width:610px;
		float:left;
		padding-top:25px;
	}
	
	#product h1 {
		color:#841f20;
		font:bold 1.1em tahoma, arial;
		margin:10px 0;
	}
	
	#product #desc {
		text-align:justify;
	}
	
	#product #desc p {
		margin:10px 0;
		padding:0 20px;
	}
	
	#product #cost div.f {
		float:left;
	}
	
	#product #cost div.tc {
		margin-right:46px;
	}
	
	#product #cost .cart {
		float:left;
		clear:left;
	}
	
	#product #cost, #basket .cost {
		float:left;
		font-weight:bold;
		padding-top:10px;
		width:300px;
	}
	
	#product #cost span, #basket .cost span {
		font-size:2.2em;
		vertical-align:bottom-line;
		color:#841f20;
		font-weight:normal;
		margin-left:5px;
	}
	
	#product .avail {
		/*height:10px;*/
		width:54px;
		background:url(gfx/avail-empty.png);
		/*float:right;*/
		text-indent:-9999em;
		text-align:left;
		margin-top:10px;
	}
	
	.avail div {
		height:10px;
		background:url(gfx/avail-full.png);
	}
	
	.avail0 {width:0px;}
	.avail1 {width:6px;}
	.avail2 {width:12px;}
	.avail3 {width:18px;}
	.avail4 {width:24px;}
	.avail5 {width:30px;}
	.avail6 {width:36px;}
	.avail7 {width:42px;}
	.avail8 {width:48px;}
	.avail9 {width:54px;}
	
	#product .unavail {
		font-size:.8em;
		color:#949494;
		clear:both;
		font-weight:normal;
		margin-top:10px;
	}
	
	.product-box {
		float:right;
		margin-left:20px;
		text-align:center;
	}
	
	.product-box h2 {
		text-align:left;
		margin-bottom:15px;
	}
	
	#rating {
		padding-left:5px;
		height:25px;
	}
	
	#rating a {
		cursor:default;
	}
	
	#note img {
		display:block;
		margin:5px auto 7px;
	}
	
	#tabs-container {
		clear:both;
		width:610px;
		font-family:verdana;
		padding:17px 0 12px 13px;
		background:url(gfx/tabs-bottom.png) no-repeat 13px bottom;
	}
		
		#tabs-nav {
			height:24px;
			background:url(gfx/tabs-nav.png) no-repeat left bottom;
			width:603px;
			padding:0 4px 7px;
		}
		
		#tabs-nav li {
			float:left;
			height:24px;
			line-height:24px;
			vertical-align:middle;
			text-align:center;
			margin-left:1px;
			width:132px;
		}
		
		#tabs-nav li a:link, #tabs-nav li a:visited {
			vertical-align:middle;
			display:block;
			width:100%;
			height:100%;
			/*-moz-border-radius:5px 5px 0 0;*/
			color:#454545;
			font-weight:bold;
			background:#c6c6c6 url(gfx/tab-inactive.png) no-repeat left top;
		}
		
		#tabs-nav li a.active, #tabs-nav li a:hover, #tabs-nav li a:active, #tabs-nav li a:focus {
			text-decoration:none;
			font-weight:normal;
			color:#fff;
			background:#454545 url(gfx/tab-active.png) no-repeat left top;
		}
		
		#tabs {
			padding:1px 10px;
			background:url(gfx/tabs-bg.png) repeat-y left top;
			min-height:91px;
		}
		
		#attribs dl {
			margin:0 3px;
			padding:0;
			float:left;
			width:289px;
		}
			
		#attribs dt {
			font-weight:bold;
			float:left;
			padding:2px 0 0;
		}
		
		#attribs dd {
			display:block;
			text-align:right;
			color:#8b2728;
			border-bottom:1px solid #e2e2e2;
			margin:0;
			padding:2px 4px 2px 2px;
			/*white-space:nowrap;*/
		}
		
		#attribs dd:first-line {
			/*line-height:1.3em;*/
		}
		
		#attribs dt:first-child + dd {
			border-top:1px solid #e2e2e2;
		}
		
		#opinions {
			padding:0 7px;
		}
		
		#comment-form {
			clear:both;
			margin-top:10px;
		}
		
		#opinions textarea {
			border:1px solid #c6c6c6;
			width:572px;
			height:64px;
			clear:both;
			font:1em tahoma;
		}
		
		#opinions li strong {
			float:left;
			margin-right:4px;
		}
		
		#opinions label {
			float:left;
		}
		
		#stars-container {
			float:left;
			margin-left:5px;
		}
		
		#opinions .submit-comment {
			float:right;
			clear:both;
			margin:4px 15px 0 0;
			height:19px;
			vertical-align:middle;
			line-height:19px;
			color:#cccccc;
		}
		
		#opinions .submit-comment * {
			vertical-align:middle;
		}
		
		#opinions li {
			border-bottom:1px solid #c6c6c6;
			margin:5px 0;
			padding:4px 0;
			width:574px;
			line-height:1.6em;
		}
		
		#opinions .date {
			float:left;
			text-align:center;
			width:67px;
			margin-right:7px;
			color:#c6c6c6;
			height:30px;
			padding-top:2px;
		}
		
		#opinions .comment {
			margin-left:75px;
		}
		
		#accessories ul{
			padding:5px 13px;
		}
		
		#accessories li {
			border-bottom:1px solid #c6c6c6;
			margin:5px 0;
			padding:4px 0;
			width:574px;
			line-height:1.2em;
			height:80px;
			position:relative;
		}
		
		#accessories img {
			float:left;
		}
		
		#accessories h3 {
			margin-bottom:7px;
		}
		
		#accessories h3 a {
			color:#841f20;
			font-size:1.1em;
		}
		
		#accessories p {
			width:365px;
			margin-left:80px;
		}
		
		#accessories .cost {
			font-size:0.9em;
		}
		
		#accessories form {
			position:absolute;
			right:0;
			bottom:0;
		}
		
		#accessories form span {
			font-size:1.2em;
			color:#841f20;
			font-weight:bold;
		}
		
		#accessories input {
			margin:5px 0 10px;
		}
		
.page {
	padding:40px 63px;
}

	.page h1 {
		color:#841f20;
		font-size:1.1em;
		text-indent:-20px;
	}
	
	.page p {
		margin-bottom:15px;
	}
	
	.page h2 {
		color:#841f20;
		font-weight:bold;
		margin:15px 0;
	}
	
	.page #page-content {
		margin:15px 0;
	}
	
	.page a:link, .page a:visited {
		color:#841f20;
	}
	
	#basket-products {
		border-collapse:collapse;
		width:100%;
	}
		
	#basket-products td, #basket-products th {
		border:1px solid #c6c6c6;
		padding:7px 0;
		vertical-align:top;
	}
	
	#basket-products th {
		text-transform:lowercase;
		padding:4px 0;
		width:auto !important;
		text-align:left;
		text-indent:1px;
	}
	
	#basket th strong {
		color:#841f20;
		display:block;
		text-indent:0;
		text-align:center;
	}
	
	#basket .plink {
		text-indent:15px;
	}
	
	#basket img.miniatura { 
		display:block;
		height:96px;
		margin:0 auto;
		width:96px;
	}
	
	#basket-products input.text {
		text-align:center;
		border:1px solid #c6c6c6;
		width:67px;
		height:17px;
		margin:0 6px
	}
	
	#basket .remove {
		display:block;
		margin:0 6px;
	}
	
	#basket .costp {
		color:#841f20;
		text-indent:15px;
	}
	
	#basket table a {
		color:#841f20;
		font-weight:bold;
	}
	
	#basket .cost {
		float:right;
		padding:5px 5px 5px 0;
	}
	
	#basket .button {
		float:right;
	}
	
	#gbuttons {
		margin:6px 0;
	}
	
	#finish {
		float:right;
		clear:both;
	}
	
	#basket select {
		border:1px solid #c6c6c6;
		padding:2px;
	}
	
	#basket textarea {
		border:1px solid #c6c6c6;
	}
	
	#basket-form input {
		border:1px solid #c6c6c6;
		margin:2px;
		padding:2px;
	}
	
	.bcost {
		text-align:right;
		margin:3px;
		font-weight:bold;
		color:#841f20;
	}
	
	.blabel {
		width:170px;
		font-size:1em;
	}
	
	.pcount div {
		margin:3px 3px 3px 5px;
	}
	
	#basket h2 {
		margin-bottom:0;
	}
	
	#preview th {
		text-align:left;
	}
	
	#preview table {
		border-collapse:collapse;
	}
	
	#preview table td, #preview table th {
		border:1px solid #c6c6c6;
		padding:3px;
	}
	
	#preview #your-data {
		margin:10px;
	}

#boxes {
	clear:both;
	padding:15px 0 0 20px;
	font-size:1.8em;
}
	
	#boxes li {
		float:left;
		background:url(gfx/bottom-box.gif);
		padding:4px;
		width:284px;
		height:140px;
		margin:8px;
	}
	
	#boxes li.producers div {
		background:url(boxes/greatest-selection2.png);
		width:100%;
		height:140px;
	}
	
	select {
		border:1px solid #454545;
		font-size:1em;
	}
	
	#boxes select {
		margin:90px 0 0 12px;
		width:110px;
		font-size:0.5em;
	}
	
	#basket .komorka-normal .pogrubienie {
		font-weight:bold;
		color:#841f20;
	}

#footer {
	clear:both;
	width:969px;
	margin:0 auto;
	background:url(gfx/footer.gif) center top;
	padding-top:15px;
	border-bottom:#e2e2e2;
	height:17px;
	margin-bottom:28px;
}

	#footer ul {
		float:left;
		text-transform:uppercase;
	}
	
	#footer a:link, #footer a:visited {
		color:#841f20;
	}
	
	#footer ul li {
		float:left;
		/*border-right:1px dotted #bcbcbc;*/
		background:url(gfx/footer-separator.gif) no-repeat right center;
		padding:0 7px 0 6px;
	}
	
	#footer ul li:last-child {
		background:none;
	}
	
	#footer p#copyright {
		float:right;
		margin-right:6px;
		color:#bcbcbc;
	}
	
	#footer p#copyright a:link, #footer p#copyright a:visited {
		color:#959595;
	}
	
	#footer abbr {
		border:none;
	}
	
