@import "main.css";
@import "right_col.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_398 */

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(2) {
    float: left;
    max-width: 398px;
    margin-right: 20px;
}

/* col3_336 */

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(3) {
    float: left;
    width: 336px;
}

/*====================*/

/* блок навигации по каталогу на главной */

.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;
}

/* блок приветствия на главной */

.greeting {
    margin-bottom: 20px;
}

.greeting > p:nth-of-type(1) {
    margin-bottom: 10px;
}

/* блок навигации по ленте новостей на главной */

.news-feed {
    min-width: 336px;
    margin-bottom: 20px;
}

.news-feed > div:nth-of-type(1) {
    background-color: #1874cd;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-bottom: 3px;
    border-radius: 0px;
    border-bottom: 0px solid #cdcdcd;
}

.news-feed > div:nth-of-type(1) > h1 {
    margin: 0;
    font-family: Trebuchet MS, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
}

.news-feed > div:nth-of-type(2) > div {
    padding: 5px;
    border-bottom: 1px solid #cdcdcd;
}

.news-feed > div:nth-of-type(2) > div > a {
    font-size: 15px;
    color: #111111;
    text-decoration: none;
}

.news-feed > div:nth-of-type(2) > div > a:hover {
    text-decoration: underline;
}

/* блок навигации по новым программам */

.latest-apps {
    min-width: 336px;
    margin-bottom: 20px;
}

.latest-apps > div:nth-of-type(1) {
    background-color: #cdcdcd;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 3px;
    padding-bottom: 3px;
    border-radius: 0px;
    border-bottom: 0px solid #cdcdcd;
    margin-bottom: 20px;
}

.latest-apps > div:nth-of-type(1) > h1 {
    margin: 0;
    font-family: Trebuchet MS, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #3d3d3d;
    letter-spacing: 1px;
}

.latest-apps > div:nth-of-type(2) > div {
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

.latest-apps > div:nth-of-type(2) > div > div:nth-of-type(1) {
    float: left;
    height: 32px;
    width: 52px;
}

.latest-apps > div:nth-of-type(2) > div > div:nth-of-type(2) {
    clear: right;
    display: table-cell;
    min-height: 33px;
    vertical-align: top;
    overflow-wrap: break-word;
}

.latest-apps > div:nth-of-type(2) > div > div:nth-of-type(2) a {
    font-family: Trebuchet MS;
    font-size: 17px;
    color: #1874cd;
    text-decoration: none;
    font-weight: bold;
}

.latest-apps > div:nth-of-type(2) > div > div:nth-of-type(2) a:hover {
    text-decoration: underline;
}

.latest-apps > div:nth-of-type(2) > div > div:nth-of-type(2) > span:nth-of-type(1) {
    font-family: Arial;
    font-size: 13px;
    color: #111111;
    text-decoration: none;
    font-weight: normal;
    line-height: 1.5;
}

.latest-apps > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(1) {
    padding-top: 10px;
}

.latest-apps > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(1) span {
    font-family: Arial;
    font-size: 11px;
    color: gray;
    text-decoration: none;
    font-weight: normal;
    line-height: 0;
}
