* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fff1ff;/*#ffe4e1;*/ 
	color: #000;
}

a {
	color: #2A7E07;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 770px;
	height: 210px;
	background: #fff url("images/header.jpg") no-repeat;
	background-position: top right;
}
#okraj {
	width: 790px;
	border-right: thin ridge silver;
	border-bottom: thin ridge silver;
	border-left: thin solid ActiveBorder;
  margin: 0 auto;
}
#wrapper {
	width: 770px;
	background: #fff url("images/sidebar.gif") repeat-y;
	background-position: 0 0;
	border: solid 10px #fff;
	text-align: left;
}

h1 {
	width: 140px;
	height: 30px;
	background-color: #ffb6c1;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px Times New Roman, Times, serif;
	font-variant: small-caps;
	padding-left: 10px;
	color: gray;
	cursor: default;
}

.p1 img {
	margin: 5px 5px 0 0;
	border: 2px #333 solid;
}
.p1 a {
	color: black;
}
h2 {
	width: 609px;
	height: 30px;
	background-color: #ffb6c1;
	float: left;
	font: 22px "Times New Roman", Times, serif;
	font-variant: small-caps;
	padding-right: 10px;
	color: #000;
	margin-top: 1px;
	cursor: default;
	text-align: right;
}

h3 {
	font: 22px "Times New Roman", Times, serif;
	font-variant: small-caps;
  color: black;
}

#nav {
	list-style: none;
	z-index: 2;
	border-right: 1px solid #fff;
	height: 210px;
	width: 150px;
}

#nav li a {
	color: #000;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #ffb6c1;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
}

#nav li a:hover {
	color: #ff1493;
	background-color: #ffe4e1;
}



#sidebar {
	width: 132px;
	background: url("images/bg01.png") repeat;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
}

img {
	border: none;
}

#content {
	float: left;
	width: 590px;
	margin: 10px 0 0 10px;
}

p {
	margin-bottom: 20px;
}



#footer {
	clear: both;
	width: 590px;
	margin-left: 163px;
	font-size: 8pt;
}

.ct {
	font:6pt;
	text-align:center;
	margin:0px;
}
.ct img{
	border:0;
}
.ct a:visited{
	color:silver;
	text-decoration:none;
}
.ct a:hover{
	color:gray;
	text-decoration:underline;
}



.more-products { border:solid 1px #dedede; position:relative; height:170px; overflow:hidden; }
.more-products ul{ list-style-type: none; height:150px; position:relative; overflow:hidden; width:500px;}
.more-products ul li{ float:left; width:100px; height:150px; border-right:dashed 1px #ccc; padding:0 10px;}
.more-products ul li.last{ border-right:0; }

.more-products-holder { width:500px; height:150px; position:relative; overflow:hidden; top:10px; left:52px;}
.more-products-holder .jcarousel-clip{ width:480px; height:150px; position:relative; overflow:hidden; }

.more-nav { font-size:0; line-height:0;}
.more-nav a{ position:absolute; top:65px; left:0; width:30px; height:32px; text-indent: -4000px; z-index:3;}
.more-nav a.next{ background:url(images/next.gif); left:550px;}
.more-nav a.prev{ background:url(images/prev.gif); left:10px;}

.products { }
.products ul{ list-style-type: none;}
.products ul li{ position:relative; padding:1px; float:left; width:191px; margin-right:5px; margin-bottom:20px; height:286px; overflow:hidden; }
.products ul li.last{ margin-right:0; }

.product-info{ position:absolute; width:155px; top:155px; left:3px; }
.product-info h3{ background:#ffb6c1; color:#000; padding:3px 5px; }
.product-info h4{ font-size: 12px;}
.product-info p{ font-size:10px; line-height:18px; color:#000; padding:5px 0 0 0;}
.product-info .product-desc{ background:url(images/info.png); }

.price { font-size:18px; color:#8b0000; line-height:20px; padding:0 0 0 10px; }
