@import "main.css";

/* col1_220 */

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(1) {
    float: left;
    min-width: 220px;
    margin-right: 20px;
}

/* col2_754 */

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(2) {
    float: left;
    max-width: 754px;
    margin-right: 0px;
}

/*====================*/

/* блок навигации по каталогу на главной */

.class-rubricator {
    margin-bottom: 20px;
}

.class-rubricator > div:nth-of-type(1) {
    background-color: #00A651;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-bottom: 3px;
    border-radius: 0px;
    border-bottom: 0px solid #cdcdcd;
}

.class-rubricator > div:nth-of-type(1) > h1 {
    margin: 0;
    font-family: Trebuchet MS, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
}

.class-rubricator > div:nth-of-type(2) > div {
    padding: 5px;
    border-bottom: 1px solid #cdcdcd;
}

.class-rubricator > div:nth-of-type(2) > div > a {
    font-size: 15px;
    color: #111111;
    text-decoration: none;
}

.class-rubricator > div:nth-of-type(2) > div > a:hover {
    text-decoration: underline;
}