@charset "windows-1251";
/* Цвета */
/*
	#265672	- blue
	#a30000 - red
	#ecece1 - lightest grey
	#a9a9a9 - light grey
	#6c6c6c - grey
	#4f4f4f - dark grey
*/

/*
	Arial 23px 1.44em
	Arial 16px 1.00em
	Arial 12px 0.75em
	Arial 10px Курсив 0.63em

*/





/* IE */
* html .column {overflow-x:hidden;}
* html legend {margin:-18px -8px 16px 0;padding:0;}

sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;}
hr {margin:-8px auto 11px;}

.reset{
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Layout */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	line-height:1.25;
	background: #FFF;
	height:100%;
        min-width: 950px;
}


/* Левая колонка */
#left{
  width: 73%;
  float:left;
   padding-bottom:30px;
  min-width: 700px;
}
	#left-content{
		 padding-right:43px; /*для фиксированной ширины*/
		/* padding-left:75px;*/ /*для фиксированной ширины*/
		 /*border-right:1px solid #cccccc;*/
	}

	#left-content_1{
		 padding-right:100px;
		 padding-left:40px;
		 /*border-right:1px solid #cccccc;*/
	}


	#content{
		clear:both;
		/*margin-left:35px;*/ /*для фиксированной ширины*/
		padding-top:15px;
	}

	#left-content p{
		margin-bottom:1em;
	}



/* Правая колонка */
#right{
	/*border: 1px solid #cccccc;*/
	width:22%;
    float:right;
    padding-top:55px;
    padding-bottom:30px;

}
.padding{
    padding:10px;
}
#right-content{
	width:80%;
}

#right-content h2{
	line-height:2em;
}


/* Контейнер для меню*/
#menu-container{
	/*border-right:1px solid #cccccc;*/
	padding-left:45px;  /*для фиксированной ширины*/
	padding-top:25px;
	padding-right:53px;
}


/*Главное меню*/
#main-menu{
	float:left;
	width:70%;
	margin-bottom:30px;

}
			#main-menu a {
				text-decoration:underline;
			}
			#main-menu ul {
				clear:both;
				margin: 0px;
				padding:0px;
				list-style: none;

			}

			#main-menu ul li{
				font-size:110%;
				font-weight:bold;
			}

			#main-menu ul ul li{
				line-height:1.5em;
				float: left;
				font-weight:normal;
				font-size:70%;
				width:95%;
				padding-bottom:10px;
			}

/* Меню "Интересующимся" */
#interest{
	float:right;
	width:30%;
	_margin-right:-14px;

}
	#interest ul{
		margin: 0px;
		padding:0px;
		list-style: none;
	}

	#interest ul li{
		font-size:110%;
		font-weight:bold;
	}

	#interest ul ul li{
		font-weight:normal;
		font-size:70%;
	}


h1,h6 {font-size:130%;}
h2 {font-size:120%;}
h3 {font-size:110%;}

#content h1 {
color:#A30000;
}

h1,h2,h3,h6{
	left:-30px;
	position:relative;
	margin-bottom:0.75em;
	font-weight:normal;
	z-index:1;
}

h1.head, h2.head{
    color:#A30000;
}
h1 span{
	color:#4f4f4f;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0; }

p {
	font-size:80%;
	/*margin:0 0 1em 80px;*/
}

#news{
}
	#news div{
		position:inherit;
		width:80%;
		font-size:80%;
		padding-bottom:10px;
	}

	#news span.date{

		width:80%;
		font-size:0.8em;
		color:#8f8f8f;
		padding-bottom:10px;
		padding-top:10px;

	}
	#news div.last{
		font-weight:bold;
	}

		#news div.last h3{
			font-weight:normal;
			color:#000000;
		}
	#news h3{
		color:#4f4f4f;
		margin:0px;
		margin-bottom:0.5em;

	}

table.right_pad td {padding-right:40px;}

table img.right_pad {padding-right:10px;}

table td.vert_align { vertical-align: middle;}

table td.hor_vert_align { vertical-align: middle; text-align:center;}

table td.hor_vert_align_red { vertical-align: middle; text-align:center; color:#f50;}

/* table td.top_pad_zero {padding-top:0px;} */

table td.td_center {text-align:center;}

a.wave-menu, a.wave-menu:hover{
	text-decoration:none;
	color: #265672;
	border-bottom:1px dashed #265672;
	margin-left:10px;
	margin-right:10px;

}


a.wave-active, a.wave-active:hover{
    border-bottom:0px;
    text-decoration:none;
    background-color:#E9E9E9;
    padding:3px;
    color:#000;
	cursor:text;
}



#tab-menu ul {
	clear:both;
	list-style: none;
	padding:0px;
	margin:0px;

}
		#tab-menu a{

			text-decoration:none;
			border-bottom:1px dashed #265672;
			white-space: nowrap;


		}

		#tab-menu a.contact{
		  color:#265672;

		}

		#tab-menu a.index{
		  color:#265672;
		}

		#tab-menu ul li{
			width:100px;
			text-align:center;
			font-size:80%;
			float:left;
			bottom:0px;
			padding-top:0px;
			margin-right:0em;

			margin-top:0px;
			margin-bottom:-0px;
			vertical-align:bottom;

		}

		#tab-menu ul li div.li-menu{

		background:url('/images/bg-insert-noact.png') center repeat-x;
		height:45px;
		border-right:1px solid #aeaea2;

		margin-right:0px;
		margin-left:0px;

		}
		#tab-menu ul li.selected div.li-menu{
		border-right:1px solid #aeaea2;
		border-left:1px solid #aeaea2;
		height:50px;
		margin-top:-5px;
		background-image:url('/images/bg-insert-act.png');
		margin-right:1px;
		margin-left:-1px;
		}
		#tab-menu li.selected {
			text-align:center;
			font-weight:bold;
			border:none;
			background-position:center;
			background-repeat:repeat-x;


		}
		#tab-menu li.selected a{

			color:#7c7c7c;
			cursor:default;
			border:none;
		}
		#tab-menu li.selected_c{
			border:none;
		}
		#tab-menu li.selected_c a.contact{

			border:none;
			cursor:default;
		}





#faq a.link{
	text-decoration:none;
	border-bottom:1px dashed #000000;
	color:#000000;
}
#faq  li{
			font-size:80%;

}
.panel{
	clear:both;
	margin-bottom:0px;
	margin-left:-75px;
	padding-left:75px;
	padding-right:45px;
	padding-top:15px;
	padding-bottom:30px;
	background-color:#ecece1;
	font-size:110%;

}

.panel h1{
	font-size:120%;
	margin-top:0px;
}
.panel li{
	font-size:80%;
	list-style: none;
	line-height:1.25em;
	margin-bottom:0.5em;
}
div.floating{
	font-size:80%;
	float:right;
	width:30%;
	margin-top:2.5em;
	margin-right:-30px;
	margin-left:20px;

}
div.floating h2{
		font-size:130%;
		font-weight:bold;
		margin:0px;
	}
	/*.panel div.floating p{
		font-size:100%;
	}*/

div.floating ul{
		margin-top:10px;
	}
div.floating li{
		font-size:100%;
		list-style: none;
		line-height:1em;
                line-height:1.25em;
                margin-bottom:0.5em;
	}

/*p img {float:left; margin-left:-35px;}
p img.right {float:right;}*/

a{
	color:#265672;
	text-decoration:underline;
}

a:hover{
	color:#a30000;
	text-decoration:none;

}
div.phone_free{
	color:#000;
	font-size:70%;
	padding-left:0em;

}
div.phone{

	color:#000;
	font-size:70%;
	font-weight:normal;
	color:#7c7c7c;
	line-height: 1.2em;
	margin-bottom:0.2em;

}
a.country{
	color:#A30000;

}

#right-content{
	 padding-top: 60px;
}

/*#right-content h1, #right-content h2, #right-content h3,#right-content p{
	margin:0px;
}

#right-content p {
	font-size:70%;
	margin:0 0 0.5em;
}*/

#logo{
	margin-top:20px;
	width:182px;
}

#mini-buttons{
    border:1px;
	position:absolute;
	top:60px;
	right:0px;
	width:22%;
	height:20px;
	z-index:2;
}

	#mini-buttons ul {
		clear:both;
		margin: 0px;
		padding:0px;
		list-style: none;
	}

	#mini-buttons ul li{
		font-size:110%;
		font-weight:bold;
		float: left;
	}

	#mini-buttons a{
		width:25px;
		display:block;
		line-height:12px;
		height:13px;
		text-indent:-9999px;
		text-decoration:none;
		background-repeat:no-repeat;
		margin-right:30px;
	}
	#mini-buttons span{
		width:24px;
		display:block;
		line-height:12px;
		height:12px;
		text-indent:-9999px;
		text-decoration:none;
		background-repeat:no-repeat;
		margin-right:30px;
	}

#home-icon{
	background-image:url(/images/home.gif);
}
#home-icon-red{
	background-image:url(/images/home_red.gif);
}
#search-icon{
	background-image:url(/images/search.gif);
}
#search-icon_red{
	background-image:url(/images/search_red.gif);
}
#enter-icon{
	background-image:url(/images/enter.gif);
}

#mail-icon{
	background-image:url(/images/mail.gif);

}

#copyright{
	width:90%;
	padding-top:10px;
	padding-bottom:40px;
	/*margin-left:55px;*/ /*для фиксированной ширины*/
        position: relative;
	border-top:1px solid #cccccc;

}

#copyright h3{
	margin:0px;
	left:0px;
	font-weight:bold;
	font-size:80%;
}

#copyright p{
	font-size:70%;
	margin-left:12px;
	color:#6c6c6c;
}


ul.red-dash{
	margin-bottom:1em;
}

ul.red-dash h3{
	margin-left:0px;
}


ul.red-dash li{
    display:block;
	padding-left:26px;
	background: url(/images/red-dash.gif) no-repeat 0px 0.6em;
	list-style:none;
	line-height:1.25em;
	margin-bottom:0.5em;

}

ul.red-dash ul li{
    display:block;
	margin-bottom:0.5em;
	background:none;
}



ol{
margin-bottom:1em;
margin-left:3em;

}

ol.no-digits{
	list-style:none;
	margin-left:2em;
}
ol.no-digits li{
	text-indent:0em;
	margin-bottom:0.5em;
}

.caption{
	width:195px;
    font-size:80%;
	font-weight:bold;
	color:#000;
	margin-top:40px;
	padding:3px;
	_background-color:#a9a9a9;
	margin-bottom:5px;

}

#about{
	padding-bottom:80px;
}

#quotes{
	font-size:70%;
	width:190px;
}

	#quotes table{
		width:195px;
	}

	#quotes td{
		padding:2px;
	}

.attantion{
	font-size:110%;
	margin-bottom:20px;
}

#search{
	width:216px;
	height:25px;
	background-image:url(/images/search_line.gif);
	margin-top:50px;
}

#search input{
	background:none;
	font-size:70%;
	margin-left:25px;
	margin-top:4px;
	width:160px;
	border:none;
}

#company-news {

	margin-top:25px;
	font-size:80%;
	color:#6c6c6c;
}


#company-news h2{
	font-size:150%;
	font-weight:bold;
	color:#6c6c6c;
}

#company-news div{
	margin-bottom:25px;

}

#company-news .date{
	font-size:120%;
	margin-right:10px;

}

#company-news .last{
	font-weight:bold;
}

#graphs{
	width:190px;
	font-size:80%;
}

#site-map-link{
	margin-left:25px;
	font-size:70%;
}

.font130{font-size:130%;}
.font110{font-size:110%;}
.font100{font-size:100%;}
.font80{font-size:80%;}
.font70{font-size:70%;}


.dashed-underline-link{
	background:none;
	color:#000000;
	border-bottom: 1px dashed #4F4F4F;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
}


form.graphs{
	font-size:80%
}

form.graphs fieldset {
	margin:0px;
	padding:0px;
	padding-top:5px;
	border:none;
}

form.graphs fieldset legend{

}

form.graphs fieldset.graph {
	width:680px;
	margin-bottom:10px;
}

form.graphs fieldset.graph div{
	padding:5px;
	border-left:1px solid #cccccc;
}

form.graphs fieldset.opt_indicators {
	margin-bottom:10px;
}

form.graphs fieldset.opt_indicators div{

}


form.graphs select,input{
	font-size:100%
}

form.graphs label{
	display:block;
}

form.graphs fieldset.graph div{
	float:left;
}


table.zebra th.wid {width:11%; padding-right:10px;}

table.zebra td.center {text-align:center;}

table.zebra td{
    font-size:80%;
	font-weight:400;
	vertical-align:middle;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:8px;
	text-align:left;

}

table.zebra tr.head {

	font-size:110%;
	font-weight:600;
    color:#616161;
	vertical-align:top;
	padding-bottom:7px;
	text-align: right;
}

table.zebra th{
    font-size:80%;
	font-weight:400;
    color:#c1c1c1;
	vertical-align:top;
	padding:8px;
	border-bottom:1px #c1c1c1 solid;
	text-align:left;

}

table.zebra tr.bottom td{

	border-bottom:1px #c1c1c1 solid;


}

/* Таблица календаря эспираций выравн. по центру */

.red-font {color:#a30000;}
.black-font {color:#000;}
table.zebra_center {
	color:#3a3a3a;
	margin:0px;
	border-collapse:collapse;
	width:100%;
	}

table.zebra_center tr.bold td{
    font-weight:bold;

}



table.zebra_center td.wid_8p {width: 7%;}

table.zebra_center td.left {text-align:left;}
/*table.zebra_center colgroup.left {text-align:left;} */

table.zebra_center td{
    font-size:80%;
	font-weight:400;
	vertical-align:middle;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:0px;
	text-align:center;

}

table.zebra_center tr.head {

	font-size:110%;
	font-weight:600;
    color:#616161;
	vertical-align:top;
	padding-bottom:7px;
	text-align: right;
}

table.zebra_center th{
    font-size:80%;
	font-weight:400;
    color:#a30000;
	vertical-align:middle;
	padding-bottom:4px;
	border-bottom:1px #c1c1c1 solid;
	text-align:center;

}

table.zebra_center tr.none_under th{border-bottom:0px #fff solid;
}

table.zebra_center tr.light_under td{

	border-bottom:1px #ecece1 solid;


}


table.zebra_center tr.bottom td{

	border-bottom:1px #c1c1c1 solid;


}



/* Таблица календаря эспираций выравн. по центру  Конец*/



table.calendar_event {
	margin:0px;
	border-collapse:collapse;
	width:100%;


}

table.calendar_event tr.head {

	font-size:110%;
	font-weight:600;
    color:#616161;
	vertical-align:top;
	padding-bottom:7px;
	text-align: right;
}

table.calendar_event tr.bottom td{

	border-bottom:1px #c1c1c1 solid;


}



table.calendar_event th{
    font-size:80%;
	font-weight:bold;
    color:#000;
	vertical-align:top;
	padding:8px;
	border-bottom:1px #c1c1c1 solid;
	text-align:left;

}
table.calendar_event tr.bold td{
    font-weight:bold;

}



table.calendar_event td{
    font-size:80%;
	font-weight:400;
	vertical-align:middle;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:8px;
	text-align:left;

}

table.calendar_event td.head_table{
    font-weight:bold;
	vertical-align:middle;

	border-bottom:1px #c1c1c1 solid;
	border-top:1px #c1c1c1 solid;

}

div.calendar_comment{
	font-size:80%;
	font-style:italic;
    color:#616161;
	vertical-align:top;
	text-align:left;
}
#calendarTable{
    width:100%;

}


.hide{
	display:none;
	visibility:hidden;
}

.show{
	display:block;
	visibility:visible;
}

table.calendar{
	width:200px;
	margin:2px;



}
a.prevMonth {
    font-size: 130%;
    text-align: left;
	text-decoration:none;
}
a.nextMonth {
    font-size: 130%;
    text-align: right;
	text-decoration:none;

}

a.week{
	color:#ccc;
	text-decoration:none;
}
table.calendar td.week {
	font-size:80%;
	padding:1px;
	text-align: right;

}
table.calendar tr.head {

	font-size:110%;
	font-weight:600;
    color:#616161;
	vertical-align:top;
	padding-bottom:7px;
	text-align: right;
}
table.calendar th {

	font-size:80%;
	font-weight:400;
    color:#c1c1c1;
	vertical-align:top;
	padding-bottom:7px;
	text-align: center;
}
table.calendar td {
	font-size:80%;
	padding:1px;
	text-align: center;

}
table.calendar td.selected {
	font-size:80%;
    background-color: #A30000;
    color:#fff;
}


table.calendar td.selected_now {
	font-size:80%;
    border:1px solid #000;
    color:#fff;
}



div.indicator_comment{
	font-size:100%;
	font-style:italic;
    color:#616161;
	vertical-align:top;
	text-align:left;
}

div.comment div.time{
    float:left;
    font-size:80%;
	font-weight:400;
    color:#c1c1c1;
	text-align: left;
	padding-top:0.3em;
}

div.comment div.text{
    font-size:80%;
	font-weight:400;
    color:#6F6F6F;
    font-style:italic;
	text-align: left;
	padding-top:0.3em;
}
div.comment div.author{
    font-size:80%;
	font-weight:400;
    color:#c1c1c1;
    font-style:italic;
	text-align: right;

	padding-top:0.8em;
	border-bottom: 1px dotted #c1c1c1;
}


div.date_comment{
    font-size:110%;
    color:#A30000;
	vertical-align:top;
	text-align:left;
	padding-bottom:20px;
}

a.date_step{
    font-size:80%;
    color:#A30000;
}
/*Формы*/

.wizard div{
	margin-top:1em;
	margin-bottom:2em;
	background-color:#f7f6ef;
	padding:20px;
}


.wizard fieldset{
	border:1px solid #000000;
}

.wizard table{
	margin-bottom:1em;
}

.wizard label{
	color:#000000;
}

.wizard span{
	color:#999999;
}

.wizard input,textarea{
	width:100%;
	line-height:1.5em;
}

.wizard input.radio{
	width:10px;
	line-height:1.5em;
}
.wizard input.phone_home_country_code{
	width:4em;
}

.wizard input.phone_home_city_code{
	width:6em;
}
.wizard input.phone_home{
	width:15em; /*для фиксированной ширины*/
}
.wizard input{
	width:28em; /*для фиксированной ширины*/
}
.wizard input.button{
	width:10em;
}
.wizard h2{
	font-size:120%;
	color:#bc4444;
}
.wizard h3{
	font-size:110%;
	margin-bottom:1em;
}
.wizard td{
	padding:5px;
	vertical-align:top;
}
.wizard input.error, select.error{
	background-color:#FFD7D8;
}
.wizard em.italic{
	font-style:italic;
}
.wizard span.error{
    color: #A30000;
}
.wizard span.noerror{
    color: #000000;
}

#quote-settings{
    font-size:80%;
    color:#000;

}


.ib_cont p{padding-left:25px;}

.ib_cont p b{margin-left:-25px;
           line-height:1.5em;}

.helpinput {
  font-size: 0.9em;
  font-style: italic;
  padding-left: 4px;
  padding-top: 1px;
}

.helpinput span.link {
  color: #265672;
  border-bottom: 1px dashed #265672;
  cursor: pointer;
  text-decoration: none;
}

div.note{

	background-color:#F2F3F5;
	color:#5F6062;
	font-size:100%;
	padding:20px 95px 20px 110px;
	margin-left:-110px;

}
div.footnote{
	border-top:1px dotted #5F6062;
	background-color:#FFF;
	color:#5F6062;
	font-size:90%;
	padding:20px 30px 30px 30px;

	width:90%;

}
span.text-top{
	vertical-align:text-top;
	font-size:80%;
	color:#006DA2;

}
span.text-top a{
	text-decoration:none;



}

#flags {
  float: left;
  margin-top: 27px;
  width: 32px; /*для фиксированной ширины*/
  text-align: center;
}

#flags div {
  margin-top: 1px
}

table.calendar_event tr.very_important td {font-weight: bold; font-style: italic}
span.delete-item {
	cursor: pointer;
}

table tr td.dotted {
	border-bottom: 1px dotted gray;
}
table tr.pad_bot_top td {
	padding-bottom:2em;
	padding-top:10px;
}

div.discount {
	float:right;
	height:2em;
	padding-top:4px;
}



.dispnone {
	display: none;

}

.dispblock {
	display: block;

}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #DBDEE3;
	border-top: 4px solid #DBDEE3;
	background-color: #F2F3F5;
	padding: 5px;

	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; font-size:4 px;}

.better {color: #009900;}
.worse {color: #CC0000;}

table.calendar_event tr.very_important td {font-weight: bold; font-style: italic}

/*  #content table tr td{
    width: 300px;
    text-align:left;
    paddind: 5px;
  }
  */
  .p_link{
    margin-top: 3px;
  }

  .settings{
    display: none;
    position: absolute;
    border: 1px solid gray;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    text-align:left;
    width: 400px;
    background-color: white;
  }

  .expandable{
    /*Стиль для слоя, который будет распахиваться как выпадающий список select*/
    border: 1px solid #aaa;
    position1: absolute;
    width: 110px;
    padding-left: 10px;
    padding-bottom: 5px;
    position: absolute;
    background-color: white;
    z-index: 999;
  }

  /*Стиль для заголовка слоя-компонента, который будет распахиваться как выпадающий список select*/
  .expandable_title{
    font-size: 12px;
    color: black;
    cursor:default;
    text-decoration: none;
    margin-bottom: 5px;
  }
  a.expandable_title:HOVER {
    color: black;
  }

  .scrollable{
    /*Стиль для слоя c полосой прокрутки*/
    font-size: 12px;
    overflow: auto;
    height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 999;
    display: none;
  }
  textarea{
    width:380px;
    height: 80px;
    margin-bottom: 5px;
  }
  .cl_both {clear: both}
  .f_left {float: left}

/* Для отчетных таблиц */
div.set-status {
  display:none;
  position:absolute;
  background-color:#efefef;
  padding:1em;
  border:1px solid #dddddd;
  width:320px;
  z-index:200;
}
span.links {
  border-bottom:1px dashed #265672;
  text-decoration:none;
  color:#265672;
  cursor:pointer;
}
table.event{
  width:100%;
  font:Arial;
}
table.event th {
  border-bottom:1px solid #C1C1C1;
  color:#000000;
  font-weight:bold;
  padding:8px;
  text-align:left;
  vertical-align:middle;
}
table.event td {
  font-weight:400;
  padding-bottom:7px;
  padding-left:8px;
  padding-top:7px;
  text-align:left;
  vertical-align:middle;
}
table.event th.caption {
  color: #C1C1C1;
  cursor: pointer;
}
table.event .even {
  background: #FAFAFA;
}
table.event th.center {
  text-align: center;
}
table.event td.center {
  text-align: center;
}
/*************Пополнение счета*********************/
div.wm{
	overflow: hidden;
	margin: 5px 0;
}
	div.wm>p{
		float:left;
		margin-right:20px;
		width:250px;
	}
			div.wm p img{
			float:right;
		}
.table_wm img{
	vertical-align:middle;
}
.table_wm  td{
	padding:10px 0 10px 20px;

}
/*************Новое пополнение счета*************/
.paymenttype{
  border: 1px solid #c7c7c7;
  padding: 12px 35px 15px 12px;
  position: relative;
  color:#505050;
  margin-bottom: 25px;
}
.paymenttype h3{
  margin-bottom: 10px;
  font:bold 16px Arial,sans-serif;
  left:0;
}
.paymenttype a{
  color:#265672;
 /* text-decoration: underline;*/
}

.open_close{
  position: absolute;
  top:40px;
  right: 40px;
  font-size: 80%;
}
.hidden_info{
  position: relative;

}
.hidden{
  display: none;
}
.paymentinfo{
  width: 75%;

}
.paymentbutton{
  bottom: 0;
  right: 0;
  width: 144px;
  height: 13px;
  text-align: center;
  background: url(/images/replenishment/button_bg.jpg) no-repeat;
  padding: 10px 0;
  margin-top: -45px;
  float: right;
}
.paymentbutton a{
  color:#285572;
  font:14px Arial,sans-serif;
 /* text-decoration: underline;*/
}
.paymenttype span.link{
  border-bottom:1px dashed #265672;
  }
  span.link:hover{
    cursor: pointer;
}

/*************ECN************************************/
.bg{
  background: #f7f8f9;
  padding: 5px 20px;
}
.rightfloat{
  float: right;
  width:90%;
}
.ecn_leftcol{
  margin-top: 8px;
  float: left;
  width: 70%;
}
.ecn_rightcol{
  float: right;
  width: 30%;
}
div.btn2{
              background: url(/img/btn_bg.jpg) no-repeat;
              color:#265672;
              height: 38px;
              width: 163px;
              font:bold 13px Arial,sans-serif;
              /*display: inline;*/
              text-align: center;
              position: relative;
              left: 340px;
              top:-30px;
              vertical-align: middle;
            }
            .btn2 span {
              position: relative;
              top:10px;
             }
            div.btn2 a{
              text-decoration: none;
              vertical-align: middle;
            }
            .wer{

              font:14px Arial,sans-serif;
              color:#265672;
            }
 .ecn_border{
  border:1px #999999 solid;
  position: relative;
  margin:30px 0;
  position: relative;
  z-index: 1;
}
   .lt{
    background: url(/img/trade_platform_left_top.gif) left top no-repeat;
    position: relative;
    left:-1px;
    top:-1px;
  }
   .rt{
       background: url(/img/trade_platform_right_top.gif) right top no-repeat;
       position: relative;
       left: 2px;
       top:0px;
    }
       .rb{
         background: url(/img/trade_platform_right_bottom.gif) right bottom no-repeat;
         position: relative;
         left: 0px;
         top:2px;
       }
          .lb{
           background: url(/img/trade_platform_left_bottom.gif) left bottom no-repeat;
           position: relative;
           left:-2px;
           top:-0px;
           padding: 0px 20px;
           overflow: hidden;
         }

/**********************Голосование************************************/
.vote{
  width:178px;
  height: 280px;
  border: 1px #000 solid;
  text-align: center;
  padding: 10px;
  font-size: 110%;
}
#right-content .answer{
  text-align: left;
  overflow: hidden;
  margin-top: 15px;
}
.checkbox{
  width: 8px;
  height: 8px;
  padding: 1px;
  border:1px #000 solid;
  background: #fff;
  float:left;
  margin: 2px 20px 0 50px;
}
.checkbox span{
  width: 7px;
  height: 7px;
  background: #fff;
  float:left;
}
.checkbox span.cheked{
  background: #b50000;
  }

  /************************DealSmart**********************************/
table.table1{
  font-size: 80%;
  width: 100%;
}
table.table1 thead{
  font-size: 110%;
  font-weight: bold;
}
table.table1 tr{

}
table.table1 tbody tr:hover{
 background-color: #f6f6f6;
}
table.table1 tr td{
  padding: 5px;
  border-bottom: 1px #bdbdbd solid;
}

/******************Справка ПАММ*****************************/
 span.example-link{
   text-decoration: underline;
   color:#265672;
}
span.example-link:hover, span.example-link:active{
   cursor: pointer;
 }
 div.example{
   font-style: italic;
}
table.pamm_faq_table{
  font-size: 80%;
  margin-bottom: 1em;
  text-align: center;
  border:1px black solid;
}
table.pamm_faq_table td{
  border:1px black solid;
  padding:3px;
}

table.pamm-paragraph {
  width: 650px;  
}
table.pamm-paragraph td {
  padding: 5px 0;
}
table.pamm-paragraph td.right-column {
  width: 168px;
}

/******************ПАММ details.html*****************************/
 
 span.pamm-name {
   font-size: 1.24em;
   font-weight: bold;
   color: #CC0000;
 }
 
 #content p.graph-switcher {
  padding-bottom: 0; 
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: bold;
 }
 
 #content p.graph-switcher a {
  text-decoration: none; 
  font-weight: bold;
  color: #265672;
  outline: none;
 } 
 
 #content div.graph-container {
   visibility: hidden;
   height: 1px;
   
 }

 /*p.graph-switcher a {
     border-bottom-width: 1px;
     border-bottom-style: dashed;
     border-bottom-color: #FFFFFF;
     position:relative;
     z-index:1; 
     line-height: 18px;
     outline: none;
  }*/

   p.graph-switcher a span:hover{
   color: #A30000;
     border-bottom-color: #A30000;
  }

p.graph-switcher a span {
     border-bottom-width: 1px;
     border-bottom-style: dashed;
     border-bottom-color: #265672;
     position:relative;
     z-index:1; 
     line-height: 18px;
 }
 
 /*
 p.graph-switcher a.turn-off {
     border-bottom-color: #265672;
  }

 p.graph-switcher a span.turn-off {
     border-bottom-color: #265672;
 }*/

/********Торговые платформы********************/
.mt4menu{
 padding: 20px 0;
}
ul.linemenu{
  list-style: none;
  height: 40px;
 /* margin-bottom:10px;*/
}
ul.linemenu li {
  float: left;
}
a.trading_platform_button{
  background: url(/img/trade_platform_button_bg.gif) repeat-x;
  border-bottom: 1px #a3a3a3 solid;
  border-right:  1px #a3a3a3 solid;
  color:#265672;
  padding: 7px 15px 5px;
  font:bold 13px Arial,sans-serif;
  text-decoration: underline;
  margin-right: 20px;
}
a.current{
  text-decoration: none;
}
div#trading_platform_content{
  border:1px #999999 solid;
  position: relative;
  margin:30px 0;
  position: relative;
  z-index: 1;
  width:670px;
}
  div#trading_platform_content div#lt{
    background: url(/img/trade_platform_left_top.gif) left top no-repeat;
    position: relative;
    left:-1px;
    top:-1px;

  }
    div#trading_platform_content div#rt{
       background: url(/img/trade_platform_right_top.gif) right top no-repeat;
       position: relative;
       left: 2px;
       top:0px;
    }
       div#trading_platform_content div#rb{
         background: url(/img/trade_platform_right_bottom.gif) right bottom no-repeat;
         position: relative;
         left: 0px;
         top:2px;
       }
         div#trading_platform_content div#lb{
           background: url(/img/trade_platform_left_bottom.gif) left bottom no-repeat;
           position: relative;
           left:-2px;
           top:-0px;
           padding: 0px 20px;
           width:630px;
         }
          div#trading_platform_button_pointer{
            margin: 0px 0 -35px 40px;
            z-index: 5;
            position: relative;
          }
          .container{
            position: relative;
            padding-bottom: 1px;
}
          a.trading_client {
            color:#265672;
            font:13px Arial,sans-serif;
            border-bottom: 1px #265672 dashed;
            margin-right: 15px;
            text-decoration: none;
          }
          a.current_client{
            border-bottom: none;
          }

          div#trading_client_img{
            margin: 0px 37px 20px 0;
            text-align: center;
          }
         .prev_button{
          margin-top: 235px;
          float: left;
          position: relative;
          }
          .next_button {
           margin-top: -78px;
           float:right;
           position: relative;
          }
          #client_content{
            clear: both;
          }
          #client_content p, .content2 p{
            color: #5e5d5d;
            font: 14px Arial,sans-serif;
            margin-top: 20px;
          }
          div.button_block{
            margin: 20px 0 50px;
          }
          div.steps{
            padding: 10px 0;
            clear: both;
          }
            div.step1{
              float: left;
              width: 170px;
              text-align: center;
            }
            div.step2{
              float: left;
              width: 210px;
              text-align: center;
            }
             div.step3{
              float: left;
              width: 120px;
              text-align: center;
            }
            div.h{
              font: bold 20px Arial,sans-serif;
              color:#a30000;
            }
             div.h2{
              font:bold 13px Arial,sans-serif;
              color:#265672;
            }
            div.arrow{
              float:left;
              width:49px;
              margin:5px 8px 0;
            }
            div.btn{
              background: url(/img/trade_platform_button_bg.gif) repeat-x;
              border-bottom: 1px #a3a3a3 solid;
              border-right:  1px #a3a3a3 solid;
              color:#265672;
              padding-top: 7px;
              /*padding: 7px 15px 5px;*/
              height: 21px;
              font:bold 13px Arial,sans-serif;
              text-decoration: underline;
              margin-right: 60px;
            }
            ul.list{
              list-style: disc;
              color: #5e5d5d;
              font: 14px Arial,sans-serif;
              margin-left: 25px;
            }
            h2.additionally{
              font: bold 20px Arial,sans-serif;
              color:#a30000;
              left:0;
            }
            span.small{
               font: 12px Arial,sans-serif;
            }

   /*************Новая форма открытия счета***********/
  #trading_acc{
     background: #f6f6f6;
     padding:20px;
     font-size: 80%;
}
 #trading_acc input[type=text], #trading_acc select{
   width:165px;
}
#trading_acc table tr{
  height: 40px;
}
.padding_top20{
  padding-top: 20px;
}
#trading_acc p{
  margin: 5px 0;
}
#trading_acc div p.clarification{
  margin: 0 0 0 1.5%;
}
  .overflow_hidden{
    overflow: hidden;
}
.float_left{
  float: left;
}
.block1_3{
  width: 30%;
  margin: 0 1.5%;
  float: left;
  text-align: center;
}
.block2_3{
  width: 63%;
  margin: 0 1.5%;
  float: left;
  text-align: center;
}
.radio_btn{
  padding: 5px 0;
  cursor: pointer;
  border: 1px #7f9db9 solid;
}
.active_radio_btn{
  background: #7c7c7c;
}
.hint{
  color:#999;
  font-style: italic;
}
input.error, select.error, .error{
	background-color:#FFD7D8;
}
.webmoney_icons{
  line-height: 4px;
  position: absolute;
  top:12px;
  right: 0px;
  text-align: right;
}
#company_hide {
	display: none;
}
#experience_ib_no {
	
}
.information {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #E9E9E9;
    padding: 10px;
}
table.table {
    border-collapse: collapse;
    color: #505050;
    font: 11px/18px Arial,Helvetica,sans-serif;
    width: 100%;
}
table.table thead {
    font: bold 13px/18px Arial,Helvetica,sans-serif;
}
table.table thead tr th {
    text-align: left;
}
table.table th {
    padding: 5px 10px;
}
table.table td {
    padding: 5px 10px;
    vertical-align: middle;
}
table.table tbody tr {
    border-top: 1px solid #BDBDBD;
}
table.table tbody tr td {
    text-align: left;
}
table.table tbody tr:hover {
    background: none repeat scroll 0 0 #F6F6F6;
}
.information table.table tbody tr:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: left;
}
.citations p {
    font-size: 80% !important;
}
.citations h3 {
    left: 0;
}
.red_circle {
    background-repeat: no-repeat;
    height: 26px;
    margin-left: 0;
    padding: 5px 0 0 40px;
}
.citation {
    background-image: url("/images_new/citation.png");
}
.text_right {
    text-align: right;
}
.no_bottom {
    margin-bottom: 0;
}
.margin10 {
    margin-bottom: 10px;
}
.margin20 {
    margin-bottom: 20px;
}
.margin30 {
    margin-bottom: 30px;
}
.margin40 {
    margin-bottom: 40px;
}
.margin60 {
    margin-bottom: 60px;
}
.margin_t_70 {
    margin-top: 70px;
}
.margin_l_40 {
    margin-left: 40px;
}
.margin_l_20 {
    margin-left: 20px;
}
.margin_l_50 {
    margin-left: 50px;
}
.margin_l_100 {
    margin-left: 100px;
}


/* информеры для памм-счетов*/

.colors_tab .border-color {
	border: 1px solid #000;
}

.colors_tab {
  position: relative;
}

.colors_tab td {
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.colors_tab .loader {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  z-index: 100;
}

.colors_tab .loader img {
  margin-bottom: 2px;
  margin-left: 2px;
  width: 18px;
  height: 6px;
}

/* styles for graphics. fancyzoom*/ 

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	width: 100%;
	height: 100%;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 100%;
	height: 100%;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/images/fancybox/fancy_close.png);
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(/images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(/images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(/images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(/images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(/images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(/images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(/images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(/images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(/images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(/images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(/images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(/images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/**Блок с указателем и скругленными углами*/
.arrow_rounded_border{
  margin: 0 0 -6px 30px;
  position: relative;
  z-index: 5;
}
.rounded_border{
  border:1px #bebebe solid;
  position: relative;
  /* margin:30px 0;
   position: relative;*/
  z-index: 1;
}
.lt{
  background: url(/images/rounded_border/lt.gif) left top no-repeat;
  position: relative;
  left:-1px;
  top:-1px;
  margin: 0;
}
.rt{
  background: url(/images/rounded_border/rt.gif) right top no-repeat;
  position: relative;
  left: 2px;
  top:0px;
  margin: 0;
}
.rb{
  background: url(/images/rounded_border/rb.gif) right bottom no-repeat;
  position: relative;
  left: 0px;
  top:2px;
  margin: 0;
}
.lb{
  background: url(/images/rounded_border/lb.gif) left bottom no-repeat;
  position: relative;
  left:-2px;
  top:-0px;
  padding: 15px 20px 0;
  overflow: hidden;
  margin: 0;
}
.inform_block{
  border-color: #e3e3e3;
}

.snow {
    background: url("/images/snow.jpg") repeat scroll 0 0 transparent;
}

.inform_block_new{
  border-color: #e3e3e3;
  width:105%;
}
/*Информационный блок*/
.inform_block .lt, .inform_block_new .lt{
  background: url(/images/inform_block/lt_snow.jpg) left top no-repeat;
}
.inform_block .rt, .inform_block_new .rt{
  background: url(/images/inform_block/rt_snow.jpg) right top no-repeat;
}
.inform_block .rb, .inform_block_new .rb{
  background: url(/images/inform_block/rb_snow.jpg) right bottom no-repeat;
}
.inform_block .lb, .inform_block_new .lb{
    background: url(/images/inform_block/lb_snow.jpg) left bottom no-repeat;
  }
  .inform_block p, .inform_block_new p{
    line-height: 18px;
    font-style: italic;
}
.i{
  margin: 0 0 -15px 20px;
  position: relative;
  z-index: 5;
}



/***************** Pamm account********************/
#top_pamm {
	margin: 30px 0 20px 0;
}
.header {
	color: #A30000;
	font-size: 130%;
	font-weight: normal;
	width: 30px;
}

a.grey_button_1  {
  /*height: 35px;*/
  width: 119px;
  background: url(/images/button_grey.png) no-repeat;
 /*margin: 0 7px 7px 0;*/
  padding: 10px 45px 10px 40px; /*15px 25px 15px 40px;*/
  color: #5A5A5A;
  font-size: 80%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  //padding: 12px 15px 15px 10px; /* для всех ie */
}
#but1 {
	//padding-top: 10px;
}
.grey_button_1  span{
	color: #5A5A5A;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
}
a.grey_button_2  {
  
  width: 172px;
  background: url(/images/button_grey.png) no-repeat;
  margin: 0 7px 7px 0;
  padding: 10px 45px 15px 40px;
  color: #5A5A5A;
  font-size: 80%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.grey_button_2  span{
	color: #5A5A5A;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
}
a.grey_button_3  {
 
  width: 172px;
  background: url(/images/button_big_grey.png) no-repeat;
  margin: 0 7px 7px 0;
  padding: 10px 15px 15px 15px;
  color: #5A5A5A;
  font-size: 80%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.grey_button_3  span{
	color: #5A5A5A;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
}

#description_en {
	text-align: right;
	margin-right: 60px;
}

#description_en a {
	font-size: 80%;
	font-weight: bold;
}

.vopros {
margin: 0 5px -5px 0;
}
 
.mini_vopros {
	margin: 0 10px -5px 0;
}	
/* Всплывающие подсказки для страницы Памм-счет*/
.desc1 {
	display: none;
	position: absolute;
	z-index: 4;
	width: 500px;
	/*background: url(/images_new/popup.png) no-repeat;*/
}


#popup_top {
	background: url(/images/popup_top.png) no-repeat;
	width: 474px;
	height: 15px;
	float: left;
	font-size: 1px;
}
#popup_middle {
	background: url(/images/popup_middle.png) repeat-y;
	width: 474px;
	float: left;	
}
#popup_middle p{

}

#popup_middle p {
	line-height: 1.6em;
	margin-left: 15px;
	margin-right: 15px; 
	margin-top: 10px;
}
.bold_italic_text {
	font-weight: bold;
	font-style: italic;
	color: #A30000;
}
.italic_text {
	font-style: italic;
}
.bold_text {
	font-weight: bold;
}
.top_bold {
	font-size: 80%;
	font-weight: bold;
}
.normal_text {
	font-weight: normal;
	font-size: 80%;
}
#popup_middle img{
	float: left;
	padding-right: 10px;
}
#popup_bottom_right {
	background: url(/images/popup_bottom_right.png) no-repeat;
	width: 474px;
	height: 20px;
	float: left;
	font-size: 1px;
}
#popup_bottom_left {
	background: url(/images/popup_bottom_left.png) no-repeat;
	width: 474px;
	height: 20px;
	float: left;
	font-size: 1px;
}
#middle_line {
    background: url(/images/line.png) no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	width: 110%; /*для фиксированной ширины*/
}	
#popup_top2_left {
	background: url(/images/popup_top2_left.png) no-repeat;
	width: 474px;
	height: 20px;
	float: left;
	font-size: 1px;
}
#popup_bottom2_left {
	background: url(/images/popup_bottom2_left.png) no-repeat;
	width: 474px;
	height: 20px;
	float: left;
	font-size: 1px;
}

#new_pict {
	background: url(/images/close_button.png)
}

a.link_pamm:hover{
  border-bottom: 1px dashed #a30000;
  color: #a30000;
}

a.link_pamm {/*Ссылка с пунктиром внизу*/
  cursor: pointer;
  border-bottom: 1px dashed #285572;
  text-decoration: none;
  color: #285572;
}
#top_graph {
	margin-bottom: -18px;
}


.header {
	color: #A30000;
	font-size: 150%;
	font-weight: normal;
	width: 30px;
}

#top_pamm {
	margin: 30px 0 20px 0;
}

span .links {
	border-bottom: 1px dashed #265672;
    color: #265672;
    cursor: pointer;
    text-decoration: none;
}

#small_table {
	width: 100%;
	margin: 10px 0 10px 0;
	text-align: center;
}
#small_table tr th {
	text-align: center;
	color: #666;
	font-style: italic;
	border-bottom: 1px solid #fff;
	font-size: 100%;
	font-weight: normal;
}

.small_table{
	font-size: 80%;
}

/*страница Типы счетов*/
#table_new_style_wrap {
    background-color: #F6F6F6;
    border: 1px solid #E3E2E2;
    width: 105%;
	padding: 15px 0 15px 0;
	margin: 50px 0px;
}
#table_new_style_main table{
	width: 100%;
    border-collapse:separate;
	font-size: 80%;
}
#table_new_style tbody tr td,#table_new_style th{
	border-bottom: 1px solid #B2B2B2;
	vertical-align: middle;
	cursor: default;
}
#table_new_style tfoot tr td, #table_new_style tfoot tr td a  {
	vertical-align: middle;
}
#table_new_style tbody tr td{
    border-top: 1px solid #fff;
}
.white_tr_new_table {
	background-color: #f6f6f6;
	cursor: default;
}
.white_tr_new_table:hover {
	/*background: url("/images/bankholiday/arrow_top.png") repeat scroll 0 -15px transparent;*/
	background-color: #ffffff;
	cursor: default;
}
.grey_tr_new_table {
    /*background-color: #e7e7e7;*/
	background-color: #F6F6F6;
	cursor: default;
}
.grey_tr_new_table:hover {
   /* background: url("/images/bankholiday/arrow_top.png") repeat scroll 0 -15px transparent;*/
   background-color: #ffffff;
	cursor: default;
}

.white_tr_new_table td, .white_tr th{
	padding: 6px 5px 6px 20px;
	font-size: 100%;
    text-align: left;
    font-weight: normal;
}
.grey_tr_new_table td{
    font-size: 100%;
    padding: 6px 5px 6px 20px;
}
.grey_tr_new_table_footer td {
    padding: 6px 5px 6px 20px;
}
.big_button_150x35 {
	background: url("/images/big_button_119x35.png") no-repeat;
	//background: url("/images/big_button_119x35.png") no-repeat;
	color: #5a5a5a;
	cursor: pointer;
	font-size: 90%;
	/*margin: 0 0px 0px 0;*/
	padding: 10px 45px 15px 45px;
	text-align: center;
	text-decoration: none;
	width: 120px;
	//padding:5px 45px 15px 45px;

}
.big_button_150x35_2 {
	background: url("/images/big_button_119x35.png") no-repeat;
	//background: url("/images/big_button_119x35.png") no-repeat;
	color: #5a5a5a;
	cursor: pointer;
	font-size: 90%;
	margin: 0 0px 0px 0;
	padding: 10px 18px 10px 18px;
	text-align: center;
	text-decoration: none;
	width: 120px;
	//padding: 5px 18px 15px 12px;
}
.big_button_150x35 span, .big_button_150x35_2 span{
    color: #5A5A5A;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0px #FFFFFF;
	//padding: 5px 0px 5px 0px;
}
#info_links_block {

}
#info_links_block tbody tr td{
	vertical-align: middle;
}
#info_links_block tbody tr td img{
	padding-top: 7px;
	//padding-top: 2px;
}
#info_block_1 {
    background: url("/images/info_block_1.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    width: 400px;
}

#info_block_2 {
    background: url("/images/info_block_2.png") no-repeat scroll 0 0 transparent;
    height: 113px;
    width: 400px;
}
#info_block_1 p, #info_block_2 p  {
	line-height: 1.8;
    padding: 18px 10px 5px 30px;
}

.grey_background {
	padding: 3px 5px;
	background-color: #e7e7e7;
	margin-right: -15px;
	font-size: 80%;
}
.orange_color {
	color: #fc712d;
}
#table_new_style tfoot  tr {
	height: 50px;
	vertical-align: middle;
}
a.non_decoration {
	text-decoration: none;
	color: #000000;
}

