/******************************************************************************/

@import url("reset.css");

/******************************************************************************/

body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	text-align: center;
}

a {
	color: #004990;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.change-minus {
	color: #DD0808 !important;
}

.change-plus {
	color: #328914 !important;
}

.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
}

.left {
	float: left;
}

.mainside {
	padding-bottom: 10px;
	width: 740px;
	/*overflow: hidden;*/
}

/*.png {
	filter: expression(fixPNG(this));
}*/

.right {
	float: right;
}

.sidebar {
	padding-bottom: 10px;
	width: 245px;
}

.width {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 1px 0 0;
	width: 995px;
	/*height: 100%;*/
	text-align: left;
}

/******************************************************************************/

#header {
	clear: both;
	margin-top: -1px;
	padding-top: 1px;
	width: 100%;
	/*height: 206px;*/
	background: #E9E9E9 url(../i/bg-header.gif) left top repeat-x;
	position: relative;
	text-align: center;
}

#header .langs {
	position: absolute;
	top: 0;
	right: 0.2em;
}
#header .langs li {
	float: left;
	padding: 0 0.5em 0 0.5em;
	line-height: 1.4em;
	font-size: 1.1em;
}
#header .langs li a {
	display: block;
	padding: 12px 0.5em 0 0.5em;
	border-top: 7px solid #FFFFFF;
	text-decoration: none;
}
#header .langs li a:hover {
	text-decoration: underline;
}
#header .langs li.active a, #header .langs li.active a:hover {
	cursor: default;
	border-top: 7px solid #ED1C24;
	font-style: italic;
	color: #7DA2C6;
	text-decoration: none;
}

#header .map {
	position: absolute;
	top: 16px;
	right: 11.4em;
	padding: 0 1.6em 0 1.6em;
	border-right: 1px solid #ED1C24;
	line-height: 2.1em;
	font-size: 1.1em;
	text-decoration: none;
}
#header .map:hover {
	text-decoration: underline;
}

#personal-area {
	position: absolute;
	top: 110px;
	right: 0;
	font-size: 12px;
}
#personal-area .link, #personal-area .link:hover {
	display: block;
	float: right;
	padding-right: 20px;
	background: url(../i/bg-personal-area-link.gif) right center no-repeat;
	text-decoration: none;
	height: 20px;
	line-height: 2em;
}
#personal-area .link span {
	border-bottom: 1px dashed #7DA2C6;
}

#credit-prom-bank {
	position: absolute;
	top: 26px;
	left: 65px;
	display: block;
	width: 139px;
	height: 126px;
}

#header .slogan {
	position: absolute;
	top: 65px;
	right: 3em;
}

/******************************************************************************/

.menu-main {
	position: relative;
	z-index: 2;
	/*top: 145px;
	/*left: 0;*/
	margin-top: 142px;
	bottom: -2px;
	width: 100%;
	height: 32px;
}

.menu-main ul {
	float: right;
	padding-left: 12px;
	height: 32px;
	background-image: url(../i/menu-main.gif);
	background-position: right 0;
	background-repeat: no-repeat;
}

.menu-main-eng ul {
	background-image:url("../i/menu-main_eng.gif");
	background-position:right 0;
	background-repeat:no-repeat;
	float:right;
	height:32px;
	padding-left:12px;
}

.menu-main ul li {
	float: left;
	height: 32px;
}

.menu-main a {
	position: relative;
	z-index: 1;
	display: block;
	margin-left: -12px;
	height: 32px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #D7E1EA;
	text-decoration: none;
}

.menu-main a:hover {
	color: #FFFFFF;
}

.menu-main a span {
	padding-left: 12px;
}

.menu-main .personal { width: 170px; }
.menu-main .smb {	width: 168px; }
.menu-main .corporate {	width: 222px; }
.menu-main .about {	width: 94px; }

/*.menu-main .ul-personal { background-position: right -32px; }
.menu-main .ul-smb {	background-position: right -64px; }
.menu-main .ul-corporate {	background-position: right -96px; }
.menu-main .ul-about { background-position: right -128px; }*/

/******************************************************************************/

.submenu-main {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #0460B9 url(../i/bg-submenu-main.gif) left top no-repeat;
	overflow: hidden;
	height: 32px;
}
.submenu-main a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu-main a:hover {
	color: #D7E1EA;
}
.submenu-main a.active {
	font-weight: bold;
	color: #82B0DC;
}
.submenu-main ul {
	display: block;
}
.submenu-main ul li {
	float: left;
	margin: 8px 0 8px -1px;
	padding: 0 0.5em 0 0.5em;
	border-left: 1px solid #82B0DC;
	height: 16px;
}

/******************************************************************************/

#footer {
	clear: both;
	position: relative;
	padding: 10px 0 10px 0;
	border-top: 1px solid #CCCCCC;
	height: 70px;
	font-size: 11px;
	color: #6D6D6D;
}

#footer a {
	color: #FF3333;
}

#footer p {
	margin-bottom: 10px;
}

#footer table {
	width: 100%;
}

#footer table td {
	width: 33%;
	vertical-align: top;
}

#footer .search input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer .search .text {
	padding: 1px 5px 1px 6px;
	border: 0;
	width: 160px;
	height: 17px;
	background: url(../i/bg-search-text.gif) left top no-repeat;
	_background-attachment: fixed;
	color: #6D6D6D;
}

#footer .search .submit {
	border: 0;
	height: 17px;
	background: none;
	color: #004990;
}

/******************************************************************************/
/* INDEX PAGE */
/******************************************************************************/

.b {
	margin-top: 10px;
}

.b li {
	float: left;
	width: 33%;
	min-width: 240px;
	height: 100%;
}

/******************************************************************************/

.currency h2 {
	padding: 8px 0 8px 0;
	line-height: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #ED1C24;
}

.currency table {
	width: 100%;
	line-height: 12px;
	font-size: 12px;
	color: #5586B5;
}

.currency table td, .currency table th {
	padding: 2px 6px 2px 6px;
	border-bottom: 1px solid #CCCCCC;
}

.currency table th {
	padding: 6px;
	background: #E7E7E7 url(../i/bg-currency-th.gif) left top repeat-x;
	text-align: left;
	font-weight: normal;
	color: #ED1C24;
}

.currency table span {
	line-height: 10px;
	font-size: 10px;
	color: #929292;
	white-space: nowrap;
}

.currency table .t {
	color: #2D2D2D;
}

.currency .date {
	float: right;
	display: block;
	padding: 8px 0 8px 0;
	line-height: 20px;
	font-size: 12px;
	font-style: italic;
	color: #2D2D2D;
}

/******************************************************************************/

.sidebar .news-list {
	position: relative;
	margin-top: 10px;
}

.sidebar .news-list a, .sidebar .news-list span {
	display: block;
	line-height: 13px;
	font-size: 11px;
}

.sidebar .news-list h2 {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #CCCCCC;
	line-height: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #ED1C24;
}

.sidebar .news-list ul {
	margin: 8px 0 8px 0;
}

.sidebar .news-list ul li {
	padding-bottom: 8px;
	height: 100%;
}

.sidebar .news-list ul a {
	text-decoration: none;
}
.sidebar .news-list ul a:hover {
	text-decoration: underline;
}

.sidebar .news-list ul span {
	font-style: italic;
	color: #A0A0A0;
}

.sidebar .news-list .all {
	padding-left: 22px;
	background: url(../i/icon-raquo.gif) 4px center no-repeat;
}

.sidebar .news-list .rss {
	float: right;
	display: block;
	padding: 8px 0 8px 22px;
	line-height: 20px;
	background: url(../i/icon-rss.gif) left center no-repeat;
}

/******************************************************************************/

.realisation {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 5px 15px 75px;
	background: url(../i/icon-realisation.gif) left center no-repeat;
	font-size: 14px;
	text-decoration: none;
}
.realisation:hover {
	text-decoration: underline;
}

/******************************************************************************/
/* INNER PAGE */
/******************************************************************************/

.content h1 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
	text-transform: uppercase;
}

.content h2 {
	font-size: 16px;
	font-weight: bold;
}

.content h3 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}

.content h4 {
	font-size: 14px;
	font-weight: normal;
}

.content p {
	margin-bottom: 20px;
	line-height: 20px;
}

.content p small {
	font-size: 10px;
}

.content table {
	clear: both;
}

.content ul, .content ol {
	margin-bottom: 20px;
}
.content ul li, .content ol li, .content dl dd {
	line-height: 20px;
}

.content ul li { margin-left: 25px; padding-left: 5px; list-style-type: disc; }
.content ul ul li, .content ol ul li { list-style-type: circle; }
.content ol li { margin-left: 30px; padding-left: 2px; list-style-type: decimal; }
.content dl dd { margin-left: 30px; padding-left: 2px; }

/******************************************************************************/

ul.cards-list {}
ul.cards-list li { margin-left: 0; padding-left: 0; list-style-type: none; }

ul.cards-list h4 { margin-top: 6px; margin-bottom: 8px; padding: 6px 6px 4px 6px; border-bottom: 1px solid #E5E5E5; }
ul.cards-list h4 a { text-decoration: none; }
ul.cards-list h4 a:hover { text-decoration: underline; }

ul.cards-list table td { vertical-align: top; }

/******************************************************************************/

.help {
	position: relative;
	width: 275px;
	height: 260px;
}

.help .text {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 80px;
	padding: 6px 0 6px 50px;
}

.help .text * {
	position: relative;
	z-index: 999;
	margin: 0;
	padding: 0;
}

.help .text .arrow {
	position: absolute;
	z-index: 3;
	top: 32px;
	left: 1px;
	width: 34px;
	height: 20px;
}

.help .text .top {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 30px;
	width: 162px;
	height: 100%;
	height: expression(parentElement.clientHeight);
}

.help .text .bottom {
	position: absolute;
	z-index: 2;
	bottom: -14px;
	left: 30px;
	width: 162px;
	height: 14px;
}

/******************************************************************************/

.location {
	clear: both;
	padding: 10px 0 10px 0;
	height: 30px;
	font-style: italic;
	color: #646464;
}

.location a {
	color: #646464;
	/*text-decoration: none;*/
}

.location a:hover {
	text-decoration: underline;
}

/******************************************************************************/

.menu-left {
	margin-bottom: 18px;
	width: 245px;
}

.menu-left ul li {
	margin-top: -1px;
}

.menu-left a, .menu-left span {
	display: block;
	height: 100%;
	background: none;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

.menu-left a:hover {
	color: #FFFFFF;
}

.menu-left ul a {
	padding: 6px 11px 6px 11px;
	border-top: 1px solid #DBDBDB;
	line-height: 18px;
	color: #E31B22;
}

.menu-left ul .active {
	/*font-weight: bold;
	color: #E31B22;*/
	background-color: #E31B22;
	color: #FFFFFF;
}
.menu-left ul .active:hover {
	color: #FFFFFF;
}

.menu-left ul a:hover {
	background: #E31B22;
}

.menu-left ul a span {
	padding-left: 17px;
}

.menu-left ul ul {
	padding: 8px 0 8px 0;
	border-top: 1px solid #DBDBDB;
}

.menu-left ul ul a {
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background: url(../i/li-sq.gif) 29px 7px no-repeat;
	line-height: 18px;
	color: #36587A;
}

.menu-left ul ul .active {
	background-color: #fff;
	color: #36587A;
	font-weight: bold;
}

.menu-left ul ul .active:hover {
	color: #FFFFFF;
}

.menu-left ul ul a:hover {
	background: #36587A url(../i/li-sq.gif) 29px -290px no-repeat;
}

.menu-left ul ul a span {
	padding-left: 29px;
}

/******************************************************************************/

.form-view { position: relative; padding: 14px 20px 14px 20px; background: #ECECEC url(../i/form-view-bg.gif) right bottom no-repeat; }

.form-view .corners { position: absolute; z-index: 1; display: block; width: 8px; height: 8px; overflow: hidden; background-image: url(../i/form-view-corners.gif); background-repeat: no-repeat; }
.form-view .corner-top-left { top: 0; left: 0; background-position: 0 0; }
.form-view .corner-top-right { top: 0; right: 0; background-position: -8px 0; }
.form-view .corner-bottom-left { bottom: 0; left: 0; background-position: 0 -8px; }
.form-view .corner-bottom-right { bottom: 0; right: 0; background-position: -8px -8px; }

.form-view table th { padding: 4px 6px 4px 0; border-bottom: 1px solid #D4D4D4; vertical-align: top; font-size: 12px; color: #2E5072; }
.form-view table td { padding: 4px 6px 4px 0; }

.form-view h3 { margin: 0; padding: 4px 0 4px 0; font-size: 14px; font-weight: normal; color: #2E5072; }

.form-view br { clear: both; display: block; }

.form-view hr { margin: 4px 0 4px 0; color: #D4D4D4; background-color: #D4D4D4; border: 0px none; height: 1px; clear: both; display: block; }

.form-view .ui-datepicker-trigger { vertical-align: middle; }

.form-view label { display: block; padding: 4px 0 4px 0; font-size: 12px; color: #3D3D3D; }
.form-view label span { float: left; width: 48%; }

.form-view input { margin-right: 2px; vertical-align: middle; }
.form-view select { border: 1px solid #D4D4D4; width: 90%; height: 21px; vertical-align: middle; }
.form-view .text { border: 1px solid #D4D4D4; height: 19px; }

/******************************************************************************/

.table-view { margin-bottom: 20px; border-collapse: collapse; border-bottom: 1px solid #ECECEC; width: 100%; }

.table-view caption { padding: 6px 8px 8px 15px; text-align: left; font-size: 14px; }

.table-view thead { }

.table-view th { padding: 8px 8px 8px 15px; }
.table-view th { background: #ECECEC; vertical-align: top; text-align: left; font-size: 12px; color: #2E5072; }

.table-view td { padding: 8px 8px 8px 15px; }
.table-view td { line-height: 14px; font-size: 12px; color: #353535; }

.table-view .coloring { background: #EAF1F7; }

.table-view .headline { background-image: url(../i/table-view-seph.gif); background-position: 0 bottom; background-repeat: repeat-x; font-weight: bold; }
.table-view .headline td { padding-top: 15px; }

/******************************************************************************/

.solutions-list {
	position: relative;
	width: 240px;
	background-color: #1863AC;
}

.solutions-list .corner { position: absolute; z-index: 1; display: block; width: 5px; height: 5px; overflow: hidden; background-image: url(../i/solutions-list-corners.gif); background-repeat: no-repeat; }
.solutions-list .corner-top-left { top: 0px; left: 0px; background-position: 0 0; }
.solutions-list .corner-top-right { top: 0px; right: 0px; background-position: -5px 0; }
.solutions-list .corner-bottom-left { bottom: 0px; left: 0px; background-position: 0 -5px; }
.solutions-list .corner-bottom-right { bottom: 0px; right: 0px; background-position: -5px -5px; }

.solutions-list h3 {
	padding: 0 5px 0 10px;
	height: 24px;
	background: url(../i/solutions-list-h3-bg.gif) left center repeat-x;
	line-height: 22px;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.solutions-list ul { }
.solutions-list ul li { padding: 4px 0 4px 0; border-bottom: 1px solid #3073B4; line-height: 16px; font-size: 16px; color: #FFFFFF; }
.solutions-list ul li a { font-size: 12px; color: #FFFFFF; text-decoration: none; }
.solutions-list ul li a:hover { }
.solutions-list ul li a .raquo { line-height: 16px; font-size: 16px; }

.scroll-pane-outside {
	padding: 3px 5px 5px 10px;
	width: 225px;
}

.scroll-pane {
	width: 225px;
	height: 146px;
	overflow: auto;
}

/******************************************************************************/

.faq-block strong { /*padding-left: 27px; background: url(../i/faq-icon.gif) 0 0 no-repeat;*/ line-height: 16px; font-size: 13px; font-weight: normal; font-style: italic; color: #134F8A; }
.faq-block strong img { display: block; float: left; margin-right: 6px; }
.faq-block p br { clear: left; }

/******************************************************************************/

.on-off { padding-left: 40px; /*border-bottom: 1px dashed #343434;*/ line-height: 30px; background-image: url(../i/on-off.gif); background-position: 0 top; background-repeat: no-repeat; cursor: pointer;  }

.on-off-block { display: none; padding-left: 40px; }

/******************************************************************************/

.block-right { float: right; padding: 0 0 10px 10px; width: 245px; }

.infocenter { margin-top: -7px; padding: 7px 0 9px 0; background: #F5F5F5 url(../i/infocenter-bg.jpg) center top no-repeat; }
.infocenter.gif { background: #F5F5F5 url(../i/infocenter-bg.gif) center top no-repeat;}
.infocenter h3 { margin: 0; padding: 0; text-align: center; font-size: 22px; font-weight: bold; }
.infocenter h3 a { color: #EE2C33; text-decoration: none; }
.infocenter h3 a:hover { text-decoration: underline; }
.infocenter p { margin: 2px 0 4px 0; padding: 0; }
.infocenter .departments { display: block; margin-left: 16px; padding-left: 28px; background: url(../i/bg-departments.gif) left center no-repeat; font-size: 14px; }

.helping { border-top: 1px solid #3280B3; height: 122px; background: #388FC7 url(../i/helping-bg.jpg) center bottom no-repeat; }
.helping h3 { margin: 0; padding: 4px 0 4px 60px; font-size: 14px; font-weight: normal; color: #07335D; }
.helping img { display: block; margin: 0 auto; }
.helping ul { margin: 0 7px 7px 7px; padding: 0 0 4px 0; border-bottom: 1px solid #81C8ED; }
.helping ul li { margin: 0; padding: 0 0 0 63px; list-style-type: none; line-height: 16px; font-size: 11px; }
.helping ul, .helping ul li a { color: #FFFFFF; }

/******************************************************************************/

.info-center {
	float: right;
	margin-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
	width: 245px;
	font-size: 12px;
	color: #004990;
}

.mainside .info-center {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 8px;
	border-top: 1px solid #CCCCCC;
}

.info-center h2 {
	padding-bottom: 2px;
	text-align: center;
	line-height: 22px;
	font-size: 22px;
}

.info-center h2 a {
}

.info-center h2 span {
	color: #EE2C33;
}

.info-center p {
	margin: 2px 0 4px 0;
	padding: 0;
}

.info-center .departments {
	display: block;
	margin-left: 16px;
	padding-left: 28px;
	background: url(../i/bg-departments.gif) left center no-repeat;
	font-size: 14px;
}

.required {
	color:red;
}

.bleft {
	float:left;
	height:100%;
	margin-top:10px;
	overflow:hidden;
	width:245px;
}

div#pay_form_block span.operator {
	border:1px solid #ECECEC;
	float:right;
	margin-bottom:0;
	padding:8px 5px 2px;
}

.form-view table .head td h3 {
	color:#2E5072;
	font-size:14px;
	font-weight:bold;
}

.attantion{color:#700; border:1px solid #c00;  background:#fffafa; font-size:9pt; padding:8px;}
.attantion ul{ margin-bottom:0px; }
.attantion li.bold{margin:0 0 5px 0; list-style-type:none; font-weight:bold;}
.attantion li{margin:0 0 5px 15px; list-style-type:disc;}
.success{font-style:italic; color:#070; border:1px solid #0c0;  background:#fafffa; font-size:10pt; padding:8px;}
.operator{float:right; padding:5px; border:1px solid #eee; margin-bottom:0; padding-bottom:2px;}
.check{border:3px dashed #ddd; padding:5px; background:#fff;}
.check p{margin:2px; background:#fafafa; padding:5px; font-style:normal; font-family:Tahoma, Arial, Verdana, serif }
.reducer{height:10px; clear:both;}
#cvv2_help{cursor:help; text-decoration:none; border-bottom: 1px dotted #004990; font-weight:bold;}


/*Popup*/
div#popup, div#popup div.f_r, div#popup div.f_b, div#popup div.f_l, div#popup div.f_c { float:left; position:relative; width:auto; height:auto; z-index:100; margin:0; padding:0; background:transparent no-repeat;}
div#popup { background-image:url('../i/popup-top-bg.gif'); position:absolute; margin:0 30px 10px 0; background-position:left top; left:0em; top:0em; display:block; text-align:left; }
div#popup div.f_r {background-image:url('../i/popup-right-bg.gif'); left:30px; background-position:right top; }
div#popup div.f_b{background-image:url('../i/popup-bottom-bg.gif'); top:30px; background-position:right bottom; }
div#popup div.f_c{background-color:#feffa9; float:none; position:relative; left:20px; top:-10px; padding:1px 0; margin:0 10px 0 0; width:20em; }
div#popup div.f_l{background-image:url('../i/popup-left-bg.gif'); left:-30px; padding:0 0 20px 0; background-position:left bottom; }
div#p_content{font-size:8pt; line-height:12pt;}
div#p_content p{margin:0 0 10px 0;}
div#p_content .actBlock{margin-top:8pt; display:block; padding:4px; width:80%; line-height:12pt;}
div#p_content ol li{margin-left:2em; list-style-type:decimal;}

/*CVV2 Keyboard*/
.keyboard {
	padding:5px;
	margin:0;
	position:absolute;
	width:165px;
	border:1px solid #CCCCCC;
	background-color: #FFF;
}

.keypad_corner {
	padding:0px;
	margin:0px;
	position:absolute;
	margin-left:42px;
	margin-top:-15px;
}

div.key {
	color:black;
	display:block;
	font-family:Tahoma, Arial, serif;
	font-size:11px;
	width:25px;
	float:left;
	margin:3px;
	border:1px solid;
	border-top-color:#CCCCCC;
	border-bottom-color:#333333;
	border-left-color:#CCCCCC;
	border-right-color:#333333;
	text-align:center;
	padding:4px 0;
	cursor:pointer;
	background-color:#eee;
	text-decoration:none;
}

div.key.wide {
	width:56px;
}

div.key.hover {
	border-color:#FFCC00;
}

div.key.click {
	color: #eee;
}

