/*	Right navigation
------------------------------------------------*/
table#pda-language-switch
{
	width: 200px;
	position: relative;
	left: 7px; //left: 5px;
	margin-top: 20px;
}

table#pda-language-switch{
	font-size: 85%;
}

table#pda-language-switch td {
	font-size: 100%;
}

td#language-switch
{
	text-align: right;
	padding-right: 14px;
}

td#language-switch a, td#language-switch a:visited
{
	color: #08628C;
}
td#language-switch a:hover {
	color: #ef3124;
}

/* Language switch */
div.language-switch
{
	height: 65px;
	font-size: 85%;
	width: 130px;
	margin-left: 70px;
	position: relative;
	top: -10px;
}

div.pda-switch
{
	height: 65px;
	font-size: 85%;
	width: 90px;
	margin-left: 90px;
	position: relative;
	left: 10px;
	top: 25px;
}

div.pda-switch a, div.pda-switch a:visited
{
	color: #F03226;
}

div.language-switch div.reducer {padding: 35px 0 1em 54px;}
div.language-switch ul {margin: 0;}
div.language-switch ul li {display: block; float: left; margin: 0 0.8em 0 0;}
div.language-switch ul li strong {color: #ef3124;}
div.language-switch ul li a:link,
div.language-switch ul li a:visited {color: #08628c;}
div.language-switch ul li a:hover {color: #ef3124;}

/* Geo navigaion */
div.geo-nav {margin: 0 0 20px 9px; font-size: 95%; position: relative; z-index: 1; }
body:first-of-type { font-size: 85%; }	/* safari */
div.geo-nav h4 {font-size: 120%; font-weight: normal; margin: 1.2em 0 0.3em 0;}
div.geo-nav h3 { font-size: 100%; font-weight: bold; margin-top: 1.2em; color: #000000; font-style: normal; margin-bottom: 4px; padding-left:0 !important;}
body:first-of-type div.geo-nav h3 { font-size: 100%; font-weight: bold; }	/* safari */
div.geo-nav ul {margin: 0 0 0.3em 0;}
div.geo-nav ul li {margin: 0 0 3px 0;}
div.geo-nav ul li strong {color: #ef3124;}
div.geo-nav ul li strong a:link,
div.geo-nav ul li strong a:visited,
div.geo-nav ul li strong a:hover {color: #ef3124;}


/* Currency converter
------------------------------------------------*/
.b-converter {
	padding: 0 0 10px 3px;
	margin-right: -11px;
}

.b-converter h4 {
	background: url('/f/1/i/i-plus.gif') no-repeat 0 4px;
	cursor: pointer;
	padding-left: 12px;
	zoom: 1;
}

.b-converter h4.selected {
	background: url('/f/1/i/i-minus.gif') no-repeat 0 4px;
}

.b-converter div.h-converter {
	margin-top: 3px;
	padding-left: 11px;
}

.b-converter input {
	width: 94px;
	text-align: right;
}

.b-converter td.comission input {
	width: 30px;
	text-align: right;
}

.b-converter table {
	width: 100%;
	// width: 160px;
}

.b-converter table.result {
	margin: 0.8em 0 0;
}

.b-converter td {
	vertical-align: top;
	text-align: center;
	padding: 0 1.5em 0.2em 0;
}

.b-converter table.result td {
	padding-top: 3px;
}

.b-converter td.input {
	padding-right: 5px;
	width: 94px;
}

.b-converter td.value {
	text-align: right;
	font-weight: bold;
	color: #000;
	width: 94px;
}

.b-converter td.comission, .b-converter td.text {
	font-size: 74%;
}

.b-converter td.comission {
	text-align: right;
	padding: 18px 5px 5px 0;
}

.b-converter td.label {
	text-align: left;
}

.b-converter td.label span {
	position: relative;
	top: 5px;
}

.b-converter td.text {
	color: #94999C;
	text-align: left;
}

/* Shortcuts to RSS and subscribe
------------------------------------------------*/
.b-shortcuts {
	margin-top: 17px;
}

.b-shortcuts ul {
	margin: 0;
}

.b-shortcuts li img {
	border: 0 none;
	margin-right: 4px;
	vertical-align: middle;
}

.b-shortcuts li.rss img {
	position: relative;
	left: -1px;
}


div.main-banner {
	position: relative;
	margin: 0 0 10px;
}

div.main-banner div.image {
	position: absolute;
	left: 0;
	top: 0;
}

div.main-banner div.image.bottom {
	top: auto;
	bottom: 0;
}

* html div.main-banner div.image.bottom {
	bottom: expression( this.parentNode && this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

div.main-banner div.caption {
	padding: 4em 20px 0.3em 345px;
}

div.main-banner div.caption p {
	margin: 4px 0 0;
	padding: 0;
}

div.main-banner div.caption h2 {
	font-size: 100%;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

div.main-banner div.caption h2 strong {
	color: #ef3124;
	font-size: 180%;
	margin-top: 0;
	display: block;
}

div.splash {
	position: relative;
	min-height: 309px;
	height: 309px;
	margin: 0 0 10px;
	/*overflow: hidden;  sss */
}

div.splash div.image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 302px;
	height: 329px;
}

* html div.splash div.image {
	right: expression( this.parentNode && this.parentNode.offsetWidth % 2 ? -1 : 0 );
	bottom: expression( this.parentNode && this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

div.splash div.image div.top {
	width: 302px;
	height: 20px;
	background-position: top right;
	background-repeat: no-repeat;
}

div.splash div.image div.main {
	width: 302px;
	height: 309px;
	background-position: top right;
	background-repeat: no-repeat;
}

div.splash div.logo {
	padding: 10px 52px 15px;
}

div.splash div.intro {
	min-height: 137px;
	height: 137px;
	font-size: 95%;
}

div.splash div.intro div.reducer {
	/*padding: 10px 302px 0.3em 100px;*/
	padding: 10px 335px 0.3em 100px;
}

div.splash div.intro h1,div.splash div.intro p {
	margin: 0 0 0.5em;
}

div.terminal-splash div.intro div.reducer {
	padding-right: 200px;
	padding-bottom: 3.8em;
}

table.main-nav div.main-nav {
	position: relative;
	z-index: 1;
	width: 100%;
}

table.main-nav img.main-nav-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 70px;
	background: url('/f/1/main-nav-l.png');
//	background: expression( 'none' );
//	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= '/f/1/main-nav-l.png' , sizingMethod= 'crop' );
}

table.main-nav img.main-nav-r {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 70px;
	background: url( '/f/1/main-nav-r.png' );
//	background: expression( 'none' );
//	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= '/f/1/main-nav-r.png' , sizingMethod= 'crop' );
}

table.main-nav div.item {
	background-color: #FFF;
	margin: 0 10px;
	padding: 5px 0 10px;
}

table.main-nav div.item div {
	padding-bottom: 10px;
	border-bottom: 2px solid #ef3124;
	width: 100%;
}

div.footer-front div.box div.artlebedev-logo {
	position: absolute;
	right: 0;
	bottom: -7px;
}

div.footer-front div.box div.artlebedev-info {
	color: #000;
	position: absolute;
	right: -180px;
	bottom: -5em;
	width: 170px;
	height: 5em;
}

* html div.footer-front div.box div.artlebedev-info {
	right: expression( this.parentNode && this.parentNode.offsetWidth % 2 ? -181 : -180 );
}

div.footer-front div.box div.artlebedev-info p {
	font-size: 85%;
	margin: 0;
}

div.footer-front div.box div.artlebedev-info a:link,div.footer-front div.box div.artlebedev-info a:visited {
	color: #08628c;
}

table.news-block td.spacer div {
	width: 10px;
}

div#exchange-rates h3, div#exchange-rates h4, div#exchange-rates p#all-currency {
	font-size: 93%;
}
div#exchange-rates table th {
	font-size: 71%;
}
div#exchange-rates p.outdated {
	color: #94999C;
	font-size: 7pt;
	margin-top: -5px;
	margin-bottom: 14px;
}

div.exchange-rates h2 {
	color: #ef3124;
	font-size: 110%;
	font-weight: bold;
	padding-left: 20px;
}

div#exchange-rates div.frame-gray {
	background-color: #E6EBEE;
}

table.news-block div.exchange-rates,table.news-block div.main-news,table.news-block div.latest-news {
	/*margin-right: 15px;*/
}

div.exchange-rates h3, div.exchange-rates h4 {
	font-size: 100%;
	color: #000;
	font-weight: 400;
	margin-top: 0;
}
div#rates-block-cb div.reducer {
	padding: 0px 20px 7px;
}
div.exchange-rates table th {
	color: #ef3124;
	font-weight: normal;
}
div.exchange-rates table th,div.exchange-rates table td {
	vertical-align: top;
	text-align: center;
	padding: 0 1.5em 0.2em 0;
}

div.exchange-rates table#alfa-noncash, div.exchange-rates table#alfa-cash {
	margin:-6px 0 0 !important;
}

p#all-currency {
	margin-bottom: 0;
	padding-bottom: 14px;
}

div.exchange-rates table td.currency {
	font-weight: 700;
	text-align: left;
}

div.rates-block {
	margin-bottom: 0.7em;
}

div.rates-block div.reducer {
	padding: 7px 20px 0 20px;
}

div.rates-block-hidden div.reducer div, div.rates-block-hidden div.reducer table, div.rates-block-hidden div.reducer p {
	display: none;
}


div.rates-block h3 {
	cursor: pointer;
}

div.rates-block-hidden h3.hover {
/*	background: url('/f/1/i/i-minus.gif') no-repeat 0 4px;*/
}

div.rates-block h3 {
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 11px;
	margin-left: 8px;
	background: url('/f/1/i/i-minus.gif') no-repeat 0 17px;
	margin-bottom: 0;
}
div.rates-block-hidden h3 {
	background: url('/f/1/i/i-plus.gif') no-repeat 0 17px;
	padding-left: 12px;
	margin-bottom: 5px;
}

/*div#exchange-rates div.rates-block-hidden {
	background: #FFFFFF;
}*/

/*
div.rates-block-hidden h3 span {
	color: #08628c;
	border-bottom: 1px dashed #08628c;
	cursor: pointer;
}

div.rates-block-hidden h3.hover span {
	color: #ef3124;
	border-bottom: 1px dashed #ef3124;
	cursor: pointer;
}*/

div#rates-block-cb {
	margin-top: -8px;
}

div.main-news p.date {
	color: #94999c;
	font-style: italic;
	font-size: 85%;
	margin-bottom: 0.3em;
}

div.main-news h2 {
	color: #ef3124;
	margin: 0 0 0.1em;
}

div.main-news h2.short {
	font-size: 250%;
	font-weight: 700;
}

div.latest-news div.news-list {
	font-size: 85%;
}

div.latest-news div.news-list div.news-item div.date,div.latest-news div.news-list div.news-item div.location {
	font-size: 100%;
}

div#splash-switch {
	width: 80px;
	height: 30px;
	position: absolute;
	right: 0;
	z-index: 10;
}

div#splash-switch div.language-switch ul li strong {
	color: #f0b0a6;
	font-weight: 700;
}

div#splash-switch a,div#splash-switch a:visited {
	color: #FFF;
}

td.navigation div#ProfileHead {
	margin-top: 2px;
}

div.achtung{
	border: 1px #ef3124 dashed;
	width: 99%;
	margin: 0 0 1.2em 0;
}
div.achtung div.text{
	padding: 16px;
}
div.achtung2 {
	border: 1px #ef3124 dashed;
	width: 99%;
	margin: 0 0 1.2em;
	padding: 16px 0 5px;
}

div.achtung2 div.logo,div.achtung2 div.text {
	float: left;
}

div.achtung2 div.logo {
	padding: 0 0 0 18px;
}

div.achtung2 div.text {
	text-align: left;
	font-weight: 700;
	font-size: 8pt;
	line-height: 172%;
	width: 50%;
	padding: 0 0 0 18px;
}

* html div.main-banner div.image,* html table.main-nav div.main-nav-r,* html div.footer-front div.box div.artlebedev-logo {
	right: expression( this.parentNode && this.parentNode.offsetWidth % 2 ? -1 : 0 );
}

div.terminal-splash {
	height: 200px !important;
	min-height: 200px;
}

div.terminal-splash,
div.terminal-splash div.intro {
	//min-height: 0;
	//height: auto;
}

div.footer-front div.box div.artlebedev-info a:hover {
	color: #ef3124;
}

div.exchange-rates table.conv td.curr-description,div.exchange-rates table.nocache-desc td {
	text-align: left;
	font-size: 7pt;
	color: #94999C;
	padding: 5px 0 0;
}

div.exchange-rates table.conv,div.exchange-rates table.nocache-desc {
	width: 100%;
	//width: 80%;
	margin-bottom: 10px;
	margin-top: -2px;
}

div#city-detected div.frame-whole-tl,div#city-detected div.frame-whole-bl {
	background: none;
}

body.frontpage div.contacts a.pseudo-link { font-size: 122%; }
body.frontpage div.contacts h3{padding-left:0 !important;}
/* body.frontpage div.contacts a.pseudo-link { border-bottom: #ef3124 1px dashed; color: #ef3124;} */

body.frontpage div.contacts a.b-pseudo-link { font-size: 122%; }
/* body.frontpage div.contacts a.b-pseudo-link { border-bottom: #ef3124 1px dashed; color: #ef3124;} */

body.frontpage table#consultant-table{
	width: 175px;
	//width: 165px;
}

div.thermo-nav {
	display: none;
}

table.layout, table.news-block {
	border-collapse: collapse;
	width: 100%;
}
table.layout td.body, table.layout td.navigation {
	vertical-align: top;
}
table.layout td.body {
	width: 80%;
	padding-left: 15px;
}
table.layout td.navigation {
	width: 20%;
}
table.news-block td.news {
	width: 33%;
	padding: 0 10px 0 0;
	vertical-align: top;
}

.navigation {
	padding: 0 15px 0 20px !important;
}

/* Логотипы счётчиков в падвалах страниц */
.counter_logos {
	margin: 0 0 0 20px !important;
	height: 31px !important;
}

.counter_logos div {
	float: left !important;
	padding: 15px 5px 0 !important;
}

.counter_logos div.mail {
	padding: 31px 5px 0 !important;
}
/* лечение ховеров в ие */
body {
   //behavior: url("/f/1/global/csshover3.htc");
}

/* Навигация в правой колонке
------------------------------------------------*/
.navigation .idea {
	position: relative;
	left: -8px;
	margin-top: -4px;
	margin-bottom: 21px;
}

.navigation .idea a {
	font-size: 135%;
	font-style: italic;
}

/* Блок "Сделай свой банк ещё лучше" */
.navigation .idea li {
	padding-left: 15px;
	background: transparent url('/f/1/global/i-popup.gif') no-repeat 0 6px;
	line-height: 175%;
}

.navigation .idea a img {
	display: none;
}

/* jquery.autocomplete.css */
.ac_results {
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border: 1px solid #C5C5C5;
	padding: 0 2px 1px 0;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.ac_results img
{
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background-color: white;
	/*
	background: white url('/Images/indicator.gif') right center no-repeat;
	*/
}

.ac_odd {
	background-color: #e6eef4;
}

.ac_over {
	background-color: #f44f24;
	color: white;
}

div.frame-gr{
	background:url(/f/1/splash-blink.png) no-repeat;
	//background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= '/f/1/splash-blink.png' , sizingMethod= 'crop' );
	height:209px;
	position:absolute;
	top:0;
	width:100%;
	z-index:2;
}
div.splash div.intro{
	position:absolute;
	z-index:3;
}
div.splash table.main-nav{
	padding-top:137px;
	z-index:4;
}

div.terminal-splash .main-nav {
	margin-top: 10px;
	padding-top: 0 !important;
}

div.terminal-splash .main-nav .main-nav-item img {
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.terminal-splash .main-nav .main-nav-item { padding: 0 10px; }
div.terminal-splash .main-nav .main-nav-item .default { display: block; }
div.terminal-splash .main-nav .main-nav-item .hover { display: none; }

div.terminal-splash .main-nav .retail .default { display: block; }
div.terminal-splash .main-nav .retail .hover { display: none; }

div.terminal-splash .main-nav .hover .retail .default { display: none; }
div.terminal-splash .main-nav .hover .retail .hover { display: block; }

div.terminal-splash .main-nav .hover .hover .default { display: none; }
div.terminal-splash .main-nav .hover .hover .hover { display: block; }

div.helpful-banners div.alfa-click-banneer{
	width:210px;
	//width:203px;
	height:95px;
	background:url(/f/1/global/alfa-click.png) no-repeat -1px 0;
	//background:url(/f/1/global/alfa-click1.png) no-repeat -1px 0;
	margin-bottom:0.7em;
}
div.helpful-banners div.alfa-click-banneer-gray{
	width:210px;
	//width:203px;
	height:70px;
	background:url(/f/1/global/alfa-click-gray.png) no-repeat -1px 0;
	//background:url(/f/1/global/alfa-click-gray1.png) no-repeat -1px 0;
	margin-bottom:0.8em;
	//margin-bottom:1.2em;
}

div.helpful-banners div.alfa-click-banneer-comment{
	background:url(/f/1/global/alfa-click-comment-arrow.gif) no-repeat;
	background-position:13px 3px;
	margin-top:-8px;
	margin-bottom:1.5em;
}
div.security{
	background:url(/f/1/global/banneer-comment-arrow.gif) no-repeat;
	background-position:13px 6px !important;
	margin-left:0 !important;
	padding-left:0 !important;

}
div.helpful-banners div.alfa-click-banneer-comment ul li a{
	font-size:95%;
}

div.frame-whole.splash-{
	background:url(/f/1/splash-blink.png) no-repeat #EF3124;
	//background:none;
	//background-color:#EF3124;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= '/f/1/splash-blink.png' , sizingMethod= 'crop' );
}


div.frame-red-blink{
	background:#EF3124;
	padding:0 !important;
	width:209px !important;
	//width:201px !important;
	position:relative;
}
div.frame-red-blink div.top-bar{
	width:209px;
	//width:201px;
	height:15px;
	background:url(/f/1/top-bar.gif) no-repeat;
	//background:url(/f/1/top-bar-ie.gif) no-repeat;
}
div.frame-red-blink div.container{
	padding:10px;
	padding-top:0;
	background:url(/f/1/hl-back.png) no-repeat;
}
div.frame-red-blink div.container{
	//width:181px;
	//background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= '/f/1/hl-back.png' , sizingMethod= 'crop' );
}
div.frame-red-blink div.container div.frame-whole-bl,div.frame-red-blink div.container div.frame-whole-br{
	position:absolute;
	top:bottom;
	width:7px;
	height:7px;
}
div.frame-red-blink div.container div.frame-whole-bl{
	left:0;
	background:url(/f/1/hl-outer-b-l.gif) no-repeat;
}
div.frame-red-blink div.container div.frame-whole-br{
	right:0;
	//right:-1px;
	background:url(/f/1/hl-outer-b-r.gif) no-repeat;
}
div.frame-red-blink div.container div.helpful-interactive{
	padding:0 !important;
	margin:0 !important;
	margin-bottom:20px !important;
}
div.helpful-interactive div.interactive-title{
	padding:0 !important;
	margin:0 !important;
}
div.helpful-interactive div.interactive-title div.frame-whole-t{
	width:191px;
	//width:181px;
	height:9px;
	background:url(/f/1/hl-inner-t.gif) no-repeat;
	//background:url(/f/1/hl-inner-t-ie.gif) no-repeat;
}
div.helpful-interactive div.interactive-title div.frame-whole-b{
	width:191px;
	//width:181px;
	height:9px;
	background:url(/f/1/hl-inner-b.gif) no-repeat;
	//background:url(/f/1/hl-inner-b-ie.gif) no-repeat;
}
div.helpful-interactive div.interactive-title div.interactive-title-container{
	background-color:#fff;
	width:161px;
	//width:181px;
	color:#000;
	font-size:0.75em;
	text-align:left;
	padding-top:6px;
	padding-left:15px;
	padding-right:15px;
	//padding-left:10px;
	//padding-right:10px;
}
div.helpful-interactive div.interactive-title div.interactive-title-container ul{
	margin-top:5px;
	padding-left:0;
	padding-bottom:5px;
}
div.frame-red-blink div.container ul li a{
	color:#FCC;
}
div.frame-red-blink div.container ul li a:hover{
	color:#fff;
}
div.helpful-interactive div.interactive-title div.interactive-title-container ul li a{
	color:#176B93;
}
div.helpful-interactive div.interactive-title div.interactive-title-container ul li a:hover{
	color:#EF3124;
}
table.layout td.body {
width: 85% !important;
}
table.layout td.navigation {
	width: 200px !important;
	//width: 20%;
}


/* @group convert-comm-help */
table.layout{
	//z-index:5;
}
#currencyFromType{
	z-index:4;
}
#convert-comm-help{
	z-index:122;
	zoom:1;
	//overflow:hidden;
}
#convert-comm-help h2{
	color:#ef3124;
	font-size:150%;
	margin-bottom:1em;
}
* html #convert-comm-help ul li {behavior: expression( !this.before && this.parentNode && this.parentNode.nodeName == 'UL' ? this.before = this.innerHTML = '<span class="bullet">&mdash;&nbsp;</span>' + this.innerHTML : '' ); text-indent: expression( this.parentNode && this.parentNode.nodeName == 'UL' ? '-1.3em' : 0 );}
* html #convert-comm-help ul li span.bullet {color: #ef3124;}

#convert-comm-help ul>li {text-indent: -1.3em;}
#convert-comm-help ul>li:before {content: '\2014\a0'; color: #000000;}

#convert-comm-help ol{
	
}
#convert-comm-help ol>li{
	color:#ef3124;
	font-style:italic;
	font-size:1.2em;
	font-weight:700;
}
#convert-comm-help ol>li ul{
	font-weight:100;
}
#convert-comm-help ol>li span{
	color:#000000;
	font-size:0.85em;
	font-style:normal;
	font-weight:100;
}
#convert-comm-help span.description{
	color:#95999A;
	font-size:0.8em;
}
#convert-comm-help ul.inner{
	margin-left:0;
}
#show-convert-help{
	background:url(/f/1/i/convert-help.gif) no-repeat 0 0;
	height:25px;
	margin:1em 0;
	font-size:0.85em;
	padding-left:35px;
	vertical-align:middle;
	padding-top:5px;
	zoom:1;
	margin-left:-20px;
	float:left;
	position:relative;
}
#show-convert-help a{
	color:#08628C;
	border-bottom:1px dashed;
	zoom:1;
	cursor:pointer;
	white-space:nowrap;
	text-decoration:none;
}
#show-convert-help a:hover{
	color:#ef3124;
}
#show-convert-help iframe  {
  display:none;
  display/**/:block;
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;/*must have*/
  filter:mask();/*must have*/
  right:0;
  bottom:0;
}
body.fuck-ie select{
	visibility:hidden;
}
table#alfa-convert td.input{
	width:110px !important;
}
/* @end */