/* "Заголовок страницы" (раздела) в рабочей области */
.title, h1, h2, .h1, .h2
{
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color: #660000;
text-align: left;
}

/*  "Обычный" (должен использоваться по умолчанию как основной шрифт) */
.normal, td
{
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: left;
}

/*  "Мелкий" */
.small
{
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
text-align: left;
}

/* "Подпись" */
.podpis
{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #000000;
text-align: right;
}

/* Основной формат новостей, статей и др. инфоблоков (в визуальном редакторе не
указываются): */
/* "Дата статьи" */ 
.news_date
{
font-family: Verdana;
font-size: 12px;
font-weight: normal;
font-style: italic;
color: #000000;
text-align: left;
}

/* "Заголовок статьи" */
.news_title
{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-align: left;
}

/* "Анонс статьи" */ 
.preview_title
{
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: left;
}


/* Формат Календаря мероприятий  (в визуальном редакторе не указываются): */

/* "Дата мероприятия" */
.date_action
{
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
font-style: italic;
text-align: center;
}


/* "Анонс мероприятия" */ 
.preview_action
{
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
text-align: center;
}

.catalog-section-list ul {
    clear: both;
    width: 100%;
    margin-bottom : 30px;
}

.catalog-section-list ul li {
clear: both;
width: 100%;
}