@import "/bitrix/templates/am_2010/css/reset.css";
@import "/bitrix/templates/am_2010/css/base.css";

body{
	background:#ffffff;
	font-family:Tahoma;
	color:#000000;
	font-size:11px;
	min-width: 1000px;
	}

.bone{
	margin:0 30px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	HEAD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.head{
	padding:27px 0 20px;
	position: relative;
	z-index: 100;
}
.head .columns .column-c{
	float:left;
	width:100%;
}
.head .columns .column-c .column-c_i{
	margin:0 390px 0 85px;
}
.head .columns .column-l{
	float:left;
	margin-left:-100%;
	width:67px;
}
.head .columns .column-r{
	float:left;
	margin-left:-380px;
	width:380px;
}

.head .logo{
	margin: 0;
}
.head .adv{
	text-align: center;
}

.site-menu{
	margin: 0 0 16px;
	float: right;
}
.site-menu li{
	margin: 0 0 0 10px;
	display: inline;
	list-style: none;
	font-size: 12px;
}
.site-menu li.lang{
	font-size: 13px;
}
.site-menu li.active a{
	color: #fff;
	background: #0055a9;
	padding:4px 5px;
	text-decoration: none;
}

.site-services{
	margin: 0 16px 16px 0;
	padding-top: 3px;
	float: right;
}
.site-services li{
	margin: 0 0 0 16px;
	display: inline;
	list-style: none;
}

.site-user{
	clear: both;
	text-align: right;
	font-size: 13px;
	padding-bottom: 5px;
}
.site-user a{
	line-height: 28px;
}
.site-user .login-link{
	color: #ef5c01;
}
.site-user .singin-link{
	background: #fefefe;
	border: 1px dashed #e1e1e1;
	padding:7px 10px 9px;
	margin-left: 15px;
	text-decoration: none;
}
.site-user .singin-link span{
	text-decoration: underline;
}
.site-user .singin-link:hover span{
	text-decoration: none;
}

.navigation{
	margin-top: 20px;
}
.navigation .lev1{
	margin:0;
	font-size: 15px;
}
.navigation .lev1-it{
	margin:0 15px 0 0;
	list-style: none;
	float: left;
	position: relative;
	font-weight: bold;
}
.navigation .lev1-it .active{
	color: #000;
	text-decoration: none;
}

/* by DRon */

.navigation .lev2{
	margin:0;
	font-size: 11px;
	position: absolute;
	top: 1.6em;
	left: -1em;
	background: #f7fbfe;
	display: none;
	padding: 5px;
}
.navigation .lev2-it{
	margin:0;
	list-style: none;
	white-space: nowrap;
	padding: 1px 3px 5px 3px;
	font-weight: normal;
}

.navigation .lev2-it a {
	color: #004da1;
}

/* /by DRon */

#nojs .navigation .lev1-it:hover .lev2{
	display: block;
}

.breadcrumbs{
	margin: 10px 0 0;
}
.breadcrumbs li{
	margin: 10px 0 0;
	display: inline;
	list-style: none;
}
.breadcrumbs li .spr{
	margin:0 .2em;
	color:#ccc;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	MIDDLE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.middle{
	padding:0 0 15px;
	position: relative;
	z-index: 10;
}
.middle .content{
	float:left;
	margin-left:-33%;
	width:100%;
	margin-bottom: 25px;
}
.middle .content_i{
	margin-left:33%;
	padding-right:10px;
}
.middle .sidebar{
	float:right;
	width:32.9%;
	margin-bottom: 25px;
}

.sub-columns .col-l{
	float: left;
	width: 50%;
}
.sub-columns .col-l .col_i{
	margin-right: 5px;
	border-top: 4px solid #cccccc;
	border-bottom: 6px solid #cccccc;
}
.sub-columns .col-r{
	float: right;
	width: 50%;
}
.sub-columns .col-r .col_i{
	margin-left: 5px;
	border-top: 4px solid #cccccc;
	border-bottom: 6px solid #cccccc;
}

/* CONTENT */
.content-item{
	padding:7px 0 10px;
	border-top: 2px solid #cccccc;
}
.content-item .item-head{
	margin:0 0 1.15em;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}
.content-item .item-head h4{
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}

.content-item_alt{
	border-top: 0;
	padding-bottom: 0;
}

/* welcome */
.welcome{
	padding:30px 0 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin:0 0 20px;
}
.welcome .photo{
	float: left;
}
.welcome .text{
	margin-left: 80px;
}
.welcome h2{
	font-size: 19px;
	color: #00509e;
	font-weight: 400;
	margin-top: 0;
}
.welcome .thnks{
	text-align: right;
}
.welcome .athr{
	text-align: right;
	font-size: 11px;
	color: #999999;
	font-style: italic;
	font-family: Georgia;
	margin:0;
}
.welcome .athr span{
	display: block;
}

/* downloads-block */
.downloads-block{
	background: #f3f2e3;
	padding:10px 30px;
	margin-right: 36px;
}
.downloads-block ul{
	margin: 0;
}
.downloads-block ul li{
	margin: 5px 0 5px 28px;
	list-style: none;
}
.downloads-block ul a{
	color: #000;
}
.downloads-block ul a img{
	position: absolute;
	margin-left: -28px;
}

/* main-news */
.main-news{
	background: #fefefe url(/bitrix/templates/am_2010/images/backgrounds/main.news.jpg) no-repeat 0 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin:0 0 12px;
}
.main-news-item{
	padding: 20px 0 0;
}
.main-news-item .photo{
	float: left;
	width: 140px;
}
.main-news-item .photo img{
	vertical-align: bottom;
}
.main-news-item h2{
	font-size: 18px;
	font-weight: 400;
	margin: .2em 0 .4em;
}
.main-news-item h2 a{

}
.main-news-item .text{
	font-size: 12px;
	margin: 0 0 1.2em;
}
.main-news-item .text p{
	margin: 0;
}
.main-news-item .cite{
	font-size: 12px;
	color: #999999;
	font-style: italic;
	font-family: Georgia;
	margin:0 0 .8em;
}
.main-news-item .cite span{
	display: block;
}
.main-news-item .audio{
	padding:0 0 10px;
}
.main-news-item .audio .date{
	color: #1e5490;
	font-size: 10px;
	margin-right: 1em;
}

/* by DRon */
.main-news-item .audio a{
	font-size: 12px;
	padding-right: 28px;
}
.audio-img {background: url(/bitrix/templates/am_2010/images/icons/audio.main.png) no-repeat 100% 50%;}
/* /by DRon */

.scroll-block{
	position: relative;
}
.scroll-block .scroll-nav{
	position: absolute;
	right:0;
	bottom:10px;
}
.scroll-block .scroll-nav a{
	display: block;
	float: left;
	height: 22px;
	width: 18px;
	overflow: hidden;
	background: url(/bitrix/templates/am_2010/images/icons/nav.png) no-repeat;
}
.scroll-block .scroll-nav a.prev{
	background-position: 0 0;
}
.scroll-block .scroll-nav a.pause{
	background-position: -18px 0;
}
.scroll-block .scroll-nav a.next{
	background-position: -35px 0;
}

/* full-news-list */
.full-news-list{
	margin: 0;
}
.full-news-list .news-item{
	margin: 0 0 25px;
	list-style: none;
}
.full-news-list .date{
	font-size: 9px;
	color: #999999;
}
.full-news-list .news-head{
	margin:1em 0 .9em;
}
.full-news-list .news-head .photo{
	float: left;
}
.full-news-list .news-head h5{
	margin: 0 0 0 45px;
	font-size: 11px;
	font-weight: 400;
}
.full-news-list p{
	color: #666666;
	margin: 0;
}

.important-info{
	font-size: 10px;
	color: #999999;
}
.important-info .star{
	position: absolute;
	margin-left: -.7em;
}
.content-item .important-info{
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px dotted #cccccc;
}

/* announcements */
.announcements {}
.announcements-full, .announcements-short{
	margin: 0 0 15px 0;
	padding: 5px 3px;
}
.announcements .announcements-short {
	border-top: 1px dotted #cccccc;
	padding-top: 1em;
	margin-top: 1.4em;
}
.announcements-full li{
	margin: 0;
	list-style: none;
}
.announcements-full h5{
	margin: 0;
	font-weight: 400;
	font-size: 11px;
}
.announcements-full p{
	margin: 0;
	color: #666666;
}

.announcements SPAN {
	display: block;
	padding-top: 7px;
}

.announcements-short{

}
.announcements-short li{
	margin: 0 0 .2em;
	list-style: none;
	padding: 3px;
}

/* video-list */
.video-list{
	margin: 0 0 0 -4px;
}
.video-list li{
	margin: 0 0 .2em 4px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	width: 150px;
	color: #666666;
}
.video-list img{
	display: block;
	margin:0 0 1.2em;
}

/* audio-block */
.audio-block{
}

.move-block .block-nav{
	display: block;
	height: 16px;
	background-color: #e7e7e7;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.move-block .move-up{background-image: url(/bitrix/templates/am_2010/images/icons/m.up.png);}
.move-block .move-down{background-image: url(/bitrix/templates/am_2010/images/icons/m.down.png);}

.audio-list{
	margin: 0;
}
.audio-list li{
	margin: 0;
	padding:15px 0;
	border-top: 1px dotted #cccccc;
	list-style: none;
}
.audio-list li:first-child,
.audio-list li.first-child{
	border-top: 0;
}
.audio-list .audio-head{
	margin:0 0 6px;
}
.audio-list .audio-head .photo{
	float: left;
	min-height: 55px;
}
.audio-list .audio-head h5{
	margin:0 0 0 45px;
	font-size: 12px;
	font-weight: 400;
}
.audio-list .audio-head p{
	margin:0 0 0 45px;
}
.audio-list blockquote{
	margin:0;
	min-height: 50px;
}
.audio-list .meta{
	margin:15px 0 0;
	font-size: 10px;
	color: #666666;
}
.audio-list .meta span{
	margin-right: .5em;
}

/* book */
.book{
	background: #fffbec;
	padding: 10px;
	color: #999;
}
.book .photo{
	float: left;
	width: 96px;
}
.book h4{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 .5em 96px;
}
.book .price{
	font-size: 10px;
	margin: 0 0 1em 0;
	padding-left: 20px;
	background: url(/bitrix/templates/am_2010/images/icons/order.png) no-repeat 0 50%;
	display: -moz-inline-box;
	display: inline-block;
	text-align: right;
}
.book .price .to-mmbr span{
	color: #ec5a00;
}
.book .price .to-mmbr .star{
	position: absolute;
	margin-left: .1em;
}
.book .help{
	font-size: 9px;
	margin:1.2em 0 0 96px;
}
.book .help .star{
	font-size: 11px;
	color: #ec5a00;
}

/* SIDEBAR */
.sidebar-entry{
	margin-bottom: 20px;
}
.sidebar-entry .entry-item{
	
}
.entry-item .item-head{
	background: #b0b0b0 url(/bitrix/templates/am_2010/images/backgrounds/item.head.png) no-repeat 100% 50%;
	border-bottom: 1px solid #d6d6d6;
	font-size: 12px;
	color: #fff;
	padding:8px 10px 10px;
}
.entry-item .item-head .title{
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.entry-item .item-head_hover .title{
	text-decoration: none;
}
.entry-item .item-head .item-status{
	display: -moz-inline-box;
	display: inline-block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	background: url(/bitrix/templates/am_2010/images/icons/open.close.png) no-repeat 0 0;
	cursor: pointer;
}

.entry-item_active .item-head{
	background: #70c27a url(/bitrix/templates/am_2010/images/backgrounds/item.head.a.png) no-repeat 100% 50%;
}
.entry-item_active .item-head .title{
	text-decoration: none;
}
.entry-item_active .item-head .item-status{
	background-position: 0 -9px;
}

.entry-item-important .item-head{
	padding:6px 10px 8px;
}
.entry-item-important .item-head .item-status{
	width: 12px;
	height: 11px;
	background-position: -9px -11px;
}
.entry-item-important .item-head .title{
	font-size: 16px;
}
.entry-item-important_active .item-head{
	background: #034fa2 url(/bitrix/templates/am_2010/images/backgrounds/item.head.n.png) no-repeat 100% 50%;
}
.entry-item-important_active .item-head .item-status{
	background-position: -9px 0;
}
.entry-item .item-body{
	border: 1px solid #eaeaea;
	padding:1px;
	background: #fff;
	display: none;
}
.entry-item_active .item-body{
	display: block;
}
.entry-item .item-body_i{
	background: #f3f4f3 url(/bitrix/templates/am_2010/images/backgrounds/item.body.png) repeat-x 0 0;
	padding:22px 18px;
}


.entry-item .rss img{
	vertical-align: middle;
}

.news-list{
	margin: 0;
}
.news-list li{
	margin: 22px 0 0;
	list-style: none;
}
.news-list li:first-child,
.news-list li.first-child{
	margin: 0;
}
.news-list .date{
	font-size: 9px;
	color: #999999;
}
.news-list h5{
	font-size: 12px;
	margin:1em 0 .9em;
	font-weight: 400;
	color: #1e5490;
}
.news-list p{
	margin:0;
	color: #1e5490;
}

/* EXTRA */
.extra{
	clear: both;
	margin-bottom: 25px;
}
.extra .col-l{
	float:left;
	margin-left:-33%;
	width:100%;
	margin-bottom: 25px;
}
.extra .col-l_i{
	margin-left:33%;
	padding-right:10px;
}
.extra .col-r{
	float:right;
	width:32.9%;
	margin-bottom: 25px;
}

.extra .scol-l{
	float: left;
	width: 50%;
}
.extra .scol-l .col_i{
	margin-right: 5px;
}
.extra .scol-r{
	float: right;
	width: 50%;
}
.extra .scol-r .col_i{
	margin-left: 5px;
}

.extra .adv{
	text-align: center;
}

.litovchenko-banner{
	border: 1px solid #e1e1e1;
	padding: 1px;
	background: #fff;
	position: relative;
}
.litovchenko-banner .b_i{
	background: #f3f4f3 url(/bitrix/templates/am_2010/images/backgrounds/lit.bg.png) repeat-x 0 0;
	height: 123px;
}
.litovchenko-banner .photo{
	position: absolute;
	right: -1px;
	bottom: -1px;
	z-index: 1;
}
.litovchenko-banner .photo img{
	vertical-align: bottom;
}
.litovchenko-banner .text{
	position: relative;
	padding:12px 12px 0;
	z-index: 10;
}
.litovchenko-banner .nm{
	color: #1e5490;
	font-size: 16px;
}
.litovchenko-banner .inf{
	color: #1e5490;
	font-size: 8px;
}
.litovchenko-banner ul{
	margin: 1em 0 0;
}
.litovchenko-banner ul li{
	margin: 0 0 .2em;
	list-style: none;
}
.litovchenko-banner ul a{
	color: #000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer{
	border-top: 1px solid #e9e9e9;
	padding:20px 30px 0;
	margin:0 -30px;
	height: 70px;
}

/* UTIL */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
	
.form-table.data-table td {padding:8px;line-height:16px;}
input[name='web_form_apply'] {display:none;}

