body {
	margin:0;
	padding:0;
	background-color:#e9f0f2;
	max-width: 1280px;
	margin-left:auto ;margin-right:auto;
	}
	
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#425056;
}

a {
	color:#055c7e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

mb_teaser_image {
        color:#055c7e;
	text-decoration:none;
}

mb_teaser_link {
        color:#055c7e;
	text-decoration:none;
}

input{
	background-color:#f1f5f6;
	border:1px solid #bcc9cd;
}

.but_ok{
	border:0;
	background-image:url("../img/button_ok.gif");
	width: 21px;
	height: 19px;
}



/* Block with rounded corners w/o header */

.roundbox-tr {
	margin:0;
	padding:0;
	background:url("../img/c2.gif") no-repeat right top;
	width: 100%;
	height:100%;
	background-color:white;
}
 
/* top-left corner and left side */
.roundbox-tl {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	background:   url("../img/c1.gif") no-repeat left top;
}
 
/* bottom-right corner and bottom side */
.roundbox-br {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	background:   url("../img/c4.gif") no-repeat right bottom;
}
 
/* bottom-left corner */
.roundbox-bl {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	background:   url("../img/c3.gif") no-repeat left bottom;
}
 
/* content div, it could be omitted (the content going into "roundbox-bl" but I felt that alinging the content was easier 
with "roundbox-content" in place */
.roundbox-content {
	margin:0;
	padding:2.5em 3.5em;
}


/* Block with rounded corners w/ header */
.rbox-tr_t {
	margin:0;
	padding:0;
	background:url("../img/ch2_t1.gif") no-repeat right top;
	width: 100%;
	height:100%;
	background-color:white;
}

.rbox-tl_t {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	background:   url("../img/c1_t.gif") no-repeat left top;
}

.rbox-tr {
	margin:0;
	padding:0;
	background:url("../img/ch2.gif") no-repeat right top;
	width: 100%;
	height:100%;
	background-color:white;
}
 
/* top-left corner and left side */
.rbox-tl {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	background:   url("../img/ch1.gif") no-repeat left top;
}
 
/* bottom-right corner and bottom side */
.rbox-br {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	background:   url("../img/ch4.gif") no-repeat right bottom;
}
 
/* bottom-left corner */
.rbox-bl {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	background:   url("../img/ch3.gif") no-repeat left bottom;
}
 
/* content div, it could be omitted (the content going into "roundbox-bl" but I felt that alinging the content was easier 
with "roundbox-content" in place */
.rbox-content {
	margin:0;
	padding:2.5em 3.5em;
}


/* Header */

.today_date{
	position: absolute;
	left:32px;
	top:84px;
	font-size:11px;
	color:#425056;
	display:block;
}

.imglink1{
	padding-left:12px;
	background-image:url("../img/ico_lock.gif");
	background-repeat:no-repeat;
	font-size:11px;
	margin-left:10px;
}

.imglink2{
	padding-left:12px;
	background-image:url("../img/ico_reg.gif");
	background-repeat:no-repeat;
	font-size:11px;
	margin-left:20px;
}

#lang {
	font-size:11px;
	text-align:right;
	padding-right: 10px;
}

#lang select{
	font-size:11px;
}

#rates {
	font-size:11px;
}

img { border:0; }

.green {
	color:#3b8f0d;
}

.red {
	color:#df4719;
}

.btn_search {
	background-image:url("../img/button_search.gif");
	border:0;
	width:54px;
	height:19px;
}

.field_search {
	width:181px;
	height:17px;
	border: 1px solid #bcc9cd;
	background-color:#f1f5f6;
}

.imgl{
	padding:0px 0px 0px 12px;
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-size:11px;
}


.imgl_mail{
	padding:0px 0px 0px 16px;
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-size:11px;
	background-image:url('../img/ico_mail.gif');
}

.imgl_print{
	padding:0px 0px 0px 16px;
	background-repeat:no-repeat;
	background-position:0px 1px;
	font-size:11px;
	background-image:url('../img/ico_print.gif');
}

.imgl_txtver{
	padding:0px 0px 0px 14px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-size:11px;
	background-image:url('../img/ico_txtver.gif');
}

#menu a.current{
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#faeaad;
	display:block;
	float:left;
	padding:0px 12px 0px 12px;
	background-image:url("../img/menu_c1.gif");
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	margin: 0px 17px 0px 17px;
	line-height:27px;
}

#menu a.bl{
	background-image:url("../img/ico_menu.gif");
	background-repeat:no-repeat;
	padding:0px 0px 0px 17px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	display:block;
	float:left;
	margin: 0px 13px 0px 13px;
	height:27px;
	line-height:27px;
	/*border:1px solid black;*/
}

#menu a.vk{
	display:block;
	float:left;
	padding-bottom:2px;
	margin: 0px 17px 0px 17px;
	line-height:27px;
	/*border:1px solid black;*/
}

#ttl1 {
	border-bottom:1px solid #d4dcdf;
	width: 100%;
	height:40px;
}

#ttl1 td{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:bottom;
	padding:5px;
	font-weight:bold;
}

#ttl2 {
	border-top:1px solid #d4dcdf;
	width: 100%;
	height:40px;
}

#ttl2 a{
	background-image:url("../img/ico_pages.gif");
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:11px;

}

#ttl2 td{
	padding:5px 0px 0px 7px;
	vertical-align:top;
	}


ul.artcls{
	list-style-image:url("../img/ico_page.gif");
	padding-left:12px;
	margin-left:12px;
	margin-right:10px;
}

ul.artcls li{
	margin-bottom:5px;
}


/* Blocks */

.b-h-p2 {
	background-image:url("../img/b-h-p2-o.gif");
	background-position:right;
	background-repeat:no-repeat;
}

.b-h-p2-c {
	background-image:url("../img/b-h-p2-c.gif");
}

.b-h-p1 {
	background-image:url("../img/b-h-p1-o.gif");
	/*width:200px;*/
	height:33px;
	display:block;
	font-size:15px;
	color:black;
	padding:0px 0px 0px 0px;
	line-height:33px;
	position:relative;
}

.b-h-p1-c {
	background-image:url("../img/b-h-p1-c.gif");
}

.b-h-p1 span{
	color:black;
	position:relative;
	display:block;
	left:15px;
}

.b-a{
	width:14px;
	height:14px;
	background-image:url("../img/block_minus.gif");
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	right:9px;
	top:9px;
}

.b-a-plus {
	background-image:url("../img/block_plus.gif");
}

/*
.bl_roundness_u{
	background-image:url("../img/block_body_u.gif");
	background-repeat:no-repeat;
}

.bl_roundness_l{
	background-image:url("../img/block_body_l.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}

.br_roundness_u{
	background-image:url("../img/block_body_r_u.gif");
	background-repeat:no-repeat;
}

.br_roundness_l{
	background-image:url("../img/block_body_r_l.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}
*/

.ftr1 {
	padding-left:26px;
	color:#425056;
	font-size:11px;
}

#footer a{
	font-size:11px;
}

.ftr2 {
	color:#808f95;
	text-align:center;
}

.ftr3 {
	text-align:center;
	vertical-align:top;
}

.ftr3 a{
	padding-left:14px;
	background-repeat:no-repeat;
	font-size:11px;
	margin:0px 10px 0px 10px;
	background-position:0px 2px;
}

.w1{ font-size:10px; }
.w2{ font-size:11px; }
.w3{ font-size:12px; }
.w4{ font-size:13px; }
.w5{ font-size:14px; }
.w6{ font-size:15px; }
.w7{ font-size:16px; }
.w8{ font-size:17px; }
.w9{ font-size:18px; }
.w10{ font-size:19px; }

ol.n_rating {
	padding:0 0 0 13px;
	margin:10px 0 0 13px;
	color:#f0b237;
	font-size:13spx;
	font-weight:bold;
}

ol.n_rating li{
	margin: 0 0 5px 0;
}

ol.n_rating li a{
	font-weight:normal;
	font-size:12px;
}

ol.catalog {
	padding:0 0 0 9px;
	margin:0 0 0 9px;
	color:#f0b237;
	font-size:11px;
	font-weight:bold;
}

ol.catalog li{
	margin: 0 0 5px 0;
}

ol.catalog li a{
	font-weight:normal;
}

ol.catalog li span{
	color: #425056;
	font-weight:normal;
}

ul.n_com {
	list-style-image:url("../img/ico_arrow.gif");
	padding:0 8px 0 8px;
	margin:10px 8px 0 8px;
}

ul.n_com li{
	margin: 0 0 5px 0;
}

ul.links {
	list-style-image:url("../img/ico_arrow.gif");
	padding:0 0 0 7px;
	margin:0 0 0 7px;
}

ul.links li{
	margin: 0 0 5px 0;
}


.clr{clear:both;font-size:0;line-height:0;display:block;}
/*.b-topnews-wrap{margin:10px 0 0;padding:10px 10px 0;}*/
.b-topnews{position:relative;height:231px;width:100%;} /* 170 */
/* .b-topnews a{text-decoration:none;} */
.b-topnews a:hover{cursor:pointer;}
.b-topnews .b-photo{display:none;position:absolute;top:0;left:0;width:334px;height:231px;}
.b-topnews .b-photo img{width:334px;height:231px;position:relative;}
/*.b-topnews .b-photo a,.b-topnews .b-photo a:hover{text-decoration:none;}*/
/* .b-topnews .b-photo .b-time{display:none;position:absolute;top:8px;right:0;font-size:1em;font-weight:bold;color:#FFF;padding:.17em .25em .17em .25em;background:#ef4c40;cursor:pointer;}*/
.b-topnews ul{margin:0 0 0 294px;border-top:1px solid #e4e4e6;height:230px;background-color:#fff;overflow:hidden;}
.b-topnews ul li{border-right:0px solid #e4e4e6;border-bottom:1px solid #e4e4e6;height:45px;overflow:hidden;}
.b-topnews li .b-topnews-content{display:block;position:relative;height:34px;border-left:1px solid #fff;padding:5px 11px 0 10px;margin:0 0 5px 0;}
.b-topnews li .b-topnews-annotation{padding:4px 25px 0 0;display:none;height:32px;overflow:hidden;}
.b-topnews li .b-topnews-annotation a,.b-topnews li .b-topnews-annotation a:hover{font-size:12px;color:#7e828c;line-height:125%;}
.b-topnews .b-topnews-title{font-size:12px;line-height:125%;}
.b-topnews li .b-topnews-content .b-topnews-comment{display:block;position:absolute;bottom:1px;right:4px;display:none;}
/*
.b-topnews .b-topnews-comment .b-ballon-comments{display:block;border:1px solid #d7d7e6;position:relative;font-size:.92em;}
.b-topnews .b-topnews-comment .b-ballon-comments span a{font-weight:bold;color:#7e828c;display:block;padding:3px 5px 3px 5px;text-decoration:none;background:#FFF;}
.b-topnews .b-topnews-comment .b-ballon-comments .ballon{display:block;position:absolute;bottom:-5px;left:5px;width:4px;height:5px;background:url(../images/ballon/ballon-tn-comments.gif?v=200909061543) 0 0 no-repeat;}
*/
.b-topnews ul li.selected{height:93px;overflow:hidden;background:#f9e59f;}
.b-topnews li.selected .b-topnews-content{height:68px;}
.b-topnews li.selected .b-topnews-annotation{display:block;}
.b-topnews li.selected .b-photo{display:block;}
.b-topnews li.selected .b-photo .b-time{display:block;}
.b-topnews li.selected .b-topnews-title{letter-spacing:-0.5px;font-size:14px;line-height:107%;}
.b-topnews li.selected .b-topnews-title a{font-weight:bold;}
.b-topnews li.selected div.b-topnews-title a:hover{text-decoration:underline;}
.b-topnews li.selected .b-topnews-content .b-topnews-comment{display:block;}
.b-topnews-wrap .b-gotorubrics{padding:0 71px 0 0;}
.b-topnews-wrap .b-gotorubrics a{float:right;padding:9px 0 10px 20px;font-size:1em;font-weight:bold;line-height:1.25em;color:#546eb6!important;background:url(../images/ico/ico-toptopics.gif?v=200909061543) no-repeat 0 45%;}


/* root element for tabs  */
ul.tabs {  
	margin:5px 0 0 0 !important; 
	/*margin-top:0px;*/
	padding:0;
	height:87px;
	/*border-bottom:1px solid #666;	 	*/
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:2px 7px;	
	text-decoration:none;
	border:1px solid #bec9cd;	
	height:18px;
	background-color:#FFF;
	color:#055c7e;
	margin:0px 3px 3px 0px;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 4px; 
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
	-webkit-border-bottom-left-radius: 4px;
	position:relative;
	top:1px;	
	/*font-family: "Arial Narrow", Arial, Helvetica, sans-serif;*/
	/*text-transform: uppercase;*/
}

ul.tabs a:hover {
	background-color:#cbdfe9;
	color:#333;
}
	
/* selected tab */
ul.tabs a.current {
	background-color:#e8eef1;
	/* border-bottom:2px solid #ddd;	*/
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.panes div {
	display:none;
	/*border:1px solid #666;*/
	/*border-width:0 1px 1px 1px;*/
	min-height:100px;
	padding:5px 2px;
	padding:0;
	/*background-color:#ddd;	*/
}


/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion {
	/*background:#333 url(/img/global/gradient/h300.png) 0 0;*/
	background-color:white;
	width: 229px;
	/*height:400px;
	border:1px solid #333;	*/
	-background:#666;
}

/* accordion header */
.accordion h2 {
	/*background:#ccc url(/img/global/gradient/h30.png);*/
	background-color:#f1f5f6;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
	color:#055c7e;
}

/*
#accordion h2:hover{
	text-decoration:underline;
	};
*/

/* currently active header */
.accordion h2.current {
	cursor:default;
	background-color:#fff;
	font-weight:bold;
}
/*
#accordion h2.current:hover {
	text-decoration:none;
}
*/

/* accordion pane */
.accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	/*height:10px;*/
	padding:5px;
	color:#000;
	font-size:12px;
	background-color:white;
}

/* a title inside pane */
.accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}






.accord_video {
	background-color:white;
	width: 100%;
	-background:#666;
}

.accord_video h2 {
	background-color:#f1f5f6;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
	color:#055c7e;
}

.accord_video h2.current {
	cursor:default;
	background-color:#fff;
	font-weight:bold;
}

.accord_video div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	/*height:10px;*/
	padding:5px;
	color:#000;
	font-size:12px;
	background-color:white;

}

.accord_video div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}






.info_tbl td{
	font-size:10px;
	color:#425056;
	text-align:center;
	width: 70px;
}

.info_tbl .down{
	color:#df4719;
}

.info_tbl .up{
	color:#3b8f0d;
}

.info_tbl th{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#ebac2f;
	border-bottom:1px solid #d4dcdf;
}

.lft {
	text-align:left;
}

.cal td{
	text-align:center;
	color:#425056;
}

.cal td a{
	font-weight:bold;
}

.cal td.d{
	color:#9cb3bd;
}

.cal td.s{
	background-color:#f0b237;
	color:white;
	font-weight:bold;
}

.cal td.s a{
	color:white;
}

.cal th{
	text-align:center;
	color:#f0b237;
}

.cal th.sasu{
	color:#df4719;
}

.n_rat{
	background-image:url("../img/n_rat.gif");
	width:36px;
	height:13px;
	text-align:center;
	color:#374145;
	font-size:10px;
	display:inline-block;
}

input[type="radio"] {
	border:0;
	background-color:white;}
	
.line_p1 {
	display:block;
	background-image:url("../img/line_p1.gif");
	height:12px;
	width:100%;
	background-repeat:no-repeat;
}

.line_p2 {
	display:block;
	background-image:url("../img/line_p2.gif");
	height:12px;
	text-align: right;
	width:100%;
	background-repeat:no-repeat;
	background-position:right;
}

.article{
	padding:10px 20px 20px 20px;
	display:block;
}

.article .pic{
	margin:0px 20px 10px 0px;
	float: left;
    border:#999 1px solid;
    padding:3px;
}

.article .line{
	height:1px;
	display:block;
	background-color:#d4dcdf;
	margin-bottom:15px;
}

.tbl {
	background-color:#bcc9cd
	}
	
.tbl td{
	background-color:white;
	padding:10px;
}

.tbl th {
	background-color:#f1f5f6;
	font-size:12px;
	padding:10px;
}

h1{
	color:#055c7e;
	margin-top:0px;
	font-size:16px;
}

h2{
	color:#055c7e;
	margin-top:0px;
	font-size:16px;
}

.tos_box {
	border: 1px solid #7F9DB9; 
	padding: 6px; 
	margin-top: 6px; 
	width: 550px; 
	height: 200px; 
	overflow: scroll;
}

.tos_box pre{
	padding:0; 
	margin:0; 
	font-family: Arial, Helvetica, sans-serif;
}


/* vzru_links */
.vzru_links a {
	color:#055c7e;
	text-decoration:none;
	font-family: 'Times New Roman'; 
	font-size: 12px;
}

.vzru_links a:hover{
	text-decoration:underline;
}

.vzru_links li {
	list-style:none; 
	clear:left; 
	border-bottom:1px solid #d3d3d3; 
	height:15px;
	margin:0 10px 10px 10px;
}

.vzru_links b{
	height:1px;
	display:block;
	font-size:15px;
	font-weight: normal;
	color:black;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:10px 0 0 20px;
}

.vzru_links hr{
	width: 0px;
	height: 0px;
	size: 0px;
}

.vzru_links br{
	width: 0px;
	height: 0px;
}

.title{
	background-color: transparent;	
}

#brokers{
	vertical-align: top;
}

#brokers th{
	background-image:url("../img/br_bg.gif");
	height:37px;
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
}

#brokers td{
	text-align:center;
	vertical-align:middle;
	height:47px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #e3e3e3;
}


#brokers td.br_review{
	text-align:left;
	padding-left:10px;
}

.br_review a {
	background-image:url("../img/br_ico_info.gif");
	background-repeat:no-repeat;
	padding:8px 0px 5px 33px;	
	color:black;
	text-decoration:underline;
	font-weight: bold;

}

.br_review_s{
	background-image:url("../img/br_ico_info_s.gif");
	background-repeat:no-repeat;
	background-position: 10px 11px; 
	padding:5px 0px 5px 42px;	
	color:black;
	font-weight: bold;
	text-align: left !important;
}

.br_review a:hover{
	text-decoration:underline;
}

#brokers .br_bg_up {
	background-image:url("../img/br_bg_up.gif");
	height:22px;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}

#brokers .br_bg_down {
	background-image:url("../img/br_bg_down.gif");
	height:22px;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}

#brokers .br_vote td{
	border:none;
}

.img_s{
	filter:alpha(opacity=40);
	opacity:0.3; 
	-moz-opacity:0.3; 
}

.logobadge1{
background-color:#8ebed1;position:absolute;top:60px;left:70px;text-transform:uppercase;text-align:center;font-size:10px;line-height:11px;font-family:'proxima_nova_rgbold';padding:3px 5px 2px 5px;-webkit-border-radius: 4px;border-radius: 4px;
}

.logobadge2{
background-color:#8ebed1;position:absolute;top:60px;left:70px;text-transform:uppercase;text-align:center;font-size:9px;line-height:11px;font-family:'proxima_nova_rgbold';padding:3px 5px 2px 5px;-webkit-border-radius: 4px;border-radius: 4px;
}