/*	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;
}
#lefttxt p, #righttxt p {text-align:justify;font-size:11px;}
#lefttxt h2, #righttxt h2 {text-align:justify;font-size:12px;font-weight:bold;margin:0px;}
div#lefttxt {padding-top:20px;}
div#righttxt {padding-top:20px;}
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; }
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 0px 4px;
	cursor: pointer;
	padding-left: 12px;
	zoom: 1;
}

.b-converter h4.selected {
	background: url('/f/1/i/i-minus.gif') no-repeat 0px 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;
}

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 35px;*/
	border:0px solid red;
	/*float:left;*/
	position:absolute;
	z-index:0;
}

div.splash div.intro {
	min-height: 100px;
	//min-height: 137px;
	height: 100px;
	//height: 230px;
	font-size:95%;
	padding:130px 0 0 30px;
	margin-left:10px;
	position:relative;
	top:10px;
	border:0px solid green;
	background:url('/img/logo.png') no-repeat 0px 0px;
//	background:expression('none');
//	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src= '/img/logo.png' , sizingMethod= 'crop' );
}

div.splash div.intro div.reducer {
	padding: 35px 302px 0 25px;
	font:normal 18px Arial;
	letter-spacing:1.8px;
}

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 {
	width: 100%;
	border:0px solid green;
}

table.main-nav div.main-nav {
	position: relative;
	z-index: 1;
	width: 100%;
	height:72px;
	border:0px solid red;
}

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

table.main-nav div.item {
	background-color: #FFF;
	margin: 0 10px;
	/*padding: 25px 0 10px 0;*/
	border: 0px solid yellow;
	height: 70px;
	//height:60px;
}

table.main-nav div.item div {
	padding-bottom: 10px;
	border: 0px solid red;
	border-bottom: 2px solid #2C1269;
	width: 100%;
	height:55px;
	vertical-align:middle;
}

table.main-nav div.item div a {
	border: 0px solid blue;
	vertical-align:middle;
}

table.main-nav div.item table {
	border: 0px solid red;
	border-bottom: 2px solid #2C1269;
	margin-bottom:10px;
	width: 100%;
	height:60px;
}

table.main-nav div.item table td a {
	border: 0px solid yellow;
	text-decoration:none;
}
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 0px 17px;
	margin-bottom: 0;
}
div.rates-block-hidden h3 {
	background: url('/f/1/i/i-plus.gif') no-repeat 0px 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.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,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 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;
}
