/* =classes not used in content editor */
table.plus {
	width: 580px;
	font-size: 70%;
}

table.funds { text-align: left; }

ul.date-list {
	padding: 0; margin: 0 0 1em;
	list-style: none;
}
dl.compact {
	line-height: 120%;
}

ul.date-list {
	padding: 0; margin: 0 0 1em;
	list-style: none;
}
div.error-list {
	background: #eff1cc;
	border-color: #a9af00;
}
.error-note {
	background: #eff1cc url('images/incorrect.gif') no-repeat 5px 5px;
	font-size: .9em;
	padding: 5px 5px 5px 25px;
}
.required {
	color: #c30;
	cursor: help;
}

.paging {
	font-size: 80%;
}

.hidden { display: none; }
.tpl-wrap2 {
	clear: both;
	width: 100%;
}
.nowrap, .phone {
	white-space: nowrap;
}
.position {
	font-size: 90%;
}
div.blue { background: #e5eaef; }

div#offers_filter { width: 574px; }


/* =global */
body {
	margin: 0; padding: 0;
	background: #d9d5be;
	color: #000;
	text-align: center;
}

#wrapper {
	position: relative;
	font-size: 92%;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#head {
	position: relative;
	background: #005284 url('images/head-bg.gif') no-repeat 42% 0;
	text-align: right;
}
#head #logo {
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	margin: 0; padding: 0;
	width: 120px; height: 40px;
	background: url('images/nordea-screen-logo.gif') no-repeat 50% 20%;
}
#head #logo a {
	display: block;
	width: 100%; height: 100%;
}
#head #logo img { display: none; }

/* =searchForm */
#searchForm {
	display: block;
	margin: 0; padding: 10px;
	line-height: 100%;
}
* html #searchForm { zoom: 1; }

#searchForm input {
	margin: 0; padding: 1px 3px;
	width: 19em;
	font-size: 90%;
	text-align: left;
}

#searchForm button { margin-left: 6px; }

/* =hidden elements */
#accessibilityStatement { display: none; }
#shortcutBox, #shortcutBox li {
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	margin: 0; padding: 0;
	white-space: nowrap;
	list-style: none;
}
#shortcutBox a {
	position: absolute;
	top: -100em;
	background: #FFF;
	border: solid 1px #C60;
	padding: 9px;
}
#shortcutBox a:focus { top: 0; }

/* =mainNavigation */
#mainNavigation {
	background: #e4e3e3 url('images/tab-bg.gif') repeat-x 0 100%;
	width: 100%;
}
#mainNavigation a { color: #000; }

/* =toolbar */
#toolbar {
  position: relative;
  z-index: 1;
  margin: 0; padding: 6px 5px 0;
  font: 90%/100% Verdana, Arial, Helvetica, sans-serif;
}
#toolbar li {
  float: right;
  display: inline;
  border-right: solid 1px #779abc;
  background: no-repeat 5px 50%;
}
#toolbar a,
#toolbar strong {
  display: block;
  padding: 2px 8px 2px 24px;
}
#toolbar a:hover { text-decoration: none; }
#toolbar .language a { padding-left: 16px; }

#toolbar .login     { background-image: url('images/icon-login.gif'); }
#toolbar .language  { background-image: url('images/icon-default.gif'); }
#toolbar .contacts  { background-image: url('images/icon-contact.gif'); }
#toolbar .sitemap   { background-image: url('images/icon-sitemap.gif'); }
#toolbar .print     { background-image: url('images/icon-print.gif'); }
#toolbar .print {
  border: 0;
}
#toolbar .login {
  font-weight: bold;
}
#toolbar .hover,
#toolbar .login:hover {
  position: relative;
  margin: 3px 0;
  border: solid 1px #779abc;
  background-color: #f2f5f7;
}
#toolbar .hover strong,
#toolbar .login:hover strong {
  position: relative;
  top: 1px;
  z-index: 1;
  padding-bottom: 3px;
  border-bottom: solid 1px #f2f5f7;
}
#toolbar .login ul {
  display: none;
}
#toolbar .hover ul,
#toolbar .login:hover ul {
  white-space: nowrap;
  display: block;
  padding-top: 5px;
  position: absolute;
  left: -1px;
  margin: 0;
  border: solid 1px #779abc;
  background-color: #f2f5f7;
}
#toolbar .hover li,
#toolbar .login:hover li {
  float: none;
  display: block;
  padding: 5px; border: 0; margin: 0;
}
#toolbar .hover li a,
#toolbar .login:hover li a {
  position: static;
  font-weight: normal;
  padding: 0;
  display: block;
}

/* =mainTabs */
#mainTabs {
  clear: both;
	margin: 0 10px; padding: 10px 0 0;
	font: 110%/100% Arial, Helvetica, sans-serif;
}
#mainTabs::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#mainTabs li {
	display: inline;
	float: left;
	padding-left: 9px;
	margin: 0;
	border-bottom: solid 1px #779abc;
	background: url('images/tab-left.gif') no-repeat;
}
#mainTabs span {
	display: block;
	background: url('images/tab-right.gif') no-repeat 100% 0;
}
#mainTabs a {
	display: block;
	padding: 5px 10px 3px 1px;
	text-decoration: none;
}
#mainTabs a:hover { text-decoration: underline; }
#mainTabs .current {
	background-image: url('images/tab-cur-left.gif');
	border: 0;
}
#mainTabs .current span { background-image: url('images/tab-cur-right.gif'); }
#mainTabs .current a {
	padding-bottom: 4px;
	font-weight: bold;
}
#homeTab a {
	padding-left: 20px;
	margin-left: -3px;
	background: url('images/home.gif') no-repeat 0 60%;
}

/* =pageNavigation */
#pageNavigation {
	display: inline;
	float: left;
	width: 136px;
	margin: 15px 0 15px 10px; padding: 0;
}
#pageNavigation ul,
#pageNavigation li {
  position: relative;
	list-style: none outside;
	margin: 0; padding: 0;
}
#pageNavigation a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 100%;
	margin: 2px 0;
	padding: 4px;
	border: solid 1px #FFF;
	color: #036;
}
#pageNavigation li.hovered a,
#pageNavigation a:hover {
	border-color: #779abc;
	background-color: #e5eaef;
}
#pageNavigation li.have-subs { background: url('images/nav-arrow.gif') no-repeat 128px .6em; }
#pageNavigation li.hovered a,
#pageNavigation li.have-subs a:hover { background: #e5eaef url('images/nav-arrow-on.gif') no-repeat 127px .5em; }
#pageNavigation a.active,
#pageNavigation strong {
	line-height: 100%;
	display: block;
	margin: 5px 0; padding: 5px 4px;
	border: solid 1px #779abc;
	border-width: 1px 0;
	color: #036;
}
#pageNavigation ul a {
	color: #000;
	font-weight: normal;
}
#pageNavigation ul strong {
	color: #C60;
	border: solid 1px #FFF;
	padding: 4px;
	margin: 2px 0;
}
#pageNavigation ul a strong {
	margin: 0; padding: 0; border: 0;
	display: inline;
	color: #000;
}

.js-dropdown-holder {
  position: absolute;
  top: 0;
  width: 150px;
  background: url("images/shadow.png");
  margin: 2px 0 0 2px;
  overflow: visible !important;
}
.js-dropdown-holder ul {
  position: relative;
  top: -2px; left: -2px;
  margin: 0; padding: 1px 3px;
  border: solid 1px #779abc;
  background: #f2f5f7;
  list-style: none;
  overflow: auto;
}
.js-dropdown-holder li {
  position: relative;
}
.js-dropdown-holder a {
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 100%;
  margin: 1px 0; padding: 4px;
  border: solid 1px #f2f5f7;
}
.js-dropdown-holder li.hovered a,
.js-dropdown-holder a:hover {
	border-color: #779abc;
	background-color: #e5eaef;
}
.js-dropdown-holder li.have-subs { background: url('images/nav-arrow.gif') no-repeat 98% .6em; }
.js-dropdown-holder li.have-subs a { padding-right: 10px; }
.js-dropdown-holder li.hovered a,
.js-dropdown-holder li.have-subs a:hover { background: #e5eaef url('images/nav-arrow-on.gif') no-repeat 98.5% .5em; }

#breadcrumbTrail {
	display: inline;
	float: left;
	width: 584px;
	padding: 0 0 .6em 10px;
	border-left: solid 1px #779abc;
	margin: 15px 0 -15px 10px;
	color: #999;
	font-size: 110%;
}
#breadcrumbTrail * { font-size: 90%; }
#breadcrumbTrail a { color: #999; }
#breadcrumbTrail a:hover { text-decoration: none; }

#content {
	display: inline;
	float: left;
	width: 396px;
	padding-left: 10px;
	margin: 15px 20px 0 10px;
	border-left: solid 1px #779abc;
	font-size: 110%;
	background: #fff;
}
#errorContent {
	font-size:110%;
	margin: 15px;
}


th.fund-name a {
	float: left;
	padding-left: 17px;
	background: url('images/icon-graph.gif') no-repeat 3px 4px;
}


#fund-data h1 { float: left; }

#fund-data .box h2.title {
	font-size: 110%;
}

#fund-data .select-fund {
	float: right;
	width: 18em;
}

#fund-data .select-fund label { font-size: 90%; }

#fund-data .select-fund select {
	width: 100%;
}

.graph-options {
	text-align: right;
	margin: 0;
}

.graph-options span {
	float: left;
}

.graph-options em {
	font-style: normal;
}

.graph-options a {
	margin: 0 5px 0 0;
	padding: 0 22px 0 0;
	background: url('images/icon-export.gif') no-repeat 100% 50%;
}

.options {
	margin: 0 0 1em;
	padding: .75em 1em;
	background: #e5eaf0;
	border: solid #7a99b6;
	border-width: 1px 0;
	font-size: 90%;
	zoom: 1;
}

.options:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.options fieldset {
	float: right;
	width: 37%;
}

.options legend {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

* html .options legend {
	margin: 0 0 5px -7px;
}

* + html .options legend {
	margin: 0 0 5px -7px;
}

.options .fund-select {
	float: left;
	width: 60%;
}

.options legend {
	margin: 0 0 1em;
}

.options p {
	margin: 0 0 .25em;
}

.options label {
	display: inline-block;
	width: 6em;
}

.options p span {
	display: block;
	margin: .35em 0 .35em 6.35em;
}

body:not([null]) .options p span {
	margin: .5em 0 .5em 6.35em;
}

.options .fund-select label {
	width: 10em;
}

body:not([null]) .options label {
	display: -moz-inline-box;
}

.options select,
.options input {
	font-size: 100%;
	width: 11em;
}

.options .fund-select select {
	width: 20em;
}

p.show-graph {
	clear: both;
	padding: 1em 10px 0 0;
	*padding: 0 10px 0 0;
	text-align: right;
}

p.show-graph button {
	width: 127px;
	margin-left: 10px;
	*margin-left: 15px;
}

#fund-information {
	display: inline;
	float: left;
	width: 395px;
	margin-right: 20px;
}

table.details {

}

table.details th {
	width: 50%;
	padding-left: 1em;
	border-left: 0;
}

table.details td {
	padding-left: 1em;
	border-right: 0;
	text-align: left !important;
}

.plussed {
	color: green;
}

.minussed {
	color: red;
}


#fund-sidebar, #rightSide {
	display: inline;
	float: left;
	width: 168px;
	margin: 15px 0;
}

#fund-sidebar { margin: 0 0 15px; }

#fund-sidebar h2 {
	margin: 0;
}

#fund-sidebar .list-box ul {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}

#fund-sidebar .list-box li {
	margin: 0;
	/* padding: 4px 30px 4px 4px;
	background: url('images/pdf.gif') no-repeat 98% .35em; */
	padding: 4px;
	border-bottom: 1px solid #eaeaea;
}

.disclaimer {
	font-size: 80%;
	color: #777;
}

.side-block {
	margin-bottom: 15px;
	border: solid 1px #779abc;
}
#rightSide .title, #fund-sidebar .title { font-size: 109%; }
.side-block h2 {
	font-size: 109%;
	padding: 4px 5px; margin: -1px;
	background: #ccd8de;
	border-bottom: solid 1px #779abc;
}
.side-block ul {
	margin: 0 0 .5em; padding: 10px 10px 0;
	list-style: none;
}
.side-block li { margin-bottom: .8em; }

#servicesBlock {
	border: solid 1px #968f69;
	padding: 0;
}
#servicesBlock h2 {
	background: #c5bc89;
	border-bottom: solid 1px #968f69;
}
#servicesBlock a {
	display: block;
	padding: 10px 6px;
}
#servicesBlock p {
	padding: 10px;
	margin: 0;
	border-top: solid 1px #968f69;
}

#linksBlock h2 {
	background: none;
	border: 0;
}
#linksBlock {
	border: 0;
	padding-bottom: 5px;
	background: url('images/shortcuts-bg.gif') no-repeat 0 100%;
}
#linksBlock ul { padding-top: 5px; }

#nordeaLinksBlock {
	position: relative;
	border-color: #a9af00;
}
#nordeaLinksBlock h2 {
	margin: 0;
	padding-top: 28px;
	border: 0;
	background: #eff1cc url('images/local-webs-flags.jpg') no-repeat 50% 0;
}
#nordeaLinksBlock h2 a {
	color: #000;
	text-decoration: none;
}

/* =linksJSBox */
#linksJSBox {
	position: absolute;
	left: -440px; top: -60px;
	background: #EEE;
	font-size: 90%;
	width: 420px;
}
#nordeaLinksBlock #linksJSBox ul {
	margin: 0;
	padding: 0;
	width: 420px;
	overflow: hidden;
}
#linksJSBox div {
	position: relative;
	top: -3px; left: -3px;
	background: #FFF;
	border: solid 1px #999;
}
#nordeaLinksBlock #linksJSBox li {
	float: left;
	width: 140px;
	padding: 6px 20px 6px 40px;
}
#linksJSBox li { background: no-repeat 20px 50%; }
#linksJSBox .f1 { background-image: url('images/flags/icon_flag_lithuania.gif'); }
#linksJSBox .f2 { background-image: url('images/flags/logo-16x16.gif'); }
#linksJSBox .f3 { background-image: url('images/flags/icon_flag_finland.gif'); }
#linksJSBox .f4 { background-image: url('images/flags/icon_flag_denmark.gif'); }
#linksJSBox .f5 { background-image: url('images/flags/icon_flag_norway.gif'); }
#linksJSBox .f6 { background-image: url('images/flags/icon_flag_sweden.gif'); }
#linksJSBox .f7 { background-image: url('images/flags/icon_flag_latvia.gif'); }
#linksJSBox .f8 { background-image: url('images/flags/icon_flag_poland.gif'); }
#linksJSBox .f9 { background-image: url('images/flags/icon_flag_germany.gif'); }
#linksJSBox .f10 { background-image: url('images/flags/icon_flag_luxembourg.gif'); }
#linksJSBox .f11 { background-image: url('images/flags/icon_flag_estonia.gif'); }
#linksJSBox .f12 { background-image: url('images/flags/logo-16x16.gif'); }


/* =footer */
#footer {
	clear: both;
	color: #999;
	list-style-position: inside;
	margin: 0 10px 0 156px; padding: 23px 20px 5px;
	background: url('images/footer.gif') no-repeat 100% 0;
}
* html #footer { zoom: 1; }
#footer li { display: inline; }
#footer a { color: #999; }

.structural-label { display: none; }

.single-collumn #rightSide,
#currencies #rightSide,
#navigations #rightSide,
#prices #rightSide,
#funds #rightSide { display: none; }
.single-collumn #content,
#currencies #content,
#prices #content,
#navigations #content,
#funds #content { width: 584px; margin-right: 0; }

#rightSide .box img, #fund-sidebar .box .img {
	margin: -3px -4px .5em;
	float: none;
}

.sitemap-list {
	font-size: 90%;
	width: 45%;
	margin-right: 4%;
	float: left;
	display: inline;
}
.sitemap-list dd {
	border-bottom: solid 1px #999;
	margin-left: 0;
	padding: 0 0 .5em 20px;
	margin-bottom: 1em;
}
.sitemap-list ul { padding: 0; margin: 0; }
.sitemap-list ul ul { margin-left: 20px; }
.sitemap-list-js ul ul {
	display: none;
}
.sitemap-list-js ul { list-style: none; }
.sitemap-list-js ul ul { list-style: disc; }
.sitemap-list-js img {
	border: 0;
	margin: 0 6px 0 -15px;
}
.sitemap-list-js .show-sub ul {
	display: block;
}

#reiksmes {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 23px;
	margin-right: 3px;
	background: url(images/icon-graph.gif) 100% 50% no-repeat;
	outline: none;
}
#vardas {
	margin-top: 10px;
	font-weight: bold;
}

.pdf_box {
	float: right;
	padding: 5px 10px;
	background: #f1f7fc;
	border: 1px solid #7f99b2;
}

.discounts .field {
	clear: none;
	float: left;
	width: 210px;
	margin-right: 15px;
}

table.discounts td.img {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: center;
}

table.discounts td.img img {
	float: none;
	display: inline;
	margin: 0;
}

form.discounts div.field label {
	float: none;
	display: block;
	width: auto;
	margin: 0 0 3px;
	padding: 0;
	text-align: left;
}

.discounts .field	select {
	width: 98%;
}

.discounts .submit button {
	margin: 20px 0 0 0;
	padding-left:  20px;
	padding-right:  20px;
}

.cf { display: inline-block; }
* html .cf { height: 1%; }
.cf:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

p.f-r {
  position: relative;
  float: right;
  top: -30px;
  margin: 0 0 0 20px;
}

p.f-r img {
  float: none;
  display: inline;
  border: 0;
  margin: 0;
}

ul.ff {
  margin-top: -1em;
}

img.f-r {
  float: right;
  display: inline;
  margin: 0 0 0 20px;
  padding: 0;
}

img.f-n {
  float: none;
  display: inline;
  margin: 0px;
  padding: 0;
  border: solid 1px #779abc;
}

img.f-1 {
  border: 0;
  margin: 0 10px 0 0;
}

img.n-b {
  border: 0;
}

img.n-m {
  margin: 0;
}

table.no-border,
table.no-border th,
table.no-border td {
  border: 0;
}

form.offers p.comment {
  display: none;
}

form.offers label {
  float: none;
  width: auto;
  text-align: left;
  display: block;
}

form.offers select {
  width: 200px;
}

form.offers div.field {
  float: left;
  width: 400px;
}

form.offers div.submit {
  margin-top: 0;
}

* + html form.offers div.submit {
  margin-top: 0;
}

.solomarket td {
  margin: 0; padding: 0;
}

.solomarket td span {
  display: block;
  text-align: right;
  padding: 2px 0;
  margin-right: 7px;
}

.solomarket td img {
  float: none;
  display: inline;
  margin: 1px;
}

.solomarket th {
  font-size: 1.1em;
  background: #ccd8de;
  border: 0;
  border-left: 1px solid #ccd8de;
}

#offers_filter .field {
	display:inline !important;
	float:left;
	width:auto;
	clear:none;

}
#offers_filter .field label {
	display:inline;	
	margin:0;
}

#offers .check {
	width:146px !important;
}

table.offers tbody td li {
	margin: 0;
}

.question {
	background:url('images/question_mark.gif') -5px top no-repeat;
	padding:2px 0 3px 12px;
}


.spreadsheet {
  padding: 15px 0 5px;
  border: 0px solid #7799bc;
}

.spreadsheet .field label {
  width: 45%;
}

.spreadsheet .field input {
  width: 131px; 
}

.spreadsheet .field select {
  width: 141px; 
}

.spreadsheet .list label {
  float: left;
}

#spreadsheets form p.action {
  margin: 0;
  padding-top: 1em;
  text-align: right;
}

#spreadsheet-life fieldset.spreadsheet h2 {
	margin: 0 0 1em;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px solid #7799BC;
}

#spreadsheet-life hr { 	margin-bottom: 1em; }

#spreadsheet-life .spreadsheet .field input.radio {
	width: auto;
	margin: 0 2px 0 0;
	padding: 0; 
}

#spreadsheet-life .spreadsheet .field label { width: 38%; }

#spreadsheet-life form .field label { padding: 0; }

#spreadsheet-life form .field {
	left: 0;
	width: 100%;
}

#spreadsheet-life .bo2, .boxradio {
	float: left;
	width: 60%;
}

#spreadsheet-life .spreadsheet .field .boxradio label {
	clear: both;
	width: auto;
}

#spreadsheet-life .note {
	display: none;
	float: right;
	width: 200px;
	margin-top: 5px;
	padding: 2px 4px;
	background: #E5EAEF;
	border: 1px solid #779ABC;
	font-size: .9em;
}

fieldset.form h2 {
	border-bottom:1px solid #7799BC;
	font-size:12px;
	margin:0 0 1em;
	padding-bottom:5px;
}

fieldset.form .field input {
	width: 280px;
}

fieldset.form .field .block {
	float: left;
	width: 68%;
}


fieldset.form .field .block input {
	margin-bottom: 0 !important;
}

fieldset.form .field .block .comment {
	color: #999;
}

.middle {
	vertical-align: middle
}

ul.no-bullet {
	margin-left: .5em;
	list-style: none;
}

hr {
  background: #7799BC; 
  color: #7799BC;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  border: none; 
}

table.spreadsheet-results caption {
	border-bottom: 1px solid #7799BC;
}

table.spreadsheet-results th,
table.spreadsheet-results td {
	padding: 3px 10px;
	border: 0;
}

table.spreadsheet-results th {
	border-left: 1px solid #7799BC;
	font-weight: normal;
}

table.spreadsheet-results .centered {
	text-align: center;
}

table.spreadsheet-results td.rb, table.spreadsheet-results th.rb {
	border-right: 1px solid #7799BC;
}

table.spreadsheet-results tbody tr.even th,
table.spreadsheet-results tbody tr.even td {
	background: #e5eaef;
}

table.spreadsheet-results tbody tr.last th,
table.spreadsheet-results tbody tr.last td {
	border-bottom: 1px solid #7799BC;
}

a.expand {
	padding-left: 15px;
	background: url('images/expand.gif') no-repeat 0 3px;
}

a.expand:hover {
	text-decoration: none;
}

a.collapse {
	padding-left: 15px;
	background: url('images/collapse.gif') no-repeat 0 3px;
}

img.icon-info {
	background: #E5EAEF;
	border: 1px solid #779ABC;
	height: 12px;
	margin: 0 5px 0 0;
	padding: 2px;
	width: 15px;
}

img.icon-info:hover {
	background: #CCD8DE;
}

img.icon-question {
	background: #E5EAEF;
	border: 1px solid #779ABC;
	margin: 0 0 2px;
	padding: 1px 3px;
}

img.icon-question:hover {
	background: #CCD8DE;
}

img.icon-video {
	background: #E5EAEF;
	border: 1px solid #779ABC;
	float: left;
	height: 24px;
	margin: 0 10px 0 0 !important;
	width: 30px;
}

img.icon-video:hover {
	background: #CCD8DE;
}

div.spreadsheet-note {
	border: 1px solid #779ABC;
	margin: 0pt 0pt 1em;
	padding: 10px;
}

.icon-video-block {
	line-height: 26px;
}

a.Tip {
	cursor: help;
}

.clearfix:after, .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .row { display: inline-block; }

*html .clearfix, * html .row { zoom: 1; }

.clearfix, .row { display: block; }

.clear { clear: both; }
