/* Template created by CENTROARTS.com | Author: Rumin Sergey | URL: http://centroarts.com */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}

body {
    background: #000 url("../images/background_image.jpg") repeat-x 50% 0px ;
    color: #1f282c;
    word-wrap: break-word;
}

 h1, h2, h3, h4, h5 {
    line-height: normal;
}

h1 {
    font-size: 1.25em;
}

 h2 {
    font-size: 1.2em;
}

 h3 {
    font-size: 1.15em;
}

 h4 {
    font-size: 1.1em;
}

 h5 {
    font-size: 1em;
}

a {
    color: #398dd8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0 none;
}

textarea {
    resize: vertical;
}

input, textarea, select, button, body {
    font: 12px/16px Arial, Helvetica, sans-serif;
}

input, textarea, select, button, a {
    outline: none;
}

p {
    margin-bottom: 15px;
}

hr {
    border: 0 none;
    border-top: 1px solid #dbe8ed;
    height: 1px;
}

ul {
    margin: 0 0 18px 2em;
    list-style: disc outside;
}

ol {
    margin: 0 0 18px 2.1em;
    list-style: decimal;
}
.dark_bg {display:none;width:100%;height: 2000px;background-color: rgba(0,0,0,0.3);overflow:hidden;position:fixed;left:0px;top:0px;z-index:100;}
#dle-vote .vote {margin-bottom:5px;}
.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}
.wrapper {
	width: 1200px;
	margin: 0px auto;
	background-color: #fff;
}

/*----------- Шапка ------------*/

.header {
	max-width: 1200px;
	background-color: #C9D201;
	height:	206px;
	position: relative;
}
.logo {
	padding: 5px 0px 0px 72px;
	float: left;
}
.news_clipart {
	padding: 1px 0px 0px 60px;
	float: left;
}
.head_informers {
	padding-top: 31px;
	padding-right:35px;
	width: 468px;
	float:left;
	padding-left:72px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.head_informers .login_link span.enter_button {
	font-family: tahoma;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: right;
	background: url("../images/enter_icon.png") top right no-repeat;
	height: 20px;
	padding-right: 21px;
	cursor: pointer;
}
.info_table {
	margin-top: 7px;
	border: 1px solid white;
	border-collapse: collapse;
}
.info_table .search_place {
	height: 21px;
	position: relative;
}
.info_table .search_place #story {
	position: absolute;
	left: 0px;
	border: none;
	height: 20px;
	width: 313px;
	padding: 0px 10px;
}
.info_table .search_place #submit_search {
	position: absolute;
	bottom: 1px;
	right: 0px;
	border: none;
	width: 27px;
	color: transparent;
	height: 21px;
	background: url("../images/search_submit.png") no-repeat;
}
.info_table .weather_td {
	font-family: tahoma, arial;
	font-size: 14px;
	vertical-align: top;
	height: 29px;
}
.info_table .weather_td .city_1 {
	padding-top: 5px;
	position: relative;
	margin-top: -1px;
	text-align: left;
	height: 20px;
	float: left;
	width: 179px;
	border-right: 1px solid #fff;
}
.info_table .weather_td .city_1 i {
	position: absolute;
	top: 3px;
	right: 67px;
	margin: 0px 3px;
	height: 20px;
	width: 20px;
	display: block;
}
.info_table .weather_td .city_2 {
	padding-top: 5px;
	position: relative;
	margin-top: -1px;
	float: left;
	text-align: left;
	height: 20px;
	width: 175px;
}
.info_table .weather_td .city_2 i {
	position: absolute;
	top: 3px;
	right: 60px;
	margin: 0px 3px;
	height: 20px;
	width: 20px;
	display: block;
}
.currency_td td {
	padding: 2px 20px 0px 20px;
	height: 25px;
	vertical-align: top;
	font-size: 14px;
	border-right: 1px solid white;
}


.navi {
	position: absolute;
	bottom: 0px;
	height: 24px;
	background-color: #000;
	width: 100%;
}
.navi  ul li a{
	font-size: 16px;
	text-decoration: underline;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 30px;
	line-height: 24px;
	font-family: Tahoma, Arial;
}
.navi  ul li.actual a{
	padding: 0px 0px 0px 30px!important;
}
.navi  ul li.first a{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	display: block;
	margin-top: 1px;
	padding:0px;
}
.navi  ul {
	height: 24px;
}
.navi  ul li {
	display: inline-block;
}
.navi  ul li:hover ul.sub_list {
	display: block;
}
.navi  ul li.first {
	background-color: #9e9fa1;
	width: 220px;
}
.sub_list {display:none;height:auto!important;position:absolute;z-index:9999;background-color:white;padding:10px;margin-left:30px;-webkit-box-shadow: 0px 0px 27px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 27px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 27px 0px rgba(50, 50, 50, 0.75);}
.sub_list li {display:block!important;margin-bottom:5px;}
.sub_list li a {font-size:12px!important;color:black!important;padding:0px!important;line-height:15px!important;text-decoration:none!important;}
.sub_list li a:hover {text-decoration:underline!important;}
.sub_list li:before {
    color: grey; /* Цвет маркера */
    content: "•"; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
   }
.section_video iframe {width:250px;height:160px;}
/*----------- Лента новостей (левая колонка) ------------*/

.left_col {
	padding-left:15px;
	width: 219px;
	float: left;
	height: 1412px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.fixed {
	position: fixed;
	top: 0px;
}
.popular_feed_news {
	display:none;
}
.switсh {
	border-bottom: 1px dashed #C6C7C8;
	padding-left: 25px;
	padding-bottom: 8px;
	margin: 9px 0px 0px 0px;
}
.left_col .news_block {
	padding-top: 9px;
	height: 1305px;
	z-index: 4;
	position: relative;
	overflow:hidden;
}
.switсh li {
	list-style-type: none;
	font-family: tahoma, arial;
	font-size: 12px;
	color: #898A8C;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
.switсh li.active {
	font-weight: bold;
	color: #fff;
	background-color: #B2C918;
	border-radius: 3px;
	padding: 2px 5px;
	text-decoration: none;
}
.left_news {
	margin: 0px;
}
.left_news li {
	list-style-type: none;
	margin-bottom: 10px;
}
.left_news li span {
	color: #898a8c; 
	display: block;
	font-size: 12px;
	font-family: tahoma, arial;
}
.left_news li a {
	color: #000;
	font-size: 12px;
	font-family: tahoma, arial;
	display: block;
}
.left_news li a:hover {
	color: #B2C918;
}
.mCSB_inside > .mCSB_container {
	margin-right: 10px!important;
}
.mCSB_draggerRail, .mCSB_dragger_bar, .mCSB_1_dragger_vertical {
	margin: 0px 0px 0px 14px!important;
}

/* center */

.main_col {
	float: left;
	margin: 9px 15px 0px 15px;
}
.banner_gb1 {
	margin-bottom: 10px;
}
.main_left {
	float: left;
	width: 685px;
	margin-right: 15px;
}
.main_news {
	float: left;
	width: 415px;
	margin-right: 13px;
}
.main_news a.super_main {
	text-decoration: none;
	color: #fff;
	display:none;
}
.main_news a.active {
	display:inline;
}
.main_news a.super_main:hover {
	color: #98BF26;
}
.main_news a.super_main img {
	width: 415px;
	display: block;
}
.main_news a.super_main div {
	background-color: #000;
	height: 62px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 13px;
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma,arial;
	width:415px;
}
.main_slider {
	margin-top: 13px;
}
.main_slider li {
	margin-right: 10px;
	display: inline-block;
}
.main_slider li img{
	display: block;
	-webkit-filter: grayscale(100%); 
}
.main_slider li a.active img{
	display: block;
	-webkit-filter: grayscale(0%); 
}
.exclusive_block {
	float: left;
	position: relative;
	border: 1px solid #C5C6C7;
	height: 359px;
	width: 255px;
}
.exclusive_block .header_text {
	display: block;
	line-height: 25px;
	height: 25px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #5D5E60;
}
.exclusive_block .news_scroll {
	height: 319px;
	margin-top: 5px;
	margin-right: 5px;
	overflow:hidden;
}
.exclusive_block .news_scroll ul li i {
	display: block;
	float: left;
	background-color: #D9DADB;
	width: 7px;
	height: 7px;
	margin: 5px 9px 0px 9px;
}
.exclusive_block .news_scroll ul li a {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	line-height: 14px;
	float: left;
	width: 215px;
	display: block;
	font-size: 12px;
	font-family: tahoma;
	color: #000;
}
.exclusive_block .news_scroll ul li a:hover {
	color: #98BF26;
}
.exclusive_block .grey_line {
	position: absolute;
	bottom: 0px;
	width: 255px;
	height: 5px;
	background-color: #ECECED;
}
	.audio_block .news_scroll ul li i {
	display: block;
	float: left;
	background: url(../images/audio_icon.png) no-repeat;
	width: 15px;
	height: 15px;
	margin: 1px 7px 0px 5px;
}
.audio_block .news_scroll ul li a {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	line-height: 14px;
	float: left;
	width: 205px;
	display: block;
	font-size: 12px;
	font-family: tahoma;
	color: #000;
}
.audio_block .news_scroll ul li a:hover {
	color: #98BF26;
}		
.photo_block {
	margin-top: 10px;
	float: left;
	width: 335px;
}
.photo_block .title_block {
	display: block;
	padding-bottom: 5px;
	width: 335px;
	border-bottom: 3px solid #000;
	font-size: 18px;
	font-family: tahoma,arial;
	font-weight: bold;
	color:black;
}
.photo_block .photo_box {
	border: 1px solid #C6C7C8;
	border-top: none;
	padding: 10px 15px;
}
.photo_block .photo_box .big_pic {
	margin-bottom: 10px;
	position: relative;
	clear: left;
}
.photo_block .photo_box .big_pic img {
	width: 303px;
}
.photo_block .photo_box .big_pic a {
	width: 303px; 
	height: 170px;
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-family: tahoma,arial;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 10px 12px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.photo_block .photo_box .big_pic a:hover {
	text-decoration: none;
}
.photo_block .photo_box .small_pic {
	position: relative;
	width: 146px;
	float: left;
	margin-bottom: 10px;
}
.photo_block .photo_box .small_pic img {
	width: 146px;
}
.photo_block .photo_box .small_pic a {
	width: 146px; 
	height: 82px;
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 11px;
	font-family: tahoma,arial;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 5px 6px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.photo_block .all_link {
	border-bottom: 1px solid #737476;
	color: #737476;
	font-family: tahoma,arial;
	font-size: 12px;
}
.photo_block a.all_link:hover {
	border-bottom: 1px solid #98BF26;
	text-decoration: none;
	color: #98BF26;
}
.video_block {
	float: left;
	width: 335px;
	margin-top: 10px;
	margin-right: 15px;
}
.video_block .title_block{
	display: block;
	width: 335px;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
	font-size: 18px;
	font-family: tahoma,arial;
	font-weight: bold;
	color:black;
}
.video_block .big_video{
	position: relative;
	margin-top: 10px;
	width: 335px;
	height: 170px;
	overflow: hidden;
	margin-bottom: 8px;
}
.video_block .big_video a {
	background: url('../images/video_news.png') 10px 50% no-repeat rgba(0, 0, 0, 0.5);
	line-height: 14px;
	padding: 3px 5px 5px 30px;
	min-height: 20px;
	font-family: tahoma,arial;
	font-size: 12px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
}
.video_block .video_item {
	border-right: 3px solid #D9DADB; 
	padding-bottom: 10px;
	padding-right: 5px;
	overflow:hidden;
	height: 81px;
}
.video_block .video_item:hover {
	border-right: 3px solid #5D5E60; 
}
.video_block .video_item .text_place {
	height:81px;
	overflow:hidden;
}
.video_block .video_item .img_place {
	float: left;
	width: 120px;
	height: 79px;
	margin-top: 2px;
	margin-right: 10px;
	overflow: hidden;
	position:relative;
}
.video_block .video_item .img_place img {
	margin-left: -13px;
	width: 146px;
}
.video_block .video_item .img_place i {
	background: url('../images/video_icon_mini.png') 10px 50% no-repeat rgba(0, 0, 0, 0.5);
	line-height: 14px;
	height: 17px;
	width: 146px;
	font-family: tahoma,arial;
	font-size: 12px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
}
.video_block .video_item .text_place a {
	font-family: tahoma,arial;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}
.video_block .video_item .text_place span {
	display: block;
	line-height: 13px;
	font-size: 11px;
	font-family: tahoma;
	color: #2D2C2C;
}
.video_block a.all_link {
	float: right;
	margin-right: 10px;
	color: #737476;
	font-family: tahoma,arial;
	font-size: 12px;
	border-bottom: 1px solid #737476;
}
.video_block a.all_link:hover {
	border-bottom: 1px solid #98BF26;
	text-decoration: none;
	color: #98BF26;
}
.video_block .green_line {
	margin-top: 4px;
	height: 7px;
	width: 100%;
	background-color: #C9D201;
}
.news_blocks {
	margin-bottom: 30px;
	margin-top: 15px;
	border: 1px solid #C6C7C8;
	border-top: none;
}
.news_blocks .column_news {
	width: 228px;
	float: left;
}
.news_blocks .column_news .column_title {
	display: block;
	background-color: #C9D201;
	height: 30px;
	line-height: 30px;
	font-family: tahoma,arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}
.news_blocks .column_news .column_title:hover {
	text-decoration: underline;
}
.news_blocks .column_news .column_content {
	padding: 5px 4px;
	border-right: 1px dashed #C5C6C7;
}
.news_blocks .column_news .column_content .news_with_photo {
	display: block;
	margin-bottom: 10px;
}
.news_blocks .column_news .column_content .news_with_photo:hover div{
	color: #98BF26;
}
.news_blocks .column_news .column_content .news_with_photo:hover{
	text-decoration: none;
}
.news_blocks .column_news .column_content .news_with_photo img {
	width: 220px;
}
.news_blocks .column_news .column_content .news_with_photo div {
	padding-top: 10px;
	margin: 0px 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #C5C6C7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma,arial;
}
.news_blocks .column_news .column_content ul li i {
	display: block;
	float: left;
	background-color: #D9DADB;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	margin: 5px 9px 0px 9px;
}
.news_blocks .column_news .column_content ul li a {
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 14px;
	float: left;
	width: 190px;
	display: block;
	font-size: 12px;
	font-family: tahoma;
	color: #000;
}
/* FOOTER */
.footer {
	position: relative;
	z-index: 2;
	margin: 0px 15px;
	background-color: #ECECED;
	height: 170px;
}
.footer .black_line {
	height: 3px;
	position: relative;
	z-index: 4;
	background-color: #000;
}
.footer .footer_logo {
	width: 205px;
	height: 150px;
	float: left;
}
.footer .footer_logo img {
	position: absolute;
	z-index: 3;
	left: 20px;
	top: -45px;
}
.footer .footer_col1 {
	float: left;
	padding-top: 15px;
	margin-left: 20px;
	width: 240px;
}
.footer .footer_col1 span {
	font-size: 12px;
	color: #000;
}
.footer .footer_col1 a {
	margin-top: 5px;
	display: block;
	font-family: tahoma,arial;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.footer .footer_col2 {
	float: left;
	padding-top: 15px;
	margin-left: 30px;
	width: 240px;
}
.footer .footer_col2 span {
	line-height: 15px;
	font-size: 12px;
	color: #000;
}
.footer .footer_col2 a {
	font-size: 12px;
	color: #98BF26;
	font-weight: bold;
	text-decoration: underline;
}
.footer .footer_col3 {
	float: left;
	padding-top: 15px;
	margin-left: 30px;
	width: 380px;
}
.footer .footer_col3 span {
	line-height: 15px;
	font-size: 12px;
	color: #000;
}
.footer .footer_col3 input.subscribe_field {
	width: 280px;
	margin: 5px 0px;
	height: 20px;
	border: 1px solid #D9DADB;
	line-height: 20px;
	font-family: tahoma,arial;
	font-size: 12px;
	color: #C6C7C8;
	padding-left: 15px;
}
.footer .footer_col3 input.subscribe_submit {
	cursor: pointer;
	border: none;
	margin-left: -25px;
	width: 17px;
	height: 13px;
	background: url('../images/letter_icon.png') center center no-repeat;
}
.footer .footer_col3 .counters {
	margin-top: 40px;
}
.footer .footer_col3 .counters div {
	float: left;
	margin-right: 15px;
}
/*************** EXTRA NEWS PLACE FOR 1000px *******************/
.center_news_feed {margin-top:7px;display:none;}
.center_news_feed .header_switches {background-color:#D9DADB;height:24px;padding:0px 26px 0px 15px}
.center_news_feed .header_switches span {line-height:24px;font-size:14px;font-family:tahoma,arial;font-weight:bold;}
.last_feed_news_c {margin-top:10px;}
.col_n1 {border-right:1px dashed #C6C7C8;width:332px;display:table-cell;padding-right:10px;}
.col_n1 a {width:331px;}
.col_n2 {display:table-cell;padding-left:10px;width:332px;}
.col_n2 ul a {width:331px;}
.col_n2 a.all_clink {text-align:right;display:block;font-size:12px;font-family:tahoma,arial;color:#737476;text-decoration:underline;}
.grey_line_c {background-color:#ECECED;height:6px;width:685px;margin-top:10px;}
.switсh_center {
	float: right;
	margin-top: 2px;
}
.switсh_center li {
	list-style-type: none;
	font-family: tahoma, arial;
	font-size: 12px;
	color: #898A8C;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
.switсh_center li.active {
	font-weight: bold;
	color: #fff;
	background-color: #B2C918;
	border-radius: 3px;
	padding: 2px 5px;
	text-decoration: none;
}
.maincont iframe {width:643px;height:350px}
/********** LOGIN BOX **************/
.login_popup_box {display:none;width:410px;height:305px;position:fixed;top:50%;left:50%;background-color:#f5f5f6;margin-top:-205px;margin-left:-177px;z-index:101;}
.login_box_title {padding:0px 25px;height:50px;background-color:#000;}
.login_box_title span {font-size:16px;font-weight:bold;color:#fff;line-height:50px;}
.login_box_title a {float:right;font-size:14px;color:#C9D201;line-height:50px;}
.lfield {font-size:14px;font-family:tahoma,arial;margin-bottom:10px!important;}
.lfield label {display:inline-block;width:52px;}
.lfield input#login_name {padding-left:10px;width:290px;margin-left:10px;height:30px;border:1px solid #9E9FA1; font-size:14px;line-height:20px;font-family:tahoma,arial;}
.lfield input#login_password {padding-left:10px;width:290px;margin-left:10px;height:30px;border:1px solid #9E9FA1; font-size:14px;line-height:20px;font-family:tahoma,arial;}
.lbtn .fbutton {height:30px;padding:0px 20px;margin:0px;}
#logform ul li {margin-bottom:5px;}
/******************* FOR 1000px ***********************/
@media (max-width: 1200px) {
		.wrapper { width: 1000px; }
		.logo { padding: 5px 0px 0px 22px; }
		.news_clipart { padding: 1px 0px 0px 0px; }
		.head_informers { width: 370px; }
		.head_informers { padding: 31px 5px 0px 2px; }
		.left_col { display: none; }
		.navi ul li.first { display: none; }
		.main_col { margin: 9px 25px 0px 25px; }
		.footer .footer_logo { display: none; }
		.footer {  margin: 0px 25px; }
		.center_news_feed {display:block;}
}
/* BX-SLIDER INFOGRAPH */
.info_slider .bx-prev {background:url('../images/infograph_left_arrow.png') no-repeat;width:22px;height:32px;position:absolute;left:0px;top:50%;margin-top:-16px;}
.info_slider .bx-next {background:url('../images/infograph_right_arrow.png') no-repeat;width:22px;height:32px;position:absolute;right:0px;top:50%;margin-top:-16px;}
.info_slider .bx-pager {height:7px;margin-top:5px;text-align:center;}
.info_slider .bx-pager .bx-pager-link {display:inline-block;width:7px;height:7px;margin-right:5px;background-color:#D9DADB;}
.info_slider .bx-pager .active {background-color:#C9D201;}

.stream_slider ul {margin:0px!important;}
.stream_slider ul li a span{display:block;position:absolute;bottom:0px;left:0px;width:230px;padding:5px 10px 8px 10px;color:#fff;font-size:12px;font-family:tahoma,arial;font-weight:bold;background-color: rgba(0,0,0,0.5);}
.stream_slider .bx-prev {background:url('../images/stream_left_arrow.png') no-repeat;width:13px;height:18px;position:absolute;left:0px;top:50%;margin-top:-9px;}
.stream_slider .bx-next {background:url('../images/stream_right_arrow.png') no-repeat;width:13px;height:18px;position:absolute;right:0px;top:50%;margin-top:-9px;}
.stream_slider .bx-pager {display:none;}

.base_shortstory {margin-bottom:5px;border-bottom:1px dashed #C6C7C8;padding-bottom:5px;}
.short_item {color:#898A8C}
.short_item a {font-size:12px;color:black;line-heght:15px;}
.short_item a:hover {color:#B2C918;text-decoration:underline;}
.b-top {z-index:2600;position:fixed;left:0;bottom:90px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:#fff;border:1px solid white;background:black url(../images/b-j-top.png) no-repeat 50% 11px;border-radius:7px;}
.navigation a {font-family:tahoma,arial;font-size:12px;color:black;margin:0px 3px;}
.navigation span {display:inline-block;background:url(../images/nav_active.png) top center no-repeat;padding-top:8px;margin:0px 3px;}
.navigation span.nav_ext {display:inline-block;background:none;}
.navigation {float:left;margin:-10px 10px 0px 10px}
.pprev {float:left;display:block;width:9px;height:9px;background:url(../images/nav_left.png) no-repeat;}
.pnext {float:left;display:block;width:9px;height:9px;background:url(../images/nav_right.png) no-repeat;}

#calendar-layer {position:relative;background-color:#d9dadb}
#calendar-layer .monthlink {font-size:12px;font-family:tahoma,arial;font-weight:bold;}
#calendar-layer  {font-size:12px!important;}

#calendar {border-spacing: 5px;}
#calendar td.day, #calendar td.weekday, #calendar td.day-active-v, #calendar td.day-active {background-color:#F1F2F2}
#calendar th.workday, #calendar th.weekday {background:none;}
#calendar td a {color:black;text-decoration:none;}
#calendar td a:hover {text-decoration:underline;}
#calendar td {color:grey;font-weight:normal!important;}
#calendar  td.day-current {background-color:#E21D2C;color:white;}
#calendar  td.weekday {color:#E21D2C;}
#calendar  .monthselect {line-height:18px;}
#calendar th.weekday  {color:#E21D2C;}
#calendar  td a.day-active {color:#E21D2C;}
#calendar  td.day-current a {color:white!important;font-weight:normal!important;}
.left_cal_arrow {display:block;background:url(../images/cal_arrows.png) 0px 0px  no-repeat;width:12px;height:18px;position:absolute;left:0px;top:10px;}
.right_cal_arrow {display:block;background:url(../images/cal_arrows.png) 0px -18px  no-repeat;width:12px;height:18px;position:absolute;right:0px;top:10px;}

/*** RADIOTOCHKA ***/
.main_pic_old {background-repeat: no-repeat;margin-bottom:15px;width:643px;height:361px;-moz-background-size: 100%;-webkit-background-size: 100%;-o-background-size: 100%;background-size: 100%;}

.fullstory .dpad {margin-bottom:15px;}
.fullstory h1 {margin-bottom:15px;font-size:24px;font-weight:bold;font-family:tahoma,arial;line-height:27px;}
.fullstory .bhinfo {padding-bottom:3px;margin-bottom:15px;font-size:12px;font-family:arial;border-bottom:1px dashed #C6C7C8;}
.maincont {font-size:13px;font-family:arial;line-height:15px;color:black;}
.maincont p {font-size:13px;font-family:arial;line-height:15px;color:black;}
.maincont div {font-size:13px;font-family:arial;line-height:15px;color:black;}
.maincont span {font-size:13px;font-family:arial;line-height:15px;color:black;}
.maincont b {font-size:13px;font-family:arial;line-height:15px;color:black;}
.maincont a {font-size:13px;font-family:arial;line-height:15px;color:#B2C918;text-decoration:underline;}
.related .dtop {font-size:18px;font-weight:bold;font-family:tahoma,arial;border-bottom:1px solid black;padding-bottom:5px;margin-bottom:10px;}
.related ul li a {color:black;display:block;margin-bottom:3px;font-size:13px;font-family:arial;}
.related ul li a:hover {color:#B2C918;text-decoration:underline;}
.related ul li {list-style-type:disc;margin-left:15px;}
.share42init {float:right}
.pheading h2 {font-size:18px;font-family:tahoma;border-bottom:4px solid black;font-weight:normal;margin-bottom:10px;padding-bottom:5px;}
.source_link a {color:#B2C918;text-decoration:underline;}

.popular_feed_news_c {margin-top:15px;}
.popular_feed_news_c li {
	list-style-type: none;
	margin-bottom: 10px;
}
.popular_feed_news_c li span {
	color: #898a8c; 
	display: block;
	float:left;
	margin-right:10px;
	font-size: 12px;
	font-family: tahoma, arial;
}
.popular_feed_news_c li a {
	color: #000;
	font-size: 12px;
	font-family: tahoma, arial;
	display: block;
}
.popular_feed_news_c li a:hover {
	color: #B2C918;
}