/* -- undo browser defaults -- */
:link,:visited {text-decoration: none;}
/*
ul,ol {list-style: none;}
*/
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

html{
	margin-top: 0 !important;
}



body {
	font-size: 67.5%;
	font-family:  Arial;
	color: #333;
	margin: 0 0 0 0 !important;
}

#wrapper-body{
    width: 100%;
    /*background: url("http://openx.eoil.ru/www/delivery/avw.php?zoneid=63&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a6fca61e&amp;ct0=INSERT_CLICKURL_HERE") center top no-repeat;*/
    height: 100%;
    float: left;
}

.top_gradient{
	width: 100%;
	padding-top: 28px;
	background: url(../images/site/header_bgr_new.png) top repeat-x;
	background-size: contain;
}

a:link, a:visited { color: #9D834B; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	text-decoration: underline;
	color: #9D834B;
	}
#wrapper{
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#wrapper_bottom{
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#content{
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
    margin-top: 14px;
	}

#content_inner{
	position: relative;
	float: left;
	width: 650px;
	padding: 0px 50px 30px 0px;
	border: 0px none;
	padding-top: 6px;
	}

#sidebar_inner {
	position: relative;
	float: right;
	width: 260px;
	padding: 0 0 20px 10px;
	margin-left:0px;
	border: 0px none;
}


#new_footer {
	width: 100%;
	float: left;
	background-color: #f1f1f1;
	background: url(../images/site/footer_bgr.png) repeat-x;
}

.footer_line_top{
	width: 100%;
	border-bottom: 1px solid #b08609;

}
.footer_line_bottom{
	width: 100%;
	border-top: 1px solid #e3b93c;
}


.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#header {
	/*height: 160px;*/
	/*padding-top: 25px;*/
}

#header_image{
	position: relative;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 120px;
	background: url(../images/site/logo.png) 20px center no-repeat;
	border: 0px none;
	overflow: hidden;
}

#header_other{
	position: relative;
	left: 0px;
	top: 0px;
	height:80px;
	width: 850px;
	overflow: hidden;
}

.autorization{
	cursor: pointer;
	position: relative;
	font-size: 11px;
	font-family: Arial;
    margin-top: 5px;
	float: right;
	height: 19px;
	width: 57px;
	padding-top: 3px;
	color: #FFFFFF;
	background: url(../images/site/vhod.png) no-repeat;
}

.autorization a:visited,.autorization a:link{
	color:#ffffff;
	text-decoration: none;
	margin-right: 0px;
}

.autorization a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.header_nav{
	position:relative;
	float: left;
	width: 550px;
	position: relative;
	height: 50px;
	margin: 0;
}
.header_nav_fio{
	color: #FEFEFE;
	font-weight: bold;
	font-size: 1.8em;
	text-align: left;
	margin-top: 20px;
}
#nav {
	float: left;
	clear: both;
	font-size: 11px;
	width: 100%;
	line-height: 11px;
	}


#nav li.menu-item a{
    text-decoration: none;
	font-size: 12px;
}

#nav li.current-menu-item a{
	color: #E0AC0C !important;
	text-decoration: none;
	font-weight: bold;
}

#nav .menu-item a:hover{
    color: #E0AC0C !important;
}



#nav_footer {
	float: left;
	clear: both;
	font-size: 11px;
	font-family: "Arial";
	width: 100%;
	line-height: 11px;
	margin-top: 10px;
}

#nav_other {
	position: relative;
	float: left;
	clear: left;
	font-size: 11px;
	font-family: Arial;
	width: 750px;
	height: 26px;
}

.table_nav_other a:link,.table_nav_other a:visited{
	color: #000000;
	text-decoration: none;
}

.table_nav_other tr td{
	height: 30px;
}

.table_nav_other a:hover {
	color: #ffffff;
	text-decoration: none;
}

.table_current_page_item{
  	background: url(../images/site/nav_choose.png) bottom center no-repeat;
	width: 149px;
}

.table_current_page_item a:link,.table_current_page_item a:visited{
	font-weight: bold;
	color: white;
}

.tags {
	font-style: italic;
	}
.entry-main {
font-family: Arial;
}

.entry-main a:hover{
	color: black;
	text-decoration: none;
}

.main_over_image{
	padding: 5px 0px 5px 0px;
}

.main_over_image a:link, .main_over_image a:visited, .main_over_image a:hover{
	color: #000;
	font-size:  1.5em;
	font-weight: bold;
	text-decoration: none;
}


.entry { font-size: 1.2em;
font-family: Arial;
line-height: 1.3em;
}
.entry p { margin-bottom: 0px; }
code {
  padding: 3px;
  background: #E9EBD9;
  color: #000;
  font-family: "Courier New", Courier, monospace;
  }
blockquote {
	float: left;
	width: 200px;
	padding: 15px;
	margin: 10px 10px 0 0;
	background: #eaeaea;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
}

.entry ul {
	margin: 0 0 10px 10px;
}

h1.pagetitle_inner, h2.pagetitle_inner {
	overflow: hidden;
	margin-bottom: 1px;
	background-color: #c48908;
	width: 100%;
}



.all_link_other_bgr{
	background-color: white;
}

.comment-number {
	display: block;
	font-size: 1.3em;
	padding: 10px 0 10px 0px;
	position: relative;
	clear: left;
	}
.comment-number span {
	font-family: Arial;
	font-size: 24px;
	color: black;
	}
#comments {
	padding-left: 15px;
	}
div.c-single {
	padding-top: 20px;
	position: relative;
	width: 100%;
}
div.c-grav{
	float: left;
	width: 25px;
	height: 20px;
    overflow: hidden;
	margin: 0;
	text-align: left;
	}
div.c-body{
	position: relative;
	margin-left: 30px;
}

.c-date{
  color: #999999;
  font-size: 1em;
  font-family: Arial;
  text-transform: lowercase;
  padding-left: 10px;
}

.c-time{
  color: #999999;
  font-size: 1em;
  font-family: Arial;
  text-transform: lowercase;
}

.c-left{
  text-transform: lowercase;
}

.c-left a:link, .c-left a:visited, .c-left a:hover{
	text-decoration: none;
	color: #999999 !important;
  	font-size: 1.273em;
  	font-family: Arial;
  	border-bottom: 1px dashed #999999 !important;
}

.c-top a:link, .c-top a:visited, .c-top a:hover{
	text-decoration: none;
	color: #ce950a !important;
  	font-size: 1.273em;
  	font-family: Arial;
  	border-bottom: 1px dashed #ce950a !important;
  	padding-bottom: 2px;
}

.c_author{
	position: relative;
}

.c_author a:link, .c_author a:visited{
  	font-size: 1.273em;
  	font-family: Arial;
	color: #ce950a;;
	text-decoration: none;
	border-bottom: 1px dashed #ce950a;
	}

.c-text{
	position: relative;
	width: 100%;
	float:left;
	clear: left;
}

.c-text p{
	font-size: 1.2em;
}

.comment_delim{
	border-top: 1px solid #ce950a;
	width: 100%;
	height: 2px;
	margin: 0 0 0 0;
}

form#commentform { float:left; clear: left;width: 100%;}
#respond{
	padding: 20px 0 10px 0;
}
form#commentform input:focus, form#commentform textarea:focus { background: #fff; }
form#commentform input#submit {
  padding: 0px;
  width: 170px;
}
p.subscribe-to-comments, p.comments-rss{ margin: 0 0 10px 0; }
.entry .alignleft img, .entry .alignright img, .entry .aligncenter img { border: 1px solid #ddd; }
.noborder { border: none; }

.c_b{
	background-color: #3f3f3f;
	background-repeat: repeat;
}

.comentary{
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
}

.comentary li{
	padding-left: 5px;
	padding-bottom: 5px;
}

.effir_body{
	background-image: url(../images/new/grad.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: 	#3f3f3f;

	width: 235px;
	min-height: 308px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.post{
 font-family:Arial;
 font-weight: normal;
 clear: both;
 padding-top: 10px;
 padding-bottom: 20px;
	width: 100%;
}

.other_url{
	font-size: 0.5em;
	color: #1588B2;
	text-decoration: none;
}

.header_text{
	margin-top: 18px;
	font-size: 20px;
	line-height: 24px;
	font-family: Arial;
	color: #5a3800;
}


.tags{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}


#wp-calendar{
	font-family: Arial;
}

.wp-caption{
padding-bottom: 10px;
}

.my_widget_teme{
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.my_widget_teme a:link, .my_widget_teme a:visited, .my_widget_teme a:hover{
	color: #366e88;
}

.my_widget_teme_zag{
	font-family: Arial;
	font-size: 1.909em;
	margin-bottom: 10px;
	background-color: #fdbb16;
	color: black;
	height: 25px;
	padding-left: 10px;
}

a.my_widget_teme_a:link, a.my_widget_teme_a:visited{
	font-size: 1.3em;
	color: #795709;
}

a.my_widget_teme_a_imp:link, a.my_widget_teme_a_imp:visited{
	font-size: 1.3em;
	color: #8c2b12;
}

.my_conference_anons{
	font-family: Arial;
	font-size: 20px;
	color: #1588B2;
	font-weight: normal;
}

.single_tags{
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	position: relative;
	color: black;
}

.single_tags a:link, .single_tags a:visited{
	padding-right:0px;
	color: #5681a1;
}

.single_entry{
	padding-top:0px;
	text-align: justify;
}

.single_entry img.size-full{
	max-width: 100% !important;
}

.single_entry ol, .single_entry ul{
	display: inline-block;
	margin-left: 15px;
}



.comment_avatar{
	width: 40px;
	float: left;
}

.answer_comment a{
	font-family: Arial;
	font-size: 11px;
	color: #ce950a;
	text-decoration: none;
	border-bottom: 1px dashed #ce950a;
}

.interview_new_tema{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background-color: #f9f3e6;
	padding: 15px 0px 30px 0px;
}

.anons_expert{
	font-size: 1.7em;
	color: black;
}

.anons_text{
	font-size: 0.9em;
	color: #787878;
}

.anons_button{
	font-size: 1.7em;
	color: black;
	width: 150px;
}


.my_rubrik{
	padding: 0 0 0 0;
	color: #ffffff;
	background-color: #CE950A;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.my_rubrik a:visited, .my_rubrik a:link{
	color: #fff !important;
}

.my_rubrik_left{
	background-image: url(../images/new/rubrik_left.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.my_rubrik_right{
	background-image: url(../images/new/rubrik_right.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.my_rubrik_one_left{
	background-image: url(../images/new/rubrik_one_left.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-left: 5px;
	font-size: 11px;
}

.my_rubrik_one_right{
	background-image: url(../images/new/rubrik_one_right.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-right: 0px;
	font-size: 11px;
}

.my_rubrik_imp{
	padding: 0 0 0 0;
	color: #ffffff;
	background-color: #851c00;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.my_rubrik_imp a:visited, .my_rubrik_imp a:link{
	color: #fff !important;
}

.my_rubrik_imp_left{
	background-image: url(../images/new/rubrik_imp_left.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.my_rubrik_imp_right{
	background-image: url(../images/new/rubrik_imp_right.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.comment_pages{
	padding: 0 0 0 0;
	color: #ffffff;
	background-color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.comment_pages a:link, .comment_pages a:visited, .comment_pages a:hover{
	text-decoration: none;
	color: #ffffff;
}

.comment_pages_left{
	background-image: url(../images/new/comment_pages_left.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-left: 0px;
}

.comment_pages_right{
	background-image: url(../images/new/comment_pages_right.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-right: 5px;
}

.main_time{
	color:#000000;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.post_imp_content{
	padding-left: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: black;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.big_image{
	width: 240px;
	height: 150px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

.post_time_over_image{
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	height: 24px;
	top: 0px;
	left: 0px;
}

.post_time_over_image{
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	position: relative;
	height: 24px;
	top: 0px;
	left: 0px;
}

.post_title{
	margin: 3px 0 0;
	font-size: 1.636em !important;
}

.post_title a:link, .post_title a:visited{
	color: #9d834b;
}

.post_title_important{
	margin: 3px 0 0;
	font-size: 1.636em !important;
}

.post_title_important a:link, .post_title_important a:visited{
	color: #851c00;
}

.post_content{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #626262;
}

.single_meta{
	float: left;
	position: relative;
	width: 100%;
	clear: both;
	color: #c2cddf;
	margin-top: 10px;
}

.meta_other{
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	right: 0px;
	bottom: 0px;
}

.meta_other a:link,.meta_other a:visited,.meta_other a:hover{
	text-decoration: underline;
	color: black;
}

.comment_bgr{
	float: left;
	position: relative;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.widget_teme_time{
	color: #000;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}

.send_message_text{
	color: #6d6d6d;
}

.send_message_text_fio{
	color: #5681a1;
	font-size: 1.091em;
}

.experts_fio{
	font-weight: bold;
	font-size: 18px;
	color: black;
}


.experts_dolgnost{
	padding-left: 10px;
	color: #4c4c4c;
	font-style: italic;
	font-size: 12px;
}

.experts_name{
	font-size: 12px;
	font-weight: bold;
}

.experts_dolgnost_single{
	margin: 5px 0 0;
	font-size: 12px;
}

.experts_title{
}

.experts_title a:link,.experts_title a:visited{
color: #366e88;
}

.experts_title a:hover{
	color: black;
}

.experts_views{
	padding: 0 5px;
	background-color: #848484;
	color: white;
}

.experts_views_single{
	padding: 0 5px;
	background-color: #157913;
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
}

.experts_views_most{
	padding: 0 5px;
	background-color: #157913;
	color: white;
}

.experts_nav{
}

.experts_nav a:link,.experts_nav a:visited{
	color: #366e88;
	text-decoration: none;
	padding: 0 3px;
}

.experts_nav a.abc:hover{
	background-color: #366e88;
	color: white;
}

.experts_nav a.reit:hover{
	background-color: #157913;
	color: white;
}


.experts_sort_abc{
	background-color: #366e88;
	color: white;
	padding: 0 3px;
}


.experts_sort_reit{
	background-color: #157913;
	color: white;
	padding: 0 3px;
}

.expert_feed{
	padding: 5px 0 5px 0;
	font-size: 14px;
}

.expert_feed a{
	color:#745204;
}

.expert_feed_question{
	padding: 5px 0 5px 0;
}

.expert_feed_question a{

}

.expert_feed_question a{
	color:#CE950A;
	text-decoration: none;
}

.expert_rubrik{
	padding: 0 5px 0 5px;
	color: #000;
	background-color: #CE950A;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.event_rubrik{
	padding: 0 5px 0 5px;
	color: white;
	background-color: #AD30AD;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.event_feed{
	padding: 0 0 5px 0;
	font-size: 1.636em;
}

.event_feed a{
	color:#366e88;
}

.event_place{
	font-size: 1.3em;
}

.event_place a:link,.event_place a:visited{
	color: black;
}

.event_place_single{
	font-size: 1.3em;
	color: black !important;
}

.event_place_single a:link,.event_place_single a:visited{
	color: black !important;
}

.question_expert_name{
	font-size: 1.455em;
	color: black;
	font-weight: bold;
}

.question_feed{
	padding: 0 0 5px 0;
	color: black;
}

.question_feed a{
	font-size: 1.455em;
	color:#366e88;
	font-weight: bold;
}

.question_q{
	font-size: 1.273em;
}

.question_author_feed{
	padding-top: 10px;
	font-size: 1.182em;
	color:#366e88;
}

.question_feed_q{
	color: black;
	font-size: 1.182em;
}

.question_feed_q_grey{
	color: #666666;
	font-size: 1.182em;
}

.question_body{
	margin-top: 10px;
	color: black;
	font-size: 1.182em;
	background-color: #f2f2f2;
}

.question_more{
}

.question_more a:link,.question_more a:visited{
	color: #CE950A;
}

.question_main_dolgnost{
	padding-top: 10px;
	font-size: 1.2em;
	color: #FFFFFF;
}

.main_question_fam{
	font-size: 1.9em;
}

.main_question_name{
	font-size: 1.6em;
}

.main_question_fam_small{
	font-size: 1.6em;
}

.main_question_name_small{
	font-size: 1.3em;
}

.question_main_post{
	position: relative;
}

.question_main_image{
	float: left;
}

.question_main_body{
	background-color: #292929;
	padding-left: 15px;
}

.question_main_body_grey{
	background-color: #666666;
	padding-left: 15px;
}

.question_main_body_grey a:link,.question_main_body_grey a:visited{
	color: #FFFFFF;
}


.question_main_body a:link,.question_main_body a:visited{
	color: #FFFFFF;
}

.question_main_comments{
	background-color: #5c5c5c;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 1px 2px 1px 2px;
}

.question_main_comments a:link,.question_main_comments a:visited{
	color: #FFFFFF;
}

.header_find{
	position: absolute;
	overflow: hidden;
	width: 150px;
	height: 22px;
	right: 0px;
	top:0px;
	background-image: url(../images/new/region_find.png);
	background-repeat: no-repeat;
}
.find_input{
	margin-left: 3px;
	margin-top: 2px;
	position: relative;
	float: left;
	width: 130px;
	height:18px;
	font-size: 11px;
	border: 0px none;
}

.find_button{
	background-image: url(../images/new/find_button.png);
	width: 17px;
	height: 20px;
	background-repeat: no-repeat;
	float: right;
	background-position: center center;
	cursor: pointer;
}

.login{
	padding: 2px 3px 2px 3px;
}

.header_bottom{
	float: left;
	clear: both;
	width: 850px;
	position: relative;
}

.comment_author{
	font-size:  1.273em;
	font-weight: normal;
	color: #366e88;
}

.comment_author a:link, .comment_author:visited{
	text-decoration: none;
	cursor: default;
}

.all_comment_content{
	font-size: 1.2em;
	color: #000000;
}

.one_commenter{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 40px;
	margin-left: 15px;
}

.top_comm{
	float: left;
	clear: both;
	font-size: 1.636em;
	color: black;
	margin: 10px 0 25px 15px;
}

.comm_fio{
	font-size: 1.182em;
	color: #366e88;
	font-weight: bold;
}
.comm_name{
	font-size: 1em;
	color: #366e88;
}

.commenter_count{
	font-size: 0.909em;
	color: black;
	float: left;
	clear: left;
}

.comment-body{
	margin-left: 55px;
}

.home_all_comments{
	margin-top: 10px;
	margin-left: 50px;
	padding-bottom: 0px;
}

.home_all_comments a:link, .home_all_comments a:visited{
	color: #ffb201;
	text-decoration: underline;
}

.home_all_comments a:hover{
	color: white;
	text-decoration: underline;
}

.comment_time{
	font-family: Arial;
	font-size: 1.182em;
}

.comment_time a:link,.comment_time a:visited{
	color: #5c5c5c;
	text-decoration: none;
	border-bottom: 1px dashed #5c5c5c;
}

.comment_title{
	padding: 10px 0 15px 0;
	margin-left: 55px;
	font-size: 1.091em;
}

.comment_title a{
	color:#745204;
	text-decoration: underline;
}

.user_popup_hide{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 0px;
	display: none;
	z-index: 10;
}

.user_popup_hide table{
	margin-left: 25px;
	margin-top: 20px;
}

.user_popup_show{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 330px;
	height: 176px;
	background-image: url(../images/user_popup1.png);
	background-repeat: no-repeat;
	display: block;
	z-index: 10;
}

.user_popup_show table{
	margin-left: 25px;
	margin-top: 20px;
}

.pop_fam{
	font-size: 1.6em;
}

.pop_name{
	font-size: 1.3em;
	color: #666666;
}

div.pop_avatar{
	margin-left: 5px;
	float: left;
	width: 65px;
	height: 65px;
	margin: 0;
	text-align: left;
	}
div.pop_body{
	position: relative;
	margin-left: 10px;
	}

.pop_dolgn{
	margin-top: 10px;
	font-size: 1.1em;
	color: #666666;
}

.pop_org{
	margin-top: 3px;
	font-size: 1.2em;
	color: #5681a1;
}

.pop_tel{
	margin-top: 10px;
	font-size: 1em;
	color: black;
}

.pop_email{
	font-size: 1em;
	color: black;
}

.pop_email a:link, .pop_email a:visited{
	text-decoration: none;
	color: #5681a1;
}

.pop_noauth{
	padding-top: 15px;
	font-size: 1.1em;
	color: #adadad;
}

.pop_noauth a:link,.pop_noauth a:visited{
	color: #5681a1;
	text-decoration: underline;
}

.new_question_button{
	background-color: #ececec;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0;
}

.nav_experts_events{
	font-family: Arial;
}

.nav_experts_events .title{
	font-size:17px;
}

.nav_experts_events .item{
	padding: 0 10px;
	font-size: 12px;
}

.sel_events{
	background-color: #FDBB16;
	color: #000;
}

.sel_events a:link,.sel_events a:visited{
	color: #000;
}

.expert_comment{
	padding: 0 5px 0 5px;
	color: white;
	background-color: #5c5c5c;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

s.events_nav{
	margin: 10px 0 20px;
	font-size: 1.1em;
	float: left;
	position: relative;
	width: 100%;
    line-height: 18px;
}


.events_nav a.events_a:link,.events_nav a.events_a:visited{
	padding: 2px 10px;
	color: #000;
	text-decoration: none;
    font-weight: bold;
    white-space:nowrap;
}

.events_nav a.events_a:hover{
	color: #fff;
	text-decoration: none;
    background-color: #841C00;
}

.nav_event_empty{
	/*left:0px;
	position: absolute;
	z-index:0;
	width: 650px;
	border-bottom: 1px solid #c48908;*/
	display: none;
}

.nav_event_notempty{
	position: relative;
	/*float: left;	*/
	padding: 0;
	border-bottom: 3px solid #841C00;
}

.events_nav span.select{
	color: #fff;
/*
	border: 1px solid #c48908;
	border-bottom: 1px solid #fff;
*/
	padding: 2px 10px;
    background-color: #C63400;
    font-weight: bold;
    white-space:nowrap;
}

.send_message_text_events{
	color: #6d6d6d;
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-right: 10px;
}

.event_single_time{
	font-size: 1.8em;
	color: black;
}

.all_comments_date{
	float: left;
	clear: left;
	background-color: #dedede;
	padding: 0 3px;
	font-size: 11px;
}

.all_comments_cnt{
	float: left;
	clear: left;
	background-color: #5c5c5c;
	padding: 0 3px;
	font-size: 11px;
	color: #FFFFFF;
}

.all_comments_cnt_ten{
	float: left;
	clear: left;
	background-color: #cf0909;
	padding: 0 3px;
	font-size: 11px;
	color: #FFFFFF;
}

.all_comments_month{
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
}

.all_comments_cnt_comments{
	float: right;
	clear: left;
	background-color: #898989;
	padding: 0 3px;
	font-size: 11px;
	color: #FFFFFF;
	width: 25px;
}

.all_comments_cnt_comments_top{
	float: right;
	clear: left;
	background-color: #cf0909;
	padding: 0 3px;
	font-size: 11px;
	color: #FFFFFF;
	width: 25px;
}

.all_comments_period{
	background-color: #898989;
	padding: 0 3px;
	font-size: 11px;
	color: #FFFFFF;
}

.all_comments_dolg{
	font-size: 1.2em;
	font-style: italic;
	color: #525252;
}

.all_comments_comm_fio{
	color:#366E88;
	font-size:1.3em;
	font-weight:bold;
}

.all_comments_comm_name{
	color:#366E88;
	font-size:1.3em;
}


.all_comments_nav{

}

.all_comments_nav a.cnt:link,.all_comments_nav a.cnt:visited{
	color: #cf0909;
	text-decoration: none;
	padding: 0 3px;
}

.all_comments_nav a.act:link,.all_comments_nav a.act:visited{
	color: #246613;
	text-decoration: none;
	padding: 0 3px;
}

.all_comments_nav a.act:hover{
	background-color: #246613;
	color: white;
}

.all_comments_nav a.cnt:hover{
	background-color: #cf0909;
	color: white;
}

.all_comments_nav_sort_act{
	background-color: #246613;
	color: white;
	padding: 0 3px;
}


.all_comments_nav_sort_cnt{
	background-color: #cf0909;
	color: white;
	padding: 0 3px;
}

.business_div{
	background-color: #f0edeb;
	padding: 20px 15px;
	color: black;
	font-family: Arial !important;
}

.business_top{
	background-image: url(../images/business.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 40px;
	height: 7px;
}

.widget_bottom_title{
	font-family: Arial;
	font-size: 16px;
	line-height: 16px;
	color: black;
	background-color: #fdbb16;
	width: 100%;
	}

.widget_bottom_title a:link, .widget_bottom_title a:visited{
	font-family: Arial;
	font-size: 16px;
	color: black;
	background-color: #fdbb16;
	width:100%;
	height: 100%;
}

.widget_bottom_title a:link div, .widget_bottom_title a:visited div{
	font-family: Arial;
	font-size: 16px;
	color: black;
	background-color: #fdbb16;
	cursor: pointer;
	height: 20px;
}

.widget_bottom_title a:hover{
	width:100%;
	height: 100%;
	background-color: black;
	color: white;
	text-decoration: none;
}

.widget_bottom_title a:hover div{
	background-color: black;
	color: white;
	text-decoration: none;
	cursor: pointer;
	height: 20px;
}

.widget_bottom_title a div span{
	padding-left:35px;
	cursor: pointer;
}

.widget_first{
	background-color: #94BE31;
    color: #000000;
        /* #851c00;*/
}

.widget_first a:link, .widget_first a:visited, .widget_first a:hover{
	color: #000000;
	font-size: 19px;
}

.widget_other{
}

.widget_other a:link, .widget_other a:visited, .widget_other a:hover{
	color: #795709;
	font-size: 19px;
}

.pagetitle_comments{
	font-family: Arial;
	width: 100%;
}

.pagetitle_comments div.comments_div{
	font-family: Arial;
	color: #ffffff !important;
	background-color: #2d2c2d !important;
	width: 100% !important;
	height: 26px !important;
}

.comments_div a:link, .comments_div a:visited, .comments_div a:hover{
	padding: 0px 0 1px 5px;;
	line-height: 26px;
	color: #ffffff;
	background-color: #2d2c2d;
	font-size:  12px;
	text-decoration: none;
}

.comment_count{
	color: #FFB201;
	font-weight: bold;
	text-decoration: underline;
}

.pagetitle_comments div.most_reader_div{
	font-family: Arial;
	color: #ffffff;
	background-color: #c5900c;
	width: 100%;
	height: 20px;
}

.most_reader_div a:link, .most_reader_div a:visited, .most_reader_div a:hover{
	color: #ffffff;
	text-decoration: none;
	font-size:  11px;
	border-bottom: 1px dashed #ffffff;
}

.pagetitle_right{
	width: 100%;
	height: 26px;
}

.pagetitle_right_left{
	font-family: Arial;
	color: #ffffff;
	background-color: #fdbb16;
	width: 100%;
	height: 26px;
}

.pagetitle_right_left a:link, .pagetitle_right_left a:visited, .pagetitle_right_left a:hover{
	padding: 0px 0 1px 5px;;
	line-height: 30px;
	font-size: 19px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.pagetitle_right_right{
	font-family: Arial;
	color: #ffffff;
	background-color: #c5900c;
	width: 100%;
	height: 18px;
}

.pagetitle_right_right a:link, .pagetitle_right_right a:visited, .pagetitle_right_right a:hover{
	margin: 0px 0 0px 5px;;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px dashed #ffffff;
}

.widget_right_main_time{
	color:#000000;
	background-color: #fdbb16;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 3px 0 3px;
}

.widget_right_title{
	padding-top: 5px;
	font-size: 14px;
}

.widget_right_title a:link, .widget_right_title a:visited, .widget_right_title a:hover{
	color: #795709;
	text-decoration: none;
}

.widget_right_title_black{
	padding-top: 5px;
	font-size:1em;
	float: left;
	clear: both;
}

.widget_right_title_black a:link, .widget_right_title_black a:visited, .widget_right_title_black a:hover{
	color: #626262;
	text-decoration: none;
}


.widget_right_title_dolg{
	padding-top: 5px;
	font-size: 12px;
	color: #000;
}

.widget_right_title_an{
	background-color: #fff1d0;
	width: 100%;
}

.widget_right_title_an div{
	padding: 5px 5px;
}

.widget_right_title_an a:link, .widget_right_title_an a:visited, .widget_right_title_an a:hover{
	color: #000;
	font-size: 1.636em !important;
	text-decoration: none;
}

.calendar_title{
	background-color: #fdbb16;
	width: 240px;
	float: right;
}

.calendar_title span{
	padding-left: 5px;
	font-size: 14px;
	line-height: 25px;
}

.calendar_table{
	border-collapse: collapse;
}

.calendar_table tbody tr td{
	border: 1px solid #fff1d0;
}

.calendar_table thead tr th{
	border: 1px solid #fff1d0;
	background-color: #fff1d0;
	font-size: 12px;
}

.calendar_body{
	font-size: 1.3em;
	text-align: right;
	color: #999999;
}

.calendar_body tr td{
	height: 30px;
	color: #000;
}

.calendar_body tr td span a:link, .calendar_body tr td span a:visited{
	color: black;
	text-decoration: none;
}

.calendar_body tr td span a:hover{
	color: white;
	background-color: black;
	text-decoration: none;
}

#today span{
	color: white !important;
	background-color: #fdbb16;
}

#today span a:link, #today span a:visited{
	color: white !important;
	background-color: #fdbb16;
}
.calendar_active{
	width: 21px;
	height: 14px;
	background-image: url(../images/new/cal_active.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.calendar_inactive{
	width: 21px;
	height: 14px;
	background-image: url(../images/new/cal_inactive.png);
	background-repeat: no-repeat;
}

.calendar_top{
	padding: 5px 0 5px 0;
	float: right;
}

.single_time_italic{
	font-style: italic;
	color: #000;
	padding-bottom: 5px;
}

.my_post_title{
	font-family: Arial;
	font-size: 2.182em;
	color: black;
	font-weight: normal;
	padding-bottom: 5px;
}

.my_ist{
	padding: 0 0 0 0;
	color: #000;
	background-color: #e5e5e5;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.my_ist a:visited, .my_ist a:link{
	color: #000 !important;
}

.my_ist_left{
	background-image: url(../images/new/ist_left.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-left: 0px;
}

.my_ist_right{
	background-image: url(../images/new/ist_right.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-right: 0px;
}

.comment_inactive{
	padding: 0 0 0 0;
	color: #ffffff;
	background-color: #f0dfb5;
	text-align: left;
	font-size: 12px;
	cursor: pointer;
	font-weight: normal;
}

.comment_inactive a:visited, .comment_inactive a:link{
	color: #fff !important;
}

.comment_inactive_left{
	background-image: url(../images/new/comment_inactive_left.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.comment_inactive_right{
	background-image: url(../images/new/comment_inactive_right.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-right: 0px;
}

.comment_line_top{
	border-top: 1px solid #ce950a;
	width: 100%;
	height: 2px;
	margin: 0 0 0 0;
	float:left;
	clear: both;
}
.comment_line_bottom{
	border-bottom: 1px solid #ce950a;
	width: 100%;
	height: 2px;
	margin: 0 0 0 0;
	float:left;
	clear: both;
}
#comment_message{
	font-size: 14px;
	padding-top: 10px;
}
#comment_message a:link, #comment_message a:visited, #comment_message a:hover{
	font-size: 16px;
	color: #795609;
	text-decoration: underline;
}
#comment_message div.message_body{
	background-color: #fbf5e7;
	padding: 15px 0 15px 0;
}

.widget_bottom_imp{
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin-bottom:2px;
}

.widget_bottom_imp_zag{
	font-family: Arial;
	font-size: 17px;
	background-color: #851c00;
	color: #fff;
	height: 20px;
	padding-left: 10px;
}

.comment_form_text{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	float: left;
	position: relative;
	width: 100%;
}

.comment_form_text div.form_body{
	background-color: #fbf5e7;
	position: relative;
	float:left;
	clear: both;
	width: 100%;
}

.comment_form_text a:link, .comment_form_text a:visited, .comment_form_text a:hover{
	color: #d19b19;
	text-decoration: none;
	border-bottom: 1px dashed #d19b19;
}

.comment_author{
	font-size: 1.2em;
	position: relative;
	clear: left;
	color: #000;
}

a.author:link, a:visited.author, a.author:hover{
	color: #ce950a;
	text-decoration: none;
	border-bottom: 1px dashed #ce950a;
	cursor:pointer;
}

.widget_bottom_comment{
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin-bottom:2px;
}

.widget_bottom_comment_zag{
	font-family: Arial;
	font-size: 17px;
	background-color: #8d6304;
	color: #fff;
	height: 20px;
	padding-left: 10px;
}

.my_pages{
	display: inline !important;
	color: #ffffff;
	background-color: #ce950a;
	/*font-size: 1.05em;*/
	font-weight: normal;
	padding: 0 !important;
}

.my_pages a:visited, .my_pages a:link{
	color: #fff !important;
}

.my_pages_left{
	display: inline !important;
	background-image: url(../images/new/pages_left.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 0 0 3px !important;
}

.my_pages_right{
	display: inline !important;
	background-image: url(../images/new/pages_right.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 6px 0 0 !important;
}

.pagenavi_manual{
	position: relative;
	padding-bottom: 10px;
}

.pagenavi_manual_text{
	font-size: 1.091em;
}

.pagenavi{
	font-family: Arial;
	font-weight: normal;
	position: relative;
	float: left;
	clear: both;
	padding-top: 15px;
	margin-bottom: 20px;
}

.pagenavi_arrow{
	font-size: 1em;
}

.pagenavi a:link, .pagenavi a:visited{
	color:#2455b9;
	margin: 2px 3px 2px 3px;
	padding: 3px 3px 3px 3px;
	border: 1px solid white;
	text-decoration: underline;
}

.pagenavi a:hover{
	margin: 2px 3px 2px 3px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: white;
	text-decoration: underline;
}

.pagenavi_bottom b{
	font-size: 11px;
}

.pagenavi_bottom a:link, .pagenavi_bottom a:visited{
	color:#ce950a;
	font-size: 11px;
	margin: 2px 3px 2px 3px;
	padding: 3px 3px 3px 3px;
	border: 1px solid white;
	text-decoration: underline;
}

.pagenavi_bottom a:hover{
	margin: 2px 3px 2px 3px;
	font-size: 11px;
	text-decoration: none;
	color: black;
	text-decoration: underline;
}

.pagenavi b{
	background-color: #7e828c;
	border: 1px solid #7e828c;
	margin: 2px 3px 2px 3px;
	padding: 3px 3px 3px 3px;
	font-weight: normal;
	color: white;
}

.pagenavi_last{
	cursor: pointer;
	text-decoration: none;
}

.pagenavi_first{
	cursor: pointer;
	text-decoration: none;
}

.main_region{
	clear: both;
	width: 100%;
	float: left;
}

.main_inner{
	float: left;
}

.main_title{
	height: 20px;
	cursor: pointer;
	width: 100%;
}

.main_title a:link, .main_title a:visited, .main_title a:hover{
	text-decoration: none;
}

.main_title a div{
	width:100%;
	color: #000;
	font-size: 17px;
	line-height: 20px;
}

.main_title a div span{
	padding-left: 10px;
}

.main_image_bgr{
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fdbb16;
	opacity: 0.7;
	z-index: 0;
	filter: alpha(opacity=70);
}

.main_image_bgr_no{
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fdbb16;
	z-index: 0;
}

.xp_author{
	margin-bottom: 10px;
	width: 100%;
}

.xp_author a:link, .xp_author a:visited, .xp_author a:hover{
	border-bottom: 1px dashed #8c660d;
	color: #8c660d;
	text-decoration: none;
	font-size: 12px;
}

.xp_expert{
	font-size: 18px;
}

.xp_dolgnost{
	margin-top: 5px;
	color: #797670;
	font-style: italic;
	font-size: 12px;
}

.xp_question{
	font-size: 12px;
	color: #000;
}

.xp_question_yes{
	font-size: 12px;
	color: #797670;
}

.xp_ans{
	font-size: 12px;
	margin-top: 8px !important;
	margin-bottom: 2px;
	color: #966a0a;
}

.xp_dolgnost{
	margin-top: 3px;
	font-size: 12px !important;
	font-style: italic;
	color: #797670;
	line-height: 16px;
}

.main_right{
	margin-left: 5px;
	width: 240px;
	float: right;
}

.dop_div{
	height: 3px;
}

.button_left{
	background-image: url(../images/new/button_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 8px;
	height: 20px;
}

.interview_fam{
	margin-top: 10px;
	font-size: 1.636em !important;
	color: #000;
}

.interview_dolg{
	margin-top: 5px;
	font-size: 12px;
	font-style: italic;
	color: #4c4c4c;
}

.line_solid{
	border-top: 1px solid #e7d09c;
}

.page_event_time{
	margin-top: 5px;
	font-size: 1.636em;
	color: #000;
}

.single_event_time{
	margin-top: 5px;
	font-size: 1.636em;
	color: #000;
	font-weight: bold;
}


.page_event_rubrik{
	margin-top: 3px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.page_event_place{
	margin-top: 2px;
	font-size: 11px;
	color: #4C4C4C;
}
.button_event{
	cursor: pointer;
	margin-top: 3px;
	background-image: url(../images/new/button_event2.png);
	width: 226px;
	height: 51px;
}

.event_post_title{
	font-size: 2.182em !important;
	color: #000;
}

.change_arrow_left{
	display: none;
	background-color: #fdbb16;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 225px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.change_arrow_right{
	display: none;
	background-color: #fdbb16;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 225px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.change_arrow_left1{
	display: none;
	background-image: url(../images/new/arrow_left.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 225px;
}


.change_arrow_right1{
	display: none;
	background-image: url(../images/new/arrow_right.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 225px;
}

.change_arrow_right1_red{
	display: none;
	background-image: url(../images/new/arrow_right_red.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 225px;
}

.change_arrow_left1_red{
	display: none;
	background-image: url(../images/new/arrow_left_red.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 225px;
}

.formNewNews{
	width: 100%;
	height: 100%;
	background-color: #f9f3e6;
	position: absolute;
	top: 0px;
	left: 0px;
}

.newsButton{
	background-image: url(../images/new/newsButton.gif);
	width: 103px;
	height: 19px;
}

.newsButtonActive{
	background-image: url(../images/new/newsButtonActive.gif);
	width: 103px;
	height: 19px;
	cursor: pointer;
}

.homeTabSel{
	height:20px;
	background-color: #2d2c2d;
	font-size:14px;
	line-height: 20px;
}

.homeTabSel a:link, .homeTabSel a:visited, .homeTabSel a:hover{
	color:#fff; text-decoration: none;
}

.homeTabUnsel{
	height:20px;background-color: #fdbb16; font-size:14px; line-height: 20px;
}

.homeTabUnsel a:link, .homeTabUnsel a:visited, .homeTabUnsel a:hover{
	color:#000; text-decoration: none;
}

#facewidget {height:228px; width:356px; position:relative;padding:0; font-family:Arial;overflow:hidden;}
#facewidget a{color:#000; text-decoration:none; outline:0 none; cursor:pointer; display:block;}
#facewidget div.hider {position:relative; overflow:hidden;height:228px; width:356px;}
#facewidget div.hider img {padding:0; margin:0; border:0 none; width:356px; height:228px; position:relative;z-index:2}
#facewidget div.hider img#facewidget-bg {top:-228px;z-index:1}
#facewidget div.hider .lowslider {width:356px; background-color:#FDBB16; z-index:4;
position:relative; display:inline-block; height: 50px; top:-278px; opacity:0.8; filter:alpha(opacity=80)}
#facewidget div.hider .lowslider .padding {font-size:16px; padding:5px; font-weight:bold; border-left:10px solid #851C00;height:50px;}
#facewidget div.hider .quote {background-color:#fff; opacity:0.8; filter:alpha(opacity=80); position:relative; z-index:4; font-size:1px; line-height:1px; overflow:hidden; width:295px; left:-58px; border:1px solid #ccc}
#facewidget div.hider .quote-text {padding:10px; margin-right:70px; position:absolute; top:0; z-index:4; font-size:11px; width:285px;}
#facewidget div.hider .quote-text span {padding-right:4px; float:left;}
#facewidget div.hider .quote-text span .transparent{color:transparent; visibility:hidden}

#nav .currPage{
	color: #e0ac0c;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
}

#nav .currPage table tr td.nav_select_left{
	background-repeat: no-repeat;
	background-color: #000000;
	width: 9px;
	height: 24px;
}

#nav .currPage table tr td.nav_select_right{
	background-repeat: no-repeat;
	background-color: #000000;
	width: 9px;
	height: 24px;
}

#nav .currPage table{
	border-collapse: collapse;
}

#nav .currPage table tr td.nav_select_center{
	background-repeat: repeat-x;
	height: 24px;
}

#nav .new_page_item table tr td a{
	text-decoration: underline !important;
}

#nav .currPage table tr td.nav_select_center a{
	color: #e0ac0c !important;
	text-decoration: none !important;
}

.topMenu{
	display: none;
	color: #ffffff;
	z-index:1000;
}

.topMenu table.menuDop{
	border-collapse: collapse;
}

.topMenu table.menuDop tr td.left{
	background-color: #000000;
	width: 7px;
}

.topMenu table.menuDop tr td.right{
	background-color: #000000;
	width: 7px;
}

.topMenu table.menuDop tr td.center{
	background-color: #000000;
	padding: 3px 16px 3px 16px;
	text-align: left !important;
}

.topMenu table.menuDop tr td.center a:link, .topMenu table.menuDop tr td.center a:visited{
	color: #ffffff;
	text-decoration: underline;
}

.topMenu table.menuDop tr td.center a:hover{
	color: #e0ac0c !important;
	text-decoration: underline;
}


.topMenu table.menuDop tr td.bottom_center{
	background-color: #000000;
	height: 8px;
}

.topMenu table.menuDop tr td.bottom_left{
	background-image: url(../images/border_left.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 8px;
}

.topMenu table.menuDop tr td.bottom_right{
	background-image: url(../images/border_right.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 8px;
}

.nav_rubrik_main{
	font-family: Arial;
	font-size:  17px;
	color: #000000;
	font-weight: normal;
	position: relative;
	float: left;
	padding: 0px 5px 0 5px;
	background-color: #ffffff;
}

.rubrik_name{
	float: left;
}

.nav_rubrik_main a.rubrik_a{
	text-decoration: none;
	color: #000000;
}

.rubrik_a:hover div.nav_all, .rubrik_a:hover div.nav_all{
	color: #000000;
	background-color: #fdbb16;
	text-decoration: none;
}

.rubrik_a:hover div.nav_all_new, .rubrik_a:hover div.nav_all_new{
	color: #000000;
	background-color: #fdbb16;
	text-decoration: none;
}


.nav_all_set{
	margin: 0;
	padding: 0px 3px 0 3px;
	font-family: Arial;
	position: relative;
	float: left;
	font-size: 11px;
	color: #000000;
	background-color: #fdbb16;
	text-align: center;
}

.nav_all{
	margin: 0;
	padding: 0px 3px 0 3px;
	position: relative;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7d5e15;
	background-color: #ffffff;
	text-decoration: underline;
}

.nav_all a:hover{
	color: #000000;
	background-color: #fdbb16;
	text-decoration: none;
}


.nav_all_new{
	margin: 0;
	padding: 0px 3px 0 3px;
	position: relative;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7d5e15;
	background-color: #ffffff;
	text-decoration: none;
}

.nav_all_new a:hover{
	color: #000000;
	background-color: #fdbb16;
	text-decoration: none;
}

.nav_podrub{
	float: left;
	clear: both;
	background-color: #feeab9;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	padding: 3px 0;
}

.nav_set{
	float: left;
	background-color: #fdbb16;
	color: #000000;
}

.nav_set a{
	background-color: #fdbb16;
	color: #000000;
	padding: 3px 7px 3px 5px;
}


.nav_set a:link, .nav_set a:visited{
	color: #000000;
	text-decoration: none;
}

.nav_set a:hover{
	color: #000000;
	background-color: #fedd8a;
	padding: 3px 7px 3px 5px;
	text-decoration: underline;
}


.nav_noset{
	float: left;
	background-color: #feeab9;
	color: #000000;
}

.nav_noset a{
	padding: 3px 7px 3px 5px;
}

.nav_noset a:link, .nav_noset a:visited{
	color: #745204;
	text-decoration: underline;
}

.nav_noset a:hover{
	color: #000000;
	background-color: #fedd8a;
	padding: 3px 7px 3px 5px;
}

.page_comment1{
	background-image: url(../images/comment1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 12px;
	height: 12px;
}
.page_comment2{
	background-image: url(../images/comment2.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
.page_comment3{
	background-image: url(../images/comment3.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 10px;
	height: 14px;
}
.page_comment4{
	background-image: url(../images/comment4.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 12px;
	height: 12px;
}
#widget-tabs {font-family:Arial,sans-serif; font-size:14px; width:650px; overflow:hidden; position:relative;}
#widget-tabs img {border:0 none;}
#widget-tabs div {margin:0;}
#widget-tabs #widget-head {background: #851c00; margin-bottom: 8px;}
#widget-tabs #widget-head span {font-size:14px; cursor:pointer; color:#fff;
display: inline-block; *display: inline; *zoom: 1; color: #f9e9b2; margin-left: -12px;}
#widget-tabs #widget-head span b {font-weight: normal; display: block; padding: 2px 24px 2px 21px;
background-position: 100% 0; background-image: url(../images/tabs_bg.gif); background-repeat: no-repeat;}
#widget-tabs #widget-head span.active,
#widget-tabs #widget-head span.active b {background: url(../images/tabs_bg.gif) 0 -20px no-repeat;}
#widget-tabs #widget-head span.active {background-color: #c53500;}
#widget-tabs #widget-head span.active b {background-position: 100% -40px;}

.main_region{
	clear: both;
	width: 100%;
	float: left;
}

.main_inner{
	float: left;
}

.main_title{
	height: 20px;
	cursor: pointer;
	width: 100%;
}

.main_title a:link, .main_title a:visited, .main_title a:hover{
	text-decoration: none;
}

.main_title a div{
	width:100%;
	color: #000;
	font-size: 17px;
	line-height: 20px;
}

.main_title a div span{
	padding-left: 10px;
}

.main_image_bgr{
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fdbb16;
	opacity: 0.7;
	z-index: 0;
	filter: alpha(opacity=70);
}

.main_image_bgr_no{
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fdbb16;
	z-index: 0;
}

.wp-caption-dt img{margin: 0 15px 15px 0;}


#nav {
    width: 100%;
    height: 31px;
    background: url(../images/2013/nav-center.png) no-repeat center center;
    line-height: 31px;
}

#nav .menu{
    font-size: 11px;
    padding-left: 0px;
}
#nav .menu li{
    float:left;
    position: relative;
    list-style: none;
    text-decoration: none;
}
#nav .menu .current-menu-item{
    text-decoration: none !important;
}

#nav a{
    display:block;
    color:#FFFFFF;
    padding:0 15px;
}
#nav ul ul {
    display:none;
    position:absolute;
    top:38px;
    left:0;
    float:left;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px	 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    z-index: 99999;
    min-width: 100px;
}
#nav ul ul li {

}
#nav ul ul ul {
    left:100%;
    top:0;
}
#nav ul ul a {
    height:auto;
    line-height:1em;
    padding:5px 0;
}
#nav li:hover > a,#nav ul ul :hover > a {
    color:#fff;
}
#nav ul li:hover > ul {
    display:block;
}

#nav ul.sub-menu{
    font-size: 11px;
    top: 31px !important;
    border: 1px solid #000000;
    background-color: #000 !important;
    text-transform: none !important;
    padding: 0 15px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#nav ul.sub-menu li a{
    white-space: nowrap;
    text-decoration:underline;
    color: #ffffff !important;
    font-weight: normal !important;
    min-width: 80px;
}

#nav ul.sub-menu li a:hover {
    color:#fdbb16 !important;
}

#nav_footer .menu{
    font-size: 11px;
    padding-left: 0px;
}
#nav_footer .menu ul > li{
    float:left;
    position: relative;
    list-style: none;
}

#nav_footer .menu ul ul > li{
    float: none !important;
    margin-top:5px;
}

#nav_footer a{
    display:block;
    color:#000000;
    padding:0 5px;
}
#nav_footer ul ul a {
    height:auto;
}
#nav_footer li:hover > a,
#nav_footer ul ul :hover > a{
    color:#fff;
}
#nav_footer ul li:hover > ul{
    display:block;
}

#nav_footer ul.sub-menu{
    margin-top: 7px;
    text-transform: none !important;
}
#nav_footer ul.sub-menu li a{
    margin: 2px 5px 0 0;
    line-height: 1.2em;
    font-size: 11px !important;
    text-decoration:underline;
}

#nav_footer ul.sub-menu li a:hover {
    color:#FFFFFF !important;
    text-decoration: underline;
}

#nav ul:first-child > li:first-child  {
    padding-left: 10px;
}
#nav_footer ul:first-child > li:first-child  {
    padding-left: 10px;
}

.entry h3 {
    padding-top: 10px;
    font-size: 1em;
}
.header_text{
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
    font-family: Arial;
    color: #5a3800;
}
.wp-caption-dt img{margin: 0 15px 15px 0;}
.entry .alignleft img, .entry .alignright img, .entry .aligncenter img { border: 1px solid #ddd; }
.noborder { border: none; }
.entry .alignright, .entry .alignright blockquote { margin: 0 0 10px 10px; float: right; }
.entry .alignleft, .entry .alignleft .highlight-box { margin: 0 10px 10px 0;float:left; }



#widget-tabs {font-family:Arial,sans-serif; font-size:14px; width:725px; overflow:hidden; position:relative; height:278px;}
#widget-tabs img {border:0 none;}
#widget-tabs div {margin:0;}
#widget-tabs #widget-head {background: #851c00; margin-bottom: 8px;}
#widget-tabs #widget-head span {font-size:14px; cursor:pointer; color:#fff; display: inline-block; *display: inline; *zoom: 1; color: #f9e9b2; margin-left: -8px;}
#widget-tabs #widget-head span b {font-weight: normal; display: block; padding: 2px 24px 2px 21px; background-position: 100% 0; background-image: url('/wp-content/themes/vigilance/images/tabs_bg.gif'); background-repeat: no-repeat;}
#widget-tabs #widget-head span.active,
#widget-tabs #widget-head span.active b {background: url('/wp-content/themes/vigilance/images/tabs_bg.gif') 0 -20px no-repeat;}
#widget-tabs #widget-head span.active {background-color: #c53500;}
#widget-tabs #widget-head span.active b {background-position: 100% -40px;}
#widget-tabs #widget-content {position:relative; width:725px; height: 250px; overflow:hidden;}
#widget-tabs #widget-content .content {position:relative; z-index: 1; width:725px; overflow:hidden; display:block; height:250px;}
#widget-tabs #widget-content .content .spacer {float:left; width:10px; height:20px;}
#widget-tabs #widget-content .content .block {float:left; width:235px; position:relative; height:250px;}
#widget-tabs #widget-content .content .block .cropper {width: 235px; height: 114px; overflow:hidden;}
#widget-tabs #widget-content .content .block img {width:235px;}
#widget-tabs #widget-content .content .block a {text-decoration:none; color:#000;}
#widget-tabs #widget-content .content .block p {width:100%; position:relative; top:-14px; font-size:11px; color:#707070; margin:0; line-height: 12px; overflow: hidden; height: 60px;}
#widget-tabs #widget-content .content .block .datecomments{position:relative; top:-14px; height:14px; color:#fff;font-size:11px; line-height:14px;}
#widget-tabs #widget-content .content .block .datecomments .date_new {padding: 0 5px;  background-color: #821f00;}
#widget-tabs #widget-content .content .block .datecomments .comments_new {padding: 0 5px; background-color:#000}
#widget-tabs #widget-content .content .block h3 {margin:0; padding: 8px 0; font-size:14px; font-weight:normal; text-decoration:none; position:relative; top:-14px; width:100%;}
#widget-tabs #widget-content .content .block_html {width: 725px; padding-top: 9px;}
#widget-tabs #widget-content .content .block_list {padding: 0 19px; font-family:  Arial,sans-serif; font-size: 12px;}
#widget-tabs #widget-content .content .block_list .row {overflow: hidden; position: relative; line-height: 18px; height: 77px;}
#widget-tabs #widget-content .content .block_list .row .thumb {width: 97px; overflow: hidden; float: left; margin-right: 12px;}
#widget-tabs #widget-content .content .block_list .row .thumb img {width: 97px; margin-bottom: -3px;}
#widget-tabs #widget-content .content .block_list .row .date_new {color: #c53500; font-weight: bold; margin-right: 10px;}
#widget-tabs #widget-content .content .block_list .row a {color: #7e1f09; text-decoration: underline;}
#widget-tabs #widget-content .content .block_list .row a:hover {text-decoration: none;}
#widget-tabs #widget-content .content .block_list .row .author {position: absolute; right: 0; bottom: 5px; /*margin-top: 17px;*/ font-size: 11px; max-width: 530px;}
#widget-tabs #widget-content .content .contentItems {overflow: hidden; width: 5000px; position: relative; left: 0;}
/*#widget-tabs #widget-content #widget-nav-buttons {position: absolute; z-index: 0; width: 100%; height: 76px;}*/
#widget-tabs #widget-content #widget-nav-prev,
#widget-tabs #widget-content #widget-nav-next {background: #FDBB16 50% 50% no-repeat; width: 19px; height: 114px; opacity: 0.8; filter: alpha(opacity=80); display: none; position: absolute; z-index: 2; top: 0; cursor: pointer;}
#widget-tabs #widget-content #widget-nav-prev {left: 0; background-image: url('../images/new/arrow_left.gif');}
#widget-tabs #widget-content #widget-nav-next {right: 0; _right: -1px; background-image: url('../images/new/arrow_right.gif');}

#widget-tabs #widget-content .content .single p {top: 0;}

.block_tabs {width: 725px; background: #fff;}
.block_tabs .head {background: #8d6304; width: 725px; overflow: hidden;}
.block_tabs .head span {font-size:14px; /*cursor:pointer;*/ color:#fff; display: block; color: #f9e9b2; margin-left: -8px; float: left;}
.block_tabs .head span b {font-weight: normal; display: block; padding: 2px 24px 2px 21px; background-position: 100% 0; background-image: url('../images/tabs_orange_bg.gif'); background-repeat: no-repeat;}
.block_tabs .head span.active,
.block_tabs .head span.active b {background: url('../images/tabs_orange_bg.gif') 0 -20px no-repeat;}
.block_tabs .head span.active {background-color: #c87404;}
.block_tabs .head span.active b {background-position: 100% -40px;}
.block_tabs .content {overflow: hidden; height: 110px;}
#block_comments_content1 .item {width: 356px; overflow: hidden; float: left; height: 110px; position: relative;}
#block_comments_content1 .item img {width: 356px; border: 0; position: relative; top: -30px;}
#block_comments_content1 .item .title {position: absolute; left: 0; bottom: 0; width: 356px;}
#block_comments_content1 .title .bg {background: #B69F64; opacity: 0.7; filter: alpha(opacity=70); width: 356px; height: 110px; position: absolute; left: 0; top: 0;}
#block_comments_content1 .title .text {padding: 5px 10px; position: relative;}
#block_comments_content1 .title .text  a{font: bold 1.2em Arial,sans-serif; text-decoration: none; color: #fff;}
#block_comments_content2 {padding: 9px 8px 9px 12px; font-size: 12px;}
#block_comments_content2 .thumb {width: 92px; height: 83px; float: left;}
#block_comments_content2 .thumb img {width: 92px; height: 83px;}
#block_comments_content2 .items {float: right;}
#block_comments_content2 .item {float: left; height: 83px; width: 181px; padding-left: 12px; margin-left: 12px; border-left: 1px solid #8d6304;}
#block_comments_content2 .item .post_date {font-weight: bold; color: #c53500; padding: 1px 0 3px;}
#block_comments_content2 .item a {color: #7e1f09; line-height: 16px; text-decoration: underline;}
#block_comments_content2 .item a:hover {text-decoration: none;}
#block_comments_content2 .item .author {font-size: 11px; line-height: 11px; padding-top: 7px;}
#block_comments_content2 .first {border-left: 0; margin-left: 0;}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*#ctrlcopy {
	color:transparent;
	height:1px;
	overflow:hidden;
	position:absolute;
	width:1px;
}*/

.entry.single_entry p{
	margin-bottom: 10px;
}

.loading_panel{
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #E2E2E2;
    cursor: wait;
    z-index: 100000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
}

.loading_panel_body{
    cursor: wait;
    z-index: 99999;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.loading_panel_text{
    z-index: 100001;
    color: black;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
}

.main-button{
	cursor: pointer;
	padding: 4px 20px;
	border-radius: 5px;
	color: #ffffff !important;
	font-weight: bold;
	border: none;
}

.main-button.red{
	background-color: #851c00;
}

.main-button.yellow{
	background-color: #CE950A;
}

.main-button.black{
	background-color: #000000;
}

.main-button.small{
	padding: 2px 10px;
	border-radius: 4px;
	font-weight: normal;
}

.main-button.nocursor{
	cursor: default;
}

.main-button-big{
	padding: 10px 30px;
	font-size: 14px;
}

.main-button-big:hover{
	text-decoration: none;
}


.adminbar{
	direction: ltr;
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	height: 28px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: max-device-width;
	z-index: 1000;
	background-color: #222;
	/*
    background: #464646;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#373737),color-stop(18%,#464646));
    background-image: -webkit-linear-gradient(bottom,#373737 0,#464646 5px);
    background-image: -moz-linear-gradient(bottom,#373737 0,#464646 5px);
    background-image: -o-linear-gradient(bottom,#373737 0,#464646 5px);
    background-image: linear-gradient(to top,#373737 0,#464646 5px);
    */
}

.adminbar-flex{
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}

.share-title{
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}

.share-btns{
	margin-bottom: 10px;
	display: flex;
	flex-flow: row;
}

.share-btns> div{
	margin-right: 5px;
}


/* стили комментариев */

.comments-area{
	margin-top: 10px;
}
.comment-respond{
	/*margin: 10px 0 15px;*/
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
.comment-data{
	display: inline-block;
	margin-left: 15px;
}
.comment-time{
	padding-left: 10px;
	color: #999999;
}
.fn{
	color: #851c00;
	border-bottom: 1px dashed #dbdbdb;
}
.comment-meta a{
	text-decoration: none;
}
.comment-list{
	padding-left: 0px;
	padding-top: 10px;
}
.comment-list li{
	list-style: none;
}
.thdrpy a{
	/*color: $color_comment_answer*/
}
.comment-text{
	font-size: 12px;
	margin-top: 7px;
}
.reply{
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment-form-comment textarea{
	width: 100%;
}
#cancel-comment-reply-link{
	margin-left: 15px;
	font-size: 14px;
	/* color: $color_comment_time*/
}
.comment-respond input[type=submit]{
	/*background-color: $color_comment_submit
	color: #fff
	border: none
	padding: 5px 20px
	font-size: 16px
	*/
}
.comment-respond input[type=submit]:hover{
	/* background-color: $color_comment_submit_hover*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.subscribe-to-comments input[type=checkbox]{
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px !important;
	height: 17px !important;
	border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	transition: all .2s;
}
.subscribe-to-comments label{
	font-weight: 400;
}
.comment-reply-title{
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0;
}

.comment-body{
	margin-left: 0;
}

.comment-author.vcard img{
	vertical-align: middle;
	width: 30px;
}

.comment_line_top{
	border-top: 1px solid #ce950a;
	width: 100%;
	height: 2px;
	margin: 0 0 0 0;
	float:left;
	clear: both;
}
.comment_line_bottom{
	border-bottom: 1px solid #ce950a;
	width: 100%;
	height: 2px;
	margin: 0 0 0 0;
	float:left;
	clear: both;
}
#comment_message{
	font-size: 14px;
	padding-top: 10px;
}

#comment_message div.message_body{
	padding: 15px 0;
}

.buy-a{
	display: block;
	width: 100%;
}

.buy{
	background: url(../images/buy7.png) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 328px;
}

.single-pay-block {
	margin: 0 auto 20px;
	width: 598px;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-top: 20px;
}

.s-p-b-r {
	align-self: center;
	font-size: 16px;
	font-weight: 700;
	color: #151515; }

.s-p-b-i {
	width: 100%;
	margin: 10px 0 20px;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-around; }
.s-p-b-i > div {
	flex: 0 1 50%; }
.s-p-b-i .s-p-b-d {
	flex: 0 0 20px; }

.s-p-b-b a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
	display: block;
	text-align: center;
	text-decoration: none;
	/*font-weight: 700;*/
	cursor: pointer; }

.s-p-b-b a:hover, .s-p-b-w a:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }

.s-p-b-w a {
	color: #000;
	border: 1px solid #000;
	font-size: 14px;
	padding: 8px 30px;
	display: block;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer; }

.s-post-text-b {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: white;
	background: -webkit-linear-gradient(legacy-direction(rgba(255, 255, 255, 0.3)), white);
	background: linear-gradient(rgba(255, 255, 255, 0.3), white);
}

.need-pay{
	font-size:11px;
	padding:0 20px;
	margin-right:5px;
	background-color:#861c1c;
	color:#fff;
	float:left;
}

.pagetitle{
	font-size: 16px;
}

.b-head ins{
	display: block;
}

.new-version{
	z-index: 1;
	width: 100%;
	float: right;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.85;
	letter-spacing: 1px;
	display: flex;
	flex-direction: row;
	justify-content: right;
	margin-right: 20px;
}

.new-version a{
	color: #fff;
	cursor: pointer;
}

.new-version .new-version-svg{
	background: url(../images/dropdown.svg) center center no-repeat;
	width: 24px;
	height: 24px;
}