/* 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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
body,html{width:100%;height:100%;margin:0px;padding:0px;}
img{border:0px;}
/*end*/

button::-moz-focus-inner {
	padding: 0;
	margin: 0;
	display: none;
	border:0;
}

html, body { margin: 0; padding: 0; height: auto; }

body { 
    font: 14px/1.4 Calibri, Tahoma, sans-serif; 
    background: #3b5700 url(theme/bg.png) top repeat-x; 
    color: #1a1a1a;
}

.cent_wrpr { min-width: 900px; max-width: 1000px; margin: 0 auto; position: relative; }
.header { position: absolute; top: 0; left: 0; width: 100%; }
.page  { background: white; margin-top: 131px; overflow: hidden; }
    .page .cent_wrpr>.one-col { margin: 0 250px; padding: 80px 0 120px; width: 50%; line-height: 1.5; }
    
.page .right { float: right; width: 73%; padding: 0 0 120px 40px; }
.page .left { overflow: hidden; margin: 0; padding: 0 10px 120px; }
    .page a { color: #526e00; }
    
#metabanner { 
    padding: 131px 0 0; 
    position: relative; 
    overflow: hidden;
}
    #metabanner img { width: 100%; margin-bottom: 0; display: block; }
    #metabanner>ul { 
        overflow: hidden; 
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        width: 100%;
        height: 5px; 
        z-index: 4;
        box-shadow: 0 1px 2px rgba(0,0,0,.4);
    }
        #metabanner>ul li { 
            overflow: hidden; 
            height: 5px; 
            width: 10%; 
            float: left; 
            margin: 0;
            padding: 0;
            background: url(theme/image-bg2.png); 
        }
            #metabanner>ul .current { background: #ffffec; }
            
    #metabanner .frame { 
        position: absolute; 
        bottom: 0; 
        left: 0; 
        right: 0;
        padding: 30px 300px 30px 30px;
        background: url(theme/image-bg.png); 
        color: white;
        font-size: 16px;
        font-style: italic;
        text-decoration: none;
        text-shadow: 0 0 3px black;
    }
        #metabanner .frame:first-line { font-size: 18px; font-weight: bold; }
    #metabanner>div { display: none; }
    #metabanner>.selected { display: block; }
        #metabanner .info .nextAll { 
            font-size: 72px; 
            position: absolute; 
            right: 20px; 
            top: 50%; 
            margin-top: -40px;
            line-height: 1;
            font-style: normal;
            font-weight: bold;
        }
        
    .page #metabanner { padding-top: 0; }
    .menu { 
        position: absolute; 
        left: 22%;
        top: 80px;
        right: 0px;
        padding: 0;
        text-shadow: -1px -1px 0 #5f7718;
        text-align: center;
    }
        .menu li { 
            display: inline-block;
            margin-left: 3%;
            list-style: none; 
            text-align: center; 
            font-size: 18px;
            font-weight: normal;
            color: white;
            position: relative;
        }
        .menu li>.bg { 
            position: absolute;
            left: 0;
            top: -3px;
            bottom: -3px;
            width: 100%;
            background: rgb(46,46,46);
            z-index: -1;
            opacity: 0;
        }
            .menu li:hover>.bg { opacity: .5; }
        .menu li:first-child { margin-left: 0px; }
        .menu li>a { 
            color: #ffffec; 
            text-decoration: none; 
            padding: 5px 20px; 
            /*
            border-right: 1px solid transparent;
            border-bottom: 1px solid transparent;*/
        }
            .menu li:hover>a { 
                text-shadow: none; 
                /*background: rgba(46,46,46,.5); 
                
                
                border-bottom: 1px solid #80a021; 
                border-right: 1px solid #80a021;
                */
            }
            .menu .goods:hover>a, .menu .goods:hover>span { border-bottom: none; }
                .menu li .short_cathegories { display: none; }
                .menu li:hover .short_cathegories { display: block; }
        .menu li.current>a, .menu li.current>span { 
            background: url(theme/panel-bg.png); 
            border-bottom: 1px solid #8cb023; 
            border-right: 1px solid #8cb023; 
            padding: 5px 20px; 
            text-shadow: none; 
        }
        .menu li.current>.bg { display: none; }
    .logo { position: absolute; left: 3%; top: 23px; }
    
.short_cathegories {
    position: absolute; 
    z-index: 5;
    right: 50%; 
    top: 100%; 
}
    .current .short_cathegories>div { 
        background: url(theme/panel-bg.png); 
    }
    .short_cathegories>div { 
        position: relative;
        right: -50%;
        margin-top: 3px;
        padding: 9px;
        background: url(theme/panel-bg2.png); 
    }
    .short_cathegories>div>div { 
        overflow: hidden; 
        white-space: nowrap; 
        text-shadow: none;  
        background: #f4ffff;
    }
    .short_cathegories>div>div>div { 
        width: 190px; 
        display: inline-block; 
        white-space: normal; 
        padding: 5px 11px;
        line-height: 14px;
        vertical-align: top; 
        background: url(theme/head.png) top left no-repeat;
        min-height: 201px;
        text-align: left;
    }
    .short_cathegories>div>div>div:first-child { background-position: -1px top ; }
    .short_cathegories>div>div>div>a { 
        font-size: 12px; 
        text-decoration: none;
        font-style: normal;
        display: inline-block;
        margin-bottom: 4px;
        color: #616359;
        font-weight: normal;
    }
    .short_cathegories>div>div>div>h3 { margin: 0 0 3px; }
    .short_cathegories .nextAll { 
        font-size: 16px; 
        font-weight: bold; 
        font-style: normal; 
        vertical-align: -1px;
        color: #85a722; 
    }
    .short_cathegories>div>div>div>a:hover { color: #1f1f1f; }
    
    .search-form { 
        border: 2px solid #454d2b; 
        border-radius: 2px; -khtml-border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; 
        position: absolute; 
        top: 22px; 
        right: 15px; 
        background: rgba(0,0,0,.1);
        padding: 0;
        line-height: 14px;
    }
    .search-form>p { margin: 0; }
        .search-form input { 
            border: none; 
            background: transparent; 
            color: #ffffec; 
            font-style: italic; 
            font-size: 12px; 
            width: 150px;
            margin: 0;
            padding: 0 0 1px 5px; 
            display: inline-block; 
        }
        .search-form button { 
            border: none; 
            background: transparent; 
            cursor: pointer; 
            font-size: 18px;
            line-height: 14px;
            margin: 0;
            padding: 0 4px 4px;
            border-left: 1px solid #546229;
        }
        .search-form button:hover { 
            background: #8bb025;
        }
    .lang { 
        position: absolute; 
        right: 220px; 
        top: 22px; 
        line-height: 22px;
        font-style: italic;
        font-size: 12px;
    }
    .lang li { display: inline; margin: 0 8px; font-weight: bold; }
    .lang li a { color: #465812; font-weight: normal; }
    
    .footer { 
        font-size: 13px; 
        color: #192103; 
        padding: 30px;
        min-width: 840px; max-width: 940px; margin: 0 auto;
    }
    .footer p { margin-bottom: 0; }
    .footer p:first-child{ 
        color: #cad874; 
        font-size: 16px; 
        font-weight: bold; 
        font-style: italic; 
    }
    .footer a { 
        color: black; 
    }
    
h1 { 
    color: #1f1f1f; 
    font-size: 20px; 
    font-style: italic; 
    line-height: 1.3; margin: 18px 0 25px; 
}
h1 a { font-size: 13px; font-weight: normal; color: #bfbfbf !important; }
h1 a:hover { color: rgb(133, 167, 34) !important; }
h1 span { font-size: 13px; color: #bfbfbf; font-weight: normal; margin-left: 60px; }
h2 { color: #1a1a1a; }
h3 { color: #1a1a1a; font-size: 18px; font-style: italic; line-height: 1.3; margin: 18px 0 20px; }
h3 a { font-size: 13px; }
h3 span { font-size: 16px; color: #bfbfbf; }
h4 { color: #59682a; font-size: 16px; margin: 0 0 20px; line-height: 1.3; }
h4 a { color: #262626; }
h4 a:hover { color: #0086ff; }
h5 { color: #808080; font-size: 13px; line-height: 1.3; }
h6 { color: #808080; }

.nextAll { font-size: 40px }

.contacts  { text-align: center; }
    .contacts table { 
        background: #eee; 
        padding: 20px; 
        margin: 20px auto; 
        line-height: 20px; 
        text-shadow: 0 1px 0 white; 
    }
    .contacts th { 
        text-align: right; 
        font-weight: normal; 
        color: #888; 
        padding: 7px 15px; 
        vertical-align: top; 
    }
    .contacts td { padding: 7px 15px; text-align: left; }
    .contacts td big { font-size: 16px; }
    
.page .companies>.one-col { line-height: 0; width: auto; margin: 0; padding: 30px 0; }
    .companies a { 
        display: block; 
        position: relative; 
        padding: 40px 120px 40px 30px; 
        margin: 0 auto; 
        max-width: 800px; 
        text-decoration: none; 
        color: #262626; 
        overflow: hidden; 
        border-bottom: 1px solid #eee; 
        font-size: 14px; 
        line-height: 1.5;
        text-shadow: 0 1px 0 white;
    }
    .companies a:first-child { border-top: none; }
        .companies a:hover { background: #f5f5f5; }
    .companies img { margin: 0; float: left; margin-right: 60px; }
        .companies .nextAll { color: #1f1f1f; position: absolute; top: 50%; right: 40px; line-height: 1px; }
        .companies a:hover .nextAll { color: #1a1a1a; }
            .companies a:hover { background: #f5f5f5; }
    .companies .uContent { color: #262626; font-size: 14px; line-height: 1.5; }
    
.left ul { 
    color: #cccccc;  
    margin: 0; 
    padding-left: 10px; 
}
    
    .left ul .nextAll { 
        font-size: 18px; 
        vertical-align: -1px;
        font-weight: bold;
        color: #85a722; 
        margin: 0; 
    }
    .left ul .current { color: #1a1a1a; font-weight: bold; }
    .left li a { text-decoration:none; color: #616359; }
        .left li a:hover { color: #1a1a1a; }
    .left li a i { color: #888 }
    .left h3 { margin-top: 40px; }
    .left h3:first-child { margin-top: 18px; }

.list table { border-collapse: collapse; max-width: 100%; min-width: 80%; margin-top: 0px; }
.list thead span { color: #0096ec; font: 11px Tahoma; }
.list thead td { color: #999; padding: 2px 5px; }
.list thead .add td { padding: 2px 5px; font: 11px Tahoma; color: #0096ec;  }
.list td { text-align: center; padding: 4px 5px; }
.list tbody td { padding: 6px 5px; color: #1f1f1f; border-left: 1px solid #d9d9d9; vertical-align: middle; text-shadow: 0 1px 0 white; cursor: default; }
.list tbody tr:nth-child(odd) td { background: #f5f7eb; }
.list tbody tr:hover td { background: #fbff96; }
.list tbody td:first-child { border-left: none; }
.list thead td { border-bottom: 2px solid #b3b3b3; vertical-align: middle; padding: 0 5px 10px; }
.list tfoot td { border-top: 2px solid #b3b3b3; }
.list tfoot div { background: url(theme/cornerArr.png) 15px 8px no-repeat; height: 30px; white-space: nowrap; position: relative; }
.list tfoot span { display: block; position:relative; height: 30px; }
.list tfoot .description { display: none; font-size: 12px; font-weight: bold; color: #1f1f1f; position: absolute; left: 35px; top: 9px; }
.list tfoot .description a { font-weight: normal; }
.list tfoot input { font-size: 11px; position: absolute; left: 30px; top: 4px; padding: 3px 10px; }
.list .section { background: #eee !important; font-weight: bold; padding: 3px; border: 1px solid #d9d9d9; border-width: 1px 0; } 
.list .section:hover { background: #eee; } 

.list h1, .company h1 { padding: 0 40px; margin-bottom: 18px; }

p { margin-bottom: 20px; }

.infoList .one-col { width: auto !important; }
.infoList h1 { max-width: 800px; margin: 20px auto; }
.infoList table { width: 100%; }
.infoList .item { display: block; margin: 20px auto; max-width: 800px; padding: 20px; font-size: 14px; line-height: 20px; background: #f0f0f0; 
    border-radius: 1px; -moz-border-radius: 1px; -khtml-border-radius: 1px; -webkit-border-radius: 1px; 
}
.infoList .err { border: 2px solid #fcc; background: white; }
.infoList .item h4 { margin: 0; }
.infoList .uContent { margin-top: 10px }
.infoList .nextAll { font-size: 30px; color: #0096ec; line-height: 18px; margin: 0 5px; }
.infoList .nav { padding: 0px; margin: 30px auto 10px; max-width: 800px; text-align: center; }
.infoList .nav span { font: 14px Calibri, Arial; color: #808080; }



.uContent { color: #4c4c4c; font-size: 14px; line-height: 22px; }


.descr { border-top: 1px solid #aab099; padding: 20px 240px 40px 40px; position: relative; }
    .descr .media {  
        position: absolute;
        right: 30px;
        top: 20px;
        width: 100px;
    }
        .descr .media a { 
            color: #868686;
            text-decoration: none;
            font-style: italic;
            font-size: 13px;
        }
            .descr .media a:hover { color: #1f1f1f; }
        .print { background: url(theme/print.png) center left no-repeat; padding-left: 24px; }

.company .descr { overflow: hidden; margin-top: -10px; padding-bottom: 40px; }
.company .descr img { float: left; margin: 10px 30px 20px 0; }

.short-companies { list-style: none; text-align: left; margin: 0; padding: 1px 0 0; }
.short-companies li { margin: 20px 20px; }
.short-companies img { width: 80px; opacity: .5; }
.short-companies img:hover { opacity: 1; }
.short-companies h5 { margin: 5px 0 25px 5px; }


.order .one-col { margin: 0 !important; }
    .order h5 { margin: 0 0 5px; }
    .order h6 { margin: 0 0 5px; }
        .order .nav { text-align: right; }
        .order .nav a { margin-right: 20px; text-decoration: none; border-bottom: 1px dotted rgb(82, 110, 0); font-size: 12px; }
    .order table { width: 100%; border-collapse: collapse; text-shadow: 0 1px 0 white; }
        .order td { padding: 15px 10px; vertical-align: top; }
        .order tbody td { border-left: 1px solid #d9d9d9; font-size: 13px; vertical-align: middle; }
        .order table { border-bottom: 2px solid #b3b3b3; font-size: 13px; }
        .order tbody td:first-child { border-left: none; text-align: center; }
        .order tbody tr:nth-child(even) td { background: #f7f7f7 }
        .order input, .order select { width: 80px; }
        .order .maximized { width: 400px; }
            .order .inp { text-align: center; }
            .order .inp>*{ vertical-align: middle; }
        .order thead td { border-bottom: 2px solid #b3b3b3; color: #4c4c4c; vertical-align: middle; padding: 0 10px 10px; text-align: center; }
            .order td div { font-size: 11px; white-space: nowrap; }
            .order td div span { font-family: Calibri, Arial, sans-serif; color: #555; font-size: 9px; margin: 0 2px 0 1px; }
            .order h5 { color: #1f1f1f; margin: 3px 0 0; }
            .order .count input { margin: 0 2px; }
                .order .count span { font-size: 14px; font-weight: bold; font-family: Calibri, Arial, sans-serif; padding: 1px 2px; color: #1f1f1f; cursor: pointer; }
                .order .count span.disabled { color: #ccc; cursor: default; }
    td.article { text-align: center; font-family: Consolas, monospace; }
    .order .ann { line-height: 45px; margin: 50px auto; text-align: center; text-shadow: 1px 1px 0 white; color: #1f1f1f; }
        .order .ann>div { display: inline-block; line-height: 45px; padding: 5px 20px 5px 10px;
            border-radius: 2px; background: #222; color: #eee; text-shadow: none;
            font-size: 15px;
        }
        .order .ann span{ font-size: 40px; color: white; vertical-align: -7px; margin: 0 10px; }
.order button { padding: 3px 10px; }
    .order button span { background: url(theme/word.png); width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin-right: 4px; }
        .order .remove { display: block; width: 16px; height: 16px; margin: 2px auto 0; background: url(theme/delete.png) center no-repeat; }

    *+html .order .ann>div { display: inline; zoom: 1; }

.search { max-width: 500px; margin: 0 auto; padding: 10px 0 25px; }
.search form { padding: 10px; width: 450px; margin: 10px auto; background: #fcffb9; 
	border-radius: 1px; -moz-border-radius: 1px; -khtml-border-radius: 1px; -webkit-border-radius: 1px; }
.search form p { margin: 0; padding: 0; background: #f5f5f5; position: relative; line-height: 18px; border: 2px solid #777;
	border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; -webkit-border-radius: 2px; }
.search button { border: 0; background: #f5f5f5; margin: 0; color: #1f1f1f; padding: 0; position: absolute; right: 0; top: 0; bottom: 0; cursor: pointer; border-left: 1px solid #999; }
.search button span { padding: 0 5px; font-size: 16px; line-height: 18px; }
.search button:hover { background: white; }
.search input { width: 99%; font-size: 16px; margin: 0; padding: 0; border: 0; background: #f5f5f5; line-height: 10px; color: black; padding-left: 3px;}
.search input:focus { outline: 0; }
.search .found { text-align: center; }
.search ol { margin-top: 30px; }
.search ol span { font-size: 13px; font-style: italic; color: #333; margin-left: 4px; }
.search h1 { margin-left: 25px; }

.splash { height: 600px; position: relative; min-height: 300px; }
.splash .wrpr { padding: 0; height: 100%; text-align: center; }

.splash .lang { position: absolute; bottom: 15%; left: 0; right: auto; top: auto; width: 100%; }
.splash .lang li a { color: white; margin: 0; }
.splash .lang li img { margin: 0 4px 0 0; vertical-align: -4px; }

.splash .logo { width: 487px; margin: 0 auto; position: relative; top: 40%; left: 0; position: relative; font: 14px Tahoma; text-align: center; }
.splash .logo p { position: relative; color: white; }
.splash .logo img { display: block; position: relative; top: -80px; left: 10px; margin: 0 auto -40px; }
.splash .lang_ru, .splash .lang_en { display: none; }

a img { border: 0; }

#metabanner > ul li[published="0"] { background: #ff4040 !important; border: none; }

.error  { text-align: center; }
.error h1 {
    font-size: 100px;
    color: #1f1f1f;
    margin-bottom: 10px;
    margin-top: 100px;
    opacity: .85 }
.error p { color: gray; margin-bottom: 100px }
.error p a { color: gray; }