/** poslední změny 03.04.2009 **/

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
img {
	BORDER-RIGHT: #bcbcbc 1px solid;
	PADDING-RIGHT: 1px;
	BORDER-TOP: #bcbcbc 1px solid;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	MARGIN: 3px 10px;
	BORDER-LEFT: #bcbcbc 1px solid;
	WIDTH: auto;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #bcbcbc 1px solid;
	text-align: left;
	vertical-align: bottom;
	float: left;
}
a {
	color: Navy;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #FFF url(../images/body.png) repeat-x;
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	padding-bottom: 10px;
}
#body .code {
	margin: 1em 5% 1em 5%;
	padding: 0 5px;
	background-color: White;
	border: 1px dashed Red;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 872px;
	background: #EFE2CF;
	position: relative;
}

#header {
	background: #D5CCB5 url(../images/header.png) no-repeat;
	height: 80px;
}
#logo {
  position: absolute;
  top: 2px;
  left: 240px;
  width: 240px;
  color: #000;
}
#logo h1 {
	font: italic bold 22px Monotype Corsiva;
	text-align: center;
}
#logo p {
	margin: 0;
	font: bold 12px verdana, arial, sans-serif;
	color: #000;
	text-align: center;
}

#cart {
	position: absolute;
	top: 10px;
	left: 654px;
	width: 208px;
	background: #4B5360;
	width: 209px;
	display: none;
}
#nav {
	background: #4B5360;
	position: absolute;
	top: 10px;
	left: 487px;
	width: 385px;
	padding: 9px 0;
	text-align: center;
	display: none;
}
#gallery {
	position: absolute;
	top: 155px;
	left: 487px;
	width: 385px;
	display: none;
}
#body {
	padding-top: 3px;
	background-color: #EFE2CF;
}
#categories {
	float: left;
	width: 15px;
	display: none;
}
#seasonal, #collection {
	float: left;
	width: 674px;
	background: #D4CAB6;
	margin-bottom: 2px;
}
#seasonal .inner, #collection .inner {
  padding: 6px 12px;
}
#seasonal p, #collection p {
  margin: 0.9em 0;
}
#seasonal ul {
	float: right;
	width: 90%;
	margin: 10px 5px;
	padding: 5px 20px 20px 5px;
}
#seasonal li {
	padding: 5px 0px 5px 5px;
	list-style: square;
	margin-left: 20px;
}
.more a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h3 {
  font: bold 11px verdana, arial, sans-serif; 
  color: #000;
}

h2 {
	font: bold 12px verdana, arial, sans-serif;
	color: #000;
	padding-bottom: 10px;
}
.feratbox img {
	border: 1px inset #005051;
	float: none;
	height: auto;
	width: auto;
	margin: 2px 1px 2px 1px;
	text-align: center;
}

#categories h2 {
	color: #fff;
	padding: 4px 0 5px 39px;
	background: #847A67;
	display: none;
}
#categories li {
	background: #D4CAB6 left url(../images/bullet.gif) no-repeat;
	border-top: 1px solid #F4EFDF;
	list-style: none;
	font-size: 12px;
	padding: 7px 0 8px 35px;
	display: none;
}
#categories a {
  text-decoration: none;
  color: #000000;
}

p.name{
display: none;
}

p.date{
display: none;
}
#copyright {
	text-align: center;
	font-size: 9px;
	padding: 10px;
	display: none;
}