body {
	background-color:#6F605A;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	font-size:12px;
	margin:0px auto auto auto;
	color:#000000;
}
a {
	color: darkgoldenrod ;
}
.clear {
	clear:both;
}
p {
	padding:5px 0 5px 0;
	margin:0px;
	line-height:19px;
}
.details {
	color:#734633;
	width:90%;
	padding:5px 15px 5px 25px;
	font-size:11px;
	list-style-position:inside;
}
.details-small {
	color:#734633;
	width:80%;
	padding:5px 15px 5px 5px;
	font-size:11px;
	list-style-position:inside;
}
.details li {
	margin-bottom:2px;
}
#wrap {
	width:900px;
	height: auto;
	margin:auto;
	background-color:#FFFFFF;
}
.header {
	width:900px;
	height:181px;
	background:url(images/header.jpg) no-repeat center;
}
.logo {
	padding:40px 0 0 100px;
}

/*-----------------------------menu-------------------*/
#menu {
	width:628px;
	height:30px;
	padding:50px 0 0 10px;
}
#menu ul {
	display:block;
	list-style:none;
	padding:9px 0 0 10px;
	margin:0px;
}
#menu ul li {
	display:inline;
	padding:0px;
	margin:0px;
	height:20px;
}
#menu ul li a {
	height:27px;
	display:block;
	padding:0px 10px 0 10px;
	margin:0 4px 0 4px;
	_margin:0 2px 0 2px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:13px;
	line-height:25px;
}
#menu ul li.selected a {
	height:27px;
	display:block;
	padding:0px 10px 0 10px;
	margin:0 5px 0 5px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#f7a849;
	font-size:13px;
	line-height:25px;
}
#menu ul li a:hover {
	color:#f7a849;
}

/*------------------------------------center content--------------------*/
.center_content {
	width:900px;
	padding:0px 0 0 0;
	background:url(images/center_bg.gif) repeat-y center;
}
.left_content {
	width:360px;
	float:left;
	padding:20px 0 20px 20px;
}
.right_content {
	width:450px;
	float:left;
	background:url(images/border.gif) no-repeat bottom center;
	padding:20px 0 20px 30px;
}
.title {
	color:#734633;
	padding:0px;
	float:left;
	font-size:19px;
	margin:10px 0 10px 0;
	
}
span.title_icon {
	float:left;
	padding:0 5px 0 0;
}
.prod_title {
	color: darkgoldenrod ;
	padding:5px 0 0 15px;
	font-size:13px;
}
a.more {
	font-style:italic;
	color: darkgoldenrod;
	float:right;
	text-decoration:none;
	font-size:11px;
	padding:0px 15px 0 0 ;
}
.about {
	width:337px;
	clear:both;
	padding:0 0 35px 0;
}
img.right {
	float:right;
	padding:0 0 0 10px;
}
.right_box {
	width:170px;
	float:left;
	padding:10px 0 0 0;
}
.archive {
	padding: 20px 10px 10px 30px;
	background:url(images/archive.gif);
}
.archive-nr {
  font-size:80%; margin-right:5px; padding:3px; border-width: 2px; border-style: ridge; border-color: maroon;
}
.archive-nr a {
  text-decoration: none;
}


/*--------feat_prod_box-----------*/
.feat_prod_box {
	padding:10px 0 10px 10px;
	margin:0 20px 20px 0;
	clear:both;
}
.prod_img {
	float:right; 
	height:140px;
	padding:9px 9px 3px 12px;
}
.okladka {
  float:left;
	width:200px;
	padding:10px;
}
.new_products {
	clear:both;
	padding:0px;
}
ul.list {
	clear:both;
	padding:10px 0 0 20px;
	margin:0px;
}
ul.list li {
	list-style:none;
	padding:2px 0 2px 0;
}
ul.list li a {
	list-style:none;
	text-decoration:none;
	color:#000000;
	padding:0 0 0 17px;
}
ul.list li a:hover {
	text-decoration:underline;
}

/*---------------footer------------------------*/
.footer {
	height:100px;
	border-top:1px #b2b2b2 dashed;
	background:url(images/footer_bg.gif) no-repeat bottom;
}
.footer a {
	text-decoration:none;
	padding:0 5px 0 5px;
	color:#afaeaf;
}

/*-------------artykuly----------------------*/
div.artykul  {
	margin-bottom:1em;
	border: outset 1px goldenrod;
}
span.autor {
	font-weight:bold;
	color:maroon;
	display:block;
	margin-bottom:1em;
  padding-left:1em;
  padding-top:1em;
}
span.tytul {
	display:block;
	margin-bottom:1.2em;
  margin-left:1.5em;
  margin-top:1em;
  color:#567;
}
span.tytul a {
	text-decoration:none;
}
span.abstrakt {
	display:block;
	margin-bottom:2em;
	margin-left:1em;
	padding:1em;
	text-align:justify;
  line-height:150%;
}


