/* basic */

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #e5892d;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
}

.noScreen, hr {
	display: none;
}

/* links  */

a {
	color: #133a13;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* structure */

#wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff url("../layout/menu_col.gif") left top repeat-y;
}

/* header */

#wrap_header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 144px;
	background: transparent url("../layout/header_bg.gif") left top repeat;
}

#header {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 144px;
	background: transparent url("../layout/header.gif") left top no-repeat;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 348px;
	height: 144px;
	z-index: 1;
}

#header h1 a {
	display: block;
	width: 348px;
	height: 144px;
	margin: 0;
	padding: 0;
}

#header h1 span {
	display: none;
}

#header #kosik {
	position: relative;
	left: 460px;
	top: 13px;
	width: 230px;
	height: 41px;
	background: transparent url("../layout/cart.gif") 0 2px no-repeat;
	padding: 0 0 0 20px;
}

* html #header #kosik {
	width: 250px;
}

#header #kruhy {
	position: relative;
	left: 348px;
	top: 0;
	width: 402px;
	height: 103px;
	background: transparent url("../layout/kruhy.gif") 5px 7px no-repeat;
}

/* footer */

#wrap_footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #133a13;
}

#footer {
	width: 750px;
	margin: 0;
	padding: 5px 0 5px 0;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: center;
	color: #fff;
}

#footer p.naj {
  float: right;
}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* menu */

#menuBar {
	margin: 0;
	padding: 0;
	float: left;
	width: 169px;
	background: #e58c30 url("../layout/menu_bg.gif") left top no-repeat;
}

* html #navBar {
	height: 1%;
}

#menuBar p {
	margin: 0;
	padding: 0;
}

#menuBar ul {
	margin: 0;
	padding: 68px 0;
	list-style: none;
}

#menuBar ul li {
	display: block;
	width: 169px;
	margin: 0;
	padding: 0;
}

#menuBar ul a {
	display: block;
	margin: 0;
	padding: 0.6em 0 0.6em 36px;
	color: #133a13;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

* html #menuBar ul a {
	width: 100%;
	padding: 0.5em 0 0.6em 36px;
}

#menuBar ul a:hover {
	text-decoration: underline;
	background: transparent url("../layout/bullet.gif") 17px 0.8em no-repeat;
}

/* content */

#contentBar {
	margin: 0;
	padding: 10px;
	width: 561px;
	min-height: 300px;
	float: left;
}

* html #contentBar {
	width: 581px;
	height: 1%;
}

#contentBar h2 {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 150%;
	color: #133a13;
}

#contentBar h3 {
	margin: 0;
	padding: 0.5em 0 1em 0;
	font-weight: bold;
	font-size: 110%;
	color: #133a13;
}

#contentBar h4 {
	margin: 0;
	padding: 0.5em 0 1em 0;
	font-weight: bold;
	font-size: 100%;
	color: #000;
}

#contentBar h4 span {
	font-size: 80%;
	color: #899C89;
}

#contentBar p {
	margin: 0;
	padding: 0 0 0.8em 0;
	line-height: 1.4em;
	text-align: justify;
}

#contentBar p.map {
	text-align: center;
	float: right;
}

#contentBar div.advert, #contentBar div.product {
	border-bottom: 1px solid #133a13;
}

#contentBar div.advert h4, #contentBar div.product h4 {
	border-top: 1px solid #133a13;
}

#contentBar div.product div {
	clear: both;
}

#contentBar div.product p.image {
	margin: 0 0 1em 1em;
	padding: 0;
	float: right;
}

* html #contentBar div.product p.image {
	height: 1%;
}

#contentBar div.product span {
	text-decoration: line-through;
}

#contentBar ul {
	margin: 0;
	padding: 0 0 0.8em 0;
	list-style: none inside;
	list-style-image: url("../layout/bullet_small.gif");	/* don't combine or IE will not get over it */
}

#contentBar ol {
	margin: 0;
	padding: 0 0 0.8em 0;
	list-style: lower-alpha inside;
}

#contentBar ul ul, #contentBar ol ul {
	margin: 0;
	padding: 0 0 0.8em 2em;
	list-style: disc inside;
	list-style-image: none;					/* don't combine or IE will not get over it */
}

#contentBar ul li, #contentBar ol li {
	margin: 0;
	padding: 0.1em 0 0.1em 0;
}

* html #contentBar ol li {
	padding: 0 1em;
}

#contentBar p.backLink, #contentBar p.sendLink {
	margin: 0;
	padding: 0;
}

#contentBar p.backLink a, #contentBar p.sendLink a {
	display: block;
	margin: 0;
	padding: 0;
}

#contentBar p.backLink span, #contentBar p.sendLink span {
	display: none;
}

#contentBar p.backLink {
	background: transparent url("../layout/back.gif") left top no-repeat;
}

#contentBar p.backLink, #contentBar p.backLink a {
	width: 22px;
	height: 22px;
}

#contentBar p.sendLink {
	background: transparent url("../layout/send_rec.gif") left top no-repeat;
}

#contentBar p.sendLink, #contentBar p.sendLink a {
	width: 100px;
	height: 22px;
}

#contentBar p.question {
	font-weight: bold;
	border-top: 1px solid #133a13;
}

#contentBar p.answer {
	font-size: 90%;
}

#contentBar p.submit {
	border-top: 1px solid #133a13;
	padding-top: 1em;
}

/* tables */

table {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* for old browsers */
}

table {
	border: none;
	padding: 0;
	margin: 0.1em 0 1em 0;
}

table td {
	border: none;
	padding: 0;
	margin: 0;
}

table.order {
	border-collapse: collapse;
}

table.order th {
	text-align: center;
	font-weight: bold;
	padding: 0.15em 1em 0.15em 1em;
}

table.order td {
	text-align: center;
	padding: 0.15em 0.75em 0.15em 0.75em;
}

table.order td.sum {
	font-weight: bold;
}

table.order tr {
	background: #fff;
}

table.order tr.even {
	background: #f9e4cf;
}

table.order tr.envelope {
	background: #e78f33;
}

table.order .left {
	text-align: left;
}

table.order .right {
	text-align: right;
}

table.bill td {
	font-size: 90%;
}

table.bill th {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	width: 160px;
}

table.bill tr.title td {
	font-size: 100%;
	font-weight: bold;
}

table.bill tr.radio th {
	color: #c00;
}

table.bill tr.confirm td {
	font-weight: bold;
	color: #c00;
}

table.bill tr.submit {
	font-size: 120%;
}

table.bill td.procl {
	font-size: 80%;
}

/* forms */

#contentBar p.warning {
	margin: 0;
	padding: 0.2em 1em 0.2em 1em;
	color: #fff;
	background: #f00;
}

p.necessary {
	color: #899C89;
}

form {
	margin: 0;
	padding: 0;
}

form span {
	color: #f00;
}

input.text {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color: #e4ebed;
	border: solid 1px #133a13;
	width: 110px;
	height: 18px;
}

input.count {
	width: 25px;
}
 
input.long {
	width: 300px;
}
 
input.submit {
	padding: 0 1em 0 1em;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color: #133a13;
	border: solid 1px #133a13;
	color: white;
	font-weight: normal;
	height: 18px; 
}

* html input.submit {
	padding: 0 0.3em 0 0.3em;
}

/* misc */

span.smaller {
	font-size: 90%;
}

p#navBox {
	text-align: right;
}

