/*Общая таблица*/
.table_main {
   overflow: hidden;
   margin: 0 auto;
   width: 868px;
}

.name_logo {
   text-align: left;
   vertical-align: bottom;
   height:20px;
}

.table_main tr.white{
  background-color:#ffffff;
}

/*Линии верхняя и нижняя*/
.table_main td.header_line, .table_main td.footer_line {
   background: url('/skins/bfrz/images/header_line.gif') repeat-x 100%;
   width:100%;
   height:16px;
}
/*Верхнее меню*/
.table_main td.header_menu {
  width:100%;
  height:25px;
  text-align:left;
}

.table_main td.header_menu table {
  width:100%;
}

.table_main td.header_menu td.header_menu_items {
  padding-right:2px;
  padding-left:5px;
  text-align:left;
  white-space:nowrap;
}
.table_main td.header_menu td.header_menu_items_search {
  padding-right:16px;
  padding-left:5px;
  text-align:right;
}
.table_main td.header_menu td.header_menu_items_search input {  
  vertical-align: middle;  
}
.table_main td.header_menu td.header_menu_items_search input.yandex_text_simple{
 border: 1px solid #7f9db9;
}
.table_main td.header_menu a {
  color:#502701;
  font-weight:bold;
  font-size:12pt;
  font-family:Times New Roman;
}
.table_main td.header_menu a:hover {
 color:#c7b573;
}
/*Нижнее меню*/
.table_main td.footer_menu {
  width:100%;
  height:30px;
  color:#96823D;
  /*color:#c7b573;*/
  font-size:12pt;
  font-weight:bold;
  padding-left:16px;
  text-align:left;
}

.table_main td.footer_menu a {
  color:#502701;
  /*color:#d6d7d8;*/
  font-family:Times New Roman;
}

.table_main td.footer_menu a:hover{
  /*color:#c7b573;*/
  color:#685A2B;
}

/*Авторские права*/
.table_main td.copyright {
  width:100%;
  color:#000000;
  font-size:8pt;
  text-align:center;
  border-top:2px solid #b79b4a;
  padding-left:20px;
  padding-right:20px;
}

.table_main td.banner_td {
  width:100%;
  padding-bottom:10px;
}

/* Banner*/

.banner {
  text-align: left;
  width:100%;
}
.banner tr.row1 {height:189px;}
.banner tr.row2 {height:20px;}

.banner td.banner_left,.banner td.banner_right,
.banner td.banner_left1,.banner td.banner_right1 {
  background-color:#b79b4a;
  width:16px;
}
.banner td.banner_img,.banner td.banner_img1
{
  width:617px;
  font-size:12px;
}
.banner td.banner_img1 .menu_string{padding-left:5px;}
.banner td.banner_img1 a {text-decoration:underline;color:#ffffff;}

.banner td.banner_navi,.banner td.banner_navi1 {
  background-color:#efe8cf;
  width:219px;
  overflow: hidden;
  text-align:center;
  vertical-align:top;
}
.banner td.banner_navi table {
  margin-top:10px;
  overflow: hidden;
  text-align:center;
}
/*правое меню*/
.banner td.banner_navi td.right_menu {
  background: url('/skins/bfrz/images/right-menu-button2.jpg') no-repeat;
  width:190px;
  height:27px;
  color:#94918a;
  font-size:14px;
  vertical-align:center;
  padding:0px !important;
}

.banner td.banner_navi td.right_menu a {
  /*font-weight:bold;*/
  /*color:#94918a;*/
  color:#4e2c0b;
  font-family:Times New Roman;
}
.banner td.banner_navi td.right_menu a:hover {
	color:#4e2c0b;
  font-family:Times New Roman;
}

.banner td.banner_left1,.banner td.banner_right1 {background-color:#ffffff;}
.banner td.banner_img1 {background: #b79b4a url('/skins/bfrz/images/bg_line1.gif') repeat-y;}
.banner td.banner_navi1 {background-color:#6f1203;}

/*контент*/
/*левый большой столбец*/
td.left_row {
   width:607px;
   overflow:hidden;
   border-right:1px solid #b79b4a;
   color:#000000;
   font-size:11px;
   text-align:justify;
   padding-left:16px;
   padding-right:10px;
   vertical-align:top;
}

td.left_row h1 {
  color:#000000;
  font-size:20px;
  text-align:center;
}

td.left_row p, td.left_row span {
  color:#000000;
  font-size:12px;
}

td.left_row table {
   overflow:hidden;
}

td.left_row div {
   padding:0px;
   margin:0px;
}

table.content td.left_row a{
  text-decoration:underline;
}

table.content td.left_row a:hover{
 text-decoration: underline;
 color:blue;
}

/*правый малый столбец*/
td.right_row {
   width:214px;
   padding-top:15px;
   vertical-align:top;
   padding-left:10px;
   padding-right:10px;
}

td.right_row td.sub_menu_items {
  font-size:12px;
  font-weight:bold;
  border-bottom:1px dashed #b79b4a;
  padding-top:2px;
  padding-bottom:2px;
}

/*главная страница вывод ленты новостей*/
.table_body_text{	
	padding:0px;
	margin-bottom:15px;
	width:598px;
	background-color:#efe8cf;
	border: 0;	
}

.table_body_text td{	
	padding:5px;
	border: 0;
}

.table_body_text td img {
        height:144;
	border: 0;
}

.table_notmain_page{
  	width:598px;
	background-color:#efe8cf;
}

.table_notmain_page td{	
	padding:5px;	
	font-size:12px;
	border:1px #C0C0C0 solid;
}

#big_img
{
	position:fixed;
	top: 0;
	left: 0;
	z-index:0;
	visibility:hidden;
	width: 100%;
	height: 100%;
	background: url("/data/_first_page/bg-bi.png");

	-position:absolute;
	-top:expression(eval(document.documentElement.scrollTop));
	-height: expression(eval(document.documentElement.clientHeight));
	-width: expression(eval(document.documentElement.clientWidth ));
	-visibility:hidden;
	-z-index:0;
	-left: 0;
	-top: 0;
	-overflow:auto;
	-border:none;
	-background: url("");
}

#big_img tr td
{
border:none;
}
.smimage{
cursor: pointer;
float:inherit;
}

/*стили от Тани*/
.firstP p {
	text-indent: 30px; 
	margin-bottom: 1.5em;"
}

.firstSP p {
	text-indent: 30px; 
	margin-top: -1em; 
	margin-bottom: 1.5em;"
}

#here_img {border: 1px solid #000; background-color: #fff; padding: 0px 0px 0 0px;}
#here_img img {border: 1px solid #dedede; cursor: pointer;}
#here_img a {margin: 0 0px 0 0px;}

.bfrz_caption, .bfrz_caption a {
  color:#6f1203;
  font-size:16px;
  font-weight:bold;
  text-decoration:underline;
}
#share42 {
  display: inline-block;
  padding: 6px 0 0 6px;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
#share42:hover {
  background: #F6F6F6;
  border: 1px solid #D4D4D4;
  box-shadow: 0 0 5px #DDD;
}
#share42 a {
  opacity: 0.5;
  vertical-align: bottom;
}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}