* {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0 none;
}

input, select, img {
	vertical-align: middle;
}

#nav {
	height: 0;
	overflow: hidden;
}

body {
	background: Black url(../img/body-bg.jpg) repeat-x center 24px;
	text-align: center;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main {
	width: 970px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

#basket {
	position: absolute;
	right: 0;
	top: 5px;
	color: White;
}

#basket a {
	text-decoration: none;
	color: White;
}

#basket a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	left: 50px;
	top: 56px;
}
#menu_art {height: 25px; width: 680px; margin: 0 auto;}
#menu_art li {float: left;}
#menu_art li a {display: block;	line-height: 25px; width: 158px; text-align: center; font-size: 10px; color: #101415;	text-decoration: none; background-color:#fff; font-weight: bold; margin: 5px; border: 1px solid #CCCCCC;}
#menu_art li a:hover {background: #CAA145; font-weight: bold; margin: 5px;}

#menu {
	position: absolute;
	left: 0;
	top: 124px;
	height: 25px;
	width: 970px;
	overflow: hidden;
	background: url(../img/menu-top.jpg) no-repeat center;
	text-transform: lowercase;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	line-height: 25px;
	width: 120px;
	text-align: center;
	font-size: 10px;
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	background: #CAA145;
	font-weight: bold;
}

#content {
	float: right;
	width: 720px;
	border: 1px solid #A6A6A6;
	background: #FFF8DC;
	padding: 4px;
	margin-top: 185px;
	position: relative;
	overflow: hidden;
}

#content h1 {
	background: url(../img/belka_kategoria.jpg) no-repeat;
	padding: 45px 0 0 15px;
	height: 25px;
	color: White;
	font-size: 18px;
}

#content .subpage {
	line-height: 18px;
	background: #AC801F;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: White;
}

#content .subpage a {
	color: white;
	text-decoration: none;
}

#content .subpage a:hover {
	text-decoration: underline;
}

/* dodane */
#content div.text {
	padding: 15px;
}

#content div.text ul, #content div.text ol {
	margin: 15px 25px;
}

#content div.text ul li {
	list-style: disc;
}

#content div.text ol li {
	list-style: decimal;
}
/* end dodane */

.row {
	background: #F0F0F0;
	border-top: 1px solid #B6B6B6;
	float: left;
	clear: both;
	width: 720px;
}

.row h2 {
	color: #4C4C4C;
	text-align: center;
	padding: 10px;
	font-size: 16px;
}

#platnosci {
	width: 730px;
	float: right;
	padding-top: 10px;
	clear: none;
	overflow: hidden;
}

#search {
	position: absolute;
	left: 0;
	top: 260px;
	width: 230px;
	text-align: center;
}

#search input {
	padding: 2px;
	font-size: 11px;
	border: 1px solid #B36F6C;
}

#search input.image {
	border: 0 none;
}

#sidebar {
	float: left;
	width: 230px;
	margin-top: 330px;
	font-size: 11px;
	overflow: hidden;
}

#sidebar h2 {
	color: #B7A371;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
}

#sidebar li {
	background: #191919;
	font-weight: bold;
	padding: 3px 0 3px 14px;
	color: White;
}

#sidebar li ul {
	padding-top: 5px;
}

#sidebar li ul ul {
	padding: 0;
}

#sidebar li li {
	background: black;
	font-weight: normal;
	position: relative;
	left: -14px;
	width: 230px;
	padding: 0;
}
#sidebar li li li {
	left: 0;
}
#sidebar li a {
	color: White;
	text-decoration: none;
	display: block;
	width: 216px;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar li li a {
	width: 200px;
	padding: 3px 0 3px 30px;
	background: url(../img/square-brown.png) no-repeat 15px 7px;
}

#sidebar li li li a {
	width: 185px;
	padding: 3px 0 3px 45px;
	background: url(../img/square-brown.png) no-repeat 30px 7px;
}

#sidebar li li a:hover {
	text-decoration: none;
	color: Black;
	background: #CAA145 url(../img/square-black.png) no-repeat 15px 7px;
}

#sidebar li li li a:hover {
	background: #CAA145 url(../img/square-black.png) no-repeat 30px 7px;
}

#sidebar p {
	padding-top: 10px;
}

#footer {
	clear: both;
	color: White;
	padding: 10px 0;
}

#menu-bottom {
	background: #191919;
	line-height: 20px;
	width: 970px;
	text-align: center;
	text-transform: lowercase;
	font-size: 10px;
}

#menu-bottom a {
	color: White;
	text-decoration: none;
}

#menu-bottom a:hover {
	text-decoration: underline;
}

#copyright {
	width: 450px;
	float: left;
	padding: 10px 0;
}

#coding {
	width: 450px;
	float: right;
	text-align: right;
	padding: 10px 0;
}

#copyright a, #coding a {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.item {
	width: 240px;
	float: left;
	padding: 5px 0 0 0;
	height: 350px;
	overflow: hidden;
}

.item p {
	padding: 3px 7px;
	font-size: 10px;
}

.item .img {
	text-align: center;
	padding: 0;
}

.item h2 {
	padding: 8px 7px;
	font-size: 16px;
	color: #750B0B;
	text-align: left;
}

.item h2 a {
	color: Black;
	font-size: 11px;
	text-decoration: none;
}

.item .img img {
	border: 4px solid #CAA145;
}

.item .price {
	font-size: 16px;
	color: #6E1312;
	font-weight: bold;
}

#box {
	clear: both;
	background: #CAA145;
	border: 3px solid #CAA145;
	float: left;
	color: White;
}

#box p {
	float: left;
}

#box p.text {
	width: 210px;
	padding: 10px;
}

.italic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}

#item {
    padding: 20px 0;
    clear: both;
    float: left;
    width: 720px;
    position: relative;
    overflow: hidden;
}

/*
#item img {
	border: 4px solid #CAA145;
	float: left;
	margin-right: 12px;
}*/

/*dodane*/
#item .img {
	position: relative;
	float: left;
	margin-right: 12px;
	padding: 0;
}

#item .img img {
	border: 4px solid #CAA145;
	display: block;
}

#item .img a {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* end dodane */

#item h1 {
	background: none;
	padding: 0;
	height: auto;
	color: Black;
	/* dodane */
	width: 250px;
	margin-right: 150px;
	float: left;
	clear: right;
	/* end dodane */
}

#item p {
	padding: 10px 0;
}

#item .price {
	font-size: 24px;
	color: #6E1312;
	font-weight: bold;
}

#item .details {
	color: #6F6F6D;
}

#item #info {
	color: #A17F37;
}

#item #info a {
	color: #A17F37;
	text-decoration: none;
	font-weight: bold;
}

/*dodane*/
#path {
	position: absolute;
	left: 10px;
	top: 158px;
	color: #CAA145;
	font-size: 10px;
}

#path a {
	color: #CAA145;
	text-decoration: none;
}

#path a:hover {
	text-decoration: underline;
}

#item #buy {
	position: absolute;
	top: 30px;
	right: 10px;
}

#item #buy li {
	padding-bottom: 5px;
}
/*end dodane*/

/*dodane kroki procesu zakupu*/


#kroki {
	position: absolute;
	top: 74px;
	left: 0px;
	width: 100%;
	margin: 0 0 0 5px;
}

#kroki ul { 
	margin: 0;
}

#kroki li  /* lista krokow */
{
	font-size: 12px;
	float: left;
	list-style: none;
	text-align: center;

}

#kroki li  {
		display: block;
		margin-left: 10px; /* odstep pomiedzy tabami */
		width: 120px; /* szerokosc tabow */
		line-height: 24px; /* wysokosc tabow */
		text-decoration: none;
		background-color: #CAA145;
		font-weight: bold;
		color: #fff;
		border: 3px solid #CAA145;
}
#kroki li.krokwybrany {  
	background-color: #6E1312;
}

#kroki a {color: #fff; text-decoration: none;}
#kroki a:link, #kroki a:visited  {color: #fff; text-decoration: none;}
#kroki a:hover, #kroki a:active {text-decoration: underline;}

/*end dodane kroki procesu zakupu*/