


.block{
    border: 1px solid #ddd;
    padding: 15px;
    width: 610px;
    margin-bottom: 5px;
    background: #fff;

}
    .block h2, .block h1{
        color:#010101;
        font-weight:bold;
        font-family:Arial;
        padding-bottom:5px;
        margin-bottom: 10px;
    }
    .block h1{
        font-size:17pt;
    }
    .block h2{
        font-size:15pt;
        border-bottom: 1px solid #ddd;
    }
.narrow{
    width: 318px;
}

.wide{
    width: 613px;
    margin-right:5px;
}

/* --------------- для кнопки добавить новость -----------------*/
.block_title{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding-bottom: 7px;
    overflow: hidden;
}
.block_title h2{
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    float: left;
}
.block_title div.right_title{
    float: right;
    padding: 6px 0 0;
}
.add_user_news{
    padding: 4px 7px 4px 7px;
    display: block;
}



/* --------------- Раздел информация ---------------- */

#articles_tree{
    font-size: 16px;
    margin-bottom: 10px;
}
#articles_tree li{
    margin-top: 2px;
    margin-bottom: 2px;
    list-style-type: none;
}
#article_tree_main_ul>li{
    margin-left: 0px;
}
.article_sublevel{
    display: none;
}
.show_level, .tree_btn_cap{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    margin: 5px 4px 0 0;
}
.show_level:hover{
    background-color: #e7e6e6;
}
.show_level, .open_tree_level{
    background: url(../images/tree.png);
}
.show_level{
    background-position: -22px 1px !important;
}
.open_tree_level{
    background-position: -4px 2px !important;
}
.active_article_cat{
    color: #099EE0;
}


.site_menu{
/*    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999 !important;*/
}
.site_menu li{
    margin: 0;
    list-style-type: none;
}
.site_menu a{
    display: block;
    padding: 8px;
    text-decoration: none;
    background-color: #fff;
/*    border-top: 1px solid #999999;
    border-right: 1px solid #999999;*/
}

.site_menu a:hover{
/*    text-decoration: underline;*/
    background-color: #EFF3FB;
}
