div.news-archive-item {
	clear: both;
	width: 90%;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFF;
}

div.news-archive-item div.news-title div.news-archive-item-date,div.singlenews div.news-title div.news-archive-item-date {
	font-size: 80%;
	/*padding-left: 18px;
	background: url(/images/clock_icon.png) no-repeat left center;*/
}

div.news-archive-item div.news-title {
	/*height: 42px;*/
	padding-top: 15px;
	padding-left: 45px;
	background: url(/images/news_title_bullet.png) no-repeat left center;
}

div.news-archive-item div.news-archive-item-intro {
	padding-top: 0px;
	padding-left: 20px;
	width: 100%;
}

div.news-archive-item div.news-archive-item-readmore {
	padding-top: 10px;
	font-size: 80%;
	margin-left: 20px;
}

div.singlenews {
	width: 100%;
	clear: both;
}

/* Close navigation */
div#close-navi {
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

div.left-navi {
	float: left;
	padding-left: 10px;
}

div.left-navi a:hover,div.right-navi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.right-navi {
	float: right;
	padding-right: 12px;
}

div.right-navi:hover {
    background-image: url(/images/arrow-right.png);
    background-position: right center;
    background-repeat: no-repeat;
}

div.left-navi:hover {
	background-image: url(/images/arrow-left.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div.singlenews-body {
	clear: both;
	padding-top: 20px;
}

div.singlenews-date {
	font-size: 90%;
	color: #0B036F;
	text-align: right;
}

div.news-informer-item {
	font-size: 90%;
	width: 100%;
	border-bottom: 1px dashed #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.news-informer-item div.news-title {
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.news-informer-item-intro {
	font-size: 100%;
	text-indent: 2em;
}

div.news-informer-item-date {
	font-size: 80%;
}

div.page-digit {
	padding: 4px;
	min-width: 30px;
	width: 30px;
	background-color: #2F9ACB;
	float: left;
	text-align: center;
}

div#page-digit-current {
	background-color: #FFF;
}

/* solution from Lebedev */
div.news_archive_pager {
	position: relative;
	width: 100%;
	padding: 4px;
}

div.news_archive_pager:after {
	content: '';
	display: block;
	clear: both;
}

.align_center_to_left {
	position: relative;
	right: 50%;
	float: right;
}

.align_center_to_right {
	position: relative;
	z-index: 1;
	right: -50%;
}

div.singlenews-body p {
    text-indent: 2em;
}
