@charset "windows-1251";
/* CSS Document */
#description  {
    text-indent: 6px; /* Отступ первой строки в пикселах */
    text-align:justify !important;
	line-height: 1.5;
	letter-spacing: 0.2;
	padding: 2px 0px 0px 6px;
}
.cat_title_blue {
	width: 100%; /* Ширина таблицы в процентах */
	font-family:Arial, Helvetica, sans-serif;
	color:#F7F2F2;
	font-size:12px;
	padding: 2px 2px 2px 0px;
	margin: auto;
	text-indent: 6px;
	
	outline: none;
	color: rgb(255, 255, 255); 
	font-weight: bold;
	line-height: 18px; 
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: -moz-linear-gradient(top,  #2FB550,  #5D5D61); /* для firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2FB550', endColorstr='#5D5D61'); /* для IE6-9 */
	background: -webkit-linear-gradient(top, bottom, #2FB550, #5D5D61); /* для webkit-браузеров */
	background: -webkit-gradient(linear, left top, left bottom, from(#2FB550), to(#5D5D61)); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2FB550,  #5D5D61); /* для IE10+ */
	}
/* table */
.simple-little-table_title{
	font-family:Arial, Helvetica, sans-serif;
	color:#F7F2F2;
	font-size:12px;
		
	width: 100%; /* Ширина таблицы в процентах */
	background:#eaebec;
	padding: 4px 6px 4px 6px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}
.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
		
	width: 100%; /* Ширина таблицы в процентах */
	background:#DFDFDF;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
 
	
}
.simple-little-table th {
	font-weight:bold;
	width: 25%; /* Ширина колонки в процентах */
	
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: -moz-linear-gradient(top,  #2FB550,  #5D5D61); /* для firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2FB550', endColorstr='#5D5D61'); /* для IE6-9 */
	background: -webkit-linear-gradient(top, bottom, #2FB550, #5D5D61); /* для webkit-браузеров */
	background: -webkit-gradient(linear, left top, left bottom, from(#2FB550), to(#5D5D61)); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2FB550,  #5D5D61); /* для IE10+ */
}
.simple-little-table th:first-child{
	text-align: left;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}
.simple-little-table tr{
	text-align: center;
}
.simple-little-table tr td:first-child{
	text-align: left;
	border-left: 0;
}
.simple-little-table tr td {
	margin: auto;
	padding: 4px 4px 4px 6px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #B5A9A9;
	border-left: 1px solid #CFCBCB;
}
.simple-little-table tr:nth-child(2n) td{
	background: #CFCBCB;
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
.simple-little-table tr:hover td{
	background: #F7F2F2;
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #16163F;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.small {
	font-size:8px;
}
 simple_img {
	width: 100%; /* Ширина рисунка в процентах */
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}
.h-downloads p a {
  display: block;
  min-height: 24px;
  padding-left: 36px;
  padding-top: 12px;
  font-size: 11px;
  font-weight: bold;
  color: #4c4c4c;
  text-transform: uppercase;
  text-decoration: none; /* Отменяем подчеркивание у ссылки */
}
.pdf {
  position: inherit;
  background: url(techtext/img_techtext/pdf.gif) no-repeat left top;
  }
.sxema {
  background: url(techtext/img_techtext/Png_sxema.png) no-repeat left top;
  }
.h-downloads a:link {
  color: #000; 
  }
.h-downloads a:visited {
  color: #000;
}
.h-downloads a:hover {
  color: #02A135;; 
 }

@media (max-width: 469px) {
.pdf {
  position: inherit;
  background: none;
  }
.sxema {
  background: none;
  }
