﻿body 
{
}

/* Блок списка ссылок на статьи */
.div_articles_list
{
    display:inline;
    float:left;
    margin-top:0px;
    margin-left:40px;
    width:840px;
}

/* Заголовок статьи */
.article_title
{
    display:inline;
    font-family: Verdana;
    font-size: 14pt;
    color: #678D2F;
    text-decoration: underline;
}

/* Описание статьи */
.article_desc
{
    display:block;
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    margin-top:5px;
    margin-bottom:20px;
    width:600px;
}

.div_at_div
{
    display: block;
    float: left;
    width: 285px;
    margin-left:20px;
    margin-top:0px;
}

.div_at
{
    display: block;
    float: left;
    width: 245px;
    background-repeat: no-repeat;
    /*height: 300px;*/
    padding-top: 260px;
    padding-left: 25px;
    padding-right: 15px;
    background-color: #FFFFFF;
}

/* Заголовок */
.header
{
    font-family: Verdana;
    font-size: 18pt;
    color: #678D2F;
}

/* Название раздела статей */
.at_title
{
    display: block;
    font-family: verdana;
    font-size: 18pt;
    color: #400000;
    margin-bottom:5px;
}

/* Панель закругления */
.div_at_bottom
{
    width: 285px;
    height: 12px;
    display: block;
    float: left;
    background-image: url('../images/art_type_bottom.jpg');
    background-repeat: no-repeat;
}

/* Панель ссылок под разделами */
.div_at_links
{
    display: block;
    float: left;
    background-color: #D5E496;
    width: 265px;
    padding: 10px;
    height: 100px;
    font-family: verdana;
    color: #FF5301;
    font-size: 9pt;
    text-decoration: underline;
    font-weight: bold;
    margin-top:10px;
}

/* Ссылка слева */
.link_article
{
    display: block;
    color: #57B84A;
    font-family: verdana;
    font-size: 9pt;
    margin-bottom: 10px;
    width: 205px;
}

/* Заголовок поиска */
.header
{
    display:block;
    float:left;
    width:910px;
}


