@font-face
{
	font-family: 'PFDinDisplayProMedium';
	src: url("/css/fonts/pfdindisplaypro-reg-webfont.eot");
	src: url("/css/fonts/pfdindisplaypro-reg-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/pfdindisplaypro-reg-webfont.woff") format("woff"), url("/css/fonts/pfdindisplaypro-reg-webfont.ttf") format("truetype"), url("/css/fonts/pfdindisplaypro-reg-webfont.svg#PFDinDisplayProMedium") format("svg");
	font-weight: normal;
	font-style: normal
}
/* font-family: 'PFDinDisplayProMedium'; */

@font-face
{
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), local('PTSans-Regular'), url(/css/fonts/ptsans/UFoEz2uiuMypUGZL1NKoeg.ttf) format('truetype');
}

@font-face
{
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), local('PTSans-Bold'), url(/css/fonts/ptsans/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}

@font-face
{
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: local('PT Sans Italic'), local('PTSans-Italic'), url(/css/fonts/ptsans/yls9EYWOd496wiu7qzfgNg.ttf) format('truetype');
}

@font-face
{
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(/css/fonts/ptsans/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
/* font-family: 'PT Sans', sans-serif; */

body
{
	font-family: 'PT Sans';
	/*font-size: 14px;*/
	font-size: 12pt;
	color: #030303;
	text-align: center;
	/** background-color: #f9f9f9; **/
	background-color: #dbdbdb;
	/*background-image: url(/img/background.jpg);*/
	background-position: 53% 0%/**top center**/;
	background-repeat: no-repeat;
	overflow: scroll;
	height: 100%;
}

p
{
	line-height: 140%;
	margin-top: 20px;
}

a
{
	text-decoration: underline;
	/* color: #009bce; */
	color: #009b7b;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size: 1.6em/***22px***/;
}

h2
{
	font-size: 1.5em/***24px***/;
}

h3
{
	font-size: 1.3em/***18px***/;
	padding: 30px 20px 15px 0px;
}

h4
{
	font-size: 1.1em/***14px***/;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
	width: 0px;
}

.height1px
{
	line-height:1px;
	font-size:1px;
}

.wrapper
{
	width: 957px;
	margin: 0 auto; /* автоматическое задание величин по бокам в совокупности с шириной центрирует макет */
	height: 100%;
}

#header
{
	height: 126px;
	/* Для Нового года */
	background-repeat: no-repeat;
	/*background-image: url(/files/upload/santa_claus.png);*/
	background-position: 530px -20px;
	background-size: 23%, cover;
	/* Для Нового года */
}

#logo
{
	float: left;
	position: relative;
	top: 29px;
	left: 0px;
}

#langDiv
{
	margin-top: 49px;
	padding-top: 4px;
	float: right;
	width: 64px;
	height: 23px;
	color: white;
	text-transform: uppercase;
	font-size: 0.7em/***9pt***/;
}

#langDiv a
{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

#search
{
	margin-top: 17px;
	width: 232px;
	height: 23px;
	background-color: white /*#d0d0d0/*#4F9183*/;
	border-radius: 5px;
	background-image: none;
	margin-bottom: 7px;
}

#search input
{
	border: none;
	color: #999999/*#0F5C4A*/;
	background-color: white /*#d0d0d0/*#4F9183*/;
	font-family: "PT Sans";
	font-size: 1.1em/***14px***/;
}

#search input.search-term
{
	width: 202px;
	height: 19px;
	margin-left:5px;
	vertical-align: top;
}

#search input.submit
{
	background: url(/img/search.png) no-repeat;
	width: 18px;
}

#menu
{
	/*float: right;
	text-align: right;*/
	margin: 25px 0px 0px 0px;
	position: relative;
	background-image: none;
	height: auto;
	/*width: 650px;*/
	width: 100%;
}

#menu .hidden
{
	display: none;
}

#menu ul
{
	 text-align: center;
	 -js-display: flex;
	display: flex;
	justify-content: space-between;
}

#menu li
{
	 display: inline-block;
	/*text-align: right;*/
	padding: 0;
	margin: 0;
}

.menu li a
{
	color: white;
	text-decoration: none;
	font-size: 1.05em/***17px***/;
	margin: 0px;	/* расстояние между элементами в верхнем меню */
	font-family: 'PT Sans', sans-serif;
	/*font-weight: bold;*/
	white-space: nowrap;
}

.menu li.first a
{
	margin-left: 0px;
}

.menu li.last a
{
	margin-right: 0px;
	/*text-align: center;*/
	/*float: right;*/
}

.menu li a:hover
{
	text-decoration: underline;
}

.menu li.current a
{
	/*background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 7px;
	color: #030303;*/
	font-weight: bold;
	text-decoration: underline;
}

.header .container { position:absolute; width:100%; height:100%; top:0px; left:0px; }
/** .header.inner { background:url(/img/inner-header.jpg); padding-top:17px !important; height:120px;} **/
/** .header.inner .menu { background:none; background: rgba(255,255,255, 0.9); border-radius:3px; padding-top:8px; padding-bottom:3px; } **/
.header.inner .menu span { background:none; }

.mainframe
{
	margin: 0;
	text-align: left;
}

.inner .mainframe, .content_topmenu div
{
	background-color: #f0f0f0;
}

#picture
{
	margin: 0;
	height: 352px;
	width: 957px;
	/*background-image: url(/files/upload/onMainPicture_slider_01_03.jpg);
	background-repeat: no-repeat;*/
}

#picture_en
{
	margin: 0;
	height: 352px;
	width: 957px;
	background-image: url(/files/upload/onMainPicture_en.jpg);
	background-repeat: no-repeat;
}


#picture div.items
{
	/*cursor: pointer;*/
	cursor: default;
	 height: 100%;
}

#picture div.items div.scrollItem
{
	 height: 352px;
}

#picture div.scrollItem div
{
	 font-family: 'PT Sans';
	font-weight: bold;
	/*text-decoration: none;*/
	line-height: 110%;
}

#picture div.scrollItem p.title
{
	margin-bottom: 20px;
	font-size: 23pt;
	line-height: 110%;
	padding-right: 10px;
}

#picture div.scrollItem div p.link a
{
	display: block;
	margin-top: 20px;
	font-size: 11pt;
	font-weight: normal;
	cursor: pointer;
}

#picture div.scrollItem p.text
{
	margin-bottom: 20px;
	font-size: 13pt;
	line-height: 110%;
	padding-right: 10px;
}

#picture div.scrollItem p.text a
{
	line-height: 150%;
	text-decoration: none;
}

#onMainPicture
{
	float: left;
	position: relative;
	top: 10px;
	left: 700px;
}

#onMainPicture p
{
	width: 350px;
	color: #008261;
	margin-left: 2px;
	font-family: "PT Sans";
	font-size: 1.5em/***19pt***/;
	line-height: 125%;
	font-weight: bold;
}

#onMainPicture p a
{
	/*text-decoration: none;*/
	/*color: #ffffff;*/
	color: #008261;
	/*color: #009b7b;*/
}

#onMainPicture div
{
	display: none;
	text-align: center;
	width: 120px;
	height: 26px;
	border-top: none;
	background: url(/img/button_bg_1.jpg) repeat-x;
	margin-top: 18px;
	border-bottom: #888888 2px solid ;
	border-left: #999999 1px solid ;
	border-right: #cccccc 1px solid ;
}

#onMainPicture div a
{
	display: inline-block;
	text-decoration: none;
	text-align: center;
	/* color: #030303; */
	color: #ffffff;
	margin-top: 5px;
	margin-left: -7px;
	font-weight: bold;
	font-family: "PT Sans";
	font-size: 1em/***15px***/;
}

#block4 .blocktitle, #block5 .blocktitle
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#block4 .blockcontent
{
	margin: 0;
	padding: 0;
}

#block6 .blocktitle, #block7 .blocktitle
{
	padding-top: 13px;
	/*background: url(/img/blocktitle_bg_61.jpg) repeat-x;*/
}

#block6 .blocktitle.en, #block7 .blocktitle.en
{
	padding-top: 27px;
}

#block8 .blocktitle
{
	padding-top: 2px;
	/*background: url(/img/blocktitle_bg_61.jpg) repeat-x;*/
}

#block8 .blocktitle.en
{
	padding-top: 13px;
	/*background: url(/img/blocktitle_bg_61.jpg) repeat-x;*/
}

.row
{
	margin-top: 3px;
}

.row .block1
{
	width: 317px;
	overflow: hidden;
}

.footer_block
{
	width: 317px;
	height: 173px;
	overflow: hidden;
}

.row .block2
{
	width: 317px;
	height: 189px;
	overflow: hidden;
	background: url(/img/block_bg_189.jpg) repeat-x;
}

.row .block2.container
{
	background: none;
}

.row .block3
{
	width: 317px;
	height: 61px;
	overflow: hidden;
}

.row .block3.en
{
	width: 317px;
	height: 93px;
	overflow: hidden;
}

.row .footer_block2
{
	width: 317px;
	min-height: 127px;
	overflow: hidden;
}

.footer_block2 .blockcontent
{
	margin: 27px 7px 0px 17px;
	text-align: left;
	line-height: 120%;
	color: #898989;
	font-family: 'PT Sans';
	font-size: 1.1em/***12px***/;
}

.footer
{
	background-color: #e8e8e8;
	margin-top: 39px;
}

.inner .footer
{
	margin-top: 17px;
}

.wrapper
{
	position: relative;
	/*height: 169px;*/
}

.footer .wrapper
{
	min-height: 127px;
}

.sitemap
{
	margin-top: 7px;
}

#bottomDiv
{
	background-color: #e8e8e8;
	min-height: 127px;
}

#bottomDiv .blockcontent
{
	margin: 34px 16px 10px 16px;
	font-size: 0.8em/***13px***/;
}

.blocktitle
{
	height: 39px;
	background: url(/img/blocktitle_bg_39.jpg) repeat-x;
	border-bottom: 1px solid #c3c3c3;
	overflow: hidden;
}

.block3 .blocktitle
{
	height: 93px;
	background: url(/img/blocktitle_bg_93.jpg) repeat-x;
}

.block3 .blocktitle p
{
	margin-top: 27px;
}

.blocktitle p, .blockcontent p
{
	margin: 0;
	padding: 8px 0 0 17px;
	text-align: left;
}

.blockcontent .news p
{
	margin: 0;
	padding: 0 10px 0 17px;
	text-align: left;
}

.blocktitle p, .block3 .blocktitle p
{
	font-family: "PT Sans";
	font-size: 1.05em/***16px***/;
	font-weight: bold;
	margin-top: -1px;
	margin-left: -1px;
}

.block1 .blockcontent, .block3 .blockcontent
{
	margin: 0;
	background: url(/img/blocktitle_bg_93.jpg) repeat-x;
	height: 100%;
}

.fll
{
	float: left;
}

.flr
{
	float: right;
}

.ml3
{
	margin: 0;
	margin-left: 3px;
}

.mr3
{
	margin: 0;
	margin-right: 3px;
}

.blockcontent .news
{
	margin: 0;
	height: 120px;
	overflow: auto;
	font-family: "PT Sans";
}

.news .date
{
	font-size: 11px;
	color: #898989;
	font-weight: bold;
	padding-top: 0.9em/***10px***/;
}

.news p
{
	margin: 0px;
	line-height: 130%;
	padding-top: 0px;
}

.news p.date
{
	margin: 0px;
	line-height: 110%;
	padding-top: 10px;
	padding-bottom: 3px;
}

.news p a
{
	color: #333333;
	text-decoration: none;
}

.blockcontent .news p a
{
	font-size: 14px;
}

.news p span.more
{
	/*display: block;
	float: right;*/
	display: inline-block;
	color: #009b7b;
	margin-left: 15px;
	font-size: 0.8em;
}

.news .text-item p a
{
	color: #009b7b;
}

#main_all_news
{
	padding: 4px 0 0 17px;
	font-family: "PT Sans";
	font-size: 14px;
}

.descending
{
	color: #cf4040;
	background: url(/img/currency_down.png) no-repeat 3px 7px;
}

.growing
{
	color: #009b7b;
	background: url(/img/currency_up.png) no-repeat 3px 7px;
}

.content_topmenu
{
	height: 41px;
}

.content_topmenu div
{
	float: left;
	width: 317px;
	height: 40px;
	margin-right: 3px;
	border-bottom: 1px solid #8f8f8f;
	background-image: url(/img/blocktitle_bg_40.jpg);
	background-repeat: repeat-x;
}

.content_topmenu div a
{
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 12px 0 0 17px;
	color: #333333;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif;
	/*font-size: 12pt;*/
}

.content_topmenu div.last
{
	margin-right: 0px;
}

.content_topmenu div.active
{
	border-bottom: 1px solid #f0f0f0;
	background-image: none;
}

.content_topmenu div.active a
{
	color: #016b53;
	font-weight: bold;
}

.button { background:url(/img/buttons.png) no-repeat; height: 44px; line-height:44px; text-decoration:none; display:block;  font-size:1em/***14px***/; font-weight:bold; cursor:pointer; }
.button span { background:url(/img/buttons.png) 100% -88px no-repeat; height: 44px; line-height:44px; display:block; }
.button span span { margin-left:20px; margin-right:20px; background-position:0px -44px; background-repeat:repeat-x; color:#333333;  text-align:center; }
.button:hover { text-decoration:none; background-position: 0px 0px; }
.button:hover span { background-position: 100% -88px; }
.button:hover span span { text-decoration:none; background-position: 0px -44px; }
.button em { font-style:normal; white-space:nowrap; }
/* .block3 .button.dictionary { width:220px; margin-top:10px; margin-left:27px;} */
.left_menu .button.dictionary { margin-top:12px; }
.button.dictionary span { text-align:left; }
.button.dictionary em { background:url(/img/book.png) no-repeat; padding-left:30px; padding-bottom:3px;}
.button.quest em { background:url(/img/question_icon.png) no-repeat; padding-left:20px; padding-bottom:3px; color:#0082ad; }

.button.account em { background:url(/img/account.png) no-repeat; padding:3px 0; padding-left:25px;  }
.buttonblock a.button { margin-top:13px; }
.button.calc em { background:url(/img/calc.png) no-repeat; padding:3px 0; padding-left:25px; }

.buttonblock * {  }




.menu { width:1060px; height:51px; margin: 0 auto; margin-top:25px; background:url(/img/menubg.png) no-repeat; position:relative; z-index:1000; }
.menu span { background:url(/img/menubg.png) 100% -102px no-repeat; height:51px; line-height:51px; float:right; }
.menu span span { margin-left:27px; margin-right:27px; background:url(/img/menubg.png) 0px -51px repeat-x; width:1006px;}

.menu .logo { float:left; padding:7px; padding-left:43px;}
.menu .sitemap {  float:left;  line-height:10px; text-align:center; text-transform:uppercase; padding-top:21px; margin-left:15px;}
.menu .sitemap a {font-family:Arial; font-size:10px; color:#009bce; border-bottom:dashed 1px #009bce; padding-bottom:0px; text-decoration:none;}
.menu .sitemap a:hover { text-decoration:none; border:none;}

.menu .selection
{
	/*float: right;*/
}

.middle { background:url(/img/middle_line.png) repeat-x; height:193px; margin-top:163px;}
.middle h1 { padding-top:14px; padding-left:95px; font-size:48px; padding-right:100px; text-align:left; font-family:'PFDinDisplayProMedium'; font-weight:normal; }
.middle h1 span { display:block; font-size:92px; margin-bottom:8px; }
.middle h1 a { font-family:Arial; color:#FFF; font-size:36px;}
.middle p { float:right;  margin-top:0px; padding-top:90px; padding-right:85px;}
.middle p a {font-family:Arial; font-size:14px; color:#FFF; text-decoration:underline;}

.header .bottom { position:absolute; bottom:25px; width:100%; left:0px; }
.header .filial a { font-family:Arial; font-size:18px; color:#fff; float:left; padding-left:100px; padding-top:34px; }
.header .phone { float:right; width:175px; text-align:left; font-size:20px; color:#fff; padding-top:32px; margin-right:100px; height: 50px; border: 1px solid yellow}
.header .phone span { display:none; }

.block1 { float:left; width:275px;}
.block2 { float:left; width:370px;}
.block3 { float:right; width:275px;}
.block3 .buttonblock { padding:13px 27px; margin-top:27px; background:#e8ffe9; }

.buttonmain { background:url(/img/button_bg2.png) no-repeat; height:39px; line-height:39px; float:left; margin-top:20px;}
.buttonmain span {background:url(/img/button_bg2.png) 100% -78px no-repeat; height: 39px; line-height:39px; float:left;}
.buttonmain span span { margin-left:24px; margin-right:24px; background-position: 0px -39px; background-repeat:repeat-x;  width:167px; text-align:left; height:39px; line-height:39px;}

/*.button { background:url(/img/buttons.png) no-repeat; height: 22px; line-height:22px; font-size:10px; font-weight:bold; text-transform:uppercase;  padding-top:5px; padding-bottom:5px; }
.button span { background:url(/img/buttons.png) 100% -44px no-repeat; height: 22px; line-height:22px;  padding-top:5px; padding-bottom:5px; }
.button span span { margin-left:17px; margin-right:17px; background-position:0px -22px; background-repeat:repeat-x; color:#717171; width:71px; text-align:center; }*/


.block2 .nbp h1 {font-family:Arial; font-size:20px; color:#009bce; padding-top:48px; font-weight:normal;}
.block2 .nbp h1 a {color:#009bce; }
.block2 .nbp p {font-family:Arial; font-size:13px; color:#333333; margin-top:0px; padding-top:5px; padding-bottom:7px; font-weight:100; line-height:140%; width:285px;}
.block2 .nbp li {font-family:Arial; font-size:13px; color:#333333; /*padding-left:15px;*/ line-height:150%; /* text-decoration:underline; */ margin-top:4px; padding-left:17px; background:url(/img/li.png) 0 10px no-repeat;  }
.block2 .nbp ul {margin-top:-5px;}

.block2 .foreks h1 {font-family:Arial; font-size:20px; color:#009bce; padding-top:30px; font-weight:normal; width:300px;}
.block2 .foreks h1 a {color:#009bce;}
.block2 .foreks p {font-family:Arial; font-size:13px; color:#333333; margin-top:0px; padding-top:5px; padding-bottom:7px; font-weight:100; line-height:140%; width:300px;}

.block3 .rko h1 {font-family:Arial; font-size:20px; color:#009bce; padding-top:48px; font-weight:normal;}
.block3 .rko h1 a {color:#009bce; }
.block3 .rko p {font-family:Arial; font-size:13px; color:#333333; margin-top:0px; padding-top:5px; padding-bottom:7px; font-weight:100; line-height:140%; width:285px;}

.block3 .rate_fiz h1 {font-family:Arial; font-size:20px; color:#009bce; padding-top:20px; font-weight:normal;}
.block3 .rate_fiz h1 a {color:#009bce; }
.block3 .rate_fiz p {font-family:Arial; font-size:13px; color:#333333; margin-top:0px; padding-top:5px; padding-bottom:7px; font-weight:100; line-height:140%; width:285px;}

.promo { margin-top:30px; }

/**.footer { width:920px; margin:0 auto; border-top:1px solid #cdcdcd; margin-top:10px; }**/
.holder1 li { float:left;}
.holder1 li.first { font-family:Arial; font-size:12px; color:#898989; padding-top:44px; width:240px; text-align:left;}
.holder1 li.second { font-family:Arial; font-size:12px; color:#898989; padding-top:44px; width:110px; margin-right:10px; text-align:right;}
.holder1 li.third {font-family:Arial; font-size:12px; color:#333333; padding-top:41px; text-align:left; line-height:150%;}
.holder1 .search { float:right; padding-top:44px;}
.holder2 li { float:left; margin-bottom:40px;}
.holder2 li.first { font-family:Arial; font-size:12px; color:#898989; padding-top:22px; width:240px; text-align:left;}
.holder2 li.second { font-family:Arial; font-size:12px; color:#898989; padding-top:22px; width:110px; margin-right:10px; text-align:right;}
.holder2 li.third {font-family:Arial; font-size:12px; color:#333333; padding-top:22px; text-align:left; margin-right:25px; }
.holder2 li.fourth {font-family:Arial; font-size:12px; color:#898989; padding-top:22px; text-align:left; margin-right:10px;}
.holder2 li.sixth {font-family:Arial; font-size:12px; color:#333333; padding-top:22px; text-align:left;}
.holder2 li.pred_last {padding-top:11px; margin-left:31px}
.holder2 .last { float:right; padding-top:12px; padding-right:6px;}

.left_menu
{
	float: left;
	width: 300px;
	margin: 30px 3px 10px 0px;
	padding: 0;
	overflow: hidden;
}

.left_menu .menu_l
{
	padding-top: 16px;
	padding-bottom: 15px;
	border-radius: 4px;
}

.left_menu .link
{
	padding-left: 0px;
	margin-bottom: 4px;
}

.left_menu .link a
{
	color: #333333;
	text-decoration: none;
	padding: 5px 17px;
	/*font-size: 13px;*/
	display: block;
	/*font-family: Arial;*/
}

.left_menu .link a:hover
{
	background-color: #cdd7d5;
}

.left_menu .link.current a
{
	background-color: #cdd7d5;
	font-weight: normal;
	/*color: #008261;*/
	font-weight: bold;
}

.left_menu .menu_l .sub
{
	/** background:#effbff; **/
	background: #dee8e6;
	/** border-bottom: 1px dotted #c3c3c3; **/
	/** border-right: 1px dotted #c3c3c3; **/
	margin-top: -5px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 4px;
}

.left_menu .menu_l .sub li
{
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 6px;
	line-height: 110%;
}

.left_menu .menu_l .sub a
{
	color: #666666;
	font-weight: normal;
	font-size: 1em/***13px***/;
	text-decoration: none;
	/** background:url(/img/menu_line.jpg) 0 8px no-repeat; **/
}

.left_menu .menu_l .sub .current
{
	padding-right: 20px;
}

.left_menu .menu_l .sub .current a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.left_menu .contact_links {font-family:Arial; font-size:13px; color:#333333; text-align:center; background:#efefef; text-decoration:underline; line-height:180%; margin-top:32px; padding-top:19px; padding-bottom:20px; border-radius:4px 4px 0 0; }
.left_menu .contact_links a { color:#000;}
.left_menu .useful { }
.left_menu .useful .button { margin: 0 10px; }
.left_menu .useful .button span { text-align:left; }
.left_menu .useful .dictionary { margin-top:12px; }

.question
{
	width: 250px;
	margin-left: 17px;
	display: none;
}

.right_side
{
	float: right;
	width: 603px;
	margin: 10px 17px 10px 17px;
	overflow: hidden;
}

.right_side .breadcrumbs
{
	font-size: 0.85em/***11px***/;
}

.right_side .breadcrumbs li
{
	float: left;
	margin-right: 3px;
	color: #999999;
	margin-bottom: 5px;
}

.right_side .breadcrumbs li a
{
	color: #999999;
}

.right_side h1
{
	font-family: "PT Sans";
	font-size: 1.6em/***23px***/;
	color:#333333;
	font-weight: 100;
	color: #008261;
	margin-top: 13px;
}

.right_side .news_date
{
	font-family: "PT Sans";
	font-size: 0.95em/***12px***/;
	color: #999999;
	padding-top: 16px;
	line-height: 130%;
	font-weight: bold;
}

.right_side .news_name a
{
	text-decoration: underline;
	line-height:130%;
}

.right_side .top_menu
{
	margin-top: 15px;
}

.top_menu a.menu_item
{
	display: inline-block;
	width: 32%;
	text-decoration: none;
}

.right_side .news_name {padding-top:0px;}
/*.right_side .news_text { font-family:Arial; font-size:13px; color:#333333; padding-top:8px; line-height:130%;}*/
.right_side .news_text { font-size:10.5pt; color:#333333; padding-top:8px; line-height:130%;}

.right_side .news_line
{
	border-bottom: 1px solid #eaeaea;
	padding-top: 20px;
}

.right_side .news_line_adress { border-bottom:1px solid #eaeaea; padding-top:26px;}

.paginator { padding-top:20px; float:left; }
.paginator ul li  { float:left;  margin-right:4px;  }
.paginator a { text-align:center; text-decoration:none; font-size:12px; border: 1px solid #CCC; border-radius:3px; display:block; height:24px; line-height:24px; width:24px; vertical-align:middle; }
.paginator .current a { color:#333; cursor:default; }
.paginator .expand a { color:#999999; }
.paginator .prev a, .paginator .next a { border-color:#efefef; }
.paginator .prev a { background:url(/img/pag-prev.png) 50% 50% no-repeat #efefef; }
.paginator .next a { background:url(/img/pag-next.png) 50% 50% no-repeat #efefef; }

.right_side .print
{
	float: right;
	padding-top: 30px;
	padding-bottom: 5px;
	/*display: none; /*временно*/
}

.right_side .print a
{
	padding-left: 17px;
	background: url(/img/print.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	color: #898989;
}

.right_side .h1inner 
{ 
	font-family: "PT Sans";
	font-size: 1.6em/***23px***/;
	color:#333333;
	font-weight:100;
	padding-top:7px;
}

.right_side .news_date_inner { font-family:Arial; font-size:13px; color:#999999; padding-top:5px;}
.right_side .news_text_inner { font-family:Arial; font-size:13px; color:#333333; padding-top:15px; line-height:170%;}

.right_side .photo { font-weight:bold; padding-top:22px; padding-bottom:15px; font-family:Arial; font-size:13px; color:#333333; }
.right_side .gallery { padding-bottom:8px; }
.right_side .gallery ul { padding-bottom:8px; margin-right:2px; }
.right_side .gallery ul li { float:left; padding-left:9px; margin-top:8px; }
.right_side .gallery ul li a img { border-radius:4px; }

.right_side .back { float:left; width:170px; padding-top:35px;}
.right_side .front { float:right; width:170px; padding-top:35px;}

.right_side .date
{
	font-size: 0.85em/***12px***/;
	color: #999999;
	margin-top: 5px;
}

.right_side .news_swap a
{
	font-size: 1em/***13px***/;
	line-height: 135%;
	display: block;
}

.right_side .news_swap
{
	padding-top: 5px;
}

.toggle li { border-bottom:1px solid #e6e6e6; padding-bottom:15px; }

.toggle ul li
{
	border: none;
	padding-bottom: 0px;
	margin-top: 4px;
	padding-left: 1px;
	background: url(/img/li.png) 0 0px no-repeat;
	/*margin-left: 1px;
	list-style: none;*/
}

.right_side .year { padding-top:15px;}
.right_side .year a {font-family:Arial; font-size:1.2em/***18px***/; color:#009bce; border-bottom:1px dashed; text-decoration:none;}

.right_side .direction .face { padding-top:45px; float:left; padding-bottom:10px;}
.right_side .direction .description { float:left; width:290px; padding-left:25px; line-height:150%; padding-top:65px; }
.right_side .direction .description p {font-family:Arial; font-size:13px; color:#333333; margin-top:0px; padding-top:5px; }
.right_side .direction .description p.fax { padding-top:0px;}
.right_side .direction .description span { font-weight:bold;}

.right_side .members p
{
	margin-top: 0px;
	padding-bottom: 3px;
}

.right_side .members p.name
{
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 7px;
}

.right_side .members p span.post
{
	display: inline-block;
	width: 300px;
}
.right_side .members p span.member
{
	display: inline-block;
	float: right;
	width: 290px;
}

.right_side .akcioneri .left { float:left; width:280px;}
.right_side .akcioneri .right { float:right; width:280px;}
.right_side .akcioneri h3 {font-family:Arial; font-size:13px; color:#333333; font-weight:bold; padding-top:20px;}
.right_side .akcioneri h2 {font-family:Arial; font-size:14px; color:#333333; font-weight:bold; padding-top:25px; padding-bottom:0px;}
.right_side .akcioneri p {font-family:Arial; font-size:13px; color:#333333; line-height:130%; padding-top:0px; margin-top:15px;}
.line_solid { border-bottom:1px solid #eaeaea; padding-top:15px; padding-bottom:15px;}
.right_side .adress_left { float:left; padding-top:30px; width:230px; }
.right_side .adress_left h2 { font-family:Arial; font-size:18px; color:#333333; font-weight:bold; width:230px; }
.right_side .adress_left  p span { font-weight:bold; padding-top:15px; display:block;}
.right_side .adress_left p {font-size:13px; margin-top:0px;}
.right_side .adress_right { float:right; width:360px; height:300px; margin-top:7px}
.left_menu .calculator_btn { background:url(/img/btn_bg.png) no-repeat; width:216px; height:43px; margin-left:10px;}
.left_menu .calculator_btn span p { background:url(/img/calculator_icon.png) no-repeat 15px 10px; padding-left:40px; padding-top:10px; position:relative; height:21px; width:21; font-family:Arial; font-size:14px; color:#333333; font-weight:bold;}
.left_menu .book_btn { background:url(/img/btn_bg.png) no-repeat; width:216px; height:43px; margin-left:10px;}
.left_menu .book_btn span p { background:url(/img/bool_icon.png) no-repeat 13px 10px; padding-left:40px; padding-top:10px; position:relative; height:21px; width:21px; font-family:Arial; font-size:14px; color:#333333; font-weight:bold;}
.left_menu .question { padding:9px 25px 15px 25px; margin-top:5px; background:#e8ffe9; border-radius:0 0 4px 4px; }
.left_menu .question .btn { background:url(/img/background_bg2.png) no-repeat 40px 10px; height:43px; width:167px; padding-left:60px;}
.left_menu .question .btn p { padding-left:15px;margin-top:15px; padding-top:20px; background:url(/img/question_icon.png) no-repeat 0px 20px; font-family:Arial; font-size:14px; color:#333333; font-weight:bold;}

.right_side .svedenja  p  { padding-top:20px; margin-top:0px; font-size:13px;}
.right_side .svedenja p.bold  { font-weight:bold; padding-top:15px;}
.right_side .svedenja ul li { padding-left:20px; line-height:145%; padding-bottom:4px; background:url(/img/li.png) no-repeat 0px 8px; font-size:13px;}
.right_side .svedenja_block p { padding-bottom:4px; padding-top:0px; font-size:13px; padding-left:20px; }
.right_side .svedenja_block .bold { padding-left:0px; padding-bottom:0px;}
.svedenja_block p.link {  padding-top:15px; padding-left:0px; padding-bottom:25px;}
.svedenja_block .link a { font-size:13px; color:#0082ad; text-decoration:underline;}

.right_side .vacances { font-size:13px; color:#333333; line-height:150px;}
.right_side .vacances p { padding-top:0px; margin-top:15px;}

.text-item
{
	line-height: 140%;
}

.text-item h2
{
	margin-top: 20px;
	font-size: 1.05em/***15px***/;
}

.text-item h3
{
	line-height: 130%;
}

.text-item p { margin-top:20px; }
.text-item li { border:none !important; }

.text-item ul li
{
	margin-top: 1px;
	/*margin-left: 30px;
	list-style-type: square;*/
	padding-left: 17px;
	background: url(/img/li.png) 0 5px no-repeat;
}

.text-item ol li
{
	list-style: decimal;
	margin-left: 30px;
}

.text-item ol ul.inner-list li
{
	list-style-type: none;
	border: 1px solid #cccccc;
	background: url(/img/li.png) 0 5px no-repeat;
	padding-left: 17px;
}

.text-item table
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: none;
}

.text-item table td
{
	padding: 5px;
	text-align: center;
	border: 1px solid #9dc8be;
}

.text-item table td:first-child
{
	border-left: none;
}

.text-item table td:last-child
{
	border-right: none;
}

.text-item table th
{
	padding: 7px;
	text-align: center;
	color: #ffffff;
	background-color: #44a28a;
	border-right: 1px solid #b1d9d0;
	border-bottom: 1px solid #047b5f;
}

.text-item table th:last-child
{
	border-right: none;
}

table tr td.left, table.leftAlign td, table.left tr td
{
	text-align: left;
}

table tr td.right
{
	text-align: right;
}

table tr td.colspan
{
	background-color: #cccccc;
	text-align: center;
}

.text-item .box {  }

.text-item .controls { }

div.deposit
{
	padding-bottom: 30px;
	border-bottom: dotted 1px #e5e5e5;
}

.footnote
{
	font-size: 80%;
}

p.footnote
{
	text-align: left;
}

.popup { width:100%; height:100%; position:fixed; top:0px; left:0px; z-index:1000; display:none; }
.popup td { background:url("../img/popup_background.png"); vertical-align: middle; text-align:center; }
.popup .box { position: relative; background:#fff; border-radius:5px; width:555px; margin:0 auto; padding:30px 20px; text-align:left; }
.popup .box .close { position:absolute; height:13px; width:13px; background:url(/img/close.png) no-repeat; right:20px; top:15px; }
.popup h2 { font-weight:normal; }
.popup li { border-bottom:1px solid #e5e5e5; padding-top:10px; padding-bottom:10px; }
.popup label { float:left; width:150px; padding-top:5px; }
.popup .controls { padding-top:10px; }
.popup form { padding:30px 20px; }
.popup input[type=text]{ border:1px solid #c2c2c2; }

#cityChoices { position: absolute; z-index: 2000; display: none; top: 67px; left: 717px; height: 1px; background:#fff; }
#cityChoices td { vertical-align: top; text-align: left; padding: 10px; }
#cityChoices .box { width:220px; margin: 0; }

.indicator { background:#efefef; padding:16px 23px; margin-bottom:20px; }
.indicator li { float:left; padding:0; margin-right:1px; margin-bottom:5px;  }
.indicator li a { display:block; padding:2px 5px; text-transform:uppercase; font-size:13px; }
.indicator li.current a { background:#009bce; color:#fff;  }
.indicator li a:hover { background:#009bce; color:#fff; }

#sitemap
{
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
	top: 106px;
	z-index: 999;
	text-align: left;
}

.inner #sitemap
{
	top: 106px;
}

#sitemap .box
{
	padding-top: 0px;
	position: relative;
	padding-bottom: 50px;
	width: 957px;
	margin: 0 auto;
}

#sitemap .block
{
	float: left;
	width: 305px;
	padding-left: 20px;
}

#sitemap .block.first
{
	margin: 0;
	padding: 0;
}

#sitemap .block.last
{
	float: right;
	margin: 0;
}

#sitemap li
{
	line-height: 130%;
	margin-top: 5px;
	width: 305px;
}

#sitemap li.sub
{
	background: url(/img/menu_line.jpg) 0 8px no-repeat;
	padding-left: 20px;
	width: 180px;
}

#sitemap h2 { margin-top:20px; color:#000; font-size:14px; text-decoration:none; border-bottom:1px solid #cccccc; padding-bottom:10px; margin-bottom:10px; }
#sitemap .last ul { float:left; }
#sitemap .last ul.last { float:right; }
#sitemap .shadow { position:absolute; height:30px !important; width:100%; bottom:-30px; left:0px; background:url(/img/sitemap-shadow.png) center top no-repeat;}

/*#calculator { font-family:Arial; }
#calculator .box { padding:0; width:580px; }
#calculator .results { background:#f2f2f2;  }
#calculator .datepicker { width:80px; padding-left:20px;  background:url(/img/datepicker.png) 5px 4px no-repeat; }

#calculator .results .paddings { margin:0 20px; }
#calculator .results table { width:100%; }
#calculator .results table td {border-top:1px solid #dfdfdf; color:#666666; font-size:12px; padding-top:10px; padding-bottom:10px;  text-align:left; background:none; }
#calculator .results table .first td { border:none; }
#calculator .results table .solid td { font-weight:bold; font-size:14px; color:#333333; }
#calculator .payments  { margin:0 20px; margin-top:25px; padding-bottom:30px; line-height:17px;}
#calculator .payments h2 { font-size:18px; font-weight:normal; color:#333; }
#calculator .payments table { width:100%; margin-top:15px; }
#calculator .payments td { background:none; text-align:left; padding:6px 8px; color:#666666; }
#calculator .payments th { background:#efefef;   }
#calculator .payments th div { position:relative; padding:6px 8px; }
#calculator .payments th span { position:absolute; width:1px; background:#fff; height:17px; right:0px; top:0px; }*/

#callback textarea { width:397px; height:120px; float:right; }

.documents
{
	margin: 25px 0px;
}

.documents h2
{
	margin-bottom: 7px;
}

.documents img
{
	vertical-align: text-bottom;
}

.documents li { padding:12px 0; border-bottom:1px solid #e6e6e6; }
.documents a.ajax { font-size:14px; font-weight:bold; text-decoration:none; border-bottom:1px dashed; line-height:120%; }
.documents a.ajax:hover { border:none; }
.documents a.download { padding-left:20px; padding-bottom:3px; background:url(/img/doc.png) no-repeat; margin-left:20px; }

.modes table { width:100%; }
.modes table th { color:#999; font-size:11px; font-weight:normal; height:47px; line-height:47px; padding-left:25px; border-bottom:1px solid #e5e5e5; }
.modes table th.time { background:url(/img/clock.png) 0 15px no-repeat; }
.modes table th.phone { background:url(/img/tube.png) 0 15px no-repeat; }
.modes table td.times { width:203px;}
.modes table td.title { width: 160px; padding-right:40px; font-size:18px; }
.modes table td.title .address { font-size:12px; }
.modes table td { vertical-align:top; border-bottom:1px solid #e5e5e5; padding:17px 0; }
.modes label { display:block; color:#666; font-size:12px; font-weight:normal; margin-bottom:4px; }
.modes .lunch-time { float:left; padding-top:23px; }
.modes .time-1 { float:left; }
.modes .time-2 { float:right; }
.modes .times { font-size:18px; font-weight:bold; }
.modes .times span { font-size:10px; vertical-align:text-top; }
.modes .phones { font-size:18px; font-weight:bold; line-height:130%; }
.modes .phones span { font-size:12px; font-weight:normal; color:#666666; }

.mainframe .search .list li { border-bottom:1px solid #e5e5e5; padding-top:25px; padding-bottom:25px;  }
.mainframe .search li a.title { font-size:18px; }
.mainframe .search p { margin:0; margin-top:5px; }
.mainframe .search .path { color:#999; font-size:11px; margin-top:5px; }
.mainframe .search .path a { color:#999; font-size:11px; }
.mainframe .search .counter { margin-top:10px; }
.mainframe .right-side .search form { margin-top:20px; }
.mainframe .right-side .search .search-term { width:575px; }



.promo { position:relative; }
.promo .descr p { font-size:24px; line-height:120%; color:#666666; padding:25px; }
.promo .read-more { background:#0076a3; color:#fff; padding:3px 10px; font-size:12px; text-transform:uppercase; }
.promo .read-more:hover { text-decoration:none; }
.promo h2 { font-size:40px; line-height:120%;  }
.promo h3  { font-size:14px; }
.scroll { position:relative; overflow:hidden; width: 920px; height: 169px; }
.wrappers .prev, .wrappers .next { position: absolute; width:42px; height:42px; top:50%; margin-top:-21px; display:block; }
.wrappers .prev { background:url(/img/prev.png) no-repeat; left:0px; }
.wrappers .next { background:url(/img/next.png) no-repeat; right:0px; }
.scroll .pics {	width:20000em; position:absolute; clear:both; }
.pics .slide {	float:left; width:920px; height:169px; margin:0px; position:relative; }
.pics .slide a { height:100%; width:100%; display:block; }
.pics .slide.has { cursor:pointer; }
.pics .slide .items { height:169px; width:20000em; position:absolute; }
.pics .box { position:absolute; bottom:0px; height:108px; background:rgba(0, 0, 0, 0.4); width:100%; color:#fff; }
.pics .box .container { padding:30px; padding-top:25px; padding-bottom:20px; }
.scroll.active { }

.header .scroll { width:1120px; height:428px; }
.header .pics .slide { width:1120px; height:428px; }

.right_side .card-list p
{
	margin-top: 10px;
	font-size: 13px;
}

.right_side .cards
{
	padding-top:20px;
}

.right_side .cards .one
{
	float:left;
}

.right_side .cards .one img
{
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.right_side .cards .one img.selected, .right_side .cards .one img:hover
{
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.right_side .cards .two
{
	float: left;
	padding-left: 1px;
}

.right_side .cards .two img
{
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.right_side .cards .two img.selected, .right_side .cards .two img:hover
{
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

.right_side .cards .three
{
	float: left;
	padding-left: 1px;
}

.right_side .cards .three img
{
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.right_side .cards .three img.selected, .right_side .cards .three img:hover
{
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.right_side .cards .four
{
	float: right;
}

.right_side .cards .four img
{
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.right_side .cards .four img.selected, .right_side .cards .four img:hover
{
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.right_side .card-list .description p
{
	margin-top: 20px;
	font-size: 13px;
}

.right_side .card-list .description a
{
	text-decoration: underline;
}

.right_side .card-list .descr
{
	border: 1px solid #cccccc;
	position: relative;
	margin-top: 25px;
	border-radius: 5px;
}

.right_side .pointer
{
	width: 15px;
	height: 9px;
	background: url(/img/pointer.png) no-repeat;
	position: absolute;
	top: -9px;
	left: 75px;
	z-index:2;
}

.right_side .two .pointer
{
	left: 225px;
}

.right_side .three .pointer
{
	left: 375px;
}

.right_side .four .pointer
{
	left: 525px;
}

.right_side .card-list .descr
{
	background-color: #ffffff;
}

.right_side .card-list .descr h2
{
	font-size: 18px;
	color: #000000;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: 100;
}

.right_side .card-list .descr p
{
	font-size: 13px;
	color: #000000;
	padding-left: 20px;
	padding-bottom: 10px;
}

.right_side .card-list .pamjatka
{
	border: 1px solid #cccccc;
	width: 240px;
	margin-top: 25px;
	background: url(/img/file_icon.png) no-repeat 20px 15px;
	border-radius: 5px;
}

.right_side .card-list .pamjatka h3
{
	padding-left: 60px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: bold;
}

.right_side .card-list .pamjatka a { color:#009bce; border-bottom:2px solid #009bce;text-decoration:none; }
.right_side .card-list .pamjatka a:hover { border:none; }
.right_side .card-list .pamjatka p { padding-left:60px; font-size:11px; color:#666666; margin-top:5px; }
.right_side .card-list .pamjatka p.extension { margin-top:0px; padding-bottom:15px;}
.right_side .print_cards { float:right; padding-top:2px; background:url(/img/print.jpg) no-repeat 0px 0px; }
.right_side .print_cards a {margin-left:15px; font-family:Arial; font-size:11px; color:#898989; text-decoration:underline;}

#jquery-lightbox .close { position:absolute; height:10px; width:11px; cursor:pointer; right:10px; top:10px; background:url(/img/close-lightbox.png) no-repeat; }
.lightbox-popup { padding:40px; text-align:left; }

.lightbox-popup .year { margin-bottom:10px}
#ui-datepicker-div { display:none; }

#lightbox-container-iframe { padding:0 !important; }

#lightbox-ifram { line-height:100%; }
#lightbox-ifram table { width:100%; line-height:130%; margin-top:20px; }
#lightbox-ifram table td { padding:10px; }
#lightbox-container-iframe-box { width:920px !important; height:auto !important; }


/* 16.10.2012 */

.ajax-form li.error input,
.ajax-form li.error textarea
{
	background:#facbcb;
}

.jquery-form-element-error-message
{
	clear: both;
	padding: 2px 0;
	color: #a91818;
	font-size: 11px;
}

.jquery-form-error-message
{
	clear: both;
	padding: 3px 0;
	color: #a91818;
	font-size: 13px;
	text-align:center;
}

/* дни недели режима работы */
.days
{
	display: inline-block;
	margin-left: 10px;
	width: 70px;
}

/* фиктивная ссылка (используется при разработке сайта) */
.failedLink
{
	/* background-color: white;
	color: red;*/
}

/* строка таблицы, которая не отображается, но считается при определении четных и нечетных строк */
table tr.fakeRow
{
	display: none;
}

/* строка без переносов */
.nowrap
{
	white-space: nowrap;
}

/* номера телефонов */
.phoneNumber
{
	white-space: nowrap;
}

/* заголовок списка */
.listTitle
{
	font-style: italic;
	font-weight: bold;
}

.loading
{
	background: url(/files/images/ajax-loader.gif) no-repeat;
	background-position: center;
	height: 200px;
}

.err-404
{
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	width: 100%;
	top: 0px;
	height: 100%;
	z-index: 999;
	padding-top: 100px;
	line-height: 150%;
}

table.deposit .valuta
{
	 background-color: #dddddd;
	 text-align: left;
	 font-style: italic;
}

table.deposit .summa
{
	 width: 100px;
	 text-align: left;
	 padding-right: 15px;
	 white-space: nowrap;
	 font-style: italic;
}

table.deposit tr.header th, table.deposit .srok th
{
	 font-size: 13px;
}

h3.noUnderline span
{
	border: none;
}

.contact_item h2
{
	color: #008261;
}

.contact_item p
{
	margin-top: 5px;
}

.contact_item .contact_item
{
	margin-left: 35px;
}
.contact_item .contact_item h2
{
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.asb_sign
{
	margin: 0px 17px;
}

.asb_sign img#deposit_banner
{
	padding-bottom: 17px;
}

.asb_sign img#asb_logo
{
	padding-bottom: 0px;
}

.asb_sign p img
{
	vertical-align: middle;
}

p.asb_sign
{
	margin: 132px 17px 0px 0px;
}

p.asb_sign img
{
	padding: 0px;
	margin-right: 45px;
}

#search input.search-term.searchText
{
	color: #999999;
}

#krasnodar_exchanges_table
{
	width: 100%;
	height: 100%;
}

#krasnodar_exchanges_table table
{
	width: 620px;
}

#krasnodar_exchanges_table .box
{
	padding: 0;
	width: 700px;
}

#krasnodar_exchanges_table table td
{
	background: none;
}

.regionContent
{
	/*border-top: 1px solid #008261;*/
	margin-top: 20px;
	padding-top: 0px;
}

.city_exchanges a
{
	text-decoration: none;
	margin-right: 25px;
}

.city_exchanges a.selectedCity
{
	font-weight: bold;
	text-decoration: underline;
}

#regionList p
{
	margin: 0;
	line-height: 35px;
}

#currentCity
{
	text-decoration: none;
	border-bottom: dashed 1px;
	border-bottom-width: thin;
	color: white;
	font-weight: bold;
	font-size: 1.1em/***13pt***/;
	white-space: nowrap;
}

#currentCityMarker
{
	height: 9px;
	margin-left: 7px;
	cursor: pointer;
}

#mscw
{
	display: none;
}

p .calc
{
	font-weight: bold;
}

.years_list
{
	margin-top: 15px;
}

.years_list a
{
	text-decoration: none;

	display: inline-block;
	width: 40px;
	text-align: center;
	padding: 3px;
	font-size: 0.85em/***13px***/;
}

.years_list a.current
{
	font-weight: bold;
	background-color: #cdd7d5;
}

.years_list a:hover
{
	background-color: #cdd7d5;
}

#regions
{
	/*height: 52px;*/
	float: right;
	text-align: right;
	width: 290px;
	margin-top: 47px;
	color: white;
	cursor: pointer;
}

#regionList a
{
	font-size: 0.93em;
	white-space: nowrap;
}

.currentRegion
{
	font-style: italic;
}

#resultTableDiv td.effectRate
{
	background-color: #dddddd;
}

.text-item .gallery
{
	margin-top: 20px;
	padding-bottom:8px; 
}

.text-item .gallery ul li 
{ 
	padding-left: 0px;
	padding-right: 9px;
}

.right_side .news-list .news .news_line
{
	padding-top: 10px;
}

img.icon_invalid
{
	margin-left: 20px;
	margin-bottom: -3px;
	/* display: none; */
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-box 
{
	/*background: #008261;
	border: 3px solid #008261; */
	background: #eeeeee;
	border: 1px solid #777777;
	border-radius: 6px;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content 
{
	/*color: #ffffff;*/
	color: #030303;
	padding: 8px;
}
	
#warningDialog_block div.text p
{
	line-height: 110%;
	margin-top: 7px;
}

#jquery-lightbox
{
	margin-top: 20px;
}

.error
{
	color: red;
}

/* >>> Таблицы курсов валют и монет >>> */
.currency table, .coins table
{
	margin-left: 17px;
	width: 285px;
}

.coins table thead tr th
{
    margin-top: 1px;
}

.currency th, .currency td, .coins th, .coins td
{
	font-family: 'PT Sans';
	padding: 3px 0;
	font-size: 14px;
	text-align: right;
}

.currency th, .coins th
{
	font-weight: normal;
}

.currency .label, .coins .label
{
	text-align: right;
	height: 18px;
}

.currency .buy, .coins .buy
{
	color: #009b7b;
}

.currency .sell, .coins .sell
{
	color: #cf4040;
}

.currency .refresh
{
	font-size: 11px;
	color: #898989;
	font-weight: 100;
	font-style: italic;
	padding: 0px;
}

.currency .refresh a
{
	color: #333333;
	border-bottom: dashed 1px;
	text-decoration: none;
}

.currency .refresh a:hover
{
	color: #333333;
	border: none;
}

.currency td.small, .coins td.small
{
	font-size: 0.82em;
}

.currency td.date
{
	font-size: 11px;
	color: #898989;
	font-weight: bold;
	padding-top: 0.9em/***10px***/;
}

#exchange_date
{
    float: right;
    display: inline-block;
    padding-right: 15px;
    color: #009b7b;
    font-size: 0.9em;
}

.currency table thead tr th
{
    vertical-align: bottom;
    padding: 10px 0 14px 0;
    font-size: 0.9em;
    white-space: nowrap;
}

.coins table tr td:first-child
{
	text-align: left;
}

.coins table thead tr td
{
	font-weight: bold;
    padding: 20px 0 7px 0;
}

.coins table thead tr th
{
	color: #030303;
}

.coins .coinname
{
    font-size: 0.95em;
}

#region_coins
{
    font-size: 0.9em;
    float: right;
    text-align: right;
    z-index: 100;
    position: relative;
    top: -141px;
}



/* Для отладки */
.currency, .coins
{
    /*border: 1px dashed blue;*/
}

.currency table tr th, .currency table tr td, .coins table tr th, .coins table tr td
{
	/*border: 1px dotted green;*/
}

/* <<< Таблицы курсов валют и монет <<< */

/* >>> Таблица монет на странице сайта >>> */
#coinstable td, #coinstable th
{
    font-size: 0.83em;
}
/* <<< Таблица монет на странице сайта <<< */

.noBullet
{
	list-style-type: none;
}

/* >>> Контакты подразделения в 2 столбца >>> */
div.contactsDiv
{
	margin-top: 30px;
}

div.contactsDiv h4
{
	color: #008261;
	margin-bottom: 10px;
	font-style: italic; 
}

div.contactsDiv h6
{
	margin-bottom: -10px;
}

div.contactsDiv div.persons2columns p
{
	
	float: left;
	width: 50%;
}

/* <<< Контакты подразделения в 2 столбца <<< */

.toggle-list
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.toggle-list li, ul.toggle-list li
{
	background-image: none;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 5px;
	margin-left: 0px;
	list-style: none;
}

.toggle-list ol 
{
	padding-bottom: 20px;
}

.toggle-list ol li, 
.toggle-list li ol li, 
.toggle-list .toggle-list ol li 
{
	background-image: none;
	list-style: decimal;
	margin-left: 30px;
}

.toggle-list ul
{
	padding-bottom: 20px;
}

.toggle-list ul li
{
	background-image: none;
	list-style: square;
	margin-left: 30px;
}

.toggle-list h3
{
	display: block;
	padding-top: 0px;
	padding-bottom: 15px;
	cursor: pointer;
	color: #009b7b;
	font-size: 1em/***14px***/;
}

.toggle-list h3:hover
{
	color: #999999;
}

.toggle-list h3 span
{
	border-bottom: 1px solid;
}

.toggle-list li .box
{
	display:none;
}

.toggle-list li p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.toggle-list .documents
{
	margin: 0 0 30px 0;
}

.right_side .toggle-list .news_line
{
	 padding-top: 5px;
	 margin-bottom: 12px;
}

.right_side .text .text-item .box .toggle-list
{
	margin-top: 20px;
}

.right_side .text .text-item .box .toggle-list .toggle-list
{
	margin-top: -20px;
}

ul.toggle-list li ul.toggle-list
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.right_side .text .text-item .box .toggle-list .toggle-list li
{
	list-style: none;
}

.right_side .text .text-item .box .toggle-list .toggle-list ol li
{
	list-style: decimal;
	margin-left: 30px;
}

.right_side .text .text-item .box .documents .toggle-list
{
	margin-top: 0px;
}

.right_side .text .text-item .box .documents .toggle-list li
{
	padding-bottom: 0px;
	list-style: none;
}

.documents .toggle-list li h3
{
	padding-bottom: 3px;
}

/* >>> Таблица значков и текста на странице сайта (новый дизайн информации) и "подводка" >>> */
p.subtitle, ul.subtitle li
{
	font-size: 110%;
	font-style: italic;
}

p.layoutTableTitle
{
	font-weight: bold;
}

table.layout {
    width: 100%;
    margin-top: 5px;
}

table.layout td
{
	border: none;
	text-align: left;
	vertical-align: middle;
	padding: 0;
}

table.layout tr td.iconItem
{
	width: 50px;
	height: 90px;
}

table.layout tr td.textItem, table.layout tr td.textItem2
{
	padding: 10px 15px 10px 10px;
	font-size: 0.8em;
	line-height: 125%;
}

table.layout tr td.textItem2
{
	padding-right: 0px;
}
/* <<< Таблица значков и текста на странице сайта (новый дизайн информации) <<< */

ul.subtitle li 
{
	background: url(/img/li_greenDisc.png) 0 5px no-repeat;
}

.text-item ol li ul li
{
	list-style: none;
}