﻿html, body, input, textarea, select {
	font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
}
html, body{
	height: 100%;
}
img{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
}
A:hover, 
.footer__l a:hover{
	text-decoration: none;
}

form{
	margin: 0;
	padding: 0;
}

.i-clear{
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 1px;
	overflow: hidden;
}

.i-clearfix:before, .i-clearfix:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.i-clearfix:after{
	clear: both;
}
*+html .i-clearfix{
	zoom: 1;
}


.checkbox{
	position: relative;
	top: 2px;
}
* html .checkbox{
	top: 1px;
}
*+html .checkbox{
	top: 1px;
}

@media not all and (-webkit-min-device-pixel-ratio){
	.checkbox{
		top: 0;
	}
}

input[type="image"], input[type="button"], label{ cursor: pointer; }
table{ border-collapse: collapse; border-spacing: 0; border: 0; }

table.ms-disc,
table.ms-viewEmpty[summary="Обсуждения"] {
    width: 98.2%;
}

/*---*/

.ov{overflow: visible !important;}

.fn{float: none !important;}
.fr{float: right !important;}
.fl{float: left !important;}

.m0{margin: 0 !important;}
.mt0{margin-top: 0 !important;}
.mr0{margin-right: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.ml0{margin-left: 0 !important;}

.p0{padding: 0 !important;}
.pt0{padding-top: 0 !important;}
.pr0{padding-right: 0 !important;}
.pb0{padding-bottom: 0 !important;}
.pl0{padding-left: 0 !important;}

.fs14{font-size: 14px !important;}
.fs16{font-size: 16px !important;}
.fs18{font-size: 18px !important;}
.fs20{font-size: 20px !important;}
.fs24{font-size: 24px !important;}

.bt0{border-top: 0 !important;}
.br0{border-right: 0 !important;}
.bb0{border-bottom: 0 !important;}
.bl0{border-left: 0 !important;}

.cp{cursor: pointer;}

.tdn{text-decoration: none !important;}
.tdn:hover{text-decoration: underline !important;}

.bbd{text-decoration: none !important; border-bottom: 1px dashed;}
.bbd:hover{text-decoration: none !important; border-bottom: 0;}

.bbdo{text-decoration: none !important; border-bottom: 1px dotted;}
.bbdo:hover{text-decoration: none !important; border-bottom: 0;}

.hr{ clear: both; height: 0; font-size: 0; line-height: 0px; overflow: hidden; border-bottom: 1px solid #000;}

/*---*/

.scroll_news {
	background: url("/_layouts/Lanit.EEC.Design/imgs/__img2.png") left top no-repeat;
}

html{
	background: url(../imgs/bg.png);



}
html.nobg{
	background: none;
}
.nodlg .pagewrap{
	position: relative;
	min-height: 100%;
}

/*--- header ---*/
@media print {
    .header {
        display:none;
    }
}
.header{
	position: relative;
	height: 184px;
	background: url(../imgs/bg__top.png) left top repeat-x;
}
.header__inn{
	width: 940px;
	margin: 0 auto;
}

.header__t{
	height: 38px;
}
.header__enter{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	float: right;
	margin: 4px 11px 0 0;
	padding: 2px 0 3px 25px;
	font-size: 10px;
	color: #676767!important;
	background: url(../imgs/header__enter.png) left top no-repeat;
}

.header__t ul{
	height: 16px;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	float: right;
}
.header__t ul li{
	float: left;
	height: 16px;
	padding: 0 0 0 3px;
}
.header__t ul li a{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	height: 16px;
	padding: 0 7px 0 7px;
	font-size: 10px;
	text-decoration: none;
	color: #00437C;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
	position: relative;
}
.header__t ul li a.cur{
	background: #ecedef;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ecedef), to(#d4d6da));
	background: -webkit-linear-gradient(#ecedef, #d4d6da);
	background: -moz-linear-gradient(#ecedef, #d4d6da);
	background: -ms-linear-gradient(#ecedef, #d4d6da);
	background: -o-linear-gradient(#ecedef, #d4d6da);
	background: linear-gradient(#ecedef, #d4d6da);
	-pie-background: linear-gradient(#ecedef, #d4d6da);
}

.header__b{
	height: 80px;
}

.logo {
	display: block;
	float: left;
	/*margin: 0 76px 0 0;*/
}
.logo.eaeu img {
    width:100px;
}
.logo.eec {
    margin-left: 20px;
}
.header__search{
	position: relative;
	float: right;
	width: 315px;
	overflow: hidden;
	zoom: 1;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px #a4a7a9;
	-webkit-box-shadow: 0 1px 3px #a4a7a9;
	-o-box-shadow: 0 1px 3px #a4a7a9;
	box-shadow: 0 1px 3px #a4a7a9;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.header__search__inn{
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 5px 11px;
	border: 1px solid #ededed;
	background: #f9f9f9;
}
.header__search__inn input{
	position: relative;
	float: left;
	width: 240px;
	height: 21px;
	padding: 2px 10px 0 10px;
	font-size: 13px;
	color: #252525;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #d8d8d8;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.header__search__btn{
	display: block;
	float: left;
	width: 29px;
	height: 27px;
	background: url(../imgs/header__search__btn.png) left top no-repeat;
	margin-top: -1px;
}
.header__search__inn span{
	margin: 4px 0 0 10px;
	font-size: 12px;
	color: #5d5d5d;
}
.header__search__inn span a{
	color: #8d0000;
}
.header__search__inn div{
	display: inline-block;
}
/*--- footer ---*/
.footer{
	clear: both;
	position: relative;
	margin-top: -60px;
	height: 60px;
	background: url(../imgs/bg__footer.png) left top repeat-x;
}
.footer__inn{
    font-size: 12px;
	color: #252525;
	height: 60px;
	padding-top: 17px;
}

/*.footer a{
	color: #fff;
}*/


.footer__r{
	float: right;
	padding: 7px 15px 0 0;
	
}
.footer__r img {
    max-height:24px;
    max-width:24px;
}
.footer__r a{
	margin-left: 15px;
}
.footer__r span{
	position: relative;
	top: 5px;
}
.footer__c {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
    padding: 4px;
}
.footer__c__wrap {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #e3e3e3;
}

.footer__c img {
   width:60px; 
}
.footer__l{
	overflow: hidden;
	zoom: 1;
	padding: 9px 0 0 15px;
}
.footer__l a{
	color: #990000;
	margin: 0 0 0 20px;
	text-decoration:underline;
}

/*--- footer end---*/

.nodlg .center, 
.topMenu,
.header__inn, 
.links__l,
.footer__inn {
	width: 940px;
	margin: 0 auto!important;
}
.nodlg .center {
	padding-bottom: 60px;
}

.nodlg .pagewrap div.center
{
    width: 942px !important;
}

/************************************************************************************
CONTENT
*************************************************************************************/
.content{
	padding: 3px 0 6px 0;
}

.slider{
	position: relative;
	margin: 0 2px 20px 0;
}


.scroll{
	position: relative;
	z-index: 1;
	height: 355px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	
	}

.scroll_paging{
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
}
.arr-right,
.arr-left{
	zoom: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 350px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #a4adb3;
	-webkit-box-shadow: 0 1px 3px #a4adb3;
	-o-box-shadow: 0 1px 3px #a4adb3;
	box-shadow: 0 1px 3px #a4adb3;
	background: #FFF url(../imgs/arr-left.png) center center no-repeat;
    behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.arr-left:hover{
	background: #e6ecf1 url(../imgs/arr-left__hov.png) center center no-repeat;
}
.arr-right{
	left: auto;
	right: 0;
	background: #FFF url(../imgs/arr-right.png) center center no-repeat;
}
.arr-right:hover{
	background: #e6ecf1 url(../imgs/arr-right__hov.png) center center no-repeat;
}

.scroll_pager{
	position: relative;
	z-index: 2;
	float: right;
	height: 25px;
	margin: 0 42px 0 0;
	padding: 0 7px 0 0px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px #a4adb3;
	-webkit-box-shadow: 0 1px 3px #a4adb3;
	-o-box-shadow: 0 1px 3px #a4adb3;
	box-shadow: 0 1px 3px #a4adb3;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.scroll_pager:before{
	position: absolute;
	content: '';
	top: 0;
	left: -18px;
	width: 20px;
	height: 28px;
	background: url(../imgs/scroll_pager__c.png) left top no-repeat;
}
.scroll_pager a{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 9px 6px 0 6px;
	background: url(../imgs/scroll_pager.png) -20px 0 no-repeat;
	outline: none !important;
}
.scroll_pager a:hover{
	background: url(../imgs/scroll_pager.png) -40px 0 no-repeat;
}
.scroll_pager a.activeSlide{
	background: url(../imgs/scroll_pager.png) 0px 0 no-repeat;
}
.scroll_paging{
	z-index: 3;
}
.scroll_paging a.pause{
	position: absolute;
	top: 352px;
	right: 48px;
	width: 19px;
	height: 19px;
	background: url(../images/play.png) 0px 0  no-repeat;
	outline: none !important;
}
.scroll_pager a.pause.on{
	background: url(../images/pause.png) 0px 0  no-repeat;
}

.scroll_pager .toggle {
    width:19px;
    height:19px;
    background: url(../imgs/toggle.png) no-repeat;
    cursor:pointer;
    float:right;
    margin:3px 0 0 6px;
}

.ie7 .scroll_pager .toggle
{
	float:none !important;
}

.scroll_pager .pause {
    background: url(../imgs/toggle.png) -19px 0 no-repeat;
}

.scroll_pager_inn {
    float:left;
}

.topMenu{
	position: relative;
	z-index: 5;
	height: 41px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dce0e3;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px #a4a7a9;
	-webkit-box-shadow: 0 1px 3px #a4a7a9;
	-o-box-shadow: 0 1px 3px #a4a7a9;
	box-shadow: 0 1px 3px #a4a7a9;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.topMenu__inn{
	position: relative;
	height: 35px;
	margin: 3px;
	background: #003b6d;
	background: -moz-linear-gradient(top,  #004179 0%, #002e56 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004179), color-stop(100%,#002e56));
	background: -webkit-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: -o-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: -ms-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: linear-gradient(to bottom,  #004179 0%,#002e56 100%);
	-pie-background: linear-gradient(#004179, #002e56);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.ie8 .topMenu__inn,
.ie7 .topMenu__inn{
	height: 36px !important;
}
.ie7 .topMenu__inn{
	top: 3px;
}
.topMenu__r{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
}
.topMenu__r li{
	float: left;
}


.topMenu__l{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
}
.topMenu__l li{
	float: left;
	height: 36px;
}


.topMenu li a{
	display: block;
	height: 26px;
	padding: 9px 15px 0 15px;
	font-size: 12px;
	text-decoration: none;
	color: #dbdde2;
	border-right: 1px solid #01325b;
}
.topMenu__l li a{
	font-size: 16px;
}
.topMenu li a:hover{
	background: #1d63a1;
}

.topMenu li.selected a:hover{
    background: none;
}

.topMenu li a.cur,
.topMenu li.selected {
	position: relative;
	color: #454545;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	background: #dfcc9f;
	background: -moz-linear-gradient(top,  #cbb883 0%, #af9256 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbb883), color-stop(100%,#af9256));
	background: -webkit-linear-gradient(top,  #cbb883 0%,#af9256 100%);
	background: -o-linear-gradient(top,  #cbb883 0%,#af9256 100%);
	background: -ms-linear-gradient(top,  #cbb883 0%,#af9256 100%);
	background: linear-gradient(to bottom,  #cbb883 0%,#af9256 100%);
	-pie-background: linear-gradient(#cbb883, #af9256);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, 0.57), inset 0 -2px 3px #ebd49c;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.57), inset 0 -2px 3px #ebd49c;
	-o-box-shadow: 0 1px 2px rgba(0,0,0, 0.57), inset 0 -2px 3px #ebd49c;
	box-shadow: 0 1px 2px rgba(0,0,0, 0.57), inset 0 -2px 3px #ebd49c;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}

.topMenu li.selected a {
	color: #454545;
}

/*.topMenu li a.cur:before,*/
.logoff .topMenu__l li.selected a:before{
	content: '';
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin: 0 0 0 -21px;
	width: 42px;
	height: 13px;
	background: url(../imgs/topMenu__cur.png) left top no-repeat;
	z-index:60;
}

.topMenu.nocnr{
}
.topMenu.nocnr li a.cur:before{
	display: none;
}

.links__table .bbdo {
display: none;
}

.scroll__1,
.scroll__2,
.scroll__3{
	overflow: hidden;
	zoom: 1;
	width: 885px;
	height: 330px;
	padding: 12px 0 12px 32px;
}
.scroll__1__l,
.scroll__2__l,
.scroll__3__l{
	float: left;
	width: 430px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
.scroll__1__r,
.scroll__2__r,
.scroll__3__r{
	overflow: hidden;
	zoom: 1;
}

.scroll__1__l__map{
	position: relative;
	height: 320px;
	background: url(../imgs/MapSite.png) left top no-repeat;
	background-size: 429px 325px;
}
.scroll__1__l__1,
.scroll__1__l__2{
	position: absolute;
	top: 10px;
	padding: 8px 11px;
	font-size: 10px;
	color: #202d37;
	background: -moz-linear-gradient(top,  #e3d2ab 0%, #bba269 82%, #c5b185 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3d2ab), color-stop(82%,#bba269), color-stop(100%,#c5b185));
	background: -webkit-linear-gradient(top,  #e3d2ab 0%,#bba269 82%,#c5b185 100%);
	background: -o-linear-gradient(top,  #e3d2ab 0%,#bba269 82%,#c5b185 100%);
	background: -ms-linear-gradient(top,  #e3d2ab 0%,#bba269 82%,#c5b185 100%);
	background: linear-gradient(to bottom,  #e3d2ab 0%,#bba269 82%,#c5b185 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d2ab', endColorstr='#c5b185',GradientType=0 );
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, 0.57), inset 0 -2px 3px #ebd49c;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.57), inset 0 -2px 3px #ebd49c;
	-o-box-shadow: 0 1px 2px rgba(0,0,0, 0.57), inset 0 -2px 3px #ebd49c;
	box-shadow: 0 1px 2px rgba(0,0,0, 0.57), inset 0 -2px 3px #ebd49c;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.scroll__1__l__1 strong,
.scroll__1__l__2 strong{
	float: left;
	margin: 0 8px 0 0;
	font-size: 28px;
	color: #8f0000;
}
.scroll__1__l__1 span,
.scroll__1__l__2 span{
	float: left;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	padding: 3px 0 0 0;
}
.scroll__1__l__1{
	left: 10px;
}
.scroll__1__l__2{
	right: 20px;
}


.scroll h3{
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #252525;
}

.scroll .text{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #000000;
}

.scroll .text a{
	color: #00437c;
}

.scroll .scrl__links{
	margin: 0;
	padding: 0;
	list-style: none;
}
.scroll .scrl__links li{
	float: left;
	margin: 0;
	padding-left: 3px;
}
.scroll .scrl__links li a{
	overflow: hidden;
	zoom: 1;
	position: relative;
	width: 176px;
	height: 57px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 33px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #003a6b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #FFF;
    text-align: left;
    background:  url(../imgs/comission-link-block.png) no-repeat;
    background-size: 100% 100%;
}
.ie8 .scroll .scrl__links li a{
	border-radius: 0;
}

/*.nipad*/ .scroll .scrl__links li a:hover{
	color: #202d37;
	background:  url("/_layouts/Lanit.EEC.Design/imgs/comission-link-block-hover.png") no-repeat;
    background-size: 100% 100% !important;
}

.scroll__2__l{
	border-right: 1px solid #bcbcbc;
}

.scroll2_pager{
	float: right;
}

.scroll2_pager a, 
.scroll2_pager a:link,
.scroll2_pager a:visited{
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0, 0.4);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0, 0.4);
	-o-box-shadow: inset 0 2px 4px rgba(0,0,0, 0.4);
	box-shadow: inset 0 2px 4px rgba(0,0,0, 0.4);
	background: #FFF;
}
.scroll2_pager a.activeSlide{
	color: #FFF;
	background: #354c6b;
}

.scroll2 div{
	position: relative;
	width: 420px;
	height: 280px;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}
.scroll2 div img {
    max-width: 420px;
    max-height: 280px;
}
.scroll2 div span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 310px;
	padding: 10px 100px 10px 10px;
	font-size: 12px;
	color: #ffffff;
	background: rgba(70, 100, 140, 0.8);
}
.ie8 .scroll2 div span,
.ie7 .scroll2 div span{
	background: #657c9e;
}
.scroll2 div span .more{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}

.scrl__news{
	border-bottom: 1px dotted #265071;
}
.scrl__news a, 
.scrl__news a:link,
.scrl__news a:visited {
	display: block;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.scrl__news a:hover{
	background: #eaf2f8;
}
.scrl__news a span{
	display: block;
	padding: 0 0 5px 0;
	font-size: 12px;
	color:#717171;
}
.scrl__news a span.red {
    color:#a30000;
}

.scrl__deside{
	position: relative;
	margin: 0 10px 0 0;
	background: #efefef;
	-moz-box-shadow: inset 0 1px 4px #b8b8b8;
	-webkit-box-shadow: inset 0 1px 4px #b8b8b8;
	-o-box-shadow: inset 0 1px 4px #b8b8b8;
	box-shadow: inset 0 1px 4px #b8b8b8;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.scrl__deside a,
.scrl__deside a:link,
.scrl__deside a:visited{
	display: block;
	padding: 5px;
	font-size: 12px;
	/*text-decoration: none;*/
	color: #000000;
	border-bottom: 1px dotted #265071;
	overflow:hidden;
	max-height:42px;
}
.scrl__deside a:last-child{
	border-bottom: 0;
}
.scrl__deside a span{
	display: block;
	float: left;
	/*margin: 0 8px 0 0;*/
	font-size: 21px;
	font-weight: bold;
	color: #000;
}
.scrl__deside a p{
	margin: 0 0 0 40px;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

.scroll__3__l__l{
	float: left;
	/*width: 210px;*/
	padding: 0;/* 0 40px 0;*/
}
.scroll__4__l__l{
	float: left;
	width: 210px;
	padding: 0 0 40px 0;
}
.scroll__3__r h3,
.scroll__3__l h3{
	margin: 0 0 16px 0;
	/*font-size: 13px;*/
	color: #1e2336;
}
.scroll__3__l__l li{
	margin-bottom: 6px !important;
}
.scroll__3__l__l li a{
	font-size: 12px !important;
	padding: 3px 0 3px 32px !important;
    
    background-size: 100% 100%;
    height: 45px !important;
}
.ie .scroll__3__l__l li a {
    background-image: url(../imgs/documents-link-bg2.png) !important;
}
.scroll__3__l__l li a:hover
{
    color: #202d37 !important;
	-moz-box-shadow: 0 1px 2px  #a3a3a3, inset 0 -2px 3px #ebd49c !important;
	-webkit-box-shadow: 0 1px 2px  #a3a3a3, inset 0 -2px 3px #ebd49c !important;
	-o-box-shadow: 0 1px 2px  #a3a3a3, inset 0 -2px 3px #ebd49c !important;
	box-shadow:none !important;
    background-size: 100% 100% !important;
}
.ie .scroll__3__l__l li a:hover {
    background-image: url(../imgs/documents-link-bg2-hover.png) !important;
}
.scrl__search {
}
.scrl__search input{
	position: relative;
	float: left;
	width: 378px;
	height: 21px;
	padding: 2px 10px 0 10px;
	font-size: 13px;
	color: #252525;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #d8d8d8;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.ie7 .scrl__search input
{
    border-radius: none !important;
}
.scrl__search__btn{
	display: block;
	float: left;
	width: 29px;
	height: 27px;
	background: url(../imgs/header__search__btn.png) left top no-repeat;
}
.scrl__search span{
	margin: 4px 0 0 10px;
	font-size: 12px;
	color: #5d5d5d;
}
.scrl__search span a,
.scrl__search span a:link,
.scrl__search span a:visited{
	color: #006193;
}


.info__l{
	margin: 0 0 4px 0;
}


.info {
	float: left;
	width:457px;/* 465px;*/
	height: 150px;
	margin: 0 11px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.info h2 {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.info h2 span{
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background: #003b6d;
	background: -moz-linear-gradient(top,  #004179 0%, #002e56 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004179), color-stop(100%,#002e56));
	background: -webkit-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: -o-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: -ms-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: linear-gradient(to bottom,  #004179 0%,#002e56 100%);
	-pie-background: linear-gradient(#004179, #002e56);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}

.info ul{
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 1;
	height: 102px;
	margin: 0 5px 5px 5px;
	padding: 4px 0 0 0;
	list-style: none;
	border: 1px solid #e3e3e3;
	background: #efefef;
}
.info ul li{
	float: left;
	width: 49.9%;
}
.info ul li a,
.info ul li a:link,
.info ul li a:visited,
.info ul li span {
	display: block;
	padding: 9px 5px 9px 35px;
	font-size: 13px;
	color: #006193;
	background-repeat:no-repeat!important;
	background-position:9px 9px!important;
	text-decoration:underline;
}
.info ul li a.info__ico__1{
	background: url(../imgs/info__ico__1.png) 9px 9px no-repeat;
}
.info ul li a.info__ico__2{
	background: url(../imgs/info__ico__2.png) 9px 9px no-repeat;
}
.info ul li a.info__ico__3{
	background: url(../imgs/info__ico__3.png) 9px 9px no-repeat;
}
.info ul li a:hover{
	color: #910000;
	text-decoration: underline;
	background-color: #FFF;
}

.tabs
{
    width: 464px;
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 5px 0 0 0;
	top: -5px;
}

.disp .tabs {
    position: relative;
}

.tabs dt{
	position: relative;
	float: left;
	height: 17px;
	background: #003b6d;
	border: 1px solid #48678c;
	border-bottom: 0;
	margin: 0 2px 0 0;
	padding: 0 20px;
	cursor: pointer;
	font-size: 12px;
	color: #FFF;
	-webkit-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.tabs dt:before{
	content: '';
	position: absolute;
	top: -1px;
	right: -6px;
	width: 7px;
	height: 18px;
	background: url(../imgs/tab__c__bl.png) left top no-repeat;
}

.tabs dt:hover{
	background-color: #baa360;
	border-color: #9e8537;
}
.tabs dt:hover:before{
	background: url(../imgs/tabs__c__y.png) left top no-repeat;
}

.tabs dt.selected{
	border-color: #FFF;
	background: #fff;
	z-index: 5;
	cursor: auto;
	height: 24px;
	padding: 5px 0 0 4px;
	position: relative;
	top: -5px;
	color: #252525;
}
.tabs dt.selected:before{
	top: -1px;
	right: -8px;
	width: 9px;
	height: 29px;
	background: url(../imgs/tabs__c__w.png) left top no-repeat;
}
.tabs dt.selected span{
	display: block;
	height: 23px;
	padding: 1px 20px 0 14px;
	border: 1px solid #efefef;
	background: #fcfcfc;
	border-bottom: 0;
	border-right: 0;
}

.tabs dd{
	background: #fff;
	display: none;
	float: right;
	width: 100%;
	margin: 18px 0 0 -100%;
	/*position: relative;*/
	z-index: 2;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.tabs dd.selected{
	display: block;
}

.tabs .tab-content{
	/*position: relative;*/
	height: 105px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	border: 1px solid #efefef;
	background: #fcfcfc;
}

.news-info a.img {
    line-height: 85px!important;
    height: 85px;
    width: 112px;
    text-align: center;
}

.news-info a.img img {
    max-height: 85px;
    max-width: 112px;
    vertical-align:middle;
}

.album-info a.img {
    line-height: 57px!important;
    height: 57px;
    width: 77px;
    text-align: center;
}

.album-info a.img img {
    max-height: 57px;
    max-width: 77px;
    vertical-align:middle;
}

.tab-content .news-info a.img{
	display: block;
	float: left;
	padding: 3px;
	margin: 0 5px 0 0;
	border: 1px solid #d4d4d4;
	background: #FFF;
}
.tab-content .news-info a.img__empt{
	display: block;
	float: left;
	width: 82px;
	height: 30px;
	padding: 35px 0 0 0;
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #1c1c1c;
	background: url(../imgs/img__empty.png) left top no-repeat;
}
.tab-content .news-info .date{
	display: block;
	padding: 5px 0;
	font-size: 12px;
	color: #c0c0c0;
}
.tab-content .news-info a{
	padding: 0 10px 0 0;
	font-size: 12px;
	text-decoration: none;
	color: #00437c;
	background: url(../imgs/arr__red.png) right 4px no-repeat;
	line-height: 17px;
}
.tab-content .news-info a:hover,
.footer__c__res a:hover {
	text-decoration: underline;
	color: #8d0000;
}
.tab-content .news-info a.more{
	position: absolute;
	bottom: 10px;
	right: 12px;
	color: #252525;
	padding: 0;
	background: none;
    font-family: sans-serif;
    font-size: 12px;
}
.z1{
	z-index: 1;
}
.z2{
	z-index: 2;
}
.z3{
	z-index: 3;
}
.z4{
	z-index: 4;
}


.calendar{
	padding: 5px;
	margin: 0 0 19px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.calendar__inn{
	position: relative;
	border: 1px solid #ededed;
	border-right: 0;
	border-left: 0;
	background: #f9f9f9;
}
.calendar__item{
	position: relative;
	float: left;
	width: 209px;
	height: 100px;
	padding: 8px 8px 0 5px;
	margin: 0 0 0 10px;
	border: 1px solid #c8ced0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
/*
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
*/
}
.calendar__item:first-child{
	margin-left: 0;
}
.calendar__item__date{
	float: left;
	width: 54px;
	height: 56px;
	padding: 17px 0 0 0;
	margin: 0 12px 0 3px;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background: url(../imgs/calendar__item__date.png) left top no-repeat;
	line-height:normal;
}
.sobit__inn .calendar__item__date {
    height: 71px;
}
.calendar__item__date strong{
	display: block;
	font-size: 30px;
}
.calendar__item p{
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 74px;
	zoom: 1;
}
.hy .calendar__item p {
    height: 82px;
} 
.calendar__item p a,
.calendar__item p a:link, 
.calendar__item p a:visited{
	padding: 0 10px 0 0;
	font-size: 12px;
	text-decoration: none;
	color: #00437c;
	background: url(../imgs/arr__red.png) right 4px no-repeat;
}
.calendar__item p a:hover{
	text-decoration: underline;
	color: #8d0000 ;
}

.calendar__item ul{
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	display:inline-block;
	max-height: 64px;
    overflow: hidden;
}
.calendar__item li {
    min-width:50%;
    float:left;
}
.calendar__item ul a, 
.calendar__item ul a:visited,
.calendar__item ul a:link{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	padding: 3px 6px 3px 15px;
	font-size: 12px;
	text-decoration: none;
	color: #252525;
	background: url(../imgs/arr__black__dot.png) 6px 8px no-repeat;
}
.calendar__item ul a:hover{
	background-color: #d3c39e;
}

.calendar__item.old,
.sobit__inn.old {
	background: #e6ecef;
}
.old .calendar__item__date,
.calendar__item__date.old {
	background: url(../imgs/calendar__item__date__old.png) left top no-repeat;
}
.calendar__item.old p a,
.sobit__inn.old p a {
	color: #00437c!important;
	background: url(../imgs/arr__green.png) right 4px no-repeat;
}

.calendar__item.old p a:hover{
	text-decoration: underline;
	color: #8d0000 !important ;
}

.calendar__a, 
a.calendar__a:visited{
	position: absolute;
	padding-top: 6px;
	right: 9px;
	bottom: 6px;
	display: inline-block;
	display: inline;
	vertical-align: top;
	zoom: 1;
	padding: 5px 13px;
	font-size: 12px;
	text-decoration: none;
	color: #252525 !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #f8f4eb;
	background: -moz-linear-gradient(top,  #dfcc9f 0%, #cdb069 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfcc9f), color-stop(100%,#cdb069));
	background: -webkit-linear-gradient(top,  #dfcc9f 0%,#cdb069 100%);
	background: -o-linear-gradient(top,  #dfcc9f 0%,#cdb069 100%);
	background: -ms-linear-gradient(top,  #dfcc9f 0%,#cdb069 100%);
	background: linear-gradient(to bottom,  #dfcc9f 0%,#cdb069 100%);
	-moz-box-shadow: 0 1px 2px #dfcc9f , inset 0 -2px 3px #ebd49c;
	-webkit-box-shadow: 0 1px 2px #dfcc9f , inset 0 -2px 3px #ebd49c;
	-o-box-shadow: 0 1px 2px #dfcc9f , inset 0 -2px 3px #ebd49c;
	box-shadow: 0 1px 2px #dfcc9f , inset 0 -2px 3px #ebd49c;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
	
}

.ie9 .calendar__a 
{
    background: #dfcc9f;
    
}

.calendar__a:hover
{
    padding-top: 5px;
	background: #cdb069;
	background: -moz-linear-gradient(top,  #cdb069 0%, #dfcc9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdb069), color-stop(100%,#dfcc9f));
	background: -webkit-linear-gradient(top,  #cdb069 0%,#dfcc9f 100%);
	background: -o-linear-gradient(top,  #cdb069 0%,#dfcc9f 100%);
	background: -ms-linear-gradient(top,  #cdb069 0%,#dfcc9f 100%);
	background: linear-gradient(to bottom,  #cdb069 0%,#dfcc9f 100%);
		-moz-box-shadow: 0 1px 2px #dfcc9f , inset 0 -2px 3px #ebd49c;
	-webkit-box-shadow: 0 1px 2px #dfcc9f , inset 0 -2px 3px #ebd49c;
	-o-box-shadow: 0 1px 2px #dfcc9f , inset 0 -2px 3px #ebd49c;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}

.links__l{
	/*margin: 0 0 9px 0;*/
	/*padding-top:15px; */
}

.links{
	position: relative;
	float: left;
	overflow: hidden;
	zoom: 1;
	padding: 5px;
	margin: 0 7px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
    width: 693px;
}
.ie8 .links{
	margin: 0 6px 0 0;
}
.links__inn{
	position: relative;
	border: 1px solid #d9d9d9;
	background: #ececec;
	max-height: 200px;
        overflow: hidden;
    	background: -moz-linear-gradient(top,  #ececec 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(top,  #ececec 0%,#e4e4e4 100%);
	background: -o-linear-gradient(top,  #ececec 0%,#e4e4e4 100%);
	background: -ms-linear-gradient(top,  #ececec 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom,  #ececec 0%,#e4e4e4 100%);
	background: linear-gradient(#ececec, #e4e4e4);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.links__item{
	float: left;
	width: 192px;
	height: 150px;
	padding: 13px 18px 0 12px;
	margin: 0 0 0 10px;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}
.links__item:first-child{
	margin-left: 0;
	border-left: 0;
}
.links__item:last-child{
	border-right: 0;
}
.links__item a, 
.links__item span,
.footer__c__header {
	font-size: 14px;
	color: #00437c;
}
.footer__c__header{
    padding-bottom:7px;
}
.links__item a:hover{
	color: #8d0000!important;
	text-decoration: underline;
}
.links__item ul{
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	max-height: 129px;
    overflow: hidden;
}
.links__item ul li{
	padding: 0 0 3px 0;
}
.links__item ul a,
.links__item ul a:link,
.links__item ul a:visited,
.footer__c__res a {
	font-size: 12px;
	color: #252525;
	text-decoration:underline;
}
.footer__c__res{
    padding-bottom: 5px;
}
.footer__c__res a {
    line-height: 18px;
}

.mail{
	position: relative;
	float: left;
	overflow: hidden;
	zoom: 1;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.mail__inn{
	width: 215px;
	height: 107px;
	padding: 6px 0 0 4px;
	position: relative;
	border: 1px solid #ededed;
	background: #f9f9f9;
}
.mail__inn strong{
	display: block;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: normal;
	color: #4b4b4b;
}
.mail__inn input[type=text]{
	position: relative;
	width: 188px;
	margin: 0 0 10px 0;
	padding: 3px 10px;
	font-size: 14px;
	color: #252525;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.mail__inn input[type=button], #feedback button{
	position: relative;
	width: 180px;
	height: 25px;
	font-size: 12px;
	color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	background: #003b6d;
	background: -moz-linear-gradient(top,  #1064a5 0%, #0c4a85 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1064a5), color-stop(100%,#0c4a85));
	background: -webkit-linear-gradient(top,  #1064a5 0%,#0c4a85 100%);
	background: -o-linear-gradient(top,  #1064a5 0%,#0c4a85 100%);
	background: -ms-linear-gradient(top,  #1064a5 0%,#0c4a85 100%);
	background: linear-gradient(to bottom,  #1064a5 0%,#0c4a85 100%);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}

.inner{
	margin: 0 0 9px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}

.bread{
	padding: 7px 12px;
	font-size: 12px;
	color: #6f6f6f;
	border-bottom: 1px dotted #b2b2b2;
}

.bread a{
	margin: 0 10px;
	text-decoration: none;
	color: #00437c;
	display:inherit;
}
.bread a:hover{
	text-decoration: underline;
}
.bread .em{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	width: 3px;
	height: 5px;
	margin: 5px 0 0 0;
	background: url(../imgs/arr__black__dot.png) left top no-repeat;
}
.bread .cur{
	margin: 0 10px;
}


.inner__l{
	float: left;
	width: 214px;
	padding: 17px 18px 17px 9px;
}
.inner__l__menu, 
.inner__l .root{
	margin: 0;
	padding: 3px;
	list-style: none;
	border: 1px dashed #c2c2c2;
}
.inner__l__menu__a,
.inner__l .root > li > .menu-item {
	display: block;
	padding: 5px 9px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #00315a;
}
.inner__l__menu__a:hover,
.inner__l__menu__a.cur,
.inner__l .root > li > a:hover,
.inner__l .root > li > a.selected{
	color: #000000;
	background: #d4e0e9;
}
.inner__l__menu__ul,
.inner__l ul ul{
	margin: 0;
	padding: 3px;
	list-style: none;
}
.inner__l__menu__ul__a,
.inner__l ul ul a{
	display: block;
	padding: 8px 10px 8px 19px;
	font-size: 13px;
	text-decoration: none;
	color: #1a3145;
	background: url(../imgs/arr__black__dot.png) 10px 13px no-repeat;
}
.inner__l__menu__ul__a:hover,
.inner__l ul ul a:hover,
.inner__l ul ul a.selected {
	text-decoration: underline;
}

.inner__r{
	padding: 0 17px 17px 0;
	overflow: hidden;
	zoom: 1;
}
.inner__r.ml17{
	padding-left: 17px;
}
.inner__r.ml243{
	margin-left: 243px;
}

.inner__r__title{
	margin: 0 0 25px 0;
	font-size: 20px;
	font-weight: normal !important;
	color: #252525;
}
.inner__r__title.mb10{
	margin: 0 0 10px 0;
	font-weight:normal;
}
.inner__r__title .filtr{
	float: right;
	margin: 5px 5px 0 0;
	font-size: 13px;
	text-decoration: none!important;
	color: #686868!important;
	border-bottom: 1px dotted;
	font-weight:normal;
}
.inner__r__title .filtr:hover{
	border-bottom: 0;
}

.inner__r__text{
	font-size: 13px;
	color: #000000;
}
.inner__r__text ol{
	overflow: hidden;
	zoom: 1;
}
.inner__r__text blockquote{
	margin: 10px 0 20px 0;
	padding: 0;
}
.inner__r__text blockquote p{
	position: relative;
	margin: 0 0 31px 0;
	padding: 25px;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #444444;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e3ebf0;
	background: -moz-linear-gradient(top,  #e3ebf0 0%, #c6d5e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3ebf0), color-stop(100%,#c6d5e1));
	background: -webkit-linear-gradient(top,  #e3ebf0 0%,#c6d5e1 100%);
	background: -o-linear-gradient(top,  #e3ebf0 0%,#c6d5e1 100%);
	background: -ms-linear-gradient(top,  #e3ebf0 0%,#c6d5e1 100%);
	background: linear-gradient(to bottom,  #e3ebf0 0%,#c6d5e1 100%);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.inner__r__text blockquote p:before{
	content: '';
	position: absolute;
	bottom: -23px;
	left: 27px;
	width: 23px;
	height: 23px;
	background: url(../imgs/inner__r__text__blockquote.png) left top no-repeat;
}
.inner__r__text blockquote .author{
	overflow: hidden;
	zoom: 1;
	font-size: 13px;
	color: #323232;
}
.inner__r__text blockquote .author img{
	float: left;
	margin: 0 6px 0 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.inner__r__text blockquote .author strong{
	display: block;
	margin: 10px 0 0 0;
}

.inner__r__sotial{
	padding: 8px 0 25px 0;
	font-size: 13px;
	font-style: italic;
	color: #838383;
}

.inner__r__left{
	float: left;
}

.new__right .inner__r__left{
    float:right;
}

.inner__r__left .video-attach div,
.inner__r__left .new-image {
    margin: 0 20px 0 2px;
}

.new__right .inner__r__left .album-attach .news-album-photo-preview,
.new__right .inner__r__left .album-attach .jcarousel-skin-tango,
.new__right .inner__r__left .video-attach div,
.new__right .inner__r__left .new-image {
    margin: 0 0 0 20px;
}

.inner__r__left a.img,
.inner__r__left .new-image img,
.banner {
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	margin: 0 0 9px 2px;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}

.inner__r__left .new-image img {
    margin-left:0;
}

.inner__r__left img {
    max-width:210px;
	max-height:135px;
}



.inner__news{
	overflow: hidden;
	zoom: 1;
	padding: 15px 23px;
	border-top: 1px dotted #b2b2b2;
	float:left;
}
.inner__news h2{
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	color: #252525;
}
.inner__news h2 .ico__rss{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	width: 44px;
	height: 16px;
	margin: 5px 0 0 15px;
	background: url(../imgs/ico__rss.png) left top no-repeat;
}
.inner__r__news__item{
	float: left;
	width: 208px;
	padding: 0 15px 0 0;
	font-size: 10px;
	line-height: 20px;
	color: #7c7c7c;
}
.inner__r__news__item a,
.inner__r__news__item a:link,
.inner__r__news__item a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #0062a7;
	text-decoration:underline;
}


.inner__r__filter{
	margin: 0 0 12px 0;
	padding: 3px 11px;
	font-size: 13px;
	color: #000000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f2f2f2;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
/*.inner__r__filter strong{
	position: relative;
	top: 5px;
}*/

.inner__r__photo__bl{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__photo__bl a{
	color: #00437c!important;
	text-decoration:underline!important;
}
.inner__r__photo__bl a.title {
    font-size: 18px;
}
.inner__r__photo__bl a:hover{
    text-decoration:none!important;
}
.inner__r__photo__bl span{
	display: block;
	margin: 13px 0;
	font-size: 13px;
	color: #000000;
}
.inner__r__photos img {
    max-height: 105px;
    max-width: 156px;
}
.inner__r__photos a {
	margin: 0 17px 0 0;
	background: #fafafa;
	height: 105px;
	width: 156px;
	text-align: center;
	display: inline-block;
}
.inner__r__photos a.img__empt{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	outline: 22px solid #fafafa;
	position: relative;
	top: 22px;
	left: 22px;
	width: 82px;
	height: 30px;
	padding: 35px 0 0 0;
	margin: 0;
	font-size: 11px;
	text-align: center;
	text-decoration: none!important;
	color: #1c1c1c!important;
	background: url(../imgs/img__empty.png) left top no-repeat;
}

.inner__r__video__bl{
	overflow: hidden;
	zoom: 1;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 22px;
	color: #5c5c5c;
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__video__bl p{
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}
.inner__r__video__bl a,
.inner__r__video__bl a:visited{
	color: #00437c!important;
	text-decoration:underline!important;
}
.inner__r__video__bl .inner__r__video__bl__a{
	font-size: 18px;
	line-height: 24px;
}
.inner__r__video__bl span{
	color: #000000;
}
.inner__r__video__bl .img{
	margin: 0 25px 0 0;
	float: left;
}

.inner__r__video__bl__s{
	display: block;
	padding: 10px 0;
}
.inner__r__video__bl__s a,
.inner__r__video__bl__s a:visited{
	font-size: 13px;
	color: #000000!important;
}
.inner__r__video__bl2{
	overflow: hidden;
	zoom: 1;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 19px;
	color: #5c5c5c;
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__video__bl2 p{
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 0 0;
	padding: 0;
}
.inner__r__video__bl2 a{
	color: #000!important;
	text-decoration:underline!important;
}
.inner__r__video__bl2 a:hover,
.inner__r__video__bl a:hover{
    text-decoration:none!important;
}
.inner__r__video__bl2 .inner__r__video__bl__a{
	font-size: 18px;
	line-height: 24px;
	color: #00437c!important;
}
.inner__r__video__bl2 span{
	color: #000000;
}
.inner__r__video__bl2 .img{
	margin: 10px 25px 0 0;
	float: left;
}

.inner__r__paging{
	padding: 5px 0;
	font-size: 13px;
	color: #000000;
}
.inner__r__paging a{
	margin: 0 7px;
	font-size: 13px;
	text-decoration: none;
	color: #000000!important;
}
.inner__r__paging a:hover{
	text-decoration: underline;
}
.inner__r__paging a.arr{
	text-decoration: underline;
	color: #00437c!important;
}
.inner__r__paging a.arr:hover{
	text-decoration: none;
}
.inner__r__paging .cur{
	padding: 4px 5px;
	margin: 0 2px;
	font-size: 13px;
	color: #FFF;
	background: #265687;
}
.inner__r__article{
	overflow: hidden;
	zoom: 1;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 19px;
	color: #5c5c5c;
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__article h3{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #5b5b5b;
}
.inner__r__article .img__big{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	margin: 10px 0 15px 2px;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.inner__r__article .img{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	margin: 0 0 9px 2px;
	padding: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.inner__r__article .img.cur{
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}





.inner__r__search{
	margin: 0 0 12px 0;
	padding: 5px;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.inner__r__search__inn{
	padding: 6px 10px;
	font-size: 13px;
	color: #000000;
	border: 1px solid #ccd7e1;
	background: #d7e3ed;
}
.inner__r__search__inn .txt{
	position: relative;
	width: 570px;
	margin: 0 10px 10px 25px;
	padding: 3px 10px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.inner__r__search__inn .btn{
	position: relative;
	height: 24px;
	padding: 0 24px;
	font-size: 13px;
	color: #313131;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.61), inset 0 2px 0 #FFF;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.61), inset 0 2px 0 #FFF;
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.61), inset 0 2px 0 #FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.61), inset 0 2px 0 #FFF;
	background: #ecedef;
	background: -moz-linear-gradient(top,  #ecedef 0%, #d4d6da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecedef), color-stop(100%,#d4d6da));
	background: -webkit-linear-gradient(top,  #ecedef 0%,#d4d6da 100%);
	background: -o-linear-gradient(top,  #ecedef 0%,#d4d6da 100%);
	background: -ms-linear-gradient(top,  #ecedef 0%,#d4d6da 100%);
	background: linear-gradient(to bottom,  #ecedef 0%,#d4d6da 100%);
	-pie-background: linear-gradient(#ecedef, #d4d6da);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");z
}
.ml70{
	margin-left: 70px;
}




.niceRadio {
	width: 14px;
	height: 14px;
	margin: 0 10px 0 25px;
	display: inline-block;
	cursor: pointer;
	background: url(../imgs/radio.png);
	overflow: hidden;
}
.radioChecked {
	background-position: 0 -14px;
}
.niceRadio input {
	margin-left: -15px;
}


.niceCheck {
	width: 12px;
	height: 13px;
	display: inline-block;
	cursor: pointer;
	background: url(../imgs/checkbox.png);
	overflow: hidden;
}
.niceChecked {
	background-position: 0 -13px;
}
.niceCheck input {
	margin-left: -100px;
}
.inner__r__searchPar{
	padding: 0 0 15px 0;
}

.inner__r__searchPar__title{
	padding: 0 0 9px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__searchPar__title__a{
	position: relative;
	margin: 0 0 0 20px;
	font-size: 18px;
	color: #00437c;
}
.inner__r__searchPar__title__a:before{
	content: '';
	position: absolute;
	top: 8px;
	left: -15px;
	width: 4px;
	height: 7px;
	background: url(../imgs/arr__blue.png) left top no-repeat;
}
.open .inner__r__searchPar__title__a{
	color: #252525;
}
.open .inner__r__searchPar__title__a:before{
	top: 10px;
	width: 7px;
	height: 4px;
	background: url(../imgs/arr__black__d.png) left top no-repeat;
}


.inner__r__searchPar__inn{
	display: none;
}
.open .inner__r__searchPar__inn{
	display: block;
}
.inner__r__searchPar__inn label{
	margin: 0 30px 0 0;
}

.inner__r__searchPar__inn table{
	margin: 20px 0 0 0;
}
.inner__r__searchPar__inn td{
	padding: 0 20px 20px 0;
	vertical-align: top;
	font-size: 13px;
	color: #5c5c5c;
}
.inner__r__searchPar__inn td em{
	display: block;
	font-style: normal;
	color: #9d9d9d;
}
.inner__r__searchPar__inn__a{
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	color: #00437c;
	border-bottom: 1px dotted;
}
.inner__r__searchPar__inn__a.red{
	color: #be0000;
}

.datepicker{
	width: 78px;
	padding: 3px 10px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-datepicker-trigger{
	margin: 7px 15px 0 3px;
}



.inner__r__search__result{
	margin: 0 0 12px 0;
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__search__result__title{
	overflow: hidden;
	zoom: 1;
	padding: 5px 0 10px 0;
	font-size: 20px;
	color: #252525;
}
.inner__r__search__result__title span{
	float: right;
	padding: 0 60px 0 0;
	font-size: 14px;
	color: #252525;
}
.inner__r__search__result__title__v1{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	width: 38px;
	height: 28px;
	margin: -5px 0 0 10px;
	background: url(../imgs/inner__r__search__result__title__v1.png) left top no-repeat;
	cursor: pointer; 
}
.inner__r__search__result__title__v2{
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1;
	width: 38px;
	height: 28px;
	margin: -5px 0 0 10px;
	background: url(../imgs/inner__r__search__result__title__v2.png) left top no-repeat;
	cursor: pointer; 
}
.inner__r__search__result__title__v1.cur{
	background: url(../imgs/inner__r__search__result__title__v1__cur.png) left top no-repeat;
}
.inner__r__search__result__title__v2.cur{
	background: url(../imgs/inner__r__search__result__title__v2__cur.png) left top no-repeat;
}

.inner__r__search__result__item{
	padding: 0 0 25px 0;
}
.inner__r__search__result__item span{
	display: block;
	padding: 0 0 10px 0;
	font-size: 13px;
	color: #000000;
}
.inner__r__search__result__item span a{
	font-size: 13px;
	color: #000000;
}
.inner__r__search__result__item span a img{
	margin: 0 0 0 5px;
}
.inner__r__search__result__item__a{
	font-size: 13px;
	text-decoration: none;
	color: #006193;
	border-bottom: 1px dotted;
}
.inner__r__search__result__item__a:hover{
	border: 0;
}



.scroll-pane{
	width: 870px;
	margin: 10px 0;
	padding-left: 20px;
	height: 200px;
	overflow: auto;
	border: 1px dashed #c2c2c2;
}

#divPublication #framePreview,
#divPreviewFile #framePreview {
	height:475px!important;
}
.clubmembers .scroll-pane2{
	/*width: 360px;*/
	height: 150px;
}
.scroll-pane2{
	/*width: 525px;*/
	height: 456px;
	overflow: auto;
	border-bottom: 1px dashed #c2c2c2;
}
.jspTrack{
	background: #f1f1f1 !important;
}
.jspDrag{
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #b1b1b1 !important;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}


.inner__r__search__result ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.inner__r__search__result ul li{
	padding: 8px 0 8px 32px;
}
.inner__r__search__result ul li a{
	position: relative;
	font-size: 13px;
	text-decoration: none;
	color: #006193;
	border-bottom: 1px dotted;
}
.inner__r__search__result ul li a:hover{
	border: 0;
}
.inner__r__search__result ul li a:before{
	content: '';
	position: absolute;
	top: -3px;
	left: -32px;
	width: 21px;
	height: 21px;
	background: url(../imgs/tree__plus.png) left top no-repeat;
}
.inner__r__search__result ul li.open > a:before{
	content: '';
	position: absolute;
	top: -3px;
	left: -32px;
	width: 21px;
	height: 21px;
	background: url(../imgs/tree__minus.png) left top no-repeat;
}
.inner__r__search__result ul ul{
	display: none;
}
.inner__r__search__result ul li.open > ul{
	display: block;
}
.inner__r__search__result ul li.noico{
	padding-left: 0;
}
.inner__r__search__result ul li.noico a:before{
	display: none;
}



.oneDoc__header{
	padding: 37px 0;
	border-bottom: 1px dotted #b2b2b2;
}
.oneDoc{
	padding: 42px 0;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.oneDoc a{
	color: #006193;
}
.oneDoc h1{
	margin: 0 0 17px 0;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #252525;
}
.oneDoc h2{
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.oneDoc h3{
	margin: 0 0 15px 0;
	font-size: 13px;
	color: #000000;
}
.ml280{
	margin-left: 280px;
}

.inner__ch__middle{
	position: relative;
	display:none;
}
.inner__ch{
	position: absolute;
	right: -45px;
	width: 28px;
	height: 50px;
	background: url(../imgs/inner__ch.png) left top no-repeat;
}

.department__t__l{
	float: left;
	width: 421px;
	margin: 2px 10px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.department__t__l__inn{
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 1;
	margin: 5px;
	padding: 15px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	border: 1px solid #e3e3e3;
	background: #efefef;
}
.department__t__l__inn a,
.department__t__l__inn a:link,
.department__t__l__inn a:visited{
	color: #006193;
	text-decoration:underline;
}
.department__t__l__inn a.bbdo{
	position: relative;
	margin: 0 0 0 20px;
	font-size: 12px;
	color: #252525;
}
.department__t__l__inn a.bbdo:before{
	content: '';
	position: absolute;
	top: 5px;
	left: -20px;
	width: 7px;
	height: 4px;
	background: url(../imgs/arr__black__d.png) left top no-repeat;
}

.department__t__l__inn img{
	float: left;
	margin: 0 15px 0 0;
}
.department__t__l__inn .cal{
	padding: 1px 0 2px 25px;
	background: url(../imgs/ico__cal.png) left top no-repeat;
}
.department__t__l__inn .vid{
	padding: 0 0 0 25px;
	background: url(../imgs/ico__vid.png) left 2px no-repeat;
}
.department__t__l__inn .fot{
	padding: 0 0 0 25px;
	background: url(../imgs/ico__fot.png) left 1px no-repeat;
}
.department__t__l__inn .inf{
	padding: 2px 0 1px 25px;
	background: url(../imgs/ico__inf.png) left 1px no-repeat;
}
.department__t__l__inn .per{
	padding: 2px 0 1px 25px;
	background: url(../imgs/ico__per.png) left 1px no-repeat;
}

.department__t__r{
	overflow: hidden;
	zoom: 1;
	padding: 2px;
}
.department__t__r h2,
.info.vertical h2 {
	margin: 0 0 7px 0;
	font-size: 16px;
	color: #000000;
}
.department__t__r .info,
.info.vertical {
	width: 245px;
	height: auto;
}
.department__t__r .info ul,
.info.vertical ul {
	height: auto;
}
.department__t__r .info li,
.info.vertical li {
	width: 100%;
	height: auto;
}
.info.main h2 {
    margin:0;  
}
.info.main {
    width: 225px!important;
}

.department__t__b{
	clear: both;
	padding: 25px 0 11px 0;
}
.department__t__b h3{
	margin: 0 0 7px 0;
	font-size: 16px;
	color: #000000;
}

.department__t__r .scrl__links,
.department__t__b .scrl__links{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
.department__t__r .scrl__links li,
.department__t__b .scrl__links li{
	float: left;
	margin: 0 5px 5px 2px;
}
.department__t__r .scrl__links li a
{
	overflow: hidden;
	zoom: 1;
	position: relative;
	width: 288px;
	display: table-cell;
	vertical-align: middle;
	padding: 8px 5px 8px 38px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #003a6b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #FFF;
    background: url(../imgs/department-link-block.png) no-repeat;
    background-size: 100% 100%;
    min-height: 32px;
    height: 32px;
}

.ie7 .department__t__r .scrl__links li a
{
   height: auto !important;
   background: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/Lanit.EEC.Design/imgs/department-link-block.png',sizingMethod='scale');
}

.ie8 .department__t__r .scrl__links li a
{
    background: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/Lanit.EEC.Design/imgs/department-link-block.png',sizingMethod='scale')";
}

.department__t__b .scrl__links li a{
	overflow: hidden;
	zoom: 1;
	position: relative;
	width: 28px;
	display: table-cell;
	vertical-align: middle;
	padding: 8px 5px 8px 38px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #003a6b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #FFF;
	background: #d7e3ed url(../imgs/direction-link-block.png) no-repeat;
	background:  url(../imgs/direction-link-block.png) no-repeat;
	-pie-background: linear-gradient(#d7e3ed, #bed1e2) url(../imgs/direction-link-block.png) no-repeat;
    background-size: 100% 100%;
    min-height: 20px;
	height: 20px;
}
.ie7 .department__t__r .scrl__links li a,
.ie7 .department__t__b .scrl__links li a,
.ie8 .department__t__r .scrl__links li a,
.ie8 .department__t__b .scrl__links li a{
	border-radius: 0;
}

.ie7 .department__t__b .scrl__links li a
{
    background: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/Lanit.EEC.Design/imgs/direction-link-block.png',sizingMethod='scale');
}

.ie7 .department__t__b .scrl__links li a:hover
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/Lanit.EEC.Design/imgs/direction-link-block-hover.png',sizingMethod='scale');
}

.ie8 .department__t__b .scrl__links li a
{
     background: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/Lanit.EEC.Design/imgs/direction-link-block.png',sizingMethod='scale')";
}

.ie8 .department__t__b .scrl__links li a:hover
{
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/Lanit.EEC.Design/imgs/direction-link-block-hover.png',sizingMethod='scale')";
}

/*.nipad*/ .department__t__r .scrl__links li a:hover
{
	color: #202d37;
	background: url("/_layouts/Lanit.EEC.Design/imgs/department-link-block-hover.png") no-repeat;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
	background-size: 100% 100%;
}

.ie7 .department__t__r .scrl__links li a:hover
{
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/Lanit.EEC.Design/imgs/department-link-block-hover.png',sizingMethod='scale');
}

.ie8 .department__t__r .scrl__links li a:hover
{
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/Lanit.EEC.Design/imgs/department-link-block-hover.png',sizingMethod='scale')";
}

/*.nipad*/ .department__t__b .scrl__links li a:hover{
	color: #202d37;
	background: #dfcc9f url("/_layouts/Lanit.EEC.Design/imgs/direction-link-block-hover.png") no-repeat;
	background:url("/_layouts/Lanit.EEC.Design/imgs/direction-link-block-hover.png") no-repeat;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
	background-size: 100% 100%;
}
.department__t__r .inner__r__searchPar__title__a:before,
.department__t__b .inner__r__searchPar__title__a:before{
	top: 4px;
}



.department__b__l{
	float: left;
	width: 391px;
	margin: 2px 10px 0 0;
	padding: 15px 15px 10px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	-pie-background: linear-gradient(#ffffff, #f5f5f5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.department__b__l h2{
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: normal;
	color: #252525;
}
.department__b__l ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.department__b__l ul li{
	overflow: hidden;
	zoom: 1;
	padding: 0 0 15px 0;
}
.department__b__l ul li span{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 2px 20px 0 0;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	color: #000000;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0, 0.4);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0, 0.4);
	-o-box-shadow: inset 0 2px 4px rgba(0,0,0, 0.4);
	box-shadow: inset 0 2px 4px rgba(0,0,0, 0.4);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.department__b__l ul li a,
.department__b__l ul li a:link,
.department__b__l ul li a:visited{
	overflow: hidden;
	zoom: 1;
	font-size: 13px;
	color: #00437c;
	text-decoration:underline;
	display:block;
}

.department__b__l .news{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #afafaf;
	display:inline-block;
	width:100%;
}
.department__b__l .news a.img{
	float: left;
	margin: 0 12px 0 0;
}
.department__b__l .news span{
	font-size: 14px;
	color:#717171;/*#cf5858;*/
}
.department__b__l .news span.red{
	color: #8F0000;
}
.department__b__l .news a {
	font-size: 14px;
	color: #00437c;
	text-decoration:underline;
}

.department__b__l .news.img .inner__r__video__bl__a {
    display: block;
    margin-left: 127px;
}

.department__b__l a.more{
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #8d0000;
	background: url(../imgs/arr__red.png) left 3px no-repeat;
	text-decoration:underline;
}



.department__b__r{
	overflow: hidden;
	zoom: 1;
	padding: 2px;
}
.info2{
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.info2 h2,
.ie .ms-WPTitle{
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.info2 h2 span,
.ie .ms-WPTitle span{
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background: #003b6d;/*#1064a5;*/
	background: -moz-linear-gradient(top,  #004179 0%, #002e56 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004179), color-stop(100%,#002e56));
	background: -webkit-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: -o-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: -ms-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: linear-gradient(to bottom,  #004179 0%,#002e56 100%);
	-pie-background: linear-gradient(#004179, #002e56);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.info2 ul{
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 1;
	margin: 0 5px 5px 5px;
	padding: 4px 0 0 0;
	list-style: none;
	border: 1px solid #e3e3e3;
	background: #efefef;
}
.info2 ul li {
	padding: 0 11px 13px 11px;
}
.eec-item a:hover,
a.more:hover {
    text-decoration:none!important;
}
a.more {
    text-decoration:underline!important;
}

.eec-item a:link,
.eec-item a:visited,
.info2 ul li a,
.info2 ul li a:visited,
.info2 ul li a:link,
.info2 ul li span{
	font-size: 13px;
	color: #00437c;
	text-decoration:underline;
}
.info2 ul li a.more {
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #8d0000!important;
	background: url(../imgs/arr__red.png) left 3px no-repeat;
}

.show-more a:visited,
.show-more a:link,
.show-more a {
	font-size: 13px;
	color: #8d0000;
	text-decoration:underline;
}

.department__b__b{
	clear: both;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #252525;
}
.department__b__b h2{
	margin: 0 0 8px 0;
	font-size: 16px;
	color: #000;
}
.department__b__b a{
	font-size: 12px;
	color: #252525;
}
.department__b__b .txt{
	width: 229px;
	height: 30px;
	margin: 0 18px 12px 0;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
	color: #252525;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
}
.department__b__b .btn {
	height: auto;
    min-height: 25px;
	margin: 0 20px 0 0;
	padding: 4px 4px 4px 5px;
	font-size: 12px;
	color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	background: #003b6d;
	background: -moz-linear-gradient(top,  #1064a5 0%, #0c4a85 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1064a5), color-stop(100%,#0c4a85));
	background: -webkit-linear-gradient(top,  #1064a5 0%,#0c4a85 100%);
	background: -o-linear-gradient(top,  #1064a5 0%,#0c4a85 100%);
	background: -ms-linear-gradient(top,  #1064a5 0%,#0c4a85 100%);
	background: linear-gradient(to bottom,  #1064a5 0%,#0c4a85 100%);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
    white-space: pre-wrap;
    text-align: left;
}
.department__b__b2{
	clear: both;
	padding: 25px 0 20px 0;
}
.department__b__b2__l{
	float: left;
	width: 205px;
	margin: 0 10px 0 0;
}
.department__b__b2__r{
	overflow: hidden;
	zoom: 1;
	padding: 5px 0 0 0;
}

.department__b__b2__l .info2 h2 span{
	font-size: 13px;
	background: #bca465;
	background: -moz-linear-gradient(top,  #bca465 0%, #a38249 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bca465), color-stop(100%,#a38249));
	background: -webkit-linear-gradient(top,  #bca465 0%,#a38249 100%);
	background: -o-linear-gradient(top,  #bca465 0%,#a38249 100%);
	background: -ms-linear-gradient(top,  #bca465 0%,#a38249 100%);
	background: linear-gradient(to bottom,  #bca465 0%,#a38249 100%);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc") !important;
}
.department__b__b2__l .info2 li{
	padding: 0 9px 5px 9px;
}


.schema{
	position: relative;
	overflow: hidden;
	zoom: 1;

	margin: 0 18px 19px 0;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.ie8 .schema,
.ie7 .schema{
	-webkit-border-radius: 5px 5px 0 0 !important;
	border-radius: 5px 5px 0 0 !important;
}
.schema ul{
	margin: 0;
	padding: 17px 0 0 17px;
	list-style: none;
}
.schema  ul a{
	display: block;
	padding: 0 0 20px 12px;
	font-size: 13px;
	text-decoration: underline !important;
	color: #1a3145 !important;
	background: url(../imgs/arr__black__dot.png) 0 5px no-repeat;
}
.schema ul a:hover,
.show-more a:hover{
	text-decoration: none !important;
}
.schema__title
{
   	position: relative;
	z-index: 2;
	overflow: hidden;
	zoom: 1;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #313131;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d7e3ed;
	background: -moz-linear-gradient(top,  #d7e3ed 0%, #bed1e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e3ed), color-stop(100%,#bed1e2));
	background: -webkit-linear-gradient(top,  #d7e3ed 0%,#bed1e2 100%);
	background: -o-linear-gradient(top,  #d7e3ed 0%,#bed1e2 100%);
	background: -ms-linear-gradient(top,  #d7e3ed 0%,#bed1e2 100%);
	background: linear-gradient(to bottom,  #d7e3ed 0%,#bed1e2 100%);
	-pie-background: linear-gradient(#d7e3ed, #bed1e2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, 0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.6);
	-o-box-shadow: 0 1px 2px rgba(0,0,0, 0.6);
	box-shadow: 0 1px 2px rgba(0,0,0, 0.6);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.schema__title img{
	float: left;
	margin: 0 16px 0 0;
}
.schema__title a{
	font-size: 16px;
	text-decoration: none;
	color: #003664 !important;
}
.schema__title a:hover{
	text-decoration: underline;
}


.schema.sml{
	float: left;
	width: 274px;
	min-height: 271px;
	margin: 0 18px 19px 25px;
}

.schema__title2
{
    position: relative;
	z-index: 1;
	padding: 12px;
	font-size: 11px;
	line-height: 18px;
	color: #313131;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #efefef;
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}


.sobit__l{
	float: left;
	width: 220px;
	margin: 0 14px 20px 0;
}

.sobit__c{
	float: left;
	width: 211px;
	margin: 0 14px 20px 0;
}

.sobit__r{
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
}

.sobit__inn{
	margin: 0 0 8px 0;
	padding: 8px 8px 17px 4px;
	border: 1px solid #c8ced0;
}
.sobit__inn p{
	padding: 0;
	margin: 0;
	line-height: 16px;
	overflow: hidden;
	max-height:71px;
	/*height:69px;*/
	zoom: 1;
}
.sobit__l .sobit__inn p,
.sobit__r .sobit__inn p {
    max-height:86px;
}
.sobit__inn p a{
	padding: 0 10px 0 0;
	font-size: 12px;
	text-decoration: none;
	color: #8d0000!important;
	background: url(../imgs/arr__red.png) right 4px no-repeat;
}
.sobit__inn p a:hover{
	text-decoration: underline;
}



.calendar2{
}

.calendar2 header{
	position: relative;
	z-index: 1;
	overflow: hidden;
	zoom: 1;
	height: 38px;
	padding: 0 0 0 0;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	background: #003766;
	white-space: nowrap;
}
.calendar2 header a,
.calendar2 header a:visited,
.calendar2 header a:link {
    color: #FFF!important;
}
.calendar2 header a.cur {
    text-decoration:underline;
}
.calendar2 header a.cur:hover {
    text-decoration:none;
}
.calendar2 header .calendar2__r{
	float: right;
}

.calendar2 header .calendar2__l{
	float: left;
}

.calendar2 header .cal_arr {
    width:32px;
}
.calendar2 header img {
    padding-top:15px;
}

.calendar2__inn{
	position: relative;
	z-index: 2;
	border-left: 1px solid #dfdfe1;
}

.calendar2__inn a,
.calendar2__inn em,
.calendar2__inn span{
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	color: #5a5c5c;
	border-right: 1px solid #dfdfe1;
	border-bottom: 1px solid #dfdfe1;
}

.calendar2__inn em{
	height: 19px;
	font-size: 9px;
	font-style: normal;
	line-height: 19px;
	color: #646464;
}

.calendar2__inn a{
	position: relative;
	color: #5a5c5c!important;
	text-decoration:underline!important;
}

.calendar2__inn a:hover{
	text-decoration:none!important;
}

.calendar2__inn .cur{
	background: #c5b17b;
}

.calendar2__inn a i{
	display: none;
	position: absolute;
	top: -20px;
	left: -20px;
	padding: 0px 15px;
	font-size: 11px;
	font-style: normal;
	white-space: nowrap;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.60);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.calendar2__inn a.more:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../imgs/calendar2__inn__a.png) left top no-repeat;
}

.calendar2__inn a.more:hover i{
	display: block;
}


.inner__r__cab{
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__cab a{
	display: block;
	margin: 0 0 15px 0;
	padding: 3px 0 3px 30px;
	font-size: 13px;
	text-decoration: none;
	color: #00437c!important;
	background: url(../imgs/inner__r__cab__a.png) left 3px no-repeat;
}
.inner__r__cab a:hover{
	text-decoration: underline;
}


.inner__r__docs{
	padding: 0 0 30px 0;
}
.inner__r__docs table{
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__docs table th{
	padding: 8px 12px;
	font-size: 13px;
	text-align: left;
	color: #000;
	background: #f2f2f2;
}
.inner__r__docs table td{
	padding: 8px 12px;
	font-size: 13px;
	color: #000;
	border-top: 1px solid #f2f2f2;
}
.inner__r__docs table td a{
	text-decoration: none;
	color: #00437c;
}
.inner__r__docs table td a:hover{
	text-decoration: underline;
}

.inner__r__docs .plus{
	margin: 0 0 0 12px;
	padding: 0 0 0 25px;
	font-size: 13px;
	text-decoration: none;
	color: #00437c;
	background: url(../imgs/plus.png) left top no-repeat;
}
.inner__r__docs .plus:hover{
	text-decoration: underline;
}


.inner__r__services{
	overflow: hidden;
	zoom: 1;
}
.inner__r__services a{
	display: block;
	float: left;
	width: 300px;
	height: 51px;
	margin: 0 35px 0 0;
	font-size: 13px;
	text-align: center;
	line-height: 51px;
	text-decoration: none;
	color: #686868;
	background: #f2f2f2;
	border: 1px dashed #c2c2c2;
}
.inner__r__services a span{
	border-bottom: 1px dotted;
}
.inner__r__services a:hover span{
	border-bottom: 0;
}
.inner__r__services a img{
	position: relative;
	top: 10px;
}
.inner__r__services a img.t15{
	top: 15px;
}


.inner__r__list
{
    margin-bottom: 25px;
	/*float: left;
	width: 360px;
	margin: 0 16px 30px 0;*/
}
.inner__r__list table{
	/*margin: 0 0 8px 0;*/
	border-bottom: 1px dotted #b2b2b2;
}
.inner__r__list .clubmembers table th{
	padding: 8px 12px;
	font-size: 13px;
	text-align: left;
	color: #000;
	background: #f2f2f2;
}
.inner__r__list .clubmembers table td{
	padding: 8px 12px;
	font-size: 13px;
	color: #000;
	border-top: 1px solid #f2f2f2;
}
.inner__r__list table td a{
	text-decoration: none;
	color: #00437c;
}
.inner__r__list table td a:hover{
	text-decoration: underline;
}


.inner__r__forum{
	overflow: hidden;
	zoom: 1;
	margin: 0 0 30px 0;
}
.inner__r__forum a{
	display: block;
	height: 51px;
	margin: 0 0 13px 0;
	font-size: 13px;
	text-align: center;
	line-height: 51px;
	text-decoration: none;
	color: #686868;
	border: 1px dashed #c2c2c2;
}
.inner__r__forum a em{
	padding: 3px 10px;
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #003a6c;
}
.ie8 .inner__r__forum a em{
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.inner__r__forum a span{
	border-bottom: 1px dotted;
}
.inner__r__forum a:hover span{
	border-bottom: 0;
}
.inner__r__forum a img{
	position: relative;
	top: 10px;
}

.inner__r__forum a img.t15{
	top: 15px;
}
.inner__r__services a img.t15{
	top: 15px;
}

.ie7 .inner__r__forum a img.t15{
	top: 0px;
}


.pager 
{
    padding: 4px 5px !important;
	margin: 0 2px !important;
	font-size: 13px !important;
	color: #FFF !important;
	background: #265687 !important;
}

.pager  a
{
    color: #FFF !important;
}


.ie input[placeholder]
{
    font: inherit !important;
}


.info3 li a:hover 
{
    text-decoration:none!important;
}

.info3 {
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.info3 h2{
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
	behavior: url("/_layouts/Lanit.EEC.Design/css/PIE.htc");
}
.info3 h2 span{
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background: -moz-linear-gradient(top,  #004179 0%, #002e56 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004179), color-stop(100%,#002e56));
	background: -webkit-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: -o-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: -ms-linear-gradient(top,  #004179 0%,#002e56 100%);
	background: linear-gradient(to bottom,  #004179 0%,#002e56 100%);
	-pie-background: linear-gradient(#004179, #002e56);
}
.info3 ul{
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 1;
	margin: 0 5px 5px 5px;
	padding: 4px 0 0 0;
	list-style: none;
	border: 1px solid #e3e3e3;
	background: #efefef;
}
.info3 ul li{
	padding: 0 11px 13px 11px;
}
.info3 ul li a,
.info3 ul li a:visited,
.info3 ul li a:link,
.info3 ul li span{
	font-size: 13px;
	color: #00437c;
	text-decoration:underline;
}
.info3 ul li a.more{
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #8d0000;
	background: url(../imgs/arr__red.png) left 3px no-repeat;
}


.department__b__b2__l .info3 h2 span{
	font-size: 13px;
	background: #bca465;
	background: -moz-linear-gradient(top,  #bca465 0%, #a38249 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bca465), color-stop(100%,#a38249));
	background: -webkit-linear-gradient(top,  #bca465 0%,#a38249 100%);
	background: -o-linear-gradient(top,  #bca465 0%,#a38249 100%);
	background: -ms-linear-gradient(top,  #bca465 0%,#a38249 100%);
	background: linear-gradient(to bottom,  #bca465 0%,#a38249 100%);
}
.department__b__b2__l .info3 li{
	padding: 0 9px 5px 9px;
}

.news-album-photo-thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding: 4px;
    vertical-align: top;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
}
.news-album-photo-thumb img {
    max-width: 65px;
    max-height: 65px;
}

.news-album-photo-preview {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.44);
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    margin-left: 1px;
}

.news-album-photo-preview img {
    max-width:210px;
    max-height:135px;
}

.news-album {
    text-align:center;
    margin-right: 20px;
    max-width:210px;
}

.header__blind {
    float: left;
    /*font-weight: bold;
    width: 45px;
	margin: 5px 0 0 33px;*/
}
.header__blind a {
    color: #8D0000;
    float: right;
    text-decoration: underline;
}
.header__blind span {
    display: inline-block;
    vertical-align: top;
}
/*.header__blind .blind-big {
    font-size:20px;
}*/
.header__blind .blind-big span {
    margin-top: -3px;
}
.header__blind .blind-small {
    display:none;
}
.header__blind .blind-small span {
    margin-top: -2px;
}
.header__blind.blind-small .blind-small{
    display:inline-block;
}
.header__blind.blind-small .blind-big{
    display:none;
}

.header__auth {
    float: right;
    margin-left: 33px;
}
a.map-site {
    color: #990000;
    text-decoration:underline;
}
.red {
    color: Red;
}
.fl_r {
    float:right;
}
.fl_l {
    float:left;
}
.info2 ul li span,
.info ul li span,
a.map-site:hover,
.header__blind a:hover {
    text-decoration:none;
}

.socials {
    display: none;
    float: right;
    margin-left: 10px;
    margin-top: 16px;
}
.socials a {
    display: inline-block;
    margin-left: 5px;
}
.social {
    display: inline-block;
}
.social td {
    height: 30px;
}
.social .tw {
    padding-right: 18px;
    padding-top: 5px;
}
#SRSB td.ms-sblink {
    display:none;
}

.ky100 {
    background-color: #ededed;
    display:none;
}

.ru .ky100 {
    display:inline-block;
}

.ky100 a, .ky100 a.cur:hover {
    color: #8d0000 !important;
}

.ky100 a:hover {
    color:#fff!important;
}

.ky100 div {
    margin-top: -6px;
}

.ms-descriptiontext.ewiki-margin,
.right-wp-zone-col,
.scroll__1__r .ms-PartSpacingVertical {
	display:none;
}
.col-fluid-1 {
	margin-right: 0px;
}
.col-fluid-2 {
    margin-right: 20px;
}
.ms-vhltr .ms-vh, 
.ms-vhltr .ms-vh2 {
    padding-right: 2px !important;
}

.zz1_TopNavigationMenuV4_1 {

font-size: 16px;
display: inline-block;
margin-left: 15px;
color: #fff !important;
}

#ctl00_ctl08_TopNavigationMenuV4 {
padding-top: 9px;
}

#ctl00_CurrentNav {
float: left;
width: 214px;
padding: 17px 18px 17px 9px;
}

 .forum_img_left {
        float: left;
        margin: 3px 10px 0 0px;
    }
    
    .forum_sep {
        background-color: #d4e0e9;
        margin: 25px 0;
        height: 1px;
    }

.social {
display: none;
}