/* CSS Document */


/* заголовок страницы */

.page_header
{
	font-size: 11pt;
	height: 240px;
	overflow: hidden;
}

.page_header_list
{
	/*margin-left: 50px;*/
}

ul.page_header_list li
{
	margin-left: 50px;
}

.page_header_refs
{
	width: 285px;
	overflow: hidden;
}

div.page_header_refs h3
{
	margin: 5px 0;
	padding-left: 5mm;
	font-size: 10pt;
	font-weight: bold;
	color: #330099;
}

a.header_ref
{
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 20px;
}

a.header_ref:hover
{
	color: #330099;
}

.page_header_img	/* size 340x220 */
{
	height: 220px;
	width: 340px;
	border: 4px double #6666CC;
	overflow: hidden;
	float: right;
}

div.color_line
{
	height: 1px;
	width: auto;
	background-color: #330099;
}


/*********************** содержание страницы ***********************/


/* межстрочные разделители */

div.clear_5px
{
	height: 5px;
	width: auto;
	clear: both;
}

div.clear_10px
{
	height: 10px;
	width: auto;
	clear: left;
}

div.space_10px
{
	height: 10px;
	width: auto;
}

div.space_5px
{
	height: 5px;
	width: auto;
}

/* заголовки */

b.alert
{
	color: #880000;
}

.bold_11pt
{
	margin: 3mm 0 3mm 0;
	font-size: 11pt;
	font-weight: bold;
}

.bold_11pt_blue
{
	margin: 5px 0;
	padding-left: 1cm;
	font-size: 11pt;
	font-weight: bold;
	color: #330099;
}

.bold_10pt_blue
{
	margin: 3mm 0 3mm 5mm;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #330099;
}

.bold_10pt
{
	margin: 3mm 0 3mm 5mm;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
}

div.left_bold
{
	width: auto;
	margin: 0px;
	padding: 0px;
	text-indent: 8mm;
	font-size: 11pt;
	font-weight: bold;
	float: left;
}

/*текст*/


/**/

.simple 
{
	margin: 5px 0;
}

.simple_shift
{
	margin: 5px 5px 5px 15px;
}

/**/

.page_text_standard
{
	margin: 5px 0;
	text-indent: 1cm;
}

span.brand
{
	color: #666666;
	font-variant: small-caps;
	font-weight: 400;
}

span.selected
{
	color: #333333;
}

/* ссылки */

div.left_bold_ref
{
	margin-top: 5px;
	padding-left: 1cm;
	float: left;
	font-size: 12pt;
	font-weight: 800;
	color: #3399CC;
}

a.simple_ref
{
	text-decoration: none;
	color: #006699;
}

a.simple_ref:hover
{
	color: #330099;
}

a.left_bold_ref
{
	text-decoration: none;
	font-style: normal;
	font-size: 12pt;
	font-weight: 800;
	color: #006699;
}

a.left_bold_ref:hover
{
	color: #330099;
}

a.left_bold_ref_gray
{
	text-decoration: none;
	font-style: normal;
	font-size: 12pt;
	font-weight: 800;
	color: #333333;
}

a.left_bold_ref_gray:hover
{
	color: #330099;
}

a.left_bold_ref_1cm
{
	margin-left: 1cm;
	text-decoration: none;
	font-style: normal;
	font-size: 12pt;
	font-weight: 800;
	color: #006699;
}

a.left_bold_ref_1cm:hover
{
	color: #330099;
}

a.right_bold_ref
{
	text-decoration: none;
	font-style: normal;
	font-size: 12pt;
	font-weight: 800;
	color: #006699;
	float: right;
}

a.right_bold_ref:hover
{
	color: #330099;
}

/* картинки */

/**/

img.left
{
	float: left;
}

img.left_shift
{
	margin-left: 20px;
}

img.right
{
	float: right;
}

span.left
{
	float: left;
}

div.news
{
	height: 20px;
	background-color: #fdff74;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
div.news_block
{
	height: 30px;
	background-color: #fdff74;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	font-size: 14pt;
}

p.news_text
{
	padding-left: 10mm;
	font-weight: bold;
}
span.news_digital
{
	font-size: 16pt;
	font-weight: bold;
	color: Red;
}

/* списки */

ol, ul
{
	margin: 0;
	padding: 0;
}

ol.standard
{
	margin-left: 15mm;
	list-style-position: outside;
}

ul.standard
{
	margin-left: 15mm;
	list-style-position: outside;
}





