/**
*** Author: Lotsmanov Vyacheslav (c) 2009
*** E-Mail: lotsmanov-va@ya.ru
**/

div.news-item
{
	background: url(images/dot.gif) left top no-repeat;
	padding-left: 18px;
}

div.news-item div.date
{
	color: #a1a1a1;
	margin-bottom: 10px;
}

div.news-item div.preview_text
{
	/*margin-bottom: 10px;*/
}

div.news-item div.detail_page_url
{
	background: url(images/detail_dot.gif) 100% 3px no-repeat;
	text-align: right;
	padding-right: 20px;
}

div.news-item img.preview_picture
{
	float: left;
	margin: 0 5px 5px 0;
}

div.news-item-clear
{
	clear: both;
	height: 10px;
}

a.news-detail-link, a:visited.news-detail-link
{
	font-weight: bold;
	color: #af251b;
	clear: both;
}

div.news-bottom-clear
{
	clear: both;
	height: 25px;
}

