/* css reset */
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, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {	display: block;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	-collapse: collapse;	border-spacing: 0;}
* { margin:0px; padding:0px; }

/* mizu reset */
strong, b {font-weight:bold; }
.content ul li, .content  ol li {margin:3px 0px 3px 20px;list-style:square;} 	
.content ol li {list-style:decimal;}
.content p, .content .txt div {margin-bottom:5px;}
.clear { clear:both; }
.printOnly {
    display:none;
}
/* custom css */
a {	
	color:#000;
	text-decoration:none;
}
body, html {
    overflow: hidden;
    overflow-y: auto;
}
body {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:url("../inc/../img/struct/body.png") repeat-x;
}
.sf, .content h1, .content h2, .content h3, .nav, .nav2, .list .item .price {
    font-family: 'Indie Flower', cursive;
}

.wrap, .footer {
	width:950px;
	position:relative;
	margin:auto;
}
.print {
    display:block;
    width:30px;height:30px;
    background:url("../inc/../img/struct/print.gif") no-repeat center center;
    float:right;
} 

.header {
	height:294px;
	position:relative;
}

.social-icons {
    position:absolute;
    display:block;
    top:10px;
    right:0px;
     
}
.social-icons a {
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    padding-right:10px;
}
.social-icons a:hover {
   opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); 
}

.slider .pager {
        position:absolute;
        z-index:43; 
        top:7px;
        right:10px;
        opacity:.8;
        filter:alpha(opacity=80);
}
.slider .pager a {
    display:block;
    height:1px;
    width:1px;
    padding:12px 12px 0 0;
    border-radius:12px;
    text-align:center;
    text-decoration:none;
    margin:0px 3px 3px 0px; 
    float:left;
    font-size:10px;
    background:#707173;
    border:2px solid #e9e9e9;
    overflow:hidden;
}
.slider .pager a:hover, .slider .pager a.activeSlide {
    background:#ec6707;
}

.textSlider {
    position: absolute;
    top:210px;
    left:500px;
    
    
    text-align:center;
    
}
  .textSlider .item {
      display:block;
      color:white;
      font-size:18px;
      line-height:130%;
  }
 .textSlider .item .span1 {
    display: table; 
    width:250px;   
 }
 .textSlider .item .span2 {
     display: table-cell !important;
     vertical-align: middle;
     height:84px;
 }
 html.ie7 .textSlider span {
     display:block;
 }
 html.ie7 .textSlider .span2 {
     padding-top:30px;
 }
 html.ie7 .textSlider *, html.ie8 .textSlider * {
    background:none !important;
}

.search-box {
    position: absolute;
    top:240px;
    left:256px;
}
    .search-box .sword {
        background:url("../inc/../img/struct/search-bg.png");
        color:white;   
        border:1px solid white;
        border-radius:10px;
        padding:2px 10px;
        width:200px;
        font-size:12px;
    }

input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: white;
}
    .search-box .submit {
        position:absolute;
        right:3px;
        top:1px;       
    }
    

	.lng {
		position:absolute;
		top:10px;
		right:50px;
		font-size:12px;
		z-index:29;
		
	    padding:0 10px;	
	}
	   .lng, .lng a {
	       color:#f08f0f;
	       text-transform: uppercase;
	       line-height:30px;
	   }
		.lng a {
			opacity: .5;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter: alpha(opacity=50);
		}
		.lng a:hover, .lng a.on {
			opacity: 1;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
		}
	.homeLink {
		position:absolute;
		top:20px;
		left:0px;
		width:579px;
		height:172px;
		background:url("../inc/../img/struct/logo-de.png") no-repeat center center;
		
		z-index:30;
		display:block;
	}
  
	html.it .homeLink {
	    background:url("../inc/../img/struct/logo-it.png") no-repeat center center;
	}
	.fruits {
	    position:absolute;
	    display:block;
        top:82px;
        right:-20px;
        width:278px;
        height:202px;
        z-index:40;
        background:url("../inc/../img/struct/fruits.png") no-repeat ;
	}
	.fruit-pear {
	    position:absolute;
	    top:170px;
	    right:-10px;
	    width:76px;
	    height:111px;
	    background:url("../inc/../img/struct/fruit-pear.png") no-repeat;
	    display:none;
	    z-index:42;
	}

.notes {
    position:realtive;
}
    .notes .top {
        height:38px;
        background:url("../inc/../img/struct/notes-top.png") no-repeat center top;
     }
     .notes .middle {
        background:url("../inc/../img/struct/notes-middle.png") repeat-y center center;
     }
     .notes .bottom {
        clear:both;
        height:80px;
        background:url("../inc/../img/struct/notes-bottom.png") no-repeat center bottom;
     }
.nav {
    clear:both;
    padding:0 40px;
    position:relative;
    z-index:30;
}
	.nav li {
	}
		.nav li a {
		    font-size:25px;
		    display:block;
		    color:#777679;
		    text-align:right;
		    padding:2px 0;
		}
		.nav li:hover, .nav li a:hover, .nav li a.on, .nav li.on {
		    color:#ec6707;
		}
		.nav li ul {
		    padding-bottom:10px;
		}
		.nav li ul li {
		    list-style:disc;
		    direction: rtl;
		    margin-right:20px;
		    color:#777679;
		}
        .nav li ul li a {
            font-size:23px;
            padding:0px;
        }
        
.nav2 {
    padding:30px 0 0 0;
    clear:both;
}
    .nav2 li a {
        color:#ec6707;
        font-size:28px;
        display:block;
        text-align:center;
        padding:10px 0 15px 0;
        background:url("../inc/../img/struct/nav2-li.png") no-repeat center bottom;
    }
    .nav2 li a.last {
        background:none;
    }
    .nav2 li a:hover, .nav2 li a.on {
        color:#0b983a;
    }

.middle {
	clear:both;
}
    .middle .col1 {
        width:225px;
        float:left;
        margin-top:-105px;
    }
    .middle .col2 {
        width:700px;
        float:right;
        
     }
.footer-wrap {
    background:url("../inc/../img/struct/footer.png") repeat-x #f19e11;
}
.footer {
	clear:both;
    padding:0 0 15px 0;
}
	.footer p, .footerNav, .footerNav li {
		display:inline;
	}
	.footer, .footer a {
		color:white;
		font-size:13px;
		line-height:140%;
	}
	.footer a.on, .footer a:hover {
		text-decoration: underline;
	}
	.footerNav {
	    float:left;
	    width:500px;
	    
	}
	.footerNav a, .footerNav span {
	    display:block;
	    float:left;
	    padding:10px 5px 0 0;
	    text-transform: uppercase;
	}
	.address {
	    float:right;
	    width:170px;
	    padding-top:50px;
	    padding-bottom:30px;
	    background:url("../inc/../img/struct/logo-footer.png") no-repeat 0px 10px;
	}
	




/* content */
.content {
	clear:both;
	padding:20px 0 30px 0;
	
	min-height:530px;
	
	
	color:#373737;
}
	.content .tpl {
		clear:both;
	}
	.content h1, .content h2, .content h3 {
		color:#ec6707;
		line-height:140%;
		
	}
	.content h1 {
		font-size:40px;
		
	}
	.content h2 {
		font-size:30px;
	}
	.content h3 {
		font-size:20px;
    
	}
	.content .txt {
	    
		line-height:170%;
	}
	.content .txt2 {
	    color:#76a542;
	}
	.content .txt, .content .files, .content .gallery {
		clear:both;
		padding-top:15px;
	}
	.content .gallery2, .content .gallery {
	    position:relative;
	}
	.content .gallery {
	    margin-right:-22px;
	}
	.content .gallery .item {
	    display:block;
	    float:left;
	    margin:2px 2px 0px 0;
	    
	}
	.content .gallery .pager {
	    top:20px;
	    right:auto;
	    left:10px;
	}
.img-left .first-img {
  float:left;
  margin:5px 20px 20px 0px;
}
.img-right .first-img {
  float:right;
  margin:5px -20px 20px 20px;
}
/* list */
.list-cnt {
	clear:both;
	padding-top:15px;
}
	.list-cnt .item {
		display:block;
		margin-bottom:10px;
		border-top:1px dotted #ada58b;
		padding:10px 0px;
	}
	.list-cnt .item .price {
	    font-size:30px;
	    
	    clear:both;
	    padding-top:20px;
	    
	}
	.list-cnt .firstInRow {
		clear:both;
	}
	.list-cnt .lastInRow {
		margin-right:0px;
	}
	.list-cnt .item:hover .more {
		background:#ec6707;
		color:white;	
	}
	.list-cnt h3, .list-cnt .img, .list-cnt .txt {
		display:block;
		
	}
	.list-cnt h3 {
	    font-size:35px;
      color:#ec6707;
	}
	.list-cnt span.img {
	    display:block;
		float:left;
		min-height:30px;
		width:280px;
	}
	.list-cnt .txt {
		float:left;
		clear:none;
		width:350px;
		padding:0px 10px 0px 20px;
	}
.list-cnt.noImg .img {
    display:none;
}
.list-cnt.noImg .txt {
    width:100%;
}
	
.list-cols {
    padding-top:20px;
}
    .list-cols .item {
        display:block;
        margin-bottom:10px;
        padding-top:10px;
        border-top:1px dotted #ada58b;
        min-height:150px;
        width:200px;
        margin-right:10px;
        float:left;
        text-align:center;
        position:relative;
    }
    .list-cols .item.firstInRow {
        clear:left;
    }
    .list-cols .txt {
    }
        .list-cols .txt h3 {
            background:white;
            padding-left:10px;
            opacity: 0.8;
        }
    .list-cols .txt-cnt, .list-cols .price, .list-cols .more  {
        display:none;
    }
    .list-cols .item:hover h3 {
        color:#0B983A;
    }
/*	
.list-cols {
    padding-top:20px;
}
    .list-cols .item {
        display:block;
        margin-bottom:10px;
        padding-bottom:10px;
        border-bottom:1px dotted #ada58b;
        min-height:150px;
        width:200px;
        margin-right:10px;
        float:left;
        position:relative;
    }
    .list-cols .item.firstInRow {
        clear:left;
    }
    .list-cols .txt {
        
        position:absolute;
        left:0px;
        bottom:10px;
        width:100%;
    }
        .list-cols .txt h3 {
            background:white;
            padding-left:10px;
            opacity: 0.8;
        }
    .list-cols .txt-cnt, .list-cols .price, .list-cols .more  {
        display:none;
    }
    .list-cols .item:hover h3 {
        padding-bottom:20px;
    }
    */



table.price {
  border-collapse:collapse;
}
  table.price td, table.price th {
    border:1px solid #583614;
    vertical-align:middle;
  }
  
  /*
#meteoprovbz_widget {
    position:absolute;
    top:50px;
    right:0px;
    z-index:41;
    background:#1d1d1d;
    padding:10px;
    color:white;
    font-size:10px;
}
  #meteoprovbz_widget td, #meteoprovbz_widget table, #meteoprovbz_widget th {
    border:0px !Important;
    text-align:center !important;
  }
  #meteoprovbz_widget td {
    padding-right:5px !important;
  }
  #meteoprovbz_widget img {
    width:50px;
  } */
  
  
  /* myscroll */
    .myscroll {
    clear:both;
        margin-top:15px;
        background:#fff;
        width:100%;
        height: 220px;
        position: relative;
        padding:8px 0;
    }
    
    .myscroll div.scrollableArea a.item
    {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        padding: 0 5px;
    }
    .myscroll .scrollingHotSpotLeft, .myscroll .scrollingHotSpotRight {
        width:50px !important;
        display:block !important;
        min-width:3px;
        height:220px;
    }




.tpl-shop {
    clear:both;
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #0b983a;
    padding-left:20px;
    font-family:Georgia;
}
    .tpl-shop .price {
        
        font-size:20px;
        float:left;
    }
    .tpl-shop .qty, .el-ShopCart .qty {
        float:left;
        width:20px;
        border-radius:5px;
        margin-left:20px;
        border:1px solid #0b983a;
        font-size:14px;
        padding:2px 10px;
        text-align:center;
    }
    .tpl-shop .submit {
        float:left;
        margin-left:4px;
        margin-top:3px;
    }

.btn {
    cursor: pointer;
}

.btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:2px 8px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528009;
}.btn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color:#77a809;
}.btn:active {
    position:relative;
    top:1px;
}




.right-box {
    clear:both;
    width:193px;
    float:left;
    clear:left;
    margin-left:23px;
    position:relative;
    margin-top:8px;
    padding-bottom:30px;
    
}
    .right-box > h3 {
        color:white;
        text-align:center;
        line-height:28px;
        text-transform: uppercase;
        font-size:15px;
        background: url("../inc/../img/struct/body.png") repeat-x left bottom;
        color:#fff;
    }
    .right-box .txt {
        padding:10px 5px;
        line-height:150%;
        color:#4a4a4a;
    }
    .right-box .pager {
        top:30px;
        right:0px;
    }
    .right-box .slider {
        padding-top:25px;
     }
     .right-box .slide {
      
     }
    .right-box .item {
        padding-top:5px;
        background:none;
    }
    .right-box .top, .right-box .bottom {
        display:none;
    }
    .right-box.nr1 {
        margin-top:74px;
        
        height:91px;
        
    }
    .right-box.nr1 .txt {
        padding:0px;
    }
    .right-box.nr1 img  {
        margin:-10px;
    }
    .right-box.nr1 p {
        padding:10px;
    }
    .right-box.nr1 > h3 {
        display:none;
    }
    .right-box .list .item {
        text-align:center;
        width:193px;
    }
    .right-box .list .more {
        
    }
    .right-box .list h3 {
        font-size:16px;
        padding-bottom:5px;
    }
    .right-box .list .txt {
        
    }
    .right-box .list .price {
        font-size:20px;
    }
    


.product-attr {
    clear:both;
    margin-top:20px;
    border:1px solid #528009;
    border-collapse: collapse;
       
}
    .product-attr .spacer td {
        height:20px;
        
    }
    .product-attr th {
        text-align:right;   
        font-weight:Bold;
    }
    .product-attr th, .product-attr td {
        padding:8px 10px;
        border-bottom:1px solid #528009;
    }
    .product-attr .row1 th, .product-attr .row1 td {
        background:#eee;   
    }
    .product-attr .i23 th, .product-attr .i23 td,
    .product-attr .i24 th, .product-attr .i24 td {
            
        padding:5px;
        
    }
    .product-attr .i23 th, .product-attr .i23 td {
        font-size:14px;
        background:none;
    }

/* spc bgs */
html, body {
    overflow: hidden;
    overflow-y: auto;
}
.file1, .file2 {
    position:absolute;
    left:-400px;
    top:390px;
}
.file2 {
    left:auto;
    right:-400px;
}

.content-bottom {
    border-top:1px dotted #aaa;
    margin-top:10px;
    padding-top:5px;
    
}
    .content-bottom .on-top {
        float:right;
        display:block;
        line-height:20px;
        padding-right:20px;
        background:url("../inc/../img/struct/on-top.png") no-repeat center right;
        font-size:11px;
    }
    .content-bottom .mail {
        float:left;
        display:block;
        height:20px;width:20px;
        
        background:url("../inc/../img/struct/email.png") no-repeat center center;
        font-size:11px;
    }
.mailform .info-link {
    color:#EC6707;
}

