.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 /* класс для вывода описания модуля */
{
 font-size: 12px;
 margin: 15px 0;
 text-align: justify;
}

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


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

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

.lineyka_class .current_page /* текущая страница */
{
 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 #0574e4;
 text-decoration: none;
}

a.map2_lnk:hover, a.map3_lnk:hover
{
 border-bottom: none;
 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;
}
/* ----------------- конец карты сайта ------------------ */

td{ vertical-align: top;}

/* --- стили для новостей --- */
.paragraph, .news_div_class /* класс интегрирует всю новость при выводе всех новостей*/
{
 margin-top: 15px;
 overflow: hidden;
 padding-bottom: 5px;
}

.news_div1_class /* класс интегрирует всю новость при выводе одной новости */
{
 margin-bottom: 15px;
 margin-top: 15px;
 overflow: hidden;
}

.news_date_class /* дата при выводе новости */
{
 color: black;
}

.news_date_class  dt {height:23px; margin-bottom:5px;}
.news_date_class  strong {float:left; background:url(../i/news-dt-l.png) 0 0 no-repeat #fff0ae;}
.news_date_class  strong span {float:left; background:url(../i/news-dt-r.png) 100% 0 no-repeat; height:23px; padding:0 15px; font-size:0.846em; font-weight:normal; line-height:23px;}

h1.articleName, h2.articleThemeName, .news_title_class /* заголовок новости */
{
 color: #0574e4;
 font-weight: bold;
}

h1.articleName, h2.articleThemeName
{
 font-family: tahoma;
 font-size: 12px;
 margin-top: 15px;
 text-transform: none;
}

p.articleLink
{
 margin-top: 10px;
}

.news_title_class a /* заголовок новости */
{
 color: #0574e4;
 font-weight: bold;
 text-decoration: underline;
}

.news_title_class a:hover /* заголовок новости */
{
 color: #0574e4;
 text-decoration: none;
}

.articleText, .news_div_class .news_content_class /* текст новости */
{
 margin-top: 5px;
 overflow: hidden;
 text-align: justify;
}

.news_div1_class .news_content_class /* текст новости */
{
 margin-top: 15px;
 overflow: hidden;
 text-align: justify;
}

#cont_vac_id
{
 margin-bottom: 15px;
}

.partner_logo_class
{
 float: left;
 margin: 0 0 10px 0;
 width: 110px;
}

