/* настройки элементов по дефолту */
body
	{ 
	height:100%;
	margin:0px;
	padding:0px;

	background: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 9pt;
  
	overflow-y:scroll;  
	}

	
td
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	text-align:justify;
	}

	
p
	{
	font-size: 9pt;
	color: #black;
	margin-bottom: 5pt;
	margin-top: 5pt;
	}
	
/* таблица для данных на сайте, без бордюра */	
	
table.InSiteGridNormalNoBorder
	{
	font-family: Arial;
	font-size: 9pt;
/*	border: 0px solid black;*/
	color: black; /* #6E95D0; */
	}

td.InSiteGridNormalNoBorder
	{

	font-family: Arial;
	font-size: 9pt;
  
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;  
	font-style:normal;
	
	}


/* таблица для данных на сайте с бордюром*/	
 table.InSiteGridNormal
	{
	font-family: arial;
	font-size: 9pt;
	border: 1px solid black;
	color: black; /* #6E95D0; */
	}
 
tr.InSiteGridNormal
	{
	font-family: arial;
	font-size: 9pt;
	border: 1px solid black;
	}

td.InSiteGridNormal
	{
	font-family: arial;
	font-size: 9pt;
	border: 1px solid black;
	padding:5;
	}

	

/*****************************************************************/
/************** ОСНОВНАЯ ТАБЛИЦА С ДАННЫМИ НА САЙТЕ **************/
/*****************************************************************/
table.InSite
	{
 	border: 1px solid black;
 	border-collapse: collapse;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;*/
	color: black; /* #6E95D0; */
	}

tr.InSite
	{
 	border: 1px solid black;
	}

tr.InSite_H
	{
 	border: 1px solid black;
	}
	
td.InSite
	{
 	border: 1px solid black;
	background: #eef6e7;
	padding:4;

	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	text-align:justify;
	font-weight: normal;
	}

td.InSite_C
	{
 	border: 1px solid black;
	background: #eef6e7;
	padding:4;

	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	text-align:center;
	font-weight: normal;
	}

td.InSite_L
	{
 	border: 1px solid black;
	background: #eef6e7;
	padding:4;

	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	text-align:left;
	font-weight: normal;
	}
	
td.InSite_R
	{
 	border: 1px solid black;
	background: #eef6e7;
	padding:4;

	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	text-align:right;
	font-weight: normal;
	}
	
td.InSite_H
	{
 	border: 1px solid black;
	background: #cfefae;
	padding:4;

	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	text-align:center;
	font-weight: bold;
	}
	
	
/*****************************************************************/
/************** ОФОРМЛЕНИЕ КАРТИНОК РАМКОЙ ***********************/
/*****************************************************************/
	
div.border_light
	{
	display: table; 
	width: 0; 
	padding: 0px 0px 10px 10px;
	border: 0px;
/*	background: #F7F8E6 url('/rus/images/green_point_light.gif') repeat-y repeat-x;*/
	background: #d7ebba;
	}
	
div.border_dark
	{
	display: table; 
	width: 0; 
	padding: 4px 4px 4px 4px;
	border: 0px;
/*	background: #DCD5B2 url('/rus/images/green_point_dark.gif') repeat-y repeat-x*/
	background: #acdb75;
	}
	
img.shadow
	{
	margin: 5px;
	border: 4px solid #acdb75;
	/*box-shadow: -5px 5px 2px #d7ebba;*/
	
	/*-webkit-box-shadow: -5px 5px 2px #d7ebba; */
	/*-moz-box-shadow: -5px 5px 2px #d7ebba; */
	}

img.shadow:hover
	{
	margin: 5px;
	border: 4px solid #acdb75;
	box-shadow: -5px 5px 2px grey;
	
	/* Safari, Chrome */
	-webkit-box-shadow: -3px 3px 3px grey;
	/* Firefox */
	-moz-box-shadow: -3px 3px 3px grey; 

	
	/* Safari, Chrome */
	/*-webkit-box-shadow: -5px 5px 2px #d7ebba; */
	/* Firefox */
	/*-moz-box-shadow: -5px 5px 2px #d7ebba; */
	}
	
/*****************************************************************/
/************** ОФОРМЛЕНИЕ ТАБЛИЦЫ С РАСКРАСКОЙ ******************/
/*****************************************************************/

/* таблица для отображения маркированных таблиц (каталоги и т.д.)*/	
td.caption
	{ 	
	border-bottom: 1px solid;
	text-align: center;
	} 
 
td.cat_top
	{ 
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	line-height: 1;
	}

td.cat_fasovka
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	line-height: 1;
	}

td.cat_cost
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	line-height: 1;
	}

/* стили ссылок в таблице каталогов */
a.cat_group:link    {font-family: Arial, Verdana;text-decoration: none; color: #6E95D0;font-size: 9pt;font-style:normal;font-weight: bold;}
a.cat_group:visited {font-family: Arial, Verdana;text-decoration: none; color: #6E95D0;font-size: 9pt;font-style:normal;font-weight: bold;}
a.cat_group:hover   {font-family: Arial, Verdana;text-decoration: none; color: #275FA8;font-size: 9pt;font-style:normal;font-weight: bold;}
a.cat_group:vlink   {font-family: Arial, Verdana;text-decoration: none; color: #6464E8;font-size: 9pt;font-style:normal;font-weight: bold;}
a.cat_group:alink   {font-family: Arial, Verdana;text-decoration: none; color: #6464E8;font-size: 9pt;font-style:normal;font-weight: bold;}

a.cat_product:link    {font-family: Arial, Verdana;text-decoration: none; color: #6E95D0;font-size: 8pt;font-style:normal;font-weight: normal;}
a.cat_product:visited {font-family: Arial, Verdana;text-decoration: none; color: red;font-size: 8pt;font-style:normal;font-weight: normal;}
a.cat_product:hover   {font-family: Arial, Verdana;text-decoration: none; color: #275FA8;font-size: 8pt;font-style:normal;font-weight: normal;}
a.cat_product:vlink   {font-family: Arial, Verdana;text-decoration: none; color: #6464E8;font-size: 8pt;font-style:normal;font-weight: normal;}
a.cat_product:alink   {font-family: Arial, Verdana;text-decoration: none; color: #6464E8;font-size: 8pt;font-style:normal;font-weight: normal;}


a.product:link {text-decoration: none; color: #6E95D0;font-size: 9pt;font-style:normal;}
a.product:visited {text-decoration: none; color: red;font-size: 9pt;font-style:normal;}
a.product:hover {text-decoration: none; color: #275FA8;font-size: 9pt;font-style:normal;}
a.product:vlink {text-decoration: none; color: #6464E8;font-size: 9pt;font-style:normal;}
a.product:alink {text-decoration: none; color: #6464E8;font-size: 9pt;font-style:normal;}

	

/*
td.sm
{ font-family: Verdana, Arial, sans-serif; 
  font-size: 10pt;
  vertical-align: middle;
  text-align: center;
  line-height: 0.9;
}

td.sm2
{ font-family: Verdana, Arial, sans-serif; 
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}


td.common
{ font-family: Arial, sans-serif;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border:1;
}
*/


/* стили шрифтов */
font.blue_normal /* голубой нормальный*/
	{
	font-size: 9pt;
	color: #6E95D0;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	font-style:normal;
	}


font.blue_italic /* голубой нормальный*/
	{
	font-size: 9pt;
	color: #6E95D0;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	font-style:italic;
}


/*ИСПОЛЬЗУЕТСЯ В ОПИСАНИИ ПРОДУКЦИИ*/
font.green_normal /* зеленый нормальный */
	{
	font-size: 9pt;
	font-weight: normal;
	color: #84C225;
	font-family:Arial;
	}
font.black_italic /* черный италик */
	{
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	font-style:italic;
	}
	
h1 /* заголовок черный нормальный*/
	{
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-family:Arial, Verdana, sans-serif;
	margin-bottom: 3pt;
	margin-top: 3pt;
	}

h2 /* заголовок черный италик*/
	{
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-family:Arial, Verdana, sans-serif;
	margin-bottom: 3pt;
	margin-top: 3pt;
	font-style:italic;
	}

h3 /* Черный толстый*/
	{
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	font-family:Arial, Verdana, sans-serif;
	margin-bottom: 0pt;
	margin-top: 20pt;
	text-align:center;
	}

h4 /* Черный толстый италик выравнивание по правой стороне для заголовков публикаций*/
	{
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-family:Arial, Verdana, sans-serif;
	margin-bottom: 0pt;
	margin-top: 0pt;
	text-align:right;
	font-style:italic;
	}


p.header /* ТЕКСТОВЫЙ ЗАГОЛОВК В ВЕРХУ СТРАНИЦЫ */
{
  margin-bottom: 0pt;
  color: WHITE;
  font-family:Arial;
  font-size: 11pt;
  font-weight: bold;
}
	

p.black_normal /* черный нормальный */
	{
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	margin-bottom: 3pt;
	margin-top: 3pt;
	}


/************************************************/
/* Форматы текстов 								*/
/************************************************/

div.main_text /* основной текст страниц */
{
  font-size: 9pt;
  color: #black;
  font-weight: normal;
  font-family: Arial, Verdana, sans-serif;
  text-align:justify;
}

div.error /* сообщение об ошибке */
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: red;
}

div.green_normal /* зеленый нормальный */
{
  font-size: 9pt;
  font-weight: normal;
  color: #84C225;
  font-family:Arial, Verdana, sans-serif;
}

div.green_italic /* зеленый италик */
{
  font-size: 9pt;
  font-weight: normal;
  color: #84C225;
  font-family:Arial, Verdana, sans-serif;
  font-style:italic;
}

div.green_high_bold /* зеленый большой жирный */
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #84C225;
}




div.black_normal /* черный нормальный */
{
  font-size: 9pt;
  color: #000000;
  font-weight: normal;
  font-family: Arial, Verdana, sans-serif;
}

div.black_bold /* черный жирный */
{
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
}

div.black_small /* маленький черный текст. Используется в нижней строке страницы */
{
	font-size: 8pt;
	color: #black;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	text-align:center;
}



div.blue_normal /* голубой нормальный*/
{
  font-size: 9pt;
  color: #6E95D0;
  font-weight: normal;
  font-family: Arial, Verdana, sans-serif;
  font-style:normal;
}


/* НЕПОНЯТНЫЕ */

/*Используется в опросах*/
div.black_small2bold /* маленький черный текст. Используется в нижней строке страницы */
{
  font-size: 8pt;
  color: #black;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
}

/*Используется в опросах*/
div.black_small2 /* маленький черный текст. Используется в нижней строке страницы */
{
  font-size: 8pt;
  color: #black;
  font-weight: normal;
  font-family: Arial, Verdana, sans-serif;
}



/* Формат ссылок в новостях */
a.news:link {text-decoration: none; color: #6E95D0;font-size: 8pt;font-style:italic;}
a.news:visited {text-decoration: none; color: red;font-size: 8pt;font-style:italic;}
a.news:hover {text-decoration: none; color: #275FA8;font-size: 8pt;font-style:italic;}
a.news:vlink {text-decoration: none; color: #6464E8;font-size: 8pt;font-style:italic;}
a.news:alink {text-decoration: none; color: #6464E8;font-size: 8pt;font-style:italic;}


/* Формат ссылок в навигации по страницам (новости ...) */
a.bar:link {text-decoration: none; color: #6E95D0;font-size: 9pt;}
a.bar:visited {text-decoration: none; color: red;font-size: 9pt;}
a.bar:hover {text-decoration: none; color: #275FA8;font-size: 9pt;}
a.bar:vlink {text-decoration: none; color: #6464E8;font-size: 9pt;}
a.bar:alink {text-decoration: none; color: #6464E8;font-size: 9pt;}




a.small_text:link {text-decoration: none; color: #6E95D0;font-size: 8pt;font-style:normal;}
a.small_text:visited {text-decoration: none; color: red;font-size: 8pt;font-style:normal;}
a.small_text:hover {text-decoration: none; color: #275FA8;font-size: 8pt;font-style:normal;}
a.small_text:vlink {text-decoration: none; color: #6464E8;font-size: 8pt;font-style:normal;}
a.small_text:alink {text-decoration: none; color: #6464E8;font-size: 8pt;font-style:normal;}

a.small_text_cat:link {text-decoration: none; color: #6E95D0;font-size: 8pt;font-style:normal;}
a.small_text_cat:visited {text-decoration: none; color: #6E95D0;font-size: 8pt;font-style:normal;}
a.small_text_cat:hover {text-decoration: none; color: #275FA8;font-size: 8pt;font-style:normal;}
a.small_text_cat:vlink {text-decoration: none; color: #6464E8;font-size: 8pt;font-style:normal;}
a.small_text_cat:alink {text-decoration: none; color: #6464E8;font-size: 8pt;font-style:normal;}


td.maintext
{ margin-left: 0pt;
  margin-bottom: 0pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

form
{ margin: 0px; 
}

a:link {text-decoration: none; color: #6E95D0;}
a:visited {text-decoration: none; color: red;}
a:hover {text-decoration: none; color: #275FA8;}
a:vlink {text-decoration: none; color: #6464E8;}
a:alink {text-decoration: none; color: #6464E8;}

a.bar2:link {text-decoration: none; color: #90D269;font-size: 9pt;}
a.bar2:visited {text-decoration: none; color: red;font-size: 9pt;}
a.bar2:hover {text-decoration: none; color: #84C225;font-size: 9pt;}
a.bar2:vlink {text-decoration: none; color: #BAE3A2;font-size: 9pt;}
a.bar2:alink {text-decoration: none; color: #BAE3A2;font-size: 9pt;}

td.menu
{ padding: 2px;
  margin: 0px; 
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;  
}

a.menu:link {text-decoration: none; color: #ffffff; font-size: 9pt; font-weight: bold;}
a.menu:visited {text-decoration: none; color: #ffffff; font-size: 9pt; font-weight: bold;}
a.menu:hover {text-decoration: none; color: #283468; font-size: 9pt; font-weight: bold;}
a.menu:vlink {text-decoration: none; color: #ffffff; font-size: 9pt; font-weight: bold;}
a.menu:alink {text-decoration: none; color: #ffffff; font-size: 9pt; font-weight: bold;}

td.comment
{ font-size: 12pt;
  font-weight: bold;
}

td.copy
{ font-size: 10px;
	color: #38BD67;
}

a.copy:link {text-decoration: none; color: #38BD67;}
a.copy:visited {text-decoration: none; color: #38BD67;}
a.copy:hover {text-decoration: underline; color: #4CA781;}
a.copy:vlink {text-decoration: none; color: #38BD67;}
a.copy:alink {text-decoration: none; color: #38BD67;}

img {border: 0;}






/* КЛАССЫ ДЛЯ ЛЕВОГО НАВИГАТОРА */

table.nav
	{
	border: 0 0 0 0 solid black;
	border-spacing:0px;
	color: black;
	margin:0 0 0 0;
/*	line-height: 0px;*/
	}

td.nav_left_line_2
	{
	height:36px;
	width:32px;
	padding:0px;
	background-image:url('/rus/images/b_line_left_2.gif');	
	}

td.nav_left_line_3
	{
	height:54px;
	width:32px;
	padding:0px;
	background-image:url('/rus/images/b_line_left_3.gif');	
	}
	
td.nav_left_line_4
	{
	height:72px;
	width:32px;
	padding:0px;
	background-image:url('/rus/images/b_line_left_4.gif');	
	}

td.nav_left_line_5
	{
	height:90px;
	width:32px;
	padding:0px;
	background-image:url('/rus/images/b_line_left_5.gif');	
	}
	
td.nav_left_line_8
	{
	height:144px;
	width: 32 px;
	padding:0px;
	background-image:url('/rus/images/b_line_left_8.gif');	
	}
	
td.nav_menu_select
	{
	height: 20px;
	width: 172px;
	padding: 0px;
	background-image:url('/rus/images/green_line_tran.gif');	

	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	}
	
td.nav_menu_noselect
	{
	height: 20px;
	width: 172px;
	padding:0px;
	background-image:url('/rus/images/green_line_white.gif');	

	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	}

td.nav_submenu_select
	{
	height: 18px;
	width: 140px;
	padding: 0px;
	background-image:url('/rus/images/green_line_small_select.gif');	

	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	}

td.nav_submenu_noselect
	{
	height: 18px;
	width: 140px;
	padding: 0px;
	background-image:url('/rus/images/green_line_small_noselect.gif');	

	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	}
	
a.navigator:link {text-decoration: none; color: #000000; font-weight: noraml;}
a.navigator:visited {text-decoration: none; color: #000000; font-weight: normal;}
a.navigator:hover {text-decoration: none; color: #000000; font-weight: bold;}
a.navigator:vlink {text-decoration: none; color: #000000; font-weight: normal;}
a.navigator:alink {text-decoration: none; color: #000000; font-weight: normal;}

a.navigator_noweight:link {text-decoration: none; color: #000000;}
a.navigator_noweight:visited {text-decoration: none; color: #000000;}
a.navigator_noweight:hover {text-decoration: none; color: #000000;}
a.navigator_noweight:vlink {text-decoration: none; color: #000000;}
a.navigator_noweight:alink {text-decoration: none; color: #000000;}

