.featured, .featured .content, .featured .footer {
	display: block;
	width: 100%;
}

.featured {

	height: auto;
	position: relative;
	z-index: 1;
}

.featured .content {
	display: block;
	background: #FFFFFF;
    border-radius:9px 9px 9px 9px;
	min-height: 155px;
	height: auto;
	padding-bottom: 15px;
}

.featured .footer {
	display: block;
}

.featured h1 {
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 8px 20px;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #dedede;
}

/* featured tabs */
.featuredposts {
	position: absolute;
	top: 15px;
	right: 25px;
}

.featuredposts li {
	float: left;
	display: block;
	margin-right: 10px;
}

.featuredposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	background: url(img/light_off.png) no-repeat;
}

.featuredposts li a:hover {
	background: url(img/light_bl.png) no-repeat;
}

.featuredposts li a.selected {
	background: url(img/light_on.png) no-repeat;
}

.featuredposts li a.selected:hover {
	background: url(img/light_on.png) no-repeat;
}

.featuredposts_content {
	display: none;
	position: relative;
	z-index: 1;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

/* content */
.featuredposts_content .thumb {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 184px;
	height: 134px;
}

.featuredposts_content .thumb img {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
    max-height: 170px;
    max-width: 250px;
}

.featuredposts_content .fpost {
	position: absolute;
	top: 15px;
	left: 220px;
	right: 20px;
}

.featuredposts_content .fpost h2 {
	font-weight: normal;
	font-size: 1.55em;
}

.featuredposts_content .fpost p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
	text-align: justify;
	color: #888;
}

.featuredposts_content .fpost .read, .featuredposts_content .fpost .docomment {
	display: block;
	height: 13px;
	line-height: 13px;
}
.featuredposts_content .fpost div#fullpost {
	position: relative; 
	overflow: hidden; 
	height: 130px;
}

.featuredposts_content .fpost .read {padding: 10px 0 0 22px}
.featuredposts_content .fpost .docomment {padding: 8px 0 0 22px}

.featuredposts_content .fpost .read {background: url(img/ico_more.png) no-repeat}
.featuredposts_content .fpost .docomment {background: url(img/ico_comment.png) no-repeat}
.featuredposts_content .fpost .read {background-position: left 10px}
.featuredposts_content .fpost .docomment {background-position: left 8px}

.featuredposts_content .fpost .read a {color: #333}
.featuredposts_content .fpost .read a:hover {color: #ff6000}
.featuredposts_content .fpost .docomment a {color: #333}
.featuredposts_content .fpost .docomment a:hover {color: #ff6000}



//Под самым верхним блоком - вывод самых популярных

.featured2, .featured2 .content, .featured2 .footer {
	display: block;
	width: 700px;
}

.featured2 {
	height: auto;
	position: relative;
	z-index: 1;
}

.featured2 .content {
	display: block;
	background: #FFFFFF;
    border-radius:9px 9px 9px 9px;
	min-height: 130px;
	height: auto;
	padding-bottom: 15px;
}

.featured2 .footer {
	display: block;
}

.featured2 h1 {
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 8px 20px;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #dedede;
}

.featured2 h2 {
	display: block;
	color: #3c3c3c;
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px 0 8px 10px;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #dedede;
}



















.featured20 {
	display: block;
	height: auto;
	position: relative;
	z-index: 1;
}




.glavny_post {
	position: relative;
	z-index: 1;
}

@media print {
	.glavny_post {
	display: block !important;
	}
}

/* content */
.glavny_post .thumb {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 184px;
	height: 134px;
}

.glavny_post .thumb img {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
    max-height: 170px;
    max-width: 250px;
}

.glavny_post .fpost {
	position: absolute;
	top: 15px;
	left: 220px;
	right: 20px;
}

.glavny_post .fpost h2 {
	font-weight: normal;
	font-size: 1.55em;
}

.glavny_post .fpost p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
	text-align: justify;
	color: #888;
}

.glavny_post .fpost .read, .glavny_post .fpost .docomment {
	display: block;
	height: 13px;
	line-height: 13px;
}
.glavny_post .fpost div#fullpost {
	position: relative; 
	overflow: hidden; 
	height: 130px;
}

.glavny_post .fpost .read {padding: 10px 0 0 22px}
.glavny_post .fpost .docomment {padding: 8px 0 0 22px}

.glavny_post .fpost .read {background: url(img/ico_more.png) no-repeat}
.glavny_post .fpost .docomment {background: url(img/ico_comment.png) no-repeat}
.glavny_post .fpost .read {background-position: left 10px}
.glavny_post .fpost .docomment {background-position: left 8px}

.glavny_post .fpost .read a {color: #333}
.glavny_post .fpost .read a:hover {color: #ff6000}
.glavny_post .fpost .docomment a {color: #333}
.glavny_post .fpost .docomment a:hover {color: #ff6000}

/* ==================== Предыдущая и следущая новости в полной новости */
.fullbl a {
    display:block;
    float:left;
    width:255px;
    height:15px;
    font:12px verdana, sans-serif;
    color:#333333;
    background:#f6f4e9;
    text-align:center;
    padding:6px 10px;
    margin:0px 0;
    border:1px solid #d9d6c5;
}
.fullbl a:hover {
    color:#297EB9;
}
.fullbr a {
    display:block;
    float:right;
    width:255px;
    height:15px;
    font:12px verdana, sans-serif;
    color:#333333;
    background:#f6f4e9;
    text-align:center;
    padding:6px 10px;
    margin:0px 0;
    border:1px solid #d9d6c5;
}
.fullbr a:hover {
    color:#297EB9;
}


/* Слайдер на главной Начало */
.media-news{font-size:12px;margin:0;border-radius:9px;}
.media-news .news-head{width:100%;height:20px;white-space:nowrap;padding:5px 0;border-width:1px;border-color:#E5E5E5;border-radius:9px 9px 0 0;background-color:#ECECEC;line-height:1.7em;}
.media-news .news-head .rubric-item{color:#898d8f;margin-left:1%;margin-right:1%;text-decoration:none;border-bottom:1px dotted #898D8F;}
.media-news .news-head .rubric-item:hover{text-decoration:none;}
.media-news .news-head .active{color:#3A3A3A;text-decoration:none;margin:-10px -1px;padding:9px 14px 5px;border-width:1px 1px 1px !important;border-style:solid !important;border-color:#C7C7C7 #C7C7C7 white !important;background-color:white;border-radius:9px 9px 0 0;display:inline-block;}
.js .media-news .news-head .active{text-decoration:none;}

.media-news .news-head .list-more{width:40px;height:30px;margin:-5px 0 0;float:right;display:none;}
.media-news .news-head .list-more a{color:#898d8f;margin:0;}
.media-news .news-head .list-more .more{text-decoration:none;padding:5px 15px;border-left:1px solid #f8f8f8;border-radius:0 4px 0 0;outline:none;display:block;}
.media-news .news-head .list-more:hover .more, .media-news .news-head .disclosed .more{background-color:white;border-left:1px solid #e5e5e5;}
.media-news .news-head .list-more:hover .more:after, .media-news .news-head .disclosed .more:after{width:39px;height:1px;color:white;content:".";margin:25px 0 0 -24px;background-color:white;position:absolute;z-index:10;}
.media-news .news-head .list-more .spoiler{width:108px;margin:0 0 0 -89px;padding:10px;border:1px solid #e5e5e5;background-color:white;position:absolute;z-index:5;display:none;}
.media-news .news-head .list-more:hover .spoiler, .media-news .news-head .disclosed .spoiler{border:1px solid #e5e5e5;display:block;}
.media-news .news-head .list-more .spoiler a{line-height:normal;margin:5px 0;float:left;}
.media-news .news-head .list-more .spoiler a:hover{border-bottom:1px solid white;}
.media-news .news-head .list-more .incident, .media-news .news-head .list-more .world, .media-news .news-head .list-more .auto, .media-news .news-head .list-more .narod{display:none;}

.media-news .news-body{background-color:#FEFEFE;padding:9px;border-width:1px;border-style:solid;border-color:#c7c7c7 #E5E5E5 #E5E5E5;border-radius:0 0 9px 9px;overflow:hidden;}
.media-news .news-body .news-cont{width:100%;color:#3a3a3a;float:left;display: block;}
.media-news .news-body .news-cont .active{display:block; overflow:hidden; height: 135px;}
.media-news .news-body .news-cont .news-img{background-color:#ECECEC;width:170px;height:130px;background-position:50% 50%;background-repeat:no-repeat;display: block;overflow: hidden;border: 1px solid #aaa;padding: 1px;}
.media-news .news-body .info-cont{margin:0;}
.media-news .news-body .news-cont h3{font-size:12px;margin:0; /*height: 80px;*/ overflow: hidden;}
.media-news .news-body .news-cont h3 a{color:#297EB9;text-decoration:none;outline:none;}
.media-news .news-body .news-cont h3 a:hover{text-decoration:underline;}

.media-news .news-body .anounce-cont{margin:0 ;overflow:auto;}
.media-news .news-body .news-item{overflow:hidden; color:#3F71B4;text-decoration:none;line-height:1.6em;margin:0 0 1px;padding:6px 0 6px 45px;border-top:1px solid #e5e5e5;outline:none;display:block;}
.media-news .news-body .news-item:hover, .media-news .news-body .anounce-cont .active-item{color:#3a3a3a;background-color:#F8F8F8;}
.media-news .news-body .news-item:first-child{border:none;}
.media-news .news-body .news-item .time{margin:1px 5px 0 -42px;float:left;}
.media-news .news-body .news-item:hover .time, .media-news .news-body .anounce-cont .active-item .time{background-color:white;}

.media-news .bott-cont{margin:0 0 0 179px;padding:9px 0 0;overflow:hidden;}
.media-news .bott-cont .all-news{font-weight:bold;float:left;}
.media-news .bott-cont .add-news{float:right;}

.media-news .time{font-size:11px;font-style:normal;color:#898D8F;line-height:1.4em;vertical-align:middle;margin:1px 2px 0;padding:0 3px;border:1px solid #E5E5E5;border-radius:0 4px 0 4px;background-color:#F8F8F8;}
.media-news .foto-ico, .media-news .video-ico, .media-news .comments-ico{height:13px;font-size:11px;font-style:normal;vertical-align:middle;margin:0 2px;background-image:url('/images/news-sprite.png');background-repeat:no-repeat;display:inline-block;}
.media-news .foto-ico{width:34px;line-height:1.4em;background-position:-47px -1px;}
.media-news .video-ico{width:41px;line-height:1.4em;background-position:-1px -1px;}
.media-news .comments-ico{color:#898D8F;line-height:1.2em;padding:0 0 0 17px;background-position:-86px -1px;}

.media-news a.grayUrl{color:#607898;}
.media-news .clear{clear:both;}
.media-news .noDisplay{display:none !important;}
.media-news .anounce{font-style:normal;margin:0;}
.media-news .header{font-style:normal;}

.media-news .mCSB_container{margin:0 20px 0 0;}
.media-news .mCustomScrollBox > .mCSB_scrollTools{margin:0 -3px 0 0;}

.fullpost2 h2 {
	display: block;
	color: #3c3c3c;
	font-weight: normal;
	padding: 0 0 4px 0;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #dedede;
}

/* featured tabs */

.featuredposts_content2 {
	display: none;
	position: relative;
	z-index: 1;
}

@media print {
	.featuredposts_content2 {
	display: block !important;
	}
}

.featuredposts_content2 .fpost2 {
	position: absolute;
	top: 0;
	left: 180px;
	right: 20px;
}

.featuredposts_content2 .fpost2 h2 {
	font-weight: bold;
	font-size: 1.25em;
}

.featuredposts_content2 .fpost2 p {
	margin: 5px 0 0 0;
	line-height: 1.4em;
	text-align: justify;
	color: #888;
}

.featuredposts_content2 .fpost2 .read2, .featuredposts_content2 .fpost2 .docomment2 {
	display: block;
	height: 13px;
	line-height: 13px;
}

.featuredposts_content2 .fpost2 .read2 {padding: 10px 0 0 22px}
.featuredposts_content2 .fpost2 .docomment2 {padding: 8px 0 0 22px}

.featuredposts_content2 .fpost2 .read2 {background: url(img/ico_more.png) no-repeat}
.featuredposts_content2 .fpost2 .docomment2 {background: url(img/ico_comments1.png) no-repeat}
.featuredposts_content2 .fpost2 .read2 {background-position: left 10px}
.featuredposts_content2 .fpost2 .docomment2 {background-position: left 8px}

.featuredposts_content2 .fpost2 .read2 a {color: #333}
.featuredposts_content2 .fpost2 .read2 a:hover {color: #ff6000}
.featuredposts_content2 .fpost2 .docomment2 a {color: #333}
.featuredposts_content2 .fpost2 .docomment2 a:hover {color: #ff6000}

.forLayer3 {position: relative;}
.layerRssList3 {position: absolute; z-index: 10000; left: 20px; bottom: -226px; padding: 15px 5px 5px 5px; background: #fff url(/img/bg-popup.png) repeat-x 0 100%; border: 1px solid #000; font: 16px Arial; white-space: nowrap;}

.layerRssList3 .close {position: absolute; right: 8px; top: 8px; display: block; width: 7px; height: 7px; line-height: 0; font-size: 0; text-indent: -6000px; background: url(/img/i-g.png?2) no-repeat -140px 0;}
.layerRssList3 ul {list-style: none; font-size: 75%; line-height: 1.4em;}
.layerRssList3 ul ul {list-style: none; font-size: 95%; margin-left: 10px;}
.swBlockTwo2 {display: block;width: 135px;float: left;}

#swBlockTwo4 .rubric-item{color:#898d8f;margin:0 ;padding:0;text-decoration:none;border-style:none !important;}
#swBlockTwo4 .active{color: #c30909;font-weight: bold;text-decoration:none;margin:0;padding:0;border-width:0;border-style:none !important;border-color:none;background-color:white;border-radius:none;display:inline-block;}
/* Слайдер на главной Конец */

/* Количество просмотров новости начало */
.mod_latest_hits{
	background:url(img/eye.png) no-repeat left center;
    padding-left:18px;
}
/* Количество просмотров новости конец */

.clear2 {
	margin-top: 7px;
}