h1, h2, h3, h4, h5, h6
{
	color:#CCCCCC; /* цвет шрифта заглавия модуля */
	background:#000;
}


h1
{
	margin:0; padding:0;
	font-size:110%;
	margin-bottom:8px;
	padding-bottom:12px;
	padding-top:14px;
	text-align:left;
	border-bottom:1px dashed #666666; /* цвет разделительной пунктирной линии */
}

h2, h3
{
	margin:0; padding:0;
	font-size:110%;
	margin-bottom:8px;
	padding-bottom:12px;
	padding-top:14px;
	text-align:left;
	border-bottom:1px dashed #666666; /* цвет разделительной пунктирной линии */

}

h2
{
	padding-top:15px;
	padding-bottom:5px;
	border-bottom:1px dashed #666666;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:162px;
	/*padding:3px 6px 6px 6px; */
	margin-left:5px;
	margin-right:0px;
	background:#000; /* цвет задника у включаемой области */
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:85%;
	text-align:justify;
	color:#999999; 
}


div.information-block a:link
{
	/*text-decoration:none;*/
	font-weight:normal;
	color:#999999;
}

div.information-block a:visited
{
	/*text-decoration:none;*/
	font-weight:normal;
	color:#CCCCCC;
}

div.information-block a:active
{
	/*text-decoration:none;*/
	font-weight:normal;
		color:#FFF;
}

div.information-block a:hover
{
	/*text-decoration:none;*/
	font-weight:normal;
	color:#999999;
}

.information-block-head
{
	font-size:100%;
	color:#CCCCCC; /* цвет шрифта заголовка включаемой области */
	font-weight:normal;
	text-align:left;
   	margin-bottom:4px;
	padding-bottom:0px;
	/*background: url(images/infoblock_line.gif) left bottom no-repeat; */
}

.information-block-body
{
	font-size:100%;
	color:#CCCCCC; /* цвет шрифта включаемой области */
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3; 
	margin:1em 0;
	background-color:#CCCCCC; /* изменяется как цвет заднего плана в раскрывающихся списках */
	font-family:sans-serif;
	color:#000; /* изменяется как цвет шрифта в раскрывающихся списках */
}

.news-date-time
{
	color:#858585;
}
