@import url(navigations.css);
body{
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF url(../images/body.gif) repeat-x;
	font: 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Anchors */
a {
	color: #68612D;
	text-decoration: underline;
}

a:visited {
	color: #D25400;
}

a:hover {
	color: #AC451A;
}

a:active {
	color: #57686C;
}

/* Headings */
h1, h2, h3, h4 {
	margin: 1em 0 .5em;
	padding: 0;
	background: transparent;
	font-size: 200%;
}

h2 {
	margin-top: 0;
	color: #00429A;
	font-size: 150%;
	font-style: italic;
}

h3 {
	color: #D25400;
	font-size: 120%;
}

h4 {
	font-size: 115%;
}

/* Others */
img, a img{
	border: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 0.7em 0;
}

ul li {
	list-style: square;
}

abbr, acronym{
	border-bottom: dashed 1px;
	cursor: help;
}

.invisible, .skipmenu {
	position: absolute;
	top: -10000px;
	left: 0;
	height: 1px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.divide {
	color: #D68D1C;
	font-weight: bold;
	vertical-align: top;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, .note a, div.left p{
	color: #68612D;
}

/* Layout design */
div#container {
	text-align: left;
 width: 1000px;
 margin: 0 auto;
}

/* Header */
div#header {
	background: #FFFFFF;
 height: 65px;
 position: relative;
}

div#header p {
	margin: 0;
	padding: 0;
}

div#header p#date {
	font-size: 95%;
	text-align: right;
 top: 0.3em;
 right: 1em;
 position: absolute;
}

/* Login */
#login {
 text-align: right;
 position: absolute;
 bottom: 0.3em;
 right: 1em;
}

p.owl {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

h1#chapter-one {
	margin: 0;
	padding: 0;
 position: absolute;
 left: 0;
 top: 0;
 width: 310px;
 height: 48px;
}

h1#chapter-one a {
	margin: 0;
	padding: 0;
	width: 310px;
	display: block;
	background: url("../images/logo.gif") no-repeat;
	text-decoration: none;
	height: 48px;
	cursor: pointer;
}

h1#chapter-one a span {
	display: none;
}

/* Navigation */
div#navigation {
	width: 100%;
	background: url(../images/nav.gif) #fff top repeat-x;
	position: relative;
 height: 1%;
}

div#navigation:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}

div#navigation-in {
	padding-left: 233px;
}

p.paging, div#header p#date,div.left p.context, table#order, table#detail {
	font-size: 95%;
}

	
p.bottom-paging {
	float: left;
	width: 90%;
}
 
p.bottom-paging {
	margin: 10px 0;
}
 
.arrows {
	color: #FF6600;
}

/* Search forms */
div#forms {
	border-top: 1px solid #FFFFFF;
	clear: both;
	background: #EFE8D5;
	text-align: right;
	height: 77px;
	position: relative;
}

div#forms div.left {
	margin-right: 240px;
	padding-top: 5px;
 text-align: left;
}

div#forms div.left form {
 margin-top: 32px;
}

div#forms div.right {
	float: right;
	width: 300px;
	text-align: right;
}

div.left .context {
	position: absolute;
	bottom: 5px;
}

div.left p.view {
	float: right;
	width: 49%;
	padding-right: 1em;
	text-align: right;
}

div.left p.home {
	float: left;
	width: 49%;
}

/* Basic Layout */
#content {
	background: #fff url(../images/col-left-bckg.gif) repeat-y;
 clear: both;
 min-height: 200px;
 _height: 1%;
}

#left-middle-cols {  
 float: left;
 width: 805px;
}

div#content h3 {
	padding-left: 12px;
	background: url(../images/h3.gif) 0 50% no-repeat;
}

div#content p.note {
	border: 1px solid #D25400;
	padding: 10px 7px;
	margin: 1em 0;
	background-color: #EFE8D5;
}

#middle-col {
	float: right;
	width: 590px;
 padding: 5px 0 30px 0;
}

#left-col {
	float: left;
	width: 180px;
 padding: 20px 0 20px 5px;
}

#right-col {
	float: right;
	width: 180px;
 padding-top: 5px;
}

.box {
 border: 1px solid #DBCAA4;
 padding: 7px 8px;
 margin: 15px 0;
}

.box h3 {
 margin-top: 0;
}

.box .more {
 text-align: right;
 margin-bottom: 0;
}


/* Footer */
#footer-wrapper { 
 background: url(../images/footer-wrapper.gif) bottom repeat-x;
 padding-bottom: 10px;
 clear: both;
}

div#footer {
	margin: 0 auto;
	text-align: center;
 width: 1000px;
}

/* Cleaner */
.cleaner {
	clear: both; 
 font-size: 0; 
 height: 0; 
 line-height: 0.0; 
}

/* Forms */
form {
	margin: 0;
}

fieldset{
	border: none;
}

input, select {
	font-size: 100%;
}

/* Order Table And Form */
table#order {
	width: 200px;
	margin-left: auto;
	border-collapse: collapse;
}

table#order td {
	border-top: none;
	padding: 0.3em;
	text-align: center;
}

table#order td.white {
	width: 50%;
	background: #FFFFFF;
	color: #68612D;
}

table#order td.brown {
	text-transform: uppercase;
}

/* Catalogue */
div.item {
	border-right: 1px solid #DBCAA4;
	border-bottom: 1px solid #DBCAA4;
	border-left: 1px solid #EFE8D5;
	border-top: 1px solid #EFE8D5;
	float: left;
	/* Nova sirka */
 width: 189px;
	margin: 10px 0 10px 9px;
	background: #FCFAF7;
	position: relative;	 
 min-height: 29em;
 _height: 29em;
 padding-bottom: 3.25em;
}

.items-wrapper {
 margin: 10px 0 0 -10px;
 min-height: 32.5em;
 _height: 32.5em;
 _margin-left: -20px;
}

.items-wrapper:after {  
 clear: both; content: "."; display: block; height: 0; visibility: hidden;
}

.items-wrapper .item {
 margin-top: 0;
}

div.item img {
	margin: 0.5em 0 0.25em 0.5em;
}

div.single img, div.item img {
	border: 1px solid #DBCAA4;
}

div.item p.context {
	background: #EFE8D5;
}

div.item p, div.item h4 {
	margin: 0;
	padding: 0 7px 4px 7px;
}

div.item h4 {
 margin-top: 0.25em;
}

div.item p.price {
	margin: 5px 0 0;
	background: #EFE8D5;
 padding-top: 4px;
 position: absolute;
 bottom: 0;
 _bottom: -1px;
 left: 0;
 width: 176px;
}	

p.price a.basket {
	padding-left: 20px;
	margin-left: 10px;
	background: url(../images/basket.gif) no-repeat left;
	text-align: right;
}

p.autor strong {
	margin-right:10px;
}
div.item h4 {
	color: #D68D1C;
}

div.single div.item {
	float: none;
	width: auto;
	height: auto;
}

/* Table */
table#detail {
	margin: 1em 0 1em 10px;
	border-collapse: collapse;
}

table#detail  td, table#detail  th{
	border: 1px solid #E2D6B4;
	padding: 0.4em;
	text-align: left;
}

table#detail td {
	background: #FCFAF7;
}

table#detail  th {
	background: #EFE8D5;
}

.found {
	border-bottom: 1px dotted #FF0000;
	background-color: #FFFF00;
}
.povinne {
COLOR: #f00;
}
.povinnetext {
font-size:0.9em;
COLOR: #777;
}
.oldprice {
text-decoration: line-through;
}
.price_euro {
COLOR: #777;
}
.kroky TD {
border: 1px solid #D25400;
padding: 5px 3px;
margin: 1em 0;
background-color: #EFE8D5;
width:170px;
color:#666;
}
.kroky th {
border: 1px solid #D25400;
padding: 5px 3px;
margin: 1em 0;
background-color: #EFE8D5;
width:170px;
}
