html, body, form
{
	margin: 0;
	padding: 0;
	height:100%;	
}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


h4 { font-weight: normal; font-size: 14px; padding: 2px; margin: 2px; }
h4 a { color: #006699 !important; text-decoration: none; }

h4 { font-weight: normal; font-size: 14px; background-color: #DEF; padding: 5px; padding-left: 21px; margin: 0px; }
h4 a { color: #006699 !important; }

h2 { font-weight: bold; font-size: 16px; padding: 2px; margin: 2px; }
h2 a { color: #004f9e !important; text-decoration: none; }

h2 { font-weight: bold; font-size: 16px; border-top: 2px solid #eef3f8; padding: 5px; padding-left: 21px; margin: 0px; margin-bottom: 0.5em; }
h2 a { color: #004f9e !important; }

img { border: 0px; }


/*Font in table*/
table
{
	font-size:100%;
}

small { font-size:85%; }

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

/*Font*/
body
{
	/*font-size: 80%;*/
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #ccc;
}

body
{
	height:100%;
	min-height:100%;
	width:1020px;
	line-height: 120%;
	margin: auto;
	background: #f0f0f0 url(/bitrix/templates/bstyle/images/bg2.gif) top repeat-y;	
}


* html #sitebody
{
	height: 100%;
}

#sitebody
{
	margin: 0 10px;
	width: 1000px;
	background: #fff;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#header
{
	position:relative; /*containing block*/
	height:143px;
	left:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773;
	border-bottom:1px solid #D6D6D6;
	margin-bottom: 5px;
}

#cam
{
	position: absolute;
	top: 115px;
	right: 5px;
	z-index: 2;
}

#menu
{
	position: absolute;
	top: 115px;
	left: 30px;
	z-index: 2;
	margin: auto;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:center;
	vertical-align: middle;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:8px;
	width:1000px;
	margin: -100px 10px 0 10px;
	height: 100px;
}

#spex
{
	height: 100px;
	background-color: #fff;
}

#clear
{
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}


#warea
{
	/*background:transparent url(images/zebra_bg.gif) left top repeat-x;*/
	padding-top: 0px;
}


/*Content table*/
#content
{
	width:100%;
	height:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:200px;
	vertical-align:top;
	padding-right: 1px;
	border-right: none;	
}

#content .main-left-column
{
	width:160px;
	vertical-align:top;
	padding-right: 1px;
	border-right: none;
}

/*Main column*/
#content .main-column
{
	border-left: none;
	vertical-align:top;
	padding: 10px;
}

/*Right column*/
#content .right-column
{
	padding-top: 10px;
	padding-left: 10px;
	width:1px;
	vertical-align:top;
	width:150px;	
}



/*Data table*/
table.book
{
	border:1px solid #8E8E8E;
	border-collapse:collapse; 
}

table.data-table div.htmled td
{
	border:1px;
	border-collapse:none; 
}


/*Any cell*/
table.book td
{
	border:1px solid #8E8E8E;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.book th
{
	background-color:#F1F5FD;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #8E8E8E;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.book tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.book tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}






/*def data-table*/
/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, 
table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}
























/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

.preview_picture
{
float: left; margin: 2px; margin-right: 7px; margin-bottom: 5px; border: 1px outset #000000
}

div.news-item
{
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 48%;
	float: left;
	line-height: 140%;
	
}

p.news-item
{
	line-height: 140%;
}

.mz_filter
{
float: left;
padding: 5px;
margin: 0px 0px 10px 10px;
}
.mz_calendar
{
float: right;
width: 160px;
padding: 5px;
margin: 0px 0px 10px 10px;
}

div.news-list 
{
	color: #000;
}

div.news-list img.preview_picture
{
	float:left;
	margin: 0 10px 10px 0;
}
.news-date-time {
	color:#444;
	text-align: left;
	font-size: 9px;
	margin-left: 10px;
}
.counter {
	color:#466;
	text-align: left;
	font-size: 9px;
	
}



/*----------------------*/

#mzContent_front-page
{
	font-size: 12px;
}

#mzContent_front-page td {
	padding:2px;
	background:#FDFDFD;
	vertical-align: top;
	border-bottom: 1px solid #eeeeee;
}

#mzContent_front-page td a, #mzContent_front-page td a:link, #mzContent_front-page td a:active {
	font-weight: lighter !important;
	color: #333399;
	text-decoration: none;
}
#mzContent_front-page th {
	background:#E2E2FF;
}

/*----------------------*/


div.form-div-kz
{
	width:95%;
	background-color:white;
	font-size:100%;
	font-weight:normal;
	line-height:150%;
}

div.form-div-answer
{
	text-align: left;
	color:#000;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #999;	
	padding: 10px;
	margin-bottom: 10px;
}

div.form-div-answer-header
{
	background: #efeeee;
	background-repeat:repeat-x;
    text-align: left;
	color:#25639A;
	padding: 5px; 
	margin: 5px; 
}

.ask
{
	color: #23d !important;
}

.answer
{
	white-space: normal;
	color: #421 !important;
}

.statusred
{
	background: #fd7 !important;
}

div.form-div-answer-body
{
	display: block;
	background: #fff;
	border: 1px solid #999;
	text-align: left;
	color:#333;
	padding: 5px; 
	margin: 5px; 
}

table.form-div-kz th, table.form-div-kz td
{
	padding: 2px;
	vertical-align:top;
}

table.form-div-kz th
{
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

table.form-div-kz tr.delimiter
{
    border-top: 1px solid #ADC3D5;
    border-bottom: 1px solid #ADC3D5;
    height: 20px;
}

table.form-div-kz td
{
	padding: 15px 5px;
}

table.form-filter-table
{
	background-color:white;
	font-size:100%;
	border-collapse:collapse;
}

table.form-filter-table th
{
	background-repeat:repeat-x;
	text-align: center;
	font-size:100%;
	color:#25639A;
}

table.form-filter-table td, table.form-filter-table th
{
	padding:3px;
/*	border:1px solid #ADC3D5;*/
}

table.form-filter-table td
{
	vertical-align: top;
}


.form-filter-none {
	display: none;
}

.form-filter-inline {
	display: inline;
}

table.form-results-header-inline {
background-color: #ddd;
}

table.form-div-kz table.form-results-header-inline td, table.form-div-kz table.form-results-header-inline th {
	border: 0px !important;
	padding: 0px !important;
	background: none !important;
}

.form-anstext {color:#166122;}
.form-ansvalue {color:#FF0000;}

.form-filteron {color:#FF0000;}
.form-filteroff {color:#1C7729;}


p.book
{ 	
	text-align: justify; 
	padding-left: 10px; 
	padding-right: 10px; 
	text-indent: 20px;  
}	

a.book:link, a.book:visited, a.book:active
{ 	
	font-size: 9px;	
}	

blockquote.book
{
	color: darkblue;
	border: 1px solid #8E8E8E;
	padding: 10px;
	font-family: verdana;
}

/* ----------------------------- */

.news_calendar
{
	width: 160px;
	padding: 5px;
	margin: 0px 0px 10px 10px;
}

/* ----------------------------- */

.catalog-section-list ul
{
	list-style:url(/images/ic_b1.gif);
	margin:0; padding-left:10;
	margin-bottom:0px;
	position: relative; /*IE bug*/
	line-height: normal;

}

.catalog-section-list ul li
{
	margin:0; padding-right: 7px;
	margin-bottom:10px;
	position: relative; /*IE bug*/
	line-height: normal;

}

.catorg-section-list ul
{
	list-style:none;
	margin:0; padding-left:10;
	margin-bottom:0px;
	position: relative; /*IE bug*/
	line-height: normal;

}

.catorg-section-list ul li
{
	margin:10px; padding-right: 7px;
	margin-bottom:10px;
	position: relative; /*IE bug*/
	line-height: normal;
	float: left;
	width: 45%;
	font-weight: bold;
	font-size: 120%;
	font-family: tahoma;

}



.catorg-section-list ul li ul.sub_ul li
{
	font-weight: normal;
	font-size: 80%;
	font-family: tahoma;
	display: inline-block;
	width: auto;
	margin: 3px;
}

.catorg-section-list ul li ul.sub_ul li.a
{
	color: #000;
}

.smi-section-list ul
{
	list-style:none;
	margin:0;
	padding: 0 0 0 10px;
	
	position: relative; /*IE bug*/
	line-height: normal;
}

.smi-section-list ul li
{
	margin:0; padding-right: 10px;
	margin-bottom:10px;
	position: relative; /*IE bug*/
	line-height: normal;
}

div.div-filter-togle
{
padding: 2px;
margin: 0px;
}

.form-filter-none {
	display: none;
}

.form-filter-inline {
	display: inline;
}

.form-anstext {color:#166122;}
.form-ansvalue {color:#FF0000;}

table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td.left
{
	width: 15%;
	/*padding: 15px 5px;*/
}

table.form-table td.right
{
	width: 85%;
	/*padding: 15px 5px;*/
}


table.form-info-table
{
	background-color:white;
	font-size:100%;
	border-collapse:collapse;
}

table.form-info-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-size:100%;
	color:#25639A;
}

table.form-info-table td, table.form-info-table th
{
	padding:3px;
	border:1px solid #ADC3D5;
}

table.form-info-table td
{
	vertical-align: top;
}

img.calendar-icon
{
	border:0px;
}
/* Album */
.photo-album{
	padding: 0px; 
	margin: 0px 0px 10px 0px;
	border: 1px solid #CACACA; 
	float: left; 
	background-color: #f6f6f6; 
	/*width: 100%; */
	width: 48%;
	margin-right: 1%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}

.photo-album-img {padding:5px; margin: 0px 14px 0px 5px;float:left;}
.photo-album-img div, .photo-album-img img {padding:0px;margin:0px;}
.photo-album-img img{border:1px solid #BBBBBB;cursor:hand; cursor:pointer;}
.photo-album-img div.inner {}
.photo-album-img div.tool {
	width:10px; 
	background-image:url('images/tool.gif');
	background-repeat:repeat-y;
	background-position:left top;
	float:left;
	position:relative;
	left:-16px;}
.photo-album-img div.outer {padding:7px 9px 7px 11px; border:1px solid #B2B2B2; background-color:#FFFFFF;}

.photo-album-info {float:left;}
.photo-album-info div.name {font-weight:bold; margin:15px 0px 3px 0px;}
.photo-album-info div.date {}
.photo-album-info div.edit {font-size:90%; color:#DDDDDD; cursor:hand; cursor:pointer;}
/* /Album */

div.top-line
{
margin-left: 130px;
text-align: right;
}

div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}

div.news-detail h3
{
margin-top: 0px;
font-size: 150%;
}


div.news-detail
{
line-height: 150%;
}

div.search-page-small
{
padding-right: 5px;
}

#bimg
{
	position: absolute;
	width: 350px;
	background-color: #36c; 
	border: 1px solid #36c; 
	left:0px; top:-1000px; 
	z-index:999; 
	padding:2px;
	text-align:right;
	color:#fff;
}

#bimg_cb
{
	text-decoration:none;
	border:none;
	color:#fff;
}

#bimgc
{
	padding:3px;
	background-color:#ddd;
	color:#000;
	line-height:15pt;
	text-align: left;
}

#mz_div
{
float: left;
padding: 5px 0px;
}

div.selected
{
color: red;
padding: 15px;
}

div#left_news
{
width: 50%;
float: left;
}

div#right_news
{
width: 50%;
float: left;
}

div#org_info h2
{
font-weight: bold;
font-size: 16px;
background-color: #FFF;
padding: 5px;
padding-left: 21px;
margin: 0px;
margin-bottom: 0.5em;
border-bottom: 2px solid darkred;
color: #500;
}

div#org_info dl
{
padding-left: 20px;
padding-bottom: 10px;
}

div#org_info dt
{
font-weight: bold;
}

div.pix7top
{
margin-top: 7px;
}

div#video_content
{
width: 600px;
height: 300px;
padding: 20px;
margin: 0px;
border: 1px solid #ddd;
background-color: #f8f8f8;
clear: both;
}

div#video_content div.lpart
{
width: 400px;
float: left;
}

div#video_content div.rpart
{
width: 150px;
float: right;
padding: 0px;
margin: 0px;
}

.arhiv_menu 
{
	z-index: -2;
}

.arhiv-menu ul li
{
	min-height: 45px;
	_height: 45px; /* ??? ??? IE */
	padding: 3px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #999;
	line-height: 18px;
	
}

.arhiv-menu ul li.current_section
{
	background-color: #f5f6f9;
}

.arhiv-menu ul li.current_section a
{
	border-bottom: 1px solid #300;
	color: #600;

}

.arhiv-menu ul li a
{
	text-decoration: none;
	color: #006;
}

span.alinks
{
	
	color: #CFD6E1;
	font-size: 90%;
}
span.alinks a.sl
{
	color: #6F87A3;
	font-size: 95%;
}

div#header_m
{
	background: #2F4773 url(/images/bnnrs/novban2.gif) repeat-x;
	width: 468px;
	height: 60px;
	position: absolute;
	top: 20px;
	left: 320px;
	padding-top: 3px;
}

div#header_m table
{
	width: 468px;
}

div#header_m table td
{
	width: 234px;
	height: 17px;
	padding-left: 20px;
}

div#header_m a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	white-space:nowrap;
	padding: 1px;
	width: 200px;
}

div#header_m a:hover
{
	display: block;
	padding: 1px;
	color: darkred;
	background-color: white;
	width: 200px;
}

/* rnd from xnazzy */
#rnd-div h1, #rnd-div h2, #rnd-div p {margin:0; padding:0;}
#rnd-div {background: transparent; margin:1em;}

.rdtop, .rdbottom {display:block; background:transparent; font-size:1px;}
.rdb1, .rdb2, .rdb3, .rdb4 {display:block; overflow:hidden;}
.rdb1, .rdb2, .rdb3 {height:1px;}
.rdb2, .rdb3, .rdb4 {background:transparent; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.rdb1 {margin:0 5px; background:#ccc;}
.rdb2 {margin:0 3px; border-width:0 2px;}
.rdb3 {margin:0 2px;}
.rdb4 {height:2px; margin:0 1px;}

.rdboxcontent {display:block; background:transparent; border:0 solid #ccc; border-width:0 1px;padding:5px 10px}
.rdboxheader {display:block; background:transparent; border:0 solid #ccc; border-width:0 1px; padding:5px 10px; font-weight: bold;border-bottom:1px solid #ccc;}