.absolute{
	position:absolute;
	z-index: 1;
}
/*.wrapper{
	overflow:hidden;
}*/
.callcenterheader {
	position: absolute;
	top: 25px;
	left: 360px;
	text-align: right;
}
.en .callcenterheader {
	right: 215px;
}
.callcenterheader > a {
	font: bold 14px Tahoma;
	color: #07457d;
	text-decoration: none;
}
.callcenterheader > a:hover {
	text-decoration: underline;
}
#slider .wrapper{
	overflow:hidden;
}
#contaner{
	width: 962px;
	padding:0 10px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
#header{
	position:relative;
	height:85px;
}
#logo{
	top:9px;
	left:15px;
}
.en #logo {
	top: 5px;
	left:12px;
}
#search{
	font-family: Arial;
	background:url("images/workarea_right_back.png") repeat-y 0 0 #5f93ca;
	
	-webkit-box-shadow: 0 0 10px 0px rgba(10, 10, 10, 0.59);
	-moz-box-shadow: 0 0 10px 0px rgba(10, 10, 10, 0.59);
	box-shadow: 0 0 10px 0px rgba(10, 10, 10, 0.59);
	
	width:202px;
	height:84px;
	padding:0;
	top:0;
	right: 0;
}
#search .search-form {
	left: 10px;
	margin: 0;
	position: absolute;
	top: 46px;
}
#search .search-form form input.search-suggest {
	position: absolute;
	top: 0;
	left: 0;
}
#search .search-form form input.submit {
	position: absolute;
	top: 0;
	left: 154px;
}
#workarea_center input[type="submit"],
#workarea_center input[type="button"]{
	background: #4a81b8;
	border: 1px solid #4a81b8;
	border-radius: 0;
	color: #fff;
	padding: 0 2px 8px;
	height: 22px;
	cursor: pointer;
	font-size: 13px;
/* 	line-height: 22px; */
}
#workarea_center #tb input[type="button"] {
	height: 22px !important;
	margin-bottom: 10px;
}
.msie9 .search-form,
.msie9 .war_subscribe {
	filter: none;
}
.war_subscribe {
	position: relative;
	overflow: hidden;
	height: 50px;
}
.war_news_search .search-form {
	min-height: 74px;
}
.war_subscribe,
.war_news_search .search-form{
	background: rgb(181,218,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZGFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTkxYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(181,218,255,1) 0%, rgba(94,145,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,218,255,1)), color-stop(100%,rgba(94,145,199,1)));
	background: -webkit-linear-gradient(top,  rgba(181,218,255,1) 0%,rgba(94,145,199,1) 100%);
	background: -o-linear-gradient(top,  rgba(181,218,255,1) 0%,rgba(94,145,199,1) 100%);
	background: -ms-linear-gradient(top,  rgba(181,218,255,1) 0%,rgba(94,145,199,1) 100%);
	background: linear-gradient(to bottom,  rgba(181,218,255,1) 0%,rgba(94,145,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5daff', endColorstr='#5e91c7',GradientType=0 );
	
	border-radius: 3px;
	padding: 10px 5px;
	width: 192px !important;
}
#search input.search-suggest{
	display: block;
	font-family: Arial;
	width:150px;
	height:24px;
	line-height:24px;
	padding:0 24px 0 5px;
	background: #5C8FC5;
	border:1px solid #cecece;
	color: #eee;
	
	/*background:white;
	border:1px solid #2f2c2d;
	color:#2f2c2d;*/
	
	font-size:14px;
}
#search input.submit{
	display:block;
	/*background:url("images/search-grass.png") center no-repeat;*/
	background:url("images/search-grass-white.png") center no-repeat;
	border:none;
	width:23px;
	height:26px;
	cursor:pointer; 
	position:absolute;
	top:0;
	right:12px;
}
#lang {
	margin:13px 11px 0 10px;
	position: relative;
	overflow: hidden;
}
#lang a{
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	text-align:center;
	color:white;
	background:#3773b1;
	text-decoration: none;
	padding: 0 6px;
}
#lang a.lang_active{
	display: none;
}
#lang a:hover {
	text-decoration: underline;
}
#lang a.social{
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	margin-left: 4px;
	padding: 0px;
}
#lang a.facebook{
	background:url(images/facebook.png) center no-repeat;
}
#lang a.facebook:hover{
	background:url(images/facebook_on.png) center no-repeat;
}
#lang a.vk{
	background:url(images/vk.png) center no-repeat;
}
#lang a.vk:hover{
	background:url(images/vk_on.png) center no-repeat;
}
#lang a.twitter{
	background:url(images/twitter.png) center no-repeat;
}
#lang a.twitter:hover{
	background:url(images/twitter_on.png) center no-repeat;
}
#lang a.youtube{
	background:url(images/youtube.png) center no-repeat;
}
#lang a.youtube:hover{
	background:url(images/youtube_on.png) center no-repeat;
}
#social{
	cursor: default;
	width:auto;
	height:18px;
	right:272px;
	top:38px;
}
#social .a_social { 
	display: inline-block;
	text-decoration: none;
	border-left: 1px solid #cacaca;
	width: 28px;
	height: 18px;
	cursor: pointer;
}
#social .a_social:first-child {
	border-left: none;
}
#social .a_social.facebook {
	background:url("images/h_ico_fb.png") no-repeat center center transparent;
}
#social .a_social.twitter {
	background:url("images/h_ico_tweet.png") no-repeat center center transparent;
}
#social .a_social.vkontakte {
	background:url("images/h_ico_vk.png") no-repeat center center transparent;
}
#social .a_social.livejournal {
	background:url("images/h_ico_lj.png") no-repeat center center transparent;
}
#social .a_social.odnoklassniki {
	background:url("images/h_ico_ok.png") no-repeat center center transparent;
}
#social .a_social.mailru {
	background:url("images/h_ico_mailru.png") no-repeat center center transparent;
}

#social .a_social.facebook:hover {
	background:url("images/h_ico_fb-hover.png") no-repeat center center transparent;
}
#social .a_social.twitter:hover {
	background:url("images/h_ico_tweet-hover.png") no-repeat center center transparent;
}
#social .a_social.vkontakte:hover {
	background:url("images/h_ico_vk-hover.png") no-repeat center center transparent;
}
#social .a_social.livejournal:hover {
	background:url("images/h_ico_lj-hover.png") no-repeat center center transparent;
}
#social .a_social.odnoklassniki:hover {
	background:url("images/h_ico_ok-hover.png") no-repeat center center transparent;
}
#social .a_social.mailru:hover {
	background:url("images/h_ico_mailru-hover.png") no-repeat center center transparent;
}

#header_menu{
	height: 45px;
	position: relative;
	z-index: 999;
	margin: 0 5px;
}
#header_menu li ul li a:hover {
	text-decoration: underline;
}
#header_menu_back{
	background: url("images/ornament.png") repeat scroll 0 0 transparent;
	width:100%;
	left:0;
	margin-top: -45px;
	padding-top: 45px;
	z-index: 1;
}
#header_menu_back .no-transparent {
	background:url("images/line_under_menu2.png") repeat-x top center transparent;
	margin-top: -45px;
	height: 45px;
	width: 100%;
}
#header_menu_back_blue{
	background:url("images/header-blue.png") top center repeat-x;
	width:100%;
	height:6px;
	left:0;
}
#horizontal-multilevel-menu li a {
	font: normal 16px 'PFDinTextCondPro', Tahoma;
}
.en #horizontal-multilevel-menu li a {
	margin-right: 51px;
}
#horizontal-multilevel-menu li a.root-item {
	color: #524F50;
}
#horizontal-multilevel-menu li a.root-item, 
#horizontal-multilevel-menu li:hover a.root-item, 
#horizontal-multilevel-menu li.jshover a.root-item, 
#horizontal-multilevel-menu li a.root-item-selected {
	font: bold 18px 'PFDinTextCondPro', Tahoma;
}
#horizontal-multilevel-menu li ul {
	padding-bottom: 10px;
}
#horizontal-multilevel-menu li:hover ul, 
#horizontal-multilevel-menu li.jshover ul, 
#horizontal-multilevel-menu li li:hover ul, 
#horizontal-multilevel-menu li li.jshover ul, 
#horizontal-multilevel-menu li li li:hover ul, 
#horizontal-multilevel-menu li li li.jshover ul, 
#horizontal-multilevel-menu li li li li:hover ul, 
#horizontal-multilevel-menu li li li li.jshover ul, 
#horizontal-multilevel-menu li li li li li:hover ul, 
#horizontal-multilevel-menu li li li li li.jshover ul {
	box-shadow: 0 6px 6px #555;
}



#breadcrumb{
	font:12px/18px arial;
	color:#aaa;
	padding:5px 20px 11px;
	width: 728px;
}
#breadcrumb a{
	color:#aaa;
}
#breadcrumb ul.breadcrumb-navigation li:first-child {
	background: url("images/ico_breadcrumbs_home.png") no-repeat 0 4px transparent;
	width: 11px;
	height: 15px;
	margin-right: 2px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	float: left;
}
#breadcrumb ul.breadcrumb-navigation li:first-child a {
	padding-left: 20px;
	text-decoration: none;
}

#workarea{
	/*overflow:hidden;*/
	padding-bottom:13px;
	padding-left: 10px;
	padding-top: 5px;
	margin-left:-10px;
}

#workarea_center{
	position:relative;
	background: #fff;
	padding:19px;
	/*margin-right:213px;*/
	width: 711px;
	
	overflow: hidden;

	box-shadow: 0 0 10px #afafaf;
	-webkit-box-shadow: 0 0 10px #afafaf;
	-moz-box-shadow: 0 0 10px #afafaf;
	-o-box-shadow: 0 0 10px #afafaf;
	min-height: 500px;
}
#workarea_center ul{
	list-style: none;
	padding-left: 20px;
}
#workarea_center ul.change{
	padding-left: 0px;
}
#workarea_center .news-list ul.home{
	margin:0;
	padding:0;
}



#workarea_center table {
	border-collapse: collapse;
	margin-bottom: 12px;
}
#workarea_center table th {
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
	background: #6095cc;
	color: #fff;
	padding: 10px 5px;
}
#workarea_center table tr:first-child th:first-child {
	border-left: 1px solid #6095cc;
}
#workarea_center table tr:first-child th {
	border-top: none;
}
#workarea_center table tr:first-child td {
	border-top: 1px solid #e8e8e8;
}
#workarea_center table td {
	border-right: 1px dotted #999797;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px;
}
#workarea_center table td:first-child {
	border-left: 1px dotted #999797;
}



#workarea_center .pagination_bar {
	overflow: hidden;
	color: #898989;
	margin-bottom: 10px;
}
#workarea_center .pagination_bar a {
	color: #315078;
}
#workarea_center .pagination_bar > div {
	float: right;
}
#workarea_center .pagination_bar > div.pag_paginator {
	float: left;
}
#workarea_center .pagination_bar > div.pag_whatshown {
	margin-left: 5px;
}
#workarea_center .pagination_bar > div.pag_showall {
	margin-left: 15px;
}
#workarea_center .pagination_bar .pag_prev,
#workarea_center .pagination_bar .pag_next {
	display: inline-block;
	height: 12px;
	width: 10px;
	background-repeat: no-repeat;
	background-position: center 3px;
}
#workarea_center .pagination_bar .pag_prev {
	background-image: url("images/pag_prev-disabled.png");
}
#workarea_center .pagination_bar .pag_next {
	background-image: url("images/pag_next-disabled.png");
}
#workarea_center .pagination_bar a .pag_prev {
	background-image: url("images/pag_prev.png");
}
#workarea_center .pagination_bar a .pag_next {
	background-image: url("images/pag_next.png");
}
#workarea_center .pagination_bar b {
	font-weight: normal;
	color: #315078;
}


#workarea_center #date {
	overflow: hidden;
	margin-bottom: 20px;
}
#workarea_center #date tr td {
	border: none !important;
}
#workarea_center #date tr td input[type="submit"] {
	margin-left: 5px;
	background: #4a81b8;
	border: 1px solid #4a81b8;
	border-radius: 0;
	color: #fff;
	padding: 0 0 8px;
	height: 22px;
	width: 80px;
	cursor: pointer;
	font-size: 13px;
	text-transform: lowercase;
	line-height: 22px;
}
.safari #workarea_center #date tr td input[type="submit"],
.chrome #workarea_center #date tr td input[type="submit"] {
	margin-top: 0;
	line-height: normal;
	height: 21px;
	padding: 0 0 2px;
}
.windows.chrome #workarea_center #date tr td input[type="submit"] {
	padding: 0;
}


#workarea_center .sitemap-short td:first-child {
	padding-right: 50px;
}


#workarea_center .news-photo-gallery {
	margin-top: 10px;
}




#workarea_right{
	position: relative;
	float:right;
	width:202px;
	margin-top: 1px;
}
#workarea_right #vertical-multilevel-menu li a {
	display: inline-block;
	font: normal 14px 'PFDinTextCondPro', Tahoma;
	width: 187px;
	padding: 5px 10px 5px 15px;
	width: 177px;
}
#workarea_right #vertical-multilevel-menu li ul.root-item {
	margin-left: 0;
}
#workarea_right #vertical-multilevel-menu li.root-item-selected span {
	background: none;
}
#workarea_right #vertical-multilevel-menu li.root-item-selected a {
	text-decoration: none;
}
#workarea_right #vertical-multilevel-menu > li {
	text-transform: uppercase;
}
#workarea_right #vertical-multilevel-menu ul li {
	text-transform: none;
}
#workarea_right ul#vertical-multilevel-menu > li:first-child {
	padding-top: 20px;
}
#workarea_right #vertical-multilevel-menu li.root-item-selected ul.root-item {
	list-style: none;
	color: #fff;
}
#workarea_right #vertical-multilevel-menu li.root-item-selected ul.root-item li {
	background: url("images/bullet_white.png") no-repeat 20px 12px transparent;
	padding-left: 30px;
}
#workarea_right #vertical-multilevel-menu li.root-item-selected ul.root-item li a {
	padding-left: 0;
	width: 162px;
}
#workarea_right #vertical-multilevel-menu li a:hover {
	text-decoration: none;
}
#workarea_right #vertical-multilevel-menu > li > a:hover,
#workarea_right #vertical-multilevel-menu > li.root-item-selected > a,
#workarea_right #vertical-multilevel-menu > li.root-item-selected.droppeddown > a:hover,
#workarea_right #vertical-multilevel-menu ul li:hover,
#workarea_right #vertical-multilevel-menu ul li.item-selected {
	background-color: #87bcf4 !important;
}
#workarea_right #vertical-multilevel-menu > li.root-item-selected.droppeddown > a {
	background: none !important;
}

#workarea_right #inner-right > div {
	margin-top: 8px;
}
#workarea_right #inner-right > div:first-child {
	margin-top: 13px;
}
#workarea_right #inner-right > div.war_rss {
	margin: 3px 0 -14px;
}
#workarea_right #print-version {
	margin-top: 8px;
	margin-bottom: -5px;
}
#workarea_right .war_rss {
	margin-top: 12px;
}
#workarea_right a.rss_action,
#workarea_right a.subscribe_action,
#workarea_right a#page_print,
#workarea_right a.archive_action {
	font: normal 12px/33px Arial;
	color: #6298ce;
	text-decoration: underline;
	display: block;
	text-align: left;
	padding-left: 35px !important;
	width: 177px;
	height: 34px;
	cursor: pointer;
}
#workarea_right div.search_header {
	color: #4a4748;
	font: normal 14px Arial;
	cursor: default;
	padding-bottom: 0 !important;
}
.macintosh.safari #workarea_right div.search_header {
	padding-bottom: 0 !important;
}
#workarea_right div.subscribe_header {
	color: #4a4748;
	font: normal 14px Arial;
	cursor: default;
	padding-bottom: 6px !important;
}
#workarea_right a.rss_action {
	background: url("images/ico_rss.png") no-repeat 0 center transparent;
}
#workarea_right a.subscribe_action {
	
}
#workarea_right .war_archive {
	/*border-top: 1px dotted #B7B7B7;
	margin-top: 5px;
	padding-top: 10px;*/
}
#workarea_right a.archive_action {
	background: url("images/ico_archive.png") no-repeat 0 center transparent;
}
#workarea_right a#page_print {
	color: #3E79B4;
	font-size: 10px;
	position: absolute;
	left: -132px;
	top: 1px;
	padding-left: 20px !important;
	background: url("images/ico_print.png") no-repeat 0 center transparent;
	width: 110px;
}
#workarea_right a#page_print:hover {
	text-decoration: none;
	color: #3E79B4;
}


#workarea_right .subscribe_form {
	/*display: none;*/
}
#workarea_right a.rss_action:hover,
#workarea_right a.subscribe_action:hover,
#workarea_right a.rss_action.active,
#workarea_right a.subscribe_action.active,
#workarea_right a#page_print:hover,
#workarea_right a.archive_action:hover {
	text-decoration: underline;
	color: #083d6e;
}
#workarea_right .subscribe_form .email_subscribe {
	overflow: hidden;
	width: 202px;
	padding: 0 3px 7px;
}
#workarea_right .subscribe_form .email_subscribe > div {
	line-height: 28px;
}
#workarea_right .subscribe_form input[type="text"] {
	background: #fff;
	color: #2f2c2d;
	padding: 0 3px;
	height: 18px;
	border: 1px solid #4a81b8;
	width: 154px;
	font-size: 12px;
	position: absolute;
	top: 35px;
	left: 7px;
}

#workarea_right #all {
	margin: 12px 0 10px;
	text-align: center;
}
#kater,
#geography{
	margin-bottom: 10px;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 7px 0px rgba(10, 10, 10, 0.32);
	-moz-box-shadow: 0 0 7px 0px rgba(10, 10, 10, 0.32);
	box-shadow: 0 0 7px 0px rgba(10, 10, 10, 0.32);
}
#geography a,
#kater a {
	overflow: hidden;
}
#geography a img,
#kater a img {
	float: left;
}
#clear{
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}
#rasporka{
	height:190px;
}
#footer #friends_logo {
	/*background: url("images/footer_logo_background.png") repeat-x center 0 #f4f4f4;*/
	background: #fff;
	border: 1px solid #e8e8e8;
	/**/
	
	height: 145px;
	overflow: hidden;
	text-align: center;
}
#footer #friends_logo .wrapper {
	display: inline-block;
	width: 902px;
	height: 145px;
	overflow: visible;
	position: relative;
	
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#footer #friends_logo #friends {
	margin-top: 16px;
	overflow: hidden;
}
#footer #friends_logo a {
	text-decoration: none;
	overflow: hidden;
	height: 140px;
	display: block;
	color: #9d9d9d;
	cursor: pointer;
}
#footer #friends_logo a:hover {
	color: #3E79B4;
}
#footer #friends_logo img {
	width: 96px;
	margin-bottom: -2px;
}
#footer #friends_logo .logos_container {
	overflow: hidden;
	width: 10000px;
	margin-left: 0;
}
#footer #friends_logo .logo_item {
	float: left;
	margin: 0 13px;
}
#footer #friends_logo .logo_item .img_blue {
	display: none;
}
#footer #friends_logo .logo_item .logo_link > div {
	width: 200px;
	text-align: center;
	overflow: hidden;
}
#footer #friends_logo .logo_item .logo_link:hover .img_blue {
	display: inline-block;
}
#footer #friends_logo .logo_item .logo_link:hover .img_grey {
	display:none;
}
#footer #friends_logo .banner_control {
	height: 90px;
	width: 30px;
	position: absolute;
	top: 16px;
	cursor: pointer;
}
#footer #friends_logo .banner_control.left {
	left: -30px;
	background: url("images/footer_control_left.png") no-repeat center center transparent;
}
#footer #friends_logo .banner_control.right {
	right: -30px;
	background: url("images/footer_control_right.png") no-repeat center center transparent;
}
#footer #friends_logo .banner_control.left:hover {
	background: url("images/footer_control_left-hover.png") no-repeat center center transparent;
}
#footer #friends_logo .banner_control.right:hover {
	background: url("images/footer_control_right-hover.png") no-repeat center center transparent;
}
#footer #friends_logo .banner_fade {
	height: 125px;
	width: 20px;
	position: absolute;
	top: 16px;
}
#footer #friends_logo .banner_fade.left {
	background: url("images/white_opacity100-fade_left.png") repeat-y 0 0 transparent;
	left: 0;
}
#footer #friends_logo .banner_fade.right {
	background: url("images/white_opacity100-fade_right.png") repeat-y 0 0 transparent;
	right: 0;
}




#footer{
	margin-top:-190px;
	background:#2f2c2d;
	font-size:11px;
	color:white;
	width:100%;
	/*height:190px;*/
	height: 273px;
}
#footer-center{
	text-align:left;
	margin:0 auto;
	padding-top: 25px;
	width:962px;
	overflow:hidden;
}
#footer-center p{
	margin:0;
}
#footer-right,
#footer-left{
/* 	width:50%; */
}
#footer-left{
	float:left;
}
#footer-right{
	text-align:right;
	float:right;
	color:#659dd8;
}
#footer-right a{
	color:#659dd8;
}



#share{
	/*position: absolute;
	right: 160px;
	top: 8px;*/
	
	z-index:1;
	overflow: hidden;
	position: relative;
	float: right;
	margin: -45px 3px 0px 0;
}
#share a.facebook {
	background:url("images/h_ico_fb.png") no-repeat center center transparent;
}
#share a.twitter {
	background:url("images/h_ico_tweet.png") no-repeat center center transparent;
}
#share a.vk {
	background:url("images/h_ico_vk.png") no-repeat center center transparent;
}
#share a.lj {
	background:url("images/h_ico_lj.png") no-repeat center center transparent;
}
#share a.delicious {
	background:url("images/h_ico_ok.png") no-repeat center center transparent;
}
#share a.mailru {
	background:url("images/h_ico_mailru.png") no-repeat center center transparent;
}

#share a.facebook:hover {
	background:url("images/h_ico_fb-hover.png") no-repeat center center transparent;
}
#share a.twitter:hover {
	background:url("images/h_ico_tweet-hover.png") no-repeat center center transparent;
}
#share a.vk:hover {
	background:url("images/h_ico_vk-hover.png") no-repeat center center transparent;
}
#share a.lj:hover {
	background:url("images/h_ico_lj-hover.png") no-repeat center center transparent;
}
#share a.delicious:hover {
	background:url("images/h_ico_ok-hover.png") no-repeat center center transparent;
}
#share a.mailru:hover {
	background:url("images/h_ico_mailru-hover.png") no-repeat center center transparent;
}
#share .share-dialog {
	position: relative !important;
	top: 0;
	left: 0;
}
.share-dialog-inner-left{
	background:none;
}
a.share-switch{
	display:none;
}
.other-news .news-item{
	background:none;
	margin-bottom:0;
	padding-bottom:10px;
}
.other-news div.news-list .title,
.attention div.news-list .title {
	font-weight: normal;
	font-size: 16px;
}
.main .news {
	margin-left: 240px;
}
.main .news-image{
	width:222px;
}
div.news-list img,
div.news-list.main img{
	width:220px;
	vertical-align: middle;
}
div.news-list .preview_picture img,
div.news-list.main .preview_picture img {
	margin-top: -2px;
}
div.news-list .logo,
div.news-list img.logo,
div.news-list.main img.logo{
	width:32px;
	vertical-align:middle;
	margin-right: 5px;
}
div.news-list .preview_picture {
	width: 220px;
	position: relative;
	display: block;
	border: 1px solid #7F7C7D;
	margin-bottom: 0;
	overflow: hidden;
	line-height: 165px;
}
div.news-list .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 161px;
	border: 2px solid #fff;
}
div.news-list .overlay .border {
	position: relative;
	width: 214px;
	height: 159px;
	border: 1px solid #7F7C7D;
}

div.news-list .home .preview_picture-home img,
div.news-list .home .preview_picture-home{
	width:120px;
	height:90px;
}
.home .news-item-header{
	width:190px;
}
div.news-list .text{
	width:470px;
}


div.news-list .directors_list .photo .preview_picture img,
div.news-list .directors_list .preview_picture, 
div.news-list .directors_list img, 
div.news-list.main .directors_list img {
/* 	width: auto !important; */
	width:189px;
}
div.news-list .directors_list a.preview_picture {
	width: 189px !important;
	border: none;
}
div.news-list .directors_list a.preview_picture .overlay {
	border: none;
}
div.news-list .directors_list .text{
	width: auto !important;
	float: left;
}
div.news-list .directors_list td {
	background: none;
}



.horizontal-level4-menu-container {
	background: url("images/auc_top_shadow.png") repeat-x 0 0 transparent;
	width: 750px;
	padding: 11px 0 0;
	margin: -10px 0 0 -20px;
	overflow: hidden;
}
.horizontal-level4-menu-inner-container {
	background: url("images/auc_inner_bottom_shadow.png") repeat-x 0 bottom #f6f6f6;
	margin-bottom: 20px;
}
#horizontal-level4-menu, #horizontal-level4-menu ul {
	height: 36px !important;
}
#horizontal-level4-menu td {
	padding: 0 !important;
	float: left;
	border-right: 1px solid #fcfcfc !important;
	border-left: 1px solid #e9e9e9 !important;
	border-top: none !important;
	border-bottom: none !important;
}
#horizontal-level4-menu td li {
	padding: 0 10px !important;
}
#horizontal-level4-menu td.menu-item-selected {
	background:  url("images/auc_right_shadow.jpg") no-repeat right 0 white;
	padding: 0 8px 0 0 !important;
	border: none !important;
}
#horizontal-level4-menu td.menu-item-after {
	border-left: none !important;
}
#horizontal-level4-menu td.menu-item-last {
	border-right: none !important;
}
#horizontal-level4-menu li a.root-item,
#horizontal-level4-menu li:hover a.root-item, 
#horizontal-level4-menu li.jshover a.root-item,
#horizontal-level4-menu li a.root-item-selected {
	background: none;
	border-radius: 0;
	font: 14px arial;
	color: #646162;
	padding: 0;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
}
body ul.breadcrumb-navigation{margin:0 130px 0 0;}
body .ymaps-copyrights-legend{display:none;}
body .ymaps-copyrights-logo{bottom:3px;}



#workarea_center .search_page form,
#workarea_center .search_page .top_pag_nav{
	display: none;
}


#workarea_center div > ymaps {
	border: 1px solid #7F7C7D !important; 
}


#workarea_center .search-page .result_item a {
	color: #555253;
	font: bold 18px 'PFDinTextCondPro', Tahoma;
}
#workarea_center .search-page .result_item {
	color: #555253;
}
#workarea_center .search-page .result_item .date {
	color: #999;
}
#workarea_center .search-page hr {
	margin: 20px 0;
}
#workarea_center .search-page .results_sort {
	color: #555253;
	margin-top: 10px;
	text-align: right;
}
#workarea_center .search-page .results_sort b {
	font-weight: normal;
}
#workarea_center .search-page a b,
#workarea_center .search-page p b,
#workarea_center .search-page .short_text b {
	background: #cbdff5;
	font-weight: normal;
}
#workarea_center .search-page a b {
	font-weight: bold;
}
#workarea_banner{
	width:750px;
	margin-bottom:10px;
}


.photo-slideshow-speed {
	display: none !important;
}

/*START Spoile*/
.spoiler_title{
	cursor:pointer;
}
.spoiler_title span{
	border-bottom:1px dashed #ccc;
}
.spoiler_body{
	display:none;
}

/*END Spoile*/
