body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11pt;
	margin: 0px auto 0px auto;
	
	background-color: #C0C0C0;
	background:url(img/fon.jpg)
}
/* ----------------------- lang---------------------- */


#top { padding-right: 230px; padding-top: 10px;    }
#top ul#lang{ float: right; margin: 0; padding: 0;}
#top ul#lang li{ list-style: none; float: left; padding-right: 0px; margin: 0; padding: 0; }
/* ----------------------- lang---------------------- */
H1 {
 color: #000000;
 font-size: 120%;
 font-family: Arial, Verdana, sans-serif;

}
td.cols {
	text-align: left;
	padding-left: 10px;
}

a:link {
	/*font-weight: bold;*/
	color: #6D6D6D;
	text-decoration: none;
}
a:active {
	/*font-weight: bold;*/
	color: #A9A9A9;
	text-decoration: none;
}
a:hover {
	/*font-weight: bold;*/
	color: #000000;
	text-decoration: none;
}
a:visited {
	/*font-weight: bold;*/
	color: #50545F;
	text-decoration: none;
}

table.main {
	width: 980px;
	/*
	background-color: white;
	border-left: 1px solid #276c3a;
	border-right: 1px solid #276c3a;
	*/
	background-color: #636363;
	background:url(img/table_bg.jpg)
	
}

td.topMenu {
	width: 980px;
	height: 29px;

	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: left;
}
td.action p{
  font-size:10pt;
}

div.topMenuItem:first-child {
	background-image: none;
	width: 170px;
}
div.topMenuItem {
	width: 140px;
	float: left;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	height: 24px;
	padding-top: 5px;
}
div.topMenuItem a {
	color: white;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

td.header {
	width: 980px;
	height: 126px;
	background-image: url(img/bg_header.jpg);
	background-repeat: repeat-x;
    vertical-align:text-top;
}

td.header:img{
vertical-align:center;
}




.content td {
	vertical-align: top;
	text-align: center;
	width: 980px;
}

td.col_1 {
	width: 323px;
	margin: 10px;
	vertical-align: top;
	text-align: left;
}
table.menu {
	width: 235px;
	margin-top: 10px;
}
table.knopki {
	width: 245px;
	margin-top: 10px;
	margin-left: 7px;
	text-align: center;
}
td.menuArrow {
	width: 10px;
	vertical-align: top;
	text-align: left;
}

td.menuarea {
	width: 245px;
	background-image: url(img/bg_menu.jpg);
	/*background-repeat: repeat-y;*/
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div.separator {
	margin-top: 4px;
	/*margin-bottom: 5px;*/
}
a.menuitem:link, a.menuitem:active, a.menuitem:visited {
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}
a.menuitem:hover {
	color: #000000;
	text-decoration: none;
}

a.submenuitem:link, a.submenuitem:active, a.submenuitem:visited {
	color: #939598;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}


#categories ul
	{
		list-style: none; /* Для списка убираем маркеры */
		width: 215px; /* Ширина меню */
		margin: 0; /* Нет отступов вокруг */
		padding: 0; /* Убираем поля вокруг текста */
		font-family: Arial, sans-serif; /* Рубленый шрифт для текста меню */
		font-size: 10pt; /* Размер названий в пункте меню */
		margin-top: 5px;
		line-height: 1,5;
   }
#cat ul
	{
		list-style: none; /* Для списка убираем маркеры */
		width: 215px; /* Ширина меню */
		margin: 0; /* Нет отступов вокруг */
		padding: 0; /* Убираем поля вокруг текста */
		font-family: Arial, sans-serif; /* Рубленый шрифт для текста меню */
		font-size: 10pt; /* Размер названий в пункте меню */
		margin-top: 5px;
		line-height: 1,5;
   }

#categories ul{
	list-style: none; /* Для списка убираем маркеры */
	width: 215px; /* Ширина меню */
	margin: 0; /* Нет отступов вокруг */
	padding: 0; /* Убираем поля вокруг текста */
	font-family: Arial, sans-serif; /* Рубленый шрифт для текста меню */
	font-size: 10pt; /* Размер названий в пункте меню */
	margin-top: 5px;
	line-height: 1,5;}
#categories li.submenuitem{
margin-left: 20px;}

	
li ul.cat{padding-left: 20px}
li a 
	{
		display: block; /* Ссылка как блочный элемент */
		padding: 5px; /* Поля вокруг надписи */
		text-decoration: none; /* Подчеркивание у ссылок убираем */
		color: #F9E338;
		border-bottom: none; /* Границу снизу не проводим */
	}
ul li li 
	{
		width: 200px; /* Ширина меню */
	}
ul li li a:hover 
	{
		color: #F9E338;
		background-color: #4E4E4E;
		text-decoration: none;
   }

li.select
{
		background-color: #4E4E4E;
        margin-left: 20px;
   }
li.select a
{
		color: #F9E338;
		background-color: #4E4E4E;
		text-decoration: none;
   }
a.submenuitem:hover {
	color: #F9E338;
	text-decoration: none;
}
a.submenuitemSel:link, a.submenuitemSel:active, a.submenuitemSel:hover, a.submenuitemSel:visited {
	color: #F9E338;
	text-decoration: none;
	width: 206px;
	background:url(img/menuarea_bg.gif)
	
}
li.submenuitemSel 
{
	color: #F9E338;
	text-decoration: none;
	background:url(img/menuarea_bg.gif)
}

ul.submenu {
	display: none;
}

td.col_2 {
	width: 334px;
	vertical-align: top;
	text-align: center;
	margin-left: 12px;
	margin-top: 20px;
}
table.tbl_col2 {
	width: 330px;
	margin-top: 13px;
	margin-left: 10px;
}

td.headline {
	width: 306px;
	background-image: url(img/bg_headline.png);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 40px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
td.smallContent {
	text-align: justify;
	padding: 15px;
	font-size: 9pt;
	background-image: url(img/bg_smallcontent.jpg);
	background-repeat: repeat-y;
}

td.col_3 {
	width: 323px;
	margin: 5px;
	vertical-align: top;
	text-align: center;
}

td.col_double {
	width: 100%;
	text-align: center;
}

col_content{
	margin-top: 100px;
}
td.doubleContent {
	width: 635px;
	margin-left: 20px;
	text-align: justify;
	font-size: 9pt;
	background-color: #EDEEF0;
	background-repeat: repeat-y;
	color: #666666;
}

td.colContent {

	margin-left: 5px;
	text-align: justify;
	font-size: 9pt;
	background-image: url(img/bg_col.jpg);
	background-repeat: repeat-y;
	color: #666666;
	position:realtive;
	height:170px;
}

td.desc1 div
 {height:95px; width:153px;  overflow:auto; line-height:10px;}
td.colContent  strong
{
	color:#000000;
}

td.colContent a {
	color: #000000;
	text-decoration: none;
	height: 22px;
	width: 93px;
	font-weight: bold;
}

table.col_double_content {
	width: 683px;
	margin-left: 12px;
	margin-top: 20px;
}
td.headline_double {
	height: 43px;
	width: 635px;
	background-image: url(img/bg_headline_dbl.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #478404;
	font-weight: bold;
	text-align: left;
}

td.footer {
	background-color: #000000;
	color: white;
	height: 25px;
}

a.footer_links:link {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.footer_links:active {
	font-weight: bold;
	color: #A9A9A9;
	text-decoration: none;
}
a.footer_links:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
a.footer_links:visited {
	font-weight: bold;
	color: #eaeaea;
	text-decoration: none;
}

fieldset.qa {
	width: 90%;
	border: 1px solid #000000;
	background-color: #f4f4f4;
}

legend.qa {
	border: 1px solid #000000;
	background-color: #eaeaea;
	padding: 10px;
	color: #000000;
	font-weight: Bold;
}
td.qa {
	text-align: left;
	font-size: 9pt;
}
input.frmsubmit {
	height: 22px;

	background-repeat: repeat-x;
	color: White;
	font-weight: Bold;
	width: 50%;
}
a.usualLink:link, a.usualLink:active, a.usualLink:visited {
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
div.message-comment {
	text-align: left;
}
td.r_up{
	background-image: url(img/r_up.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	
}

td.l_center{
	background-image: url(img/l_center.png);
	background-repeat: repeat-y;
	width: 10px;
}
td.r_center{
	background-image: url(img/r_center.png);
	background-repeat: repeat-y;
	width: 10px;
}

td.d_r{
	background-image: url(img/d_r.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	
}

td.d_l{
	background-image: url(img/d_l.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	
}
td.l_up{
	background-image: url(img/l_up.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	
}
td.r_up{
	background-image: url(img/r_up.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;	
}

td.top_up{
	background-image: url(img/top_up.png);
	background-repeat: repeat-x;
	height: 10px;	
}
td.down_center{
	background-image: url(img/down_center.png);
	background-repeat: repeat-x;
	height: 10px;	
}



td.footer_r_t{
	background-image: url(img/footer_r_t.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

td.footer_l_t{
	background-image: url(img/footer_l_t.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10x;
}

td.footer_l_b{
	background-image: url(img/footer_l_b.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
td.footer_r_b{
	background-image: url(img/footer_r_b.png);
	background-repeat: no-repeat;
}

td.footer_l{
	background-image: url(img/footer_l.png);
	background-repeat: repeat-y;
}

td.footer_r{
	background-image: url(img/footer_r.png);
	background-repeat: repeat-y;
}

td.footer_t{
	background-image: url(img/footer_t.png);
	background-repeat: repeat-x;
}
td.footer_b{
	background-image: url(img/footer_b.png);
	background-repeat: repeat-x;
}

DIV.brd {
	border-top-color: #ccc; /* Цвет линии сверху */
    border-top-style: double; /* Стиль линии сверху */
    border-top-width: 7px; /* Толщина линии сверху */
    border-left-color: #ccc; /* Цвет линии слева */
    border-left-style: solid; /* Стиль линии */
    border-left-width: 2px; /* Толщина линии */
    padding: 7px; /* Поля вокруг текста */ 
   }
   

table.content {
 width: 95%; /* ширина таблицы */
 border-collapse: collapse; /* убираем двойные линии между ячейками */
}
table.content  td, th {
 padding: 3px; /* поля в ячейках */

 border: 1px solid #000; /* граница между ячейками */
}
table.content  th {
 text-align: center;
 background: #4e4e4e; /* цвет фона строки заголовка */
 color: #fcbb21; /* цвет текста */
 font-family: arial, helvetica, sans-serif; /* выбор гарнитуры */
 font-size: 90%; /* размер текста */

}
 table.content  tr:hover {
    background: #fc0; /* меняем цвет фона строки таблицы */ 
   }
   
  select:focus {
    color: #3c8bc6; /* Красный цвет текста */
   }

 div.map ul
	{
        padding-left: 20px; /* Поля вокруг текста */
		font-family: Arial, sans-serif; /* Рубленый шрифт для текста меню */
		font-size: 10pt; /* Размер названий в пункте меню */
		margin-top: 0px;
		line-height: 1;
	}

	
td.leftcol {
 width: 150px; /* Ширина левой колонки с рисунком */
 vertical-align: top; /* Выравнивание по верхнему краю */
}

#div table td{
white-space:normal;
}

 .r1, .r2, .r3 {
    display: block; height: 1px; background: #e3e3e3;
   }
   .r1 { margin: 0 4px; }
   .r2 { margin: 0 2px; }
   .r3 { margin: 0 1px; height: 2px; }
   .block-round-content  {
    background-image: url(img/bg_menu.jpg);
	background: #e3e3e3; /* Цвет фона */

    padding: 5px; /*  Поля вокруг текста */

    }
.yashare-auto-init{
  text-align: center;
}


.slick-black {
  background: #111;
  background: -moz-linear-gradient(top,
              rgba(50, 50, 50, 0.9) 0%,
              rgba(30, 30, 30, 0.9) 50%,
              rgba(20, 20, 20, 0.9) 50%,
              rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
              color-stop(0, rgba(50, 50, 50, 0.9)),
              color-stop(0.5, rgba(30, 30, 30, 0.9)),
              color-stop(0.5, rgba(20, 20, 20, 0.9)),
              color-stop(1, rgba(0, 0, 0, 0.9)));
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: lighter;
  line-height: 1;
  padding: 12px 0;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, .8), 0 1px 1px rgba(255, 255, 255, 0.3);
  width: 150px;
}

.slick-black:hover {
  background: #222;
  background: -moz-linear-gradient(top,
              rgba(70, 70, 70, 0.9) 0%,
              rgba(50, 50, 50, 0.9) 50%,
              rgba(40, 40, 40, 0.9) 50%,
              rgba(20, 20, 20, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
              color-stop(0, rgba(70, 70, 70, 0.9)),
              color-stop(0.5, rgba(50, 50, 50, 0.9)),
              color-stop(0.5, rgba(40, 40, 40, 0.9)),
              color-stop(1, rgba(20, 20, 20, 0.9)));
  cursor: pointer;
}

.slick-black:active {
  background: #000;
  background: -moz-linear-gradient(top,
              rgba(30, 30, 30, 0.9) 0%,
              rgba(20, 20, 20, 0.9) 50%,
              rgba(10, 10, 10, 0.9) 50%,
              rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
              color-stop(0, rgba(30, 30, 30, 0.9)),
              color-stop(0.5, rgba(20, 20, 20, 0.9)),
              color-stop(0.5, rgba(10, 10, 10, 0.9)),
              color-stop(1, rgba(0, 0, 0, 0.9)));
}
