html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0; /* обнуляем внешние отступы */
	padding: 0; /* обнуляем внутренние отступы */
	border: 0; /* убираем бордюры */
	outline: 0; /* убираем контуры */
	font-size: 100%; /* задаем базовый размер шрифта, значение по умолчанию = 16px */
	vertical-align: baseline; /* устанавливаем базовое вертикальное выравнивание */
	background: transparent; /* устанавливаем фон прозрачным */
}
body {
line-height: 1; /* устанавливаем базовую высоту */
}
ol, ul {
list-style: none; /* убираем маркеры для нумерованных и обычных списков */
}
blockquote, q {
quotes: none; /* убираем кавычки для цитат */
}
blockquote:before, blockquote:after,
q:before, q:after {
content: ''; /* убираем */
content: none; /* и скрываем генерируемое содержимое */
}
:focus {
outline: 0; /* убираем контуры вокруг ссылок при фокусе */
}
ins {
text-decoration: none; /* убираем подчеркивание для вставленного текста */
}
del {
text-decoration: line-through; /* убираем перечеркивание для удаленного текста */
}
table {
border-collapse: collapse; /* убираем рамки двойной толщины */
border-spacing: 0; /* убираем расстояние между ячейками */
}
table td
{
	vertical-align:top;
}
body
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8125em;
	line-height:1.2em
}
h1
{
	color:#4C4C4C;
	font-size:2em;
	font-weight:normal;
	line-height:1em;
	margin:19px 0 15px;
}
h2
{
	color:#4c4c4c;
	font-weight:normal;
	font-size:1.6923em;
	margin:23px 0 10px;
	line-height:1em;
}
h3, h4, h5, h6
{
	font-weight:bold;
	margin:23px 0 15px;
	font-size: 1.25em;
	line-height:1em;
	color:#666666;
}
p
{
	line-height:1.2em;
	margin:0 0 18px;
}
ul
{
	margin:0 0 15px;
}
ul li, ol ul li
{
	padding:0 0 6px 13px;
	background-image:url(/images/marker.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
}
ol
{
	list-style-type: decimal;
	padding:0 0 0 20px;
	margin:0 0 15px;
}
ol li
{
	padding:0;
	background:none;
}
.iepng
{
	behavior: url("/bitrix/templates/pt.zdrav/iepngfix.htc");
}
.image
{
	 float:left;
	 margin:0 20px 10px 0;
}
.image .descr
{
	color:#7a7a7b;
	font-size:0.8461em;
	margin-top:8px;
	width:200px;
}
.news-list-item .image .descr
{
	width:120px;
}

.gray{color: #0b0b0b;}
.small {font-size:11px;}
.block-paragraph {margin:0 0 8px;}

.zebra
{
	width:100%;
	margin:10px 0;
}
table.zebra th
{
	background:#5ab146 url(images/h_zebra.gif) repeat-x top;
	font-weight:bold;
	font-size:0.9230em;
	color:#ffffff;
	padding:10px 13px;
	text-align:left;
}
table.zebra td
{
	padding:10px 15px;
}
table.zebra tr.odd td
{
	background:#e9ebed;
}

.descr
{
	/*text-transform: uppercase;*/
}
.grey
{
	color:#666666;
}