@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,

/* Eric Meyer's Reset Stylesheet: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img { vertical-align:middle; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
}

html {
	font-size:87.5%;	
}
body {
	line-height: 1.5;
	color:#4e5359;
	font-family:Arial, Helvetica, sans-serif;
    background:#fff;
}
a { color:#5d9244; }
.f12 {
	font-size:12px;
}
.grey {
	color:#888;
}
.lh1 {
	line-height:1;
}

#page {
	width:960px;
	margin:0 auto;
}
#header {
	height:80px;
}
#logo-box {
	width:70px;
	height:80px;
	float:left;
	line-height:80px;
}
#logo-box img {
	max-width:70px;
}
#slogan-box, #slogan {
	width:280px;
	height:80px;
	font-style:italic;
}
#slogan-box {
	float:left;
}
#slogan{
	display:table-cell;
	vertical-align:middle;
}
#top-menu {
	max-width:610px;
	height:80px;
	float:right;
}
.nav, .nav li { list-style:none; }
#top-menu .nav {
	height:43px;
	display:table;
	border:1px solid #e9e9e9;
	margin-top:17px;
	border-radius:4px;
}
#top-menu li {
	float:left;
	position:relative;
	display:table-cell;
}
#top-menu a {
	display:block;
	padding:0 20px;
	height:43px;
	line-height:43px;
	white-space:nowrap; 
	text-transform:uppercase;
	color:inherit;
	border-right:1px solid #e9e9e9;
	text-decoration:none;
	font-weight:bold;
}
#top-menu li:last-child a {
	border-right:0 none;
}
#top-menu a:hover, #top-menu a.open, #top-menu a.selected {
	background:#f5f5f5;
}
#top-menu .dropdown { margin:0 auto; position:absolute; z-index:2; top:100%; left:0; display:none; padding-top:5px; }
#top-menu .dropdown li { display:block; float:none; height:40px; border-bottom:1px solid #e9e9e9; border:1px solid #e9e9e9; background:#fff; }
#top-menu .dropdown li:first-child, #top-menu .dropdown li:first-child a { border-bottom:0 none; border-radius:4px 4px 0 0; }
#top-menu .dropdown li:last-child, #top-menu .dropdown li:last-child a { border-radius:0 0 4px 4px; }
#top-menu .dropdown a { height:40px; line-height:40px; text-transform:none; padding:0 20px; border:0 none; }
#top-menu .dropdown .dropdown { top:10px; left:100%; }

#top-menu h3, #bottom-menu h3 {
	display:none; 
}
#bottom-menu {
	float:left;
}
#bottom-menu ul {
	display:table;
	margin:0 auto;
}
#bottom-menu li {
	display:table-cell;
	vertical-align:middle;
	padding:0 8px;
	font-weight:bold;
}
#bottom-menu a {
	color:inherit;
	text-decoration:none;
}
#bottom-menu a:hover {
	text-decoration:underline;
	color:#94bb2c;
}

#main {
	width:100%;
	border-radius:2px;
	background:#fff;
	border-collapse:separate;
	border:1px solid #e1e1e1;
}
#left {
	width:280px;
	border-right:1px solid #e1e1e1;
	background:#f7f7f7;
	vertical-align:top;
}
#left h3 {
	padding:13px 15px 13px 28px;
	background:#94bb2c;
	color:#fff;
	text-shadow:0 1px 0 #5b731c;
	text-transform:none;
	font-size:15px;
	line-height:16px;
	margin:0;
}
.l-module {
	padding:20px 20px 20px 28px;
}
#left .nav {
	width:auto;
	height:auto;
	margin:20px 0;
}
#left .nav li {
	float:none;
	display:block;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #fff;
	position:relative;
}
#left .nav li:first-child {
	border-top:0 none;
}
#left .nav li:last-child {
	border-bottom:0 none;
}
#left .nav a {
	display:block;
	padding:0;
	font-size:15px;
	line-height:1;
	padding:10px 10px 10px 28px;
	color:inherit;
	text-decoration:none;
}
#left .nav a:hover, #left .nav a.open {
	border-left:5px solid #94bb2c;
	padding-left:23px;
}
#left .dropdown { margin:0 auto; position:absolute; z-index:2; top:0; left:279px; display:none; background:#f7f7f7; white-space:nowrap; border:1px solid #e1e1e1; border-radius:3px; }



#top-menu #search-box, #bottom-menu #search-box {
	width:200px;
	float:right;
}
#content {
	padding:30px 10px 40px 40px;
	vertical-align:top;
}
#footer {
	margin-top:5px;
	padding:15px 0 15px 45px;
	font-size:12px;
}
#footer-left {
	width:250px;
	float:left;
}
#footer-right {
	float:right;
	text-align:right;
}
#w {
	padding-left:22px;
	background:url(images/w.png) 0 50% no-repeat;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	color:#76ae5b;
	text-transform:uppercase;
	margin-bottom:1em;
	font-weight:bold;
}
h2 {
	font-size:22px;
	margin-bottom:0.5em;
	color:#838383;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	color:#76ae5b;
	text-transform:uppercase;
	margin-bottom:1em;
	font-weight:bold;
}
h4 {
	font-weight:bold;
}
#content p {
	margin-bottom:1em;
}
#content ul, #content ol {
	list-style:disc outside;
	padding-left:3em;
	margin:1em 0;
}
#content ul ul {
	list-style-type:circle;
}
#content ol {
	list-style:decimal outside;
}

#content table {
	border-top:2px solid #ccc;
	margin:1em 0;
}

#content table th {
	font-weight:bold;
	font-size:0.8rem;
	text-transform:uppercase;
}
#content table td, #content table th {
	padding:4px 8px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
#content tr:nth-child(even) td {
	background-color:#f5f5f5;
}
#breadcrumbs {
	font-size:0.8rem;
	margin-bottom:1rem;
}
input, textarea, button {
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    padding: 0.428571rem;
	vertical-align:middle;
}
input[type="checkbox"], 
input[type="radio"], 
input[type="file"], 
input[type="hidden"], 
input[type="image"], 
input[type="color"] {
    border: 0 none;
    border-radius: 0 0 0 0;
    padding: 0;
}
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    cursor: pointer;
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #D2D2D2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: #7C7C7C;
    font-size: 0.785714rem;
    font-weight: normal;
    line-height: 1.42857;
    padding: 0.428571rem 0.714286rem;
}
#search-query {
	width:185px;
	padding-right:26px;
}
#search-btn {
	width:16px;
	height:16px;
	border:0 none;
	vertical-align:middle;
	margin-left:-28px;
}
.big-btn {
	border:1px solid #2a97e7;
	border-top-color:#53b1f5;
	border-bottom-color:#178ae0;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAArCAIAAAA2QHWOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEZJREFUeNpcjUkSgDAMwzR5Ed/mf5wtoC3QcvA4ixKz7UcJpRbePom5t3uouM6T9S55WBvPqMnISf/zZjbmY/G/u4SnAAMAxhdSwiJaqYYAAAAASUVORK5CYII=) 0 0 repeat-x #0e76e9;
	color:#fff;
	height:43px;
	line-height:43px;
	display:inline-block;
	padding:0 25px;
	font-style:normal;
	font-size:18px;
	text-decoration:none;
	border-radius:5px;
	text-shadow:1px 1px 1px #050505;
	box-shadow:0 0 3px #050505;
	font-family:Arial, Helvetica, sans-serif;
}
.big-btn:active {
	position:relative;
	top:1px;
	left:1px;
	box-shadow:none;
}
.catmenu-head {
	font-size:12px;
	color:#888;
	line-height:1;
	margin-bottom:10px;
	font-style:italic;
}


.gallery-thumb, .eshopblock {
	float:left;
	width:190px;
	height:210px;
	margin-right:25px;
}
.gallery-thumb:nth-child(3n), .eshopblock:nth-child(3n) {
	margin-right:0;
}
.gallery-thumb a:first-child, .eshop-pic-link {
	display:block;
	width:190px;
	height:140px;
	line-height:140px;
	overflow:hidden;
	border-radius:3px;
	position:relative;
}
.gallery-thumb img, .eshop-pic-link img {
	width:190px;
}

.gallery-thumb a:after, .eshop-pic-link:after {
	content:"";
	position:absolute;
	z-index:2;
	width:36px;
	height:36px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIlJREFUeNpilJj04T/DwIOnQLwAiJtYGAYHkAbiaiBmZmIYXCB5sDlIdLA5iGHUQaMOGnXQqIPIAc9z+cF4NIRGHTQYAAs5CZgUOcnJH0dYCAkmzscQez8/Eacch1EQbR2EzwJSLR/NZSMz2+NL6NRIQ1RxEDUcMpqGRh006qBRB406aKg4CCDAAEduFQy5jNKLAAAAAElFTkSuQmCC) 0 0 no-repeat;
	margin-top:-36px;
	border-radius:3px;
}
.gallery-text {
	font-size:13px;
	color:#888;
	font-style:italic;
	margin-top:5px;
	text-align:center;
	line-height:16px;
}

.eshop-title, .catalog-items-thumbs li a {
	font-size:14px;
	font-weight:bold;
	display:block;
}
.eshop-price {
	float:right;
	height:32px;
	width:75px;
	border:1px solid #2f8bcc;
	background:url(data:image/gif;base64,R0lGODlhAQAgALMAAGTG+GLG+Ea49zmv9DOo85fV+Tyy9D609V/E+Dit9GTH+FvC9028917C+DOp8y2l8iH5BAAAAAAALAAAAAABACAAAAQVsCgQAmorL8aZEEdoDEniOATxrE8EADs=) 0 0 repeat-x #2ba2f2;
	white-space:nowrap;
	font-size:12px;
	line-height:32px;
	text-shadow:1px 1px 1px #0c4978;
	color:#fff;
	text-align:center;
	border-radius:0 3px 3px 0;
	margin-top:5px;
}
a.eshop-tocart-link {
	float:left;
	display:block;
	width:112px;
	height:32px;
	line-height:32px;
	text-shadow:1px 1px 1px #0c4978;
	color:#fff;
	text-align:center;
	border:1px solid #2f8bcc;
	border-right:0 none;
	border-radius:3px 0 0 3px;
	text-decoration:none;
	background:url(data:image/gif;base64,R0lGODlhAQAgALMAAByW8Smi8x+Z8SGb8mO89g526heQ7xaM7iSe8haO7w956hWK7ieh8g536hmT8Cym8yH5BAAAAAAALAAAAAABACAAAAQUkLz5QmAMoSEEcI6RHEu5KGjaFBEAOw==) 0 0 repeat-x #0e76ea;
	margin-top:5px;
}
.eshop-shortdesc, .catalog-items-thumbs .shortdesc {
	clear:both;
	font-size:13px;
	color:#888;
	font-style:italic;
	padding-top:5px;
}
#content table.eshop-cart-items {
	width:100%;
	border:0 none;
}
#content table.eshop-cart-items th {
	color:#1892f0;
	font-weight:bold;
	text-transform:none;
	font-size:14px;
	border:none;
}
#content table.eshop-cart-items td {
	background:none;
	border-bottom:1px dashed #e9e9e9;
	vertical-align:middle;
	font-size:14px;
}
td.eshop-cart-title a, .eshop-cart-num {
	font-size:13px;
	font-style:italic;
	color:#888;
	text-decoration:none;
}
td.eshop-cart-title a:hover {
	text-decoration:underline;
}
#content table.eshop-cart-items td.eshop-cart-price {
	font-weight:bold;
	background:url(data:image/gif;base64,R0lGODlhBgAGALMAAOjo6Ozs7MLCwvb29rm5udDQ0Pr6+tra2vHx8d7e3r6+vszMzP///wAAAAAAAAAAACH5BAAAAAAALAAAAAAGAAYAAAQXECE2AksKicPYUoLRJUTRDcpBAJ6JGREAOw==) 100% 50% no-repeat;
	padding-right:6px;
}
#content table.eshop-cart-items td.eshop-cart-cost {
	background:url(data:image/gif;base64,R0lGODlhCQAGAKIAAPj4+Onp6dbW1vDw8P///+Xl5cfHxwAAACH5BAAAAAAALAAAAAAJAAYAAAMSCLVcMSZKI1Rbgei94YyC9wkJADs=) 0 50% no-repeat;
	padding-left:23px;
	color:#1892f0;
	font-weight:bold;
}
th.eshop-cart-price, th.eshop-cart-quantity, th.eshop-cart-cost {
	font-size:0;
	opacity:0;
}
td.eshop-cart-quantity input[type=text]{
	width:29px;
	height:22px; line-height:22px;
	text-align:center;
}
a.cart-minus, a.cart-plus {
	display:inline-block;
	width:35px; height:36px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAkCAIAAACMvhS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNrsl00KgzAQhU2MuPTvEp7Ow3gyL6AHEAUVFEQxvpjSVa1SOpa2eYugAefxjTqTYVmWWWRyHCcMwyiKcMGklPM8U9gwxqZpapqmLMs4jpXTOI5ETGxTXddwEbinY8LKOfd9P89z5QRDCieEhdmyLLZtA4ZblNIMeiVk0gLTLY3WVSJn0kC/xSQ3GaYvYPrb7KVpejJQkiTPmd6Wvb0g933VCauq2nve87yTTm3bPtxHf0JrL4rigAm92fxPF3wRhzIV1jB9qmuY9/SymRCC1gnHStTyvu8xrwld2IlsQDMMQ9d1alIjnT6RtCAIMH26rrsKMACps8rfRG/gKwAAAABJRU5ErkJggg==) 0 0 no-repeat;
	vertical-align:middle;
}
a.cart-plus {
	width:36px;
	margin-left:-3px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAIAAABuYg/PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARlJREFUeNrcV0EOREAQ3JmMuImQ+ID/+QBH5014mRsPcCUcHCSYbWzsRkQYeqytA9GJqVRNT2qaRFH0kAVS13WSJJZl6bquKArnHIkpTVOWZRkwmaYJNE3ToCpjeZ7btt22bdd18I2nDFZmoIYQAmR8AKoyOqnBZuptHGnAQ2wyWJ8+JIJ9M2OTyVPWd+P4ktCKgsqeA6QqE3BC+p5N4rCVybPxikO9riwMw8V6EASziuM4WHu219gP2Qo8z5tVfN9frJdledTGoih21e/TICe2Pjvy899FjOu68IRrmXhSb4cAzU3C84KI+Wllhw61yCWVMSbBwLeNhmFUVUUphfEC3UaYzGAY1DRNVVWgxB2Z4jjeEkWn4CXAAHXzE4ZswWgbAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
#content table.eshop-cart-items td.eshop-cart-total, 
#content table.eshop-cart-items td.eshop-cart-totalcost {
	border-bottom:2px solid #f0f0f0;
	font-weight:bold;
}
.eshop-cart-total {
	text-align:right;
	padding-right:0 !important;
}
.eshop-cart-update {
	margin-bottom:20px;
}


#slides-box {
	height:360px;
	overflow:hidden;
	margin-bottom:20px;
}

.coin-slider { overflow: hidden; zoom: 1; position: relative; }

.cs-buttons { display:none; }

.cs-prev, 
.cs-next {
	float:left;
	display:block;
	width:55px;
	height:55px;
	overflow:hidden;
	text-indent:-1000px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNpskb0NwyAQhfnrXNgLWBkhHoEyXbJBMlJG8Ahp0zkbOGW6ZAPTufBP3lmHBQikE8fx8e4Bsq5rYYwRWusoULsKIe6IyzRNLyPy4zzPc8t5R3AOPC7L0gbrXinVmQxECpWHpJQWoAvBA9p12Igg+HW08GAJ6BEqQWWHPEgQtWu4NhCE2YWeDHvaIe8pvaGBWlRY11WM4yioToE33GYFRYuk542KO5SpoiIvKcyeyxSk4bBJXzVwqyaFVXDox8oDK0ewSqy8U9h7Vpm/fgO4+VszbHVRFNuTYLHNnH8AfJFbxAnv+vwLMACQKsZwsI2RzgAAAABJRU5ErkJggg==) 50% 50% no-repeat;
}
.cs-next {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANxJREFUeNpsksENgzAMRR3IPWzQCVDZoGzQjsAIHandoGzACHDl1g3gDqTfyEHBjaWvyMmz/RMwZVmStfZGRB/ouSzLe11XioU9sji8I2GI4wVNUEsqMqgD2IfqbdsYvqbAGYd1BBfIOw1nsv7BEMMXDR4wjPdsXmD27jS4w9577jxJ50o6Ow3GNg6YPdtxHCnPc37LfQ0yxpyqbaKjk1sXkvcoqjXo2BMOThAmzFZDWCvJJ0APWJrj0SmIO31jj8GThobTZfgpIoijwbgh9a1bjA3v1qT+HI6fAAMAmYuyfvD5kXoAAAAASUVORK5CYII=);
}
.cs-title { 
	width: 720px;
	display:table-cell;
	padding:8px 20px;
	vertical-align:middle;
	margin:0 100px;
	background:rgba(0,0,0,0.5);
	border-radius:6px 6px 0 0;
	color:#fff;
	font-size:18px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:0 1px 0 #000;
}
.cs-title-wrap {
	float:left;
}
#homevideo {
	float:right;
	margin-left:75px;
	width:370px;
}