@import "../templates/blocks/comment.css";

.item .title
{
    font-size: 15px;
    width: 355px;
    
}

.item .title a
{
	color: #646567;
	text-decoration: none;
	font-weight: bold;
}

.item
{
    padding: 0 0 10px 0;
    margin-bottom: 40px;    
}

.item .date
{
	width: 36px;
	height: 37px;
	margin-right: 20px;
	text-align: center;
	background: url(../images/calendar.jpg) no-repeat top left;
}

.item .commentsCount
{
	padding: 10px 0 0;
	font-style: italic;
	font-size: 11px;
	text-align: right;
}

.item .month
{
	padding: 1px 0 0 ;
	font-size: 10px;
	color: #FFFFFF;
	height: 11px;
}

.item .day
{
	font-size: 16px;
	padding: 2px 0 0;
}

.newsList .blockTitle
{
	padding-left: 0;
}


.paginator
{
	padding: 0 0 20px;
	text-align: center;	
}


.paginator .active
{
	text-decoration: none;
}

.sideNews .item
{
	margin-bottom: 0;
}

.sideNews
{
	margin-bottom: 20px;
}

.inside .intro
{
	padding-top: 20px;
}

.item .intro
{
	text-align: justify;
}