* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: sans-serif;
	list-style: none;
}

body {
	text-align: center;
	background: url('../../../imgs/web/bg-repeat.jpg') top center repeat-y;
}

#bg {
	background: url('../../../imgs/web/bg-body.jpg') top center no-repeat;
}

#main {
	width: 816px;;
	margin: 0px auto;
	text-align: left;
}

h1 {
	float: left;
}

a {
	color: black;
}

a img{border:none;}

a:hover {
	color: black
}

#header {
	height: 180px;
}

#header h1 {
	position: relative;
	width: 816px;
	height: 180px
}

#header h1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 816px;
	height: 180px;
	background: url('../../../imgs/web/header.jpg') 0px 0px no-repeat;
}

#topDiv {
	background: #E1F8C9 url('../../../imgs/web/bg-top.jpg') no-repeat 0 30px
		;
	height: 160px;
}

#webMenu {
	font-size: 90%;
	height: 36px;
	background: #548203 url('../../../imgs/web/bg-menu.jpg');
	border-bottom: 1px solid #fff;
}

#webMenu li {
	float: left;
	padding: 10px 32px;
	border-left: 1px solid #fff;
}

#webMenu li a {
	color: #FFF;
}

#webMenu ul {
	padding: 0px 0px
}

#webMenu a:hover {
	text-decoration: none;
}

#webMenu li.first {
	border: none;
}
#topInfobox{ float:left;  width:320px; height:116px; overflow:hidden; font-size:90%;}
#topInfobox .inbox {padding:5px 0;}

#login {
	padding: 20px;
	float: left;
	font-size: 80%;
	padding-bottom: 0px;
	padding-top: 10px;
}

#login input{width:140px;}

#login .button{width:40px; margin-bottom:10px;}

#login label {
	display: block;
}

#cart {
	margin-left: 570px;
	width: 160px;
	position: relative;
	z-index: 10;
	background: url('../../../imgs/web/kosik.jpg') no-repeat 0px 20px;
	padding-left: 80px;
	padding-top: 20px;
	height: 110px;
}

#cartContent {
	background: #E1F8C9;
	padding: 10px;
	width: 155px;
	z-index: 10;
	font-size: 80%;
	position: absolute;
	top: 45px;
	right: -6px;
}

.orderNow {
	background: #548203;
	text-decoration: none;
	color: #fff;
	 padding: 3px; line-height:24px;
	 border:1px solid white;
}

.orderNow:hover {
	color: #fff;
}

#leftCol {
	width: 180px;
	float: left;
	overflow: hidden;
	min-height: 20px;
	background: url('../../../imgs/web/bg-eshopMenu.jpg') no-repeat top left
		;
	height: 602px
}
#leftCol .anotation{
	font-size:80%; padding:20px;
}

#search input {
	width: 100px;
}

#search .button {
	width: 35px;
}

#search form p {
	padding: 10px 0px 5px 20px;
}

#search label {
	color: #558203;
	font-size: 90%;
	font-weight: bold;
}

#leftCol h3 {
	padding: 10px 20px 5px 20px;
	color: #558203
}

#eshopMenu {
	padding-left: 20px;
	font-size: 90%;
}

#eshopMenu ul {
	padding-left: 20px;
}

#eshopMenu li.a {
	font-weight: bold;
}

#eshopMenu a {
	text-decoration: none;
}

#eshopMenu li.a ul li {
	font-weight: normal;
}

#eshopMenu li.a ul li.a {
	font-weight: bold;
}

#eshopMenu ul li {
	padding: 4px 0px;
}

#rightCol {
	width: 616px;
	float: left;
	overflow: hidden;
}

#content .safepd {
	padding: 20px;
	padding-right: 00px;
}

#content .navigation {
	font-size: 70%;
	z-index: 50;
}

#contentTitle {
	font-size: 140%;
	color: #558203;
	margin-top: 15px;
	margin-bottom: 5px;
}

#article{font-size:90%;}

#filter {
	font-size: 80%;
}


.item {
	background: url('../../../imgs/web/bg-item.jpg') no-repeat;
	width: 180px;
	height: 225px;
	float: left;
	position: relative;
	margin: 20px 0px 0 15px;
}

.item h3 {
	padding: 10px;
	width: 160px;
	text-align: center;
}

.item span {
	display: block;
	text-align: center;
}

.item .name {
	padding: 0px 5px;
	padding-bottom: 6px;
	padding-top: 4px;
	line-height: 14px;
	font-size: 90%;
	height: 34px;
}

.item .img img {
	border: none;
}

.item .price {
	padding-top: 15px;
	float: left;
	padding-left: 20px;
}

.item .priceInfo {
	width: 180px; position : absolute;
	left: 0px;
	bottom: 10px;
	font-size: 80%;
	position: absolute;
}

.item .button {
	border: none;
	background: url('../../../imgs/web/toCart.jpg') no-repeat;
	height: 25px;
	width: 25px;
	cursor: pointer;
	margin-top: 6px;
}

.item form {
	padding-top: 3px;
	float: right;
	padding-right: 20px;
}

#items .item {
	background: url('../../../imgs/web/bg-item2.jpg') no-repeat;
}

.item .itemCount {
	border: #E1F8C9 1px solid;
	height: 17px;
	width: 20px;
	text-align: right;
}

#items .item h3 {
	padding-top: 5px;
}

#categories .item {
	text-align: center;
}

#categories a img {
	border: none;
	margin-right: 0px;
}

#categories a {
	text-decoration: none;
	font-weight: bold;
}
#categories h3{
	height:37px;
}



.categoryDesc {
	font-size: 80%;
	margin-bottom: 15px;
	display: block;
}

.detailContent {
	font-size: 80%;
}

.nextPrevNav{font-size:80%; padding-top:10px;}

.prevItem{background:url('../../../imgs/web/prev.gif') no-repeat; padding-left:50px; height:20px; display:block; float:left;}
.nextItem{background:url('../../../imgs/web/next.gif') top right no-repeat;padding-right:50px; height:20px; display:block; float:right;}

#next_pic a img{border:none; margin-top:10px;}

#imageDetail a img {
	border: none;
}

.detailContent h3 {
	font-size: 120%;
	margin-top: 15px;
}

.subCopyright {
	margin-top: 10px;
	font-size: 80%;
	font-style: italic;
}

.leftTopContent {
	width: 250px;
	float: left;
	margin-top: 20px;
}

.rightTopContent {
	float: left;
	width: 300px;
}

#order {
	font-size: 90%;
}

.removeAll{background:url('../../../imgs/web/remove-ico.gif') no-repeat; display:block; width:25px; height:25px; float:left;}
.removeAll span{display:none;}
.recount{float:left;width:25px; height:25px; cursor:pointer; border:none; background:url('../../../imgs/web/refresh-ico.gif') no-repeat;}

#order h3,#orderDetail h3 {
	font-size: 120%;
	color: #548203;
	margin-top: 10px;
}

#order .readonly input,#order .readonly textarea {
	border: none;
}

#order th {
	font-weight: normal;
}

#order .required {
	background: #FFF4BF;
}

#order input {
	width: 220px;
}

#order .zpusob input {
	width: 20px;
}

#orderChart  th {
	background: #548203;
	color: #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 2px;
}

#orderChart  td {
	background: #E0F8C8;
	color: #000;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 2px;
}

#orderChart input {
	width: 30px;
}

.button,.submit {
	background: #548203;
	color: #fff;
}

#footer {
	font-size: 65%;
	margin-top: 16px;
	padding-top: 18px;
	background: white url('../../../imgs/web/bg-bottom.png') center top
		no-repeat;
	padding-bottom: 30px;
}

/*#footer li{ background:url(../../../imgs/web/bg-footer.gif) 0px 1px;; line-height:22px; height:22px; border:1px solid #C4C5A6; list-style:none; float:left;}*/
#footer ul {
	padding-top: 14px;
	padding-left: 25px
}

#footer li {
	list-style-type: none;
	position: relative;
	float: left;
	font-weight: bold
}

#footer #firstUl li {
	margin-right: 15px;
}

#footer #secondUl {
	padding-top: 6px;
}

#footer #secondUl li {
	margin-right: 5px;
}

#footer #thirdUl {
	padding-top: 11px;
}

#footer #thirdUl li {
	margin-right: 0px;
}

#footer a,#footer li span {
	padding: 0px 8px;
	text-decoration: none;
	color: #5C5C5C;
}

/*#footer .author{width:140px; margin-right:16px; text-align:center;}*/
#footer .normal {
	font-weight: normal
}

.cl {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	margin-top: -1px;
	height: 0px;
}

.glt-elm {
	position: absolute;
	z-index: 15;
	left: 0;
	top: 0;
	width: 161px;
	color: #000;
	opacity: 0.9;
	visibility: hidden;
}

.glt-elm p {
	background: #F5FEEB;
	margin: 0;
	padding: 5px 5px;
	font-size: 70%;
	border: 1px solid #548203;
}

.glt-elm img {
	display: block;
}

#topPage {
	float: right;
	font-size: 80%;
}

#bottomPage {
	font-size: 80%;
	margin-top: 10px;
}

#bottomPage a.a {
	text-decoration: none;
	font-weight: normal;
}
#topInfobox{}