.error_class /* класс для вывода сообщения об ошибке в include/error_div.php */
{
 font-family: tahoma;
 margin: 15px;
 text-align: center;
}

.module_title_class
{
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 margin: 0px;
 margin-bottom: 10px;
 margin-top: 10px;
 padding: 0;
 text-transform: uppercase;
}

.module_descript_class /* класс для вывода описания модуля */
{
 margin-bottom: 15px;
 text-align: justify;
}

/* ------------------------------ Возврат к списку ------------------------- */
.return_to_list_class /* возврат к списку новостей, партнеров, статей и т.п. */
{
 font-size: 11px;
 margin-top: 15px;
}

.return_to_list_class a /* возврат к списку новостей, партнеров, статей и т.п. */
{
}
/* ---------------------------- Конец возврата к списку ---------------------- */


/* ------------------------ Линейка ---------------------------- */
.lineyka_class /* обрамляющий div */
{
 font-family: Tahoma;
 font-size: 11px;
 margin-bottom: 10px;
 margin-top: 15px;
}

.lineyka_class .pages_class /* надпись "Страницы" */
{
}

.lineyka_class .current_page /* текущая страница */
{
 font-size: 12px;
 font-weight: bold;
}

.lineyka_class a /* ссылки на нетекущие страницы */
{
}
/* ------------------------- Конец линейки ------------------------- */

/* ----------------- карта сайта ------------------ */
a.map2_lnk:link, a.map2_lnk:visited, a.map2_lnk:active,
a.map3_lnk:link, a.map3_lnk:visited, a.map3_lnk:active
{
 border-bottom: 1px dashed #05306A;
 text-decoration: none;
}

a.map2_lnk:hover, a.map3_lnk:hover
{
 border-bottom: 1px dashed #3c6499;
 text-decoration: none;
}

.map1_div, .map2_div, .map3_div, .map_all_elems
{
 margin-top: 10px;
 padding-left: 15px;
}

.map2_div
{
 background: url(../images/plus.gif) 0px 3px no-repeat;
}

.map3_div
{
 background: url(../images/minus.gif) 0px 3px no-repeat;
}

.map_under_div /* класс для вложенного списка */
{
 display: none;
}
/* ----------------- конец карты сайта ------------------ */
