/* Блок заголовков новостей */
#news_titles
{

}

#news_titles h2
{
 font-size: 20px;
 padding-bottom: 5px;
}

#news_titles ul
{
 margin: 0;
 padding: 0;
 list-style: none;
}

#news_titles li
{
 margin-bottom: 10px;
}

#news_titles li h5
{
 margin: 0;
 padding: 0;
}

#news_titles li h4
{
 margin: 0px 0px 10px 0px;
 padding: 0;
}

#news_titles li h4 a
{
 text-decoration: none;
 color: #4b6d89;
 font-family: 'tahoma';
}

#news_titles li h4.c a
{
 text-decoration: none;
 color: #999999;
 font-family: 'tahoma';
}

#news_titles ul#nt_pages
{
 margin: 0;
 padding: 0;
 list-style: none;
 height: 20px;
}

#news_titles ul#nt_pages li.no_link
{
 float: left;
 width: 18px;
 height: 18px;
 background-color: #ffffff;
 text-align: center;
 margin: 2px;
 color: #4b6d89;
 font-size: 12px;
}

#news_titles ul#nt_pages li.no_link a
{
 color: #ffffff;
 text-decoration: none;
}

#news_titles ul#nt_pages li.link
{
 float: left;
 width: 18px;
 height: 18px;
 background-color: #4b6d89;
 text-align: center;
 margin: 2px;
 color: #ffffff;
 font-size: 12px;
}

#news_titles ul#nt_pages li.link a
{
 color: #ffffff;
 text-decoration: none;
}
