/* 2 топ-новости с картинками */
.topnews_for_subtype_left, .topnews_for_subtype_right { width:185px; padding:0 0 20px; }
.topnews_for_subtype_left img, .topnews_for_subtype_right img{ width:185px; height:140px; padding:0; margin:0;  }
.topnews_for_subtype_left p, .topnews_for_subtype_right p { margin:0 0 3px; font-size:85%; }
.topnews_for_subtype_left p.smallNewsLink, .topnews_for_subtype_right p.smallNewsLink { margin:0 0 10px; }
.topnews_for_subtype_left { float:left; margin:0 15px 0 7px; }
.topnews_for_subtype_right { float:left; margin:0 7px 0 15px; }


/* В фокусе */
#infocus_for_subtype {
	width:100%;
	float:left;
	/* margin:0 0 25px; */
	padding:0;
	}
	#infocus_for_subtype p {
		padding:0 0 5px;
		margin:5px 20px 10px 0;
		border-bottom:1px solid #ccc;
		}
#infocus_for_subtype p.lastBox {
	border-bottom:none;
}
/* Форум */
#forum_for_subtype {
	width:100%;
	float:left;
	margin:0 0 25px;
	padding:0;
	}
	#forum_for_subtype p {
		margin:0 0 15px 0;
		padding:0;
		font-size:85%;
		}

/* ЛЕНТА */
div#newsline_for_subtype {
	}
	div#newsline_for_subtype div#newsline_box {
		position:relative;
		margin-top:-20px;
		margin-bottom:20px;
		float:left;
		width:100%;
		}
		div#newsline_for_subtype div#newsline_box h5 {
			margin:15px 0 0;
			padding:0;
			font-size:95%;
			}
		div#newsline_for_subtype div#newsline_box p {
			margin:2px 0;
			padding:0;
			font-size:85%;
			}
		div#newsline_for_subtype div#newsline_box p.smallLink span.newsline_date {
			margin:0 5px 0 0;
			padding:0 3px 1px;
			background-color:#e5e5e5;
			}

/* СТАТЬИ */
div#articles_for_subtype {
	}
	div#articles_for_subtype div#articles_box {
		position:relative;
		margin-top:-20px;
		margin-bottom:30px;
		float:left;
		width:100%;
		}
		div#articles_for_subtype div#articles_box h5 {
			margin:15px 0 0;
			padding:0;
			font-size:95%;
			}
		div#articles_for_subtype div#articles_box p {
			margin:2px 0;
			padding:0;
			font-size:85%;
			}
		div#articles_for_subtype div#articles_box p.smallLink span.newsline_date {
			margin:0 5px 0 0;
			padding:0 3px 1px;
			background-color:#e5e5e5;
			}
