body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#headercover {
	background-image: url(../images/bg2.gif);
	height: 107px;
	width: 100%;
	position: fixed;
	z-index: 55;
}
#headercover #header {
	height: 107px;
	background-image: url(../images/xingcangoroo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 {
	background-image: url(../images/h1.gif);
	margin: 0px;
	padding: 0px;
	height: 107px;
	width: 388px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 500px;
}
#header h1 a {
	display: block;
}
table {
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}
th,td {
  border: solid 1px #E0D5A8;
  padding: 8px;
}
th {
	background-color: #F7F4E9;
}
hr {
  border: solid 1px red;
}
#katcover {
  min-height: 300px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 2px brown;
}
#menu {
	margin: 0px;
	background-image: url(../images/bg4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 140px;
	list-style-type: none;
	line-height: 24px;
	position: fixed;
	left: 0px;
	top: 107px;
	z-index: 55;
}
#menu li {
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0D5A8;
	border-bottom-color: #E0D5A8;
	border-left-color: #E0D5A8;
	margin-left: -1px;
	position: relative;
	background-color: #FFF;
}
#menu li a {
	float: left;
	white-space: nowrap;
	color: #C30037;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 18px;
	background-image: url(../images/sipka1.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
#menu li a:hover {
	background-color: #F7F4E9;
}
#menu li ul,#products ul li ul {
	list-style-type: none;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0D5A8;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	display: none;
}
#products ul li ul {
  left: -201px;
  top: 0px;
  border: solid 1px #E0D5A8;
  z-index: 99;
}
#menu li ul li {
	width: 199px;
	float: none;
}
#menu li ul li a {
	float: none;
	display: block;
	width: 176px;
}
#prihlaseni {
	float: right;
	width: 125px;
	padding-top: 115px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#products {
	float: right;
	width: 280px;
	position: relative;
	z-index: 50;
	padding-top: 115px;
	padding-right: 5px;
	padding-bottom: 340px;
	padding-left: 5px;
}
#products h2 {
	font-family: 'Ribeye', cursive;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #E0D5A8;
	font-size: 18px;
}
#products ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-shadow:#fff 0px 1px 1px, #FFF 0 -1px 1px, #FFF 1px 0 1px, #FFF -1px 0 1px;
}
#products ul li {
	position: relative;
}
#products ul li a {
	display: block;
	color: #C30037;
	text-decoration: none;
	padding-bottom: 4px;
	padding-left: 18px;
	background-image: url(../images/sipka1.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#products ul li a:hover {
	text-decoration: underline;
}
#content {
	clear: left;	
	margin-right: 300px;
	padding-top: 155px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
	position: relative;
}
#content h2,#content h3 {
	font-family: 'Ribeye', cursive;
	font-weight: normal;
	font-size: 40px;
	color: #C30037;
}
#content h3 {
	font-size: 25px;
}
#footer {
	background-image: url(../images/kocarek2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 46px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 25px;
	background-color: #FAF7EE;
	z-index: 55;
	font-size: 11px;
	color: #C30037;
}
#footer div {
	padding: 4px;
	float: left;
	width: 200px;
	height: 38px;
	line-height: 13px;
}
#footer h2 {
	font-family: 'Ribeye', cursive;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-size: 14px;
}

#footer2 {
	line-height: 25px;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	position: fixed;
	height: 25px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 55;
}
#footer2 a {
  text-decoration: none;
  color: orange;
}
#kocarek {
	background-image: url(../images/kocarek1.jpg);
	height: 295px;
	width: 291px;
	position: fixed;
	right: 0px;
	bottom: 71px;
	z-index: 45;
}
#kocarek div {
	background-image: url(../images/bg3.gif);
	height: 64px;
	width: 149px;
	position: absolute;
	left: -149px;
	bottom: -2px;
	background-repeat: no-repeat;
	background-position: left top;
}

.category,.product {
	border: 1px solid #E0D5A8;
	padding: 10px;
	float: left;
	height: 225px;
	width: 187px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.product {
	height: 275px;
}
.product .product_buy {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.product .product_buy a { 
  display: block;
  background-color: darkred;
  color: white;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
  text-decoration: none;
}
.product .product_buy a:hover { 
  background-color: green;
}
.product .product_price {
  position: absolute;
  left: 0px;
  bottom: 28px;
  width: 100%;
  color: orange;
  font-size: 16px;
}
.product .product_name {
	color: #C30037;
	font-family: 'Ribeye', cursive;
	text-decoration: none;
  position: absolute;
  left: 10px;
  bottom: 60px;
  display: block;
  width: 180px;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
}
.product .product_name:hover {
  text-decoration: underline;
}
.category img,.product img {
  max-width: 187px;
  max-height: 175px;
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
.category span {
	color: #C30037;
	font-family: 'Ribeye', cursive;
	text-decoration: none;
  position: absolute;
  left: 0px;
  bottom: 5px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
}
.category:hover {
  text-decoration: underline;
  background-color: #F7F4E9;
}
.price_detail {
  font-size: 18px;
  color: darkred;
  margin-top: 10px;
  margin-bottom: 10px;
}
.addproduct_detail a {
  width: 200px;
  display: block;
  line-height: 25px;
  background-color: darkred;
  color: white;
  text-decoration: none;
  text-align: center;
}
.addproduct_detail a:hover {
  background-color: green;
}

