/*************************************************************************************************/
/*            О РЫНКЕ ТРУДА -> РЫНОЧНЫЕ УРОВНИ ЗАРПЛАТ                                           */

/*    Блок с категориями под заголовком      */
.salary_cat_block {
    font-size: 13px;
    /*           border: 1px dotted red;  */    
}
.salary_cat_block .razdel_link,
.salary_cat_block .razdel_current {
    padding-bottom: 8px;
}
.salary_cat_block .razdel_link a {
    text-decoration: none;
}
.salary_cat_block .razdel_link a:hover {
    text-decoration: underline;
}
.razdel_current a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.razdel_current a:hover {
    color: #000;
    text-decoration: underline;
}


/*    Блок с названиями материалов по периодам      */
.salary_period {
    background-color: #eff0f2; 
    margin: 30px 0px 0px 0px; 
    padding: 20px 0px 7px 10px;   
}
.salary_period table {
    width: 100%;
}
.salary_period td {
    width: 25%;
    vertical-align: top;
    padding: 0px 15px 0px 15px;
    /*        border: 1px dotted blue;   */         
}
.salary_period .material_link {
    padding-bottom: 15px;
}
.salary_period td a {
    font-size: 12px;
    text-decoration: none;
}
.salary_period td a:hover {
    text-decoration: underline;
}
/*    Текущий материал выделение      */
#currname a {
    color: #000;
}



/*    Блок с названием текущего материала      */
.salari_name {
    margin: 35px 0px 20px 0px; 
    font-size: 22px;
    color: #3d8c2a;
    overflow: hidden;
}
/*            КОНЕЦ О РЫНКЕ ТРУДА -> РЫНОЧНЫЕ УРОВНИ ЗАРПЛАТ                                     */
/*************************************************************************************************/