html, body { height: 100%; margin: 0; }
body
{
 padding:0px;
 color:#404041;
}
#site {
  margin: 0 auto; /*это чтоб центрировать контент при превышении max-width*/
  min-width: 1280px;
  max-width: 1920px;
  width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1280?'1280px':(document.documentElement.clientWidth||document.body.clientWidth)>1920?'1920px':'100%');
  margin:0 auto; 
}
.top_index_18{
	font-family: Arial, Helvetica, sans-serif;
	color: #c3dcf0;
	font-size: 18px;
	font-weight: 400;
}
.top_index_14{
	font-family: Arial, Helvetica, sans-serif;
	color: #c3dcf0;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
.top_index_1{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}
.top_menu a
{
	font-family: Tahoma;
	color: #2d2d2d;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.top_menu a:hover
{
	text-decoration: underline;
}
.vert_menu
{
	font-family: Tahoma;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
}
.vert_menu a
{
	font-family: Tahoma;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 11px;
}
.vert_menu a:hover
{
	text-decoration: underline;
}

.vert_menu_new
{
	font-family: Tahoma;
	color: red;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	text-transform: uppercase;
}
.vert_menu_new a
{
	font-family: Tahoma;
	color: red;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}
.vert_menu_new a:hover
{
	text-decoration: underline;
}
.left_menu
{
	font-family: Tahoma;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menu_name
{
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.content
{
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	margin: 0px 10px 10px 10px;
	text-align: justify;
}
.topics
{
	font-family: Tahoma;
	/*color: #0e43b2; */
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 5px 20px;
}
.ptopics
{
	font-family: Tahoma;
	/*color: #dd0000;*/
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 5px 20px;
}
.ptopic_txt
{
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	margin: 5px 10px 5px 10px;
}

.tovar_name
{
	font-family: Tahoma;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 41px
}
.tovar_name a
{
	font-family: Tahoma;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.tovar_name a:hover
{
	text-decoration: underline;
}
.tovar_name_red a
{
	font-family: Tahoma;
	color: #dd0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.tovar_name_red a:hover
{
	text-decoration: underline;
}
.h11
{
	font-family: Tahoma;
	/*color: #0e43b2; */
	color: #000000;
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	text-transform: normal;
	text-decoration: underline;
}
h2
{
	font-family: Tahoma;
	/*color: #0e43b2; */
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: normal;
	text-decoration: underline;
}

div#hleb {
	margin: 10px 10px 10px 10px;
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	text-transform: normal;
}
div#hleb a{
	font-family: Tahoma;
	color: blue;
}
/* StartStyle */
.hideWrap {
	text-align:left; /* Устанавливаем выравнивание по левому краю */
	clear:both;
	background-color: #e8e8e8;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #d8d8d8;
}
.hideBtn {
	display:block; /* Дисплей блок - для ссылки - необходимо, для установки фона */
	background:transparent url("../img_site/img_strelka_1.png") no-repeat left center; /* Картинка «плюс» */
	background-color: #e8e8e8;
	font: normal 12px Tahoma;
   color: #000000;
   margin: 1px 0px 1px 10px;
	padding:1px 20px 1px; /* Отступы - для картинки ... и вообще ... */
	text-decoration: none;
	cursor:pointer;
	outline:none; /* Скрываем рамочку, при нажатии */
}
.hideWrap .hideBtn a {
	font: normal 12px Tahoma;
   color: #000000;
	text-decoration: none;
}
.hideWrap .hideBtn a:hover {
	text-decoration: underline;
}
.hideBtn.show {
	background-image: url("../img_site/img_strelka_2.png"); /* картинка «минус» - для открытого блока */
}
.hideCont {
	display:none; /* Скрываем контент */
    
}
/* EndStyle */

.menu_text {
	font: normal 13px Tahoma;
	color: #e00120;
	margin: 5px 0px 5px 40px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.menu_text a {
	font: normal 13px Tahoma;
   color: #000000;
  	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	line-height: 24px;
	}
.menu_text a:hover {
	text-decoration: underline;
}

.menu_text2 {
	font: normal 13px Tahoma;
	color: red;
	margin: 5px 0px 5px 40px;
	color: #red;
	text-align: left;
	font-weight: bold;
}
.menu_text2 a {
	font: normal 12px Tahoma;
   color: red;
  	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	line-height: 24px;
	}
.menu_text2 a:hover {
	text-decoration: none;
}

.menu_text3 {
	font: normal 12px Tahoma;
   color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.menu_text3 a {
	font: normal 12px Tahoma;
   color: #000000;
	text-decoration: none;
	}
.menu_text3 a:hover {
	text-decoration: underline;
}


.topic_info{
	font: normal 12px Tahoma;
   color: #000000;
	text-decoration: none;
	}

.topic_info a {
	font: normal 12px Tahoma;
   color: #000000;
	text-decoration: none;
	}
.topic_info a:hover {
	text-decoration: underline;
}

