/***********************************************************************
 Copyright (C) Radek HULAN - F-ART AGENCY, s.r.o., 2005
 http://hulan.cz/

 You CANNOT use this stylesheet, or part of it, without my permission!!  
***********************************************************************/

/* ********** basic definitions ********** */
body, html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background: white;
	color:black;
}

/* ********** anchors ********** */
a:link, a:visited {
	text-decoration: underline;
	color: #6B140C;
	border: 1px none;
	padding: 0 2px 0 2px;
}
a:visited {
	color: #86180F;
}
a:hover{
	background: #392D9B;
	color: white;
}

/* ********** layout ********** */
#content {
	margin:0 auto;
	padding:0;
	background: white;
}
#left {
	display:none;
}
#leftmenu{
	display:none;
}
#info{
	display:none;
}
#topmenu{
	display:none;
}
#items {
	text-align: justify;
}
#footer{
	display:none;
}
#msie {
	display:none;
}

/* ********** items ********** */
h1 {
	display: none;
}
.item h2{
	color:#B66B1F;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	padding:0;
	margin:10px 0 10px 0;
	border-bottom:2px dotted #E8B075;
}
.item h3{
	color:#2A2A2A;
	font-size:12px;
	line-height:16px;
	font-weight: bold;
	padding:0;
	margin:5px 0 5px 0;
	border-bottom:1px solid #DFDFDF;
}
.item p, ul, li, ol, dd, dt {
	padding:0;
	margin:5px 0 5px 0;
}
.item ol, .item ul{
	margin:5px 0 5px 25px;
}
.item ul li {
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	list-style: none;
	margin: 0;
	padding:2px 0 2px 20px;
}
.item ol{
	margin:5px 0 5px 42px;
}
.item ol li{
	list-style: decimal;
}

.item table{
	margin: 7px auto;
	border-left:1px solid #B4A68B;
	border-top:1px solid #B4A68B;
}
.item table th {
	text-align: center;
	padding: 2px;
	border-bottom:1px solid #A89F7E;
	border-right:1px solid #A89F7E;
	background-color: #F2E6B6;
	font-weight: bold;
	color:#B85915;
}
.item table td {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #B1B1B1;
	border-right: 2px solid #B1B1B1;
}
.item table td.e {
	text-align: center;
	padding: 2px;
	background: #F2EDE7;
	border-bottom: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
}
.item table.none{
	border:0 none;
}
.item table.none th, .item table.none td{
	border:0 none;
}
.item table tr.none td {
	border:0 none;
	font-size:5px;
	line-height: 5px;
}

.item hr{
	border: 0 none;
	border-bottom: 2px dotted #B85915;
	background: #ffffff;
	color: #ffffff;
}

/* ********** images ********** */
.item .leftbox {
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 0;
	border: 3px solid #CACACA;
	border-bottom-color: #9F9F9F;
	border-right-color: #9F9F9F;
	line-height:1px;
}
.item .rightbox {
	float: right;
	margin: 5px 0px 5px 15px;
	padding: 0;
	border: 3px solid #CACACA;
	border-bottom-color: #9F9F9F;
	border-right-color: #9F9F9F;
	line-height:1px;
}
.item .box {
	margin: 10px auto;
	text-align: center;
	font-style: italic;
}
.item box a:link, .item box a:visited {
	margin:0;
	padding:0;
}
.item .box img{
	border: 3px solid #D0711D;
	border-left: 3px solid #EFBD8F;
	border-top: 3px solid #EFBD8F;
	padding: 0;
	margin:0 auto;
	display: block;
	line-height:1px;
}

img, .item .leftbox img, .item .rightbox img{
	border: 0 none;
	padding: 0;
	margin: 0;
}

/* ********** forms ********** */
fieldset, legend, textarea, form{
	display:none;
}
.noprint {
	display:none;
}

/* ********** products menu ********** */
ol#produkty {
	margin:10px 200px 10px 25px;
	list-style: none;
	padding:0;
	display: none;
}
ol#produkty li {
	list-style: none;
	padding: 2px 0 2px 10px;
	background: #FAEBDA;
	border-bottom: 1px solid #F2CCA2;
	border-right: 1px solid #F2CCA2;
}
#hidden p {
	display: none;
}
.right{
	text-align: right;
}