﻿/* list_news_item > */
.list_news_item_container
{
	width:100%;
}
.list_news_item_img
{
	width:200px;
	height:150px;
	float:left;
}
	.list_news_item_img img
	{
		width:200px;
		height:150px;
	}
.list_news_item_text
{
	width:760px;
	height:150px;
	float:left;
	cursor:pointer;
}
	.list_news_item_date
	{
		width:720px;
		padding: 0 20px;
		float:left;
		color:#555;
	}
	.list_news_item_title
	{
		width:720px;
		padding: 0 20px;
		color:#333;
		float:left;
	}
		.list_news_item_title span
		{
			font-weight:bold;
			font-size:14px;
		}
	.list_news_item_description
	{
		width:720px;
		padding: 0 20px;
		float:left;
		color:#555;
		font-size:11px;
	}
	.list_news_item_anons
	{
		width:720px;
		padding: 0 10px 0 30px;
		text-align:justify;
		float:left;
		color:#888;
		font-size:10px;
	}
/* list_news_item < */

.new_presenter_container
{
	width:100%;
	text-align:center;
}
	.new_presenter_container p, .new_presenter_container h1,.new_presenter_container h2,
	.new_presenter_container h3, .new_presenter_container h4, .new_presenter_container span
	{
		margin: 0 0 0 0;
		padding: 5px 10px 5px 10px;
	}
	
/* date_in_list_news > */
.date_in_list_news
{
	widows:100%;
}
	.date_in_list_news span
	{
		display:block;
		width:100%;
		text-align:center;
	}
/* date_in_list_news < */