/* Стили для всех элементов по умолчанию */
*{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #000000;
}





/* Стили для конкретных элементов по умолчанию */
h1, h2, h3, h4{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
} 
table{border-collapse: collapse;}
        table tr, table td, table th{border: none;}
ul, ol{list-style: none outside none;}
        ul li, ol li{border: none;}
a:link, a:visited, a:active, a:focus{
    text-decoration: none;
    color: #000000;
}
        a:hover{text-decoration: underline;}
р{border: none;}
img{border: none;}
strong{font-weight: bold;}
body{
    background-color: #FFFFFF;
    background-image: url('../images/layout_bg.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    width: 100%;
}
input, select, textarea{outline: none;}
        input.text{
            border: 1px solid #BBBBBB;
            height: 16px;
            padding: 1px 3px 0px;
            font-size: 11px;
            outline-style: none;
        }
        input.textActive, select.active, textarea.active{border: 1px solid #008AFF;}
        input.error, select.error, textarea.error{border: 1px solid #FF0000;}
        input.require{
            background-image: url('../images/require.png');
            background-repeat: no-repeat;
            background-position: 99% 15%;
        }
        input.submit{
            border-top: 1px solid #FFFFFF;
            border-left: 1px solid #FFFFFF;
            border-right: 1px solid #5555FF;
            border-bottom: 1px solid #5555FF;
            height: 20px;
            padding: 0px 3px;
            font-size: 11px;
            cursor: pointer;
        }
        input.submitOver{
            background-color: #4B90FA;
            color: #FFFFFF;
        }
        input.submitActive{
            border-top: 1px solid #5555FF;
            border-left: 1px solid #5555FF;
            border-right: 1px solid #FFFFFF;
            border-bottom: 1px solid #FFFFFF;
            padding-left: 4px;
            padding-right: 2px;
        }
        input.file{outline-style: none;}
select{
    border: 1px solid #BBBBBB;
    height: 19px;
    padding: 1px 3px 0px;
    font-size: 11px;
    outline-style: none;
}
        select.require{
            background-image: url('../images/require.png');
            background-repeat: no-repeat;
            background-position: 93% 15%;
        }
textarea{
    width: 100%;
    height: 400px;
    padding: 5px 0px;
    font-size: 12px;
    border: 1px solid #BBBBBB;
    resize: none;
}
        textarea.require{
            background-image: url('../images/require.png');
            background-repeat: no-repeat;
            background-position: 99% 1%;
        }
iframe{border: none;}
        iframe.require{
            background-image: url('../images/require.png');
            background-repeat: no-repeat;
            background-position: 99% 1%;
        }
form{}
        form .row{
            clear: both;
            text-align: center;
            padding-top: 5px;
        }
                form .row .left, form .row .right{float: left;}
                form .row .left{
                    width: 210px;
                    text-align: right;
                    padding-right: 3px;
                    padding-top: 2px;
                }
                form .row .right{
                    width: 100px;
                    text-align: left;
                }
div.separate{
    height: 0px;
    clear: both;
}





/* Системные сообщения */
#message{
    padding: 5px 10px;
    margin-top: 35px;
}
#message div{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    line-height: 16px;
}
        #message div.error{background-color: #FF7777;}
        #message div.info{background-color: #7777FF;}
        #message div.good{background-color: #77CC77;}





/* Пагинация */
#paginate{
    padding-top: 40px;
    text-align: center;
}
        #paginate .button{
            position: relative;
            top: 3px;
        }
        #paginate .active{
            color: #0166FF;
            font-weight: bold;
        }





/* Меню */
#menu{
    float: left;
    margin-left: 180px;
    width: 590px;
    position: relative;
    z-index: 500;
}
        #menu .item{float: left;}
                #menu .item a{
                    display: block;
                    font-size: 12px;
                    font-weight: bold;
                    color: #FFFFFF;
                    text-align: center;
                    padding-top: 4px;
                    text-transform: uppercase;
                }
        #menu .sep{
            margin-top: 4px;
            width: 1px;
            height: 12px;
            border-left: 1px solid #43668C;
            float: left;
        }
                #menu .item .sub{
                    background-color: #1E314A;
                    width: 130px;
                    position: absolute;
                    visibility: hidden;
                    z-index: 1001;
                }
                        #menu .item .sub a{
                            display: block;
                            text-align: left;
                            padding: 0px 10px;
                        }
                        #menu .item .sub .sep{
                            border: none;
                            float: none;
                            margin: 0px;
                            width: auto;
                            height: 5px;
                        }





/* Всплывающее окно */
#windowDiv{
    position: absolute;
    width: 100%;
    background-image: url('../images/fon_1x1.png');
    background-repeat: repeat;
    z-index: 10001;
}
        #windowDiv .window{
            margin: 0px auto;
            border-radius: 7px;
            box-shadow: 0 0 25px #000000;
            background-color: #FFFFFF;
        }
                #windowDiv .window .wndTitle{padding: 7px 15px 10px;}
                        #windowDiv .window .wndTitle .wndTitleL{
                            float: left;
                            font-weight: bold;
                            color: #000000;
                        }
                        #windowDiv .window .wndTitle .wndTitleR{
                            float: right;
                            font-weight: bold;
                            color: #000000;
                            cursor: pointer;
                        }
                #windowDiv .window .wndImg{text-align: center;}
                #windowDiv .window .wndContent{}
                        #windowDiv .window .btnLeft, #windowDiv .window .btnRight{
                            position: relative;
                            background-repeat: no-repeat;
                            width: 50px;
                            height: 50px;
                            cursor: pointer;
                        }
                        #windowDiv .window .btnLeft{
                            background-image: url('../images/btn/btn_wndleft.png');
                            margin-left: -70px;
                            float: left;
                        }
                        #windowDiv .window .btnRight{
                            background-image: url('../images/btn/btn_wndright.png');
                            margin-right: -70px;
                            float: right;
                        }





/* Основной слой */
#layout{
    background-color: #FFFFFF;
    width: 970px;
    margin: 0px auto;
}





/* Маленькие логотипы над хидером */
#miniLogo{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #C7CDD8;
    padding: 7px 5px 3px;
    text-align: center;
}
        #miniLogo a {
        	margin-left:3px;
        }





/* Блок поиска */
#search{
    width: 175px;
    float: right;
}
        #search #ya-site-form0 input.ya-site-form__submit{
            width: 15px;
            height: 15px;
            background-image: url('../images/btn_search.png');
            background-repeat: no-repeat;
            border: none;
            margin: 0px;
            padding: 0px;
        }
        #search #ya-site-form0 .ya-site-form__logo-wrap{display: none;}
        #search #ya-site-form0 .ya-site-form__search-input{padding: 1px 0px 0px 0px;}





/* Блок хидер */
#headerBanner{}
#header{
    background-image: url('../images/header_bg.jpg');
    background-repeat: repeat-x;
    height: 102px;
}
        #header .left{float: left;}
        #header .logo{
            margin-left: 15px;
            margin-top: 10px;
            height: 92px;
            position: relative;
            z-index: 100;
        }
        #header .table1{
            margin-left: 50px;
            margin-top: 32px;
            background-image: url('../images/tables/table1.png');
            background-repeat: no-repeat;
            width: 301px;
            height: 51px;
            cursor: pointer;
        }
        #header .table2{
            margin-left: 7px;
            margin-top: 32px;
            background-image: url('../images/tables/table2.png');
            background-repeat: no-repeat;
            width: 160px;
            height: 51px;
            cursor: pointer;
        }
                #header .table1 table, #header .table2 table{
                    margin-left: 5px;
                    margin-top: 5px;
                }
                #header .table1 tr, #header .table2 tr{height: 12px;}
                #header .table1 td, #header .table2 td{
                    font-size: 9px;
                    line-height: 9px;
                    text-align: center;
                }
                        #header .table1 td, #header .table2 td a{
                            font-size: 9px;
                            line-height: 9px;
                        }
        #header .socbuttons{
            margin-left: 59px;
            margin-top: 65px;
        }
#underHeader{
    background-image: url('../images/menu_bg.jpg');
    background-repeat: repeat-y;
    height: 20px;
}





/* Блок мэйн */
#main{}





/* Блок контент */
#content{padding: 15px 15px 30px;}
        #content table tr, #content table td, #content table th{
            border: 1px solid #000000;
            padding: 3px;
        }





/* Блок лайков */
#likes{
    margin: 40px 20px 0px;
    font-weight: bold;
}
        #likes #share42{
            display: inline-block;
            padding: 6px 0px 0px 6px;
            background: #FFFFFF;
            border: 1px solid #E9E9E9;
            border-radius: 4px;
        }
        #likes #share42:hover{
            background: #F6F6F6;
            border: 1px solid #D4D4D4;
            box-shadow: 0 0 5px #DDDDD;
        }
        #likes #share42 a{opacity: 0.5}
        #likes #share42:hover a{opacity: 0.7}
        #likes #share42 a:hover{opacity: 1}
        #likes #share42 a{position: relative;}
        #likes #share42 a span{
            display: none;
            position: absolute;
            z-index: 10;
            top: 0;
            left: 100%;
            height: 19px;
            margin-left: 5px;
            padding: 0 5px;
            background: #FFFFFF;
            border-radius: 4px;
            border: 1px solid #AAAAAA;
            box-shadow: 0 0 5px rgba(0,0,0,0.25);
            text-align: center;
            color: #666666;
            font: 12px/20px Arial, sans-serif;
        }
        #likes #share42 a:hover span{display: block}
        #likes #share42 a span:before{
            content: '';
            position: absolute;
            top: 50%;
            left: -5px;
            margin-top: -3px;
            width: 5px;
            height: 7px;
            background: url(data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=) no-repeat;
        }





/* Блок комментариев */
#comments{
    margin: 50px 0px 30px;
    background-color: #DCDDDE;
    border: 1px solid #B8B9BA;
}
        #comments .title{
            margin: 10px 15px;
            background-color: #F2F2F2;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 20px;
            color: #4D4D4D;
            padding: 12px 17px;
        }
        #comments .items{padding: 10px 0px;}
                #comments .items .item{
                    border: 1px solid #DDDDDD;
                    padding: 10px;
                    margin-top: 5px;
                }
                        #comments .items .item .name{font-weight: bold;}
                        #comments .items .item .comment{
                            padding-top: 3px;
                            text-align: justify;
                        }
        #comments form{margin: 0px 15px;}
                #comments form .row .left{
                    float: left;
                    width: 75px;
                    padding: 7px 0px 0px 20px;
                    font-size: 11px;
                    font-weight: bold;
                    color: #4D4D4D;
                    text-align: left;
                    margin-bottom: 10px;
                }
                #comments form .row .right{
                    float: left;
                    width: 565px;
                    padding: 0px;
                    margin-bottom: 10px;
                }
                        #comments form .row .right input{
                            width: 270px;
                            height: 26px;
                            font-size: 14px;
                        }
                        #comments form .row .right textarea{height: 150px;}
                #comments form .row .right.capture img{
                    position: relative;
                    top: 5px;
                }
                #comments form .row .right.capture input{width: 170px;}
        #comments form .submitBtn{
            background-image: url('../images/send_comment.png');
            background-repeat: no-repeat;
            width: 77px;
            height: 30px;
            text-transform: uppercase;
            color: #333333;
            font-size: 11px;
            border: none;
            margin-bottom: 30px;
        }





/* Кнопка "Печатная версия" */
#printLink{
    position: absolute;
    margin-left: 660px;
    margin-top: -19px;
}





/* Блок контент */
#leftMenu{}
        #leftMenu li{padding-left: 0px 5px 5px;}
                #leftMenu li a{
                    font-size: 14px;
                    line-height: 16px;
                }
                        #leftMenu li.level1 a{
                            font-weight: bold;
                            color: #0050A4;
                        }
        #leftMenu li.level2{padding-left: 20px;}
        #leftMenu li.level3{padding-left: 40px;}
        #leftMenu li.level4{padding-left: 60px;}
                #leftMenu li.level2 a, #leftMenu li.level3 a, #leftMenu li.level4 a{
                    font-weight: bold;
                    color: #000000;
                    font-size: 12px;
                }
                #leftMenu li a.active{color: #A92125;}





/* Блок футер */
#footer{
    background-image: url('../images/footer_bg.jpg');
    background-repeat: repeat-y;
    border-top: 1px solid #C8CCD2;
    height: 29px;
    clear: both;
}
        #footer .left{
            float: left;
            padding-top: 8px;
        }
        #footer .copy{
            margin-left: 50px;
            color: #7799BB;
            font-weight: bold;
        }
        #footer .menu{
            margin-left: 80px;
            width: 570px;
        }
        #footer .menu .item{float: left;}
                #footer .menu .item a{
                    display: block;
                    font-size: 12px;
                    font-weight: bold;
                    color: #FFFFFF;
                    text-align: center;
                    text-transform: uppercase;
                }