div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.new_name_news .date{
    display: block;
	font-size:12px;
	color: #486DAA;
}
.new_name_news .title{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #37586a;
    font-weight: bold;
    text-decoration: none;    
}
.news h3{
    background: url(images/news.png) no-repeat;
    padding: 10px 0 10px 60px;
}
.blog h3{
    background: url(images/blog.png) no-repeat;
    padding: 10px 0 10px 60px;
}


.columns_index .news
{
	display: table;
}
.columns_index .all_news
{
	display: table-footer-group;
}
