/*
Theme Name: etua.fi
Theme URI: http://www.etua.fi/
Author: Exove Oy/Prami
Author URI: http://exove.fi/
Tags: 
*/
/* Eric Meyer CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Begin Typography & Colors */
body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	margin: 50px 28px 28px 28px;
}

a {
	color: #585858;
}

a:hover {
	color: #000;
}

a img {
	border: 0;
}

strong {
	font-weight: bold;
}

p {
	color: #828282;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 14px;
	margin-right: 10px;
}

hr {
	border: 0px;
	border-top: 1px solid #969696;
	height: 1px;
	margin-bottom: 26px;
	width: 100%;
}

ul {
	color: #828282;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 15px;
	vertical-align: middle;
}

ol {
	color: #828282;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 15px;
	vertical-align: middle;
}


#page {
	margin: 0 auto;
	width: 970px;
}

h2 {
	color: #787878;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 25px;
}

h3 {
	color: #828282;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}

h4 {
	color: #646464;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
}


/**
* Header
**/
#header {
	border-bottom: 1px solid #c8c8c8;
	height: 1%;
	overflow: hidden;
}

#header h1 a {
	display: block;
	height: 63px;
	position: relative;
	width: 413px;
}

#header h1 span {
	background-image: url(img/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
}

#header #headerNav {
	float: right;
	margin-bottom: 12px;
}

#header #headerNav ul {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	margin-top: 35px;
}

#header #headerNav ul li {
	display: block;
	float: left;
}

#header #headerNav ul li a {
	background-image: none;
	border-bottom: 1px solid #c8c8c8;
	color: #929292;
	display: block;
	padding: 12px 11px 7px 10px;
	text-decoration: none;
}

#header #headerNav ul li a:hover {
	background-color: #f0f0f0;
	padding: 12px 11px 7px 10px;
}


#header #headerNav ul li.current_page_item a {
	background-color: #c8c8c8;
	color: #fff;
	padding: 12px 11px 7px 10px;
}

#header #searchform {
	clear: both;
	display: block;
	float: right;
	margin-top: 2px;
	margin-bottom: 10px;
}

#header #searchform label {
	color: #929292;
	display: block;
	float: left;
	font-size: 1.2em;
	margin-right: 8px;
	margin-top: 5px;
}

#header #searchform div {
	display: block;
	float: left;
}

#header #searchform .textInput {
	background-image: url(img/input-text.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 0 none;
	height: 19px; /* 22px */
	overflow: hidden;
	padding-top: 4px;
	padding-left: 5px;
	width: 127px; /* 128px */
}

#header #searchform .submit {}


/**
* Navigation
**/
#navigation {
	border-bottom: 1px solid #c8c8c8;
	padding-top: 14px;
	padding-bottom: 12px;
}

#navigation ul {
	height: 1%;
	margin-bottom: 0px;
	overflow: auto;
}

#navigation ul li {
	display: block;
	float: left;
	font-size: 2em;
	height: 17px;
	margin-right: 40px;
}

#navigation ul li a {
	color: #929292;
	display: block;
	float: left;
	text-decoration: none;
}

#navigation ul li a span {
	display: none;
}

/* Asuntolainat */
#navigation ul li.page-item-3 a {
	background-image: url(img/navigation-main.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 17px;
	width: 129px;
}

#navigation ul li.page-item-3.current_page_item a,
#navigation ul li.page-item-3 a:hover,
#navigation ul li.page-item-3.current_page_ancestor a {
	background-image: url(img/navigation-main.png);
	background-position: 0px -17px;
	background-repeat: no-repeat;
	height: 17px;
	width: 129px;
}

/* Kulutusluotot */
#navigation ul li.page-item-6 a {
	background-image: url(img/navigation-main.png);
	background-position: -129px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 136px;
}

#navigation ul li.page-item-6 a:hover,
ul li.page-item-6.current_page_item a,
ul li.page-item-6.current_page_ancestor a {
	background-image: url(img/navigation-main.png);
	background-position: -129px -17px;
	background-repeat: no-repeat;
	height: 17px;
	width: 136px;
}

/* Luottokortit */
#navigation ul li.page-item-495 a {
	background-image: url(img/navigation-main.png);
	background-position: -266px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 136px;
}

#navigation ul li.page-item-495 a:hover,
ul li.page-item-495.current_page_item a,
ul li.page-item-495.current_page_ancestor a {
	background-image: url(img/navigation-main.png);
	background-position: -266px -17px;
	background-repeat: no-repeat;
	height: 17px;
	width: 136px;
}

/**
* Subnavigation
**/
#subnavigation {
	margin-bottom: 10px;
	margin-top: 8px;
}

#subnavigation ul {
	height: 1%;
	margin-bottom: 0px;
	overflow: auto;
}

#subnavigation ul li {
	display: block;
	float: left;
	font-size: 16px;
	margin-right: 14px;
}

#subnavigation ul li a {
	color: #929292;
	display: block;
	text-decoration: none;
}

.subnavigationHFix {
	font-size: 18px;
}

#subnavigation ul li a span {
	display: none;
}

/* Asuntolainat */
#subnavigation ul li.page-item-38 a {
	background-image: url(img/subnavigation-asuntolainat.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 14px;
	width: 108px;
}

#subnavigation ul li.page-item-38 a:hover {
	background-image: url(img/subnavigation-asuntolainat.png);
	background-position: 0 -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 108px;
}

#subnavigation ul li.page-item-40 a {
	background-image: url(img/subnavigation-asuntolainat.png);
	background-position: -108px 0px;
	background-repeat: no-repeat;
	height: 14px;
	width: 152px;
}

#subnavigation ul li.page-item-40 a:hover {
	background-image: url(img/subnavigation-asuntolainat.png);
	background-position: -108px -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 152px;
}

#subnavigation ul li.page-item-43 a {
	background-image: url(img/subnavigation-asuntolainat.png);
	background-position: -260px 0px;
	background-repeat: no-repeat;
	height: 14px;
	width: 118px;
}

#subnavigation ul li.page-item-43 a:hover,
#subnavigation ul li.page-item-43.current_page_item a {
	background-image: url(img/subnavigation-asuntolainat.png);
	background-position: -260px -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 118px;
}

#subnavigation ul li.page-item-45 a {
	background-image: url(img/subnavigation-asuntolainat.png);
	background-position: -379px 0px;
	background-repeat: no-repeat;
	height: 14px;
	width: 57px;
}

#subnavigation ul li.page-item-45 a:hover,
ul li.page-item-45.current_page_item a {
	background-image: url(img/subnavigation-asuntolainat.png);
	background-position: -379px -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 57px;
}

/* Kulutusluotot */
#subnavigation ul li.page-item-48 a {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 14px;
	margin-left: 169px;
	width: 117px;
}

#subnavigation ul li.page-item-48 a:hover {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: 0 -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 117px;
}

#subnavigation ul li.page-item-86 a {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: -117px 0;
	background-repeat: no-repeat;
	height: 14px;
	width: 105px;
}

#subnavigation ul li.page-item-86 a:hover {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: -117px -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 105px;
}

#subnavigation ul li.page-item-50 a {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: -301px 0;
	background-repeat: no-repeat;
	height: 14px;
	width: 58px;
}

#subnavigation ul li.page-item-50 a:hover {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: -301px 0;
	background-position: -301px -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 58px;
}

#content {
	float: left;
	margin-right: 12px;
	width: 785px;
}

/* Luottokortit */
#subnavigation ul li.page-item-497 {
        padding-left: 180px;
}
#subnavigation ul li.page-item-497 a {
	background-image: url(img/subnavigation-luottokorttia.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 14px;
	margin-left: 169px;
	width: 117px;
}

#subnavigation ul li.page-item-497 a:hover {
	background-image: url(img/subnavigation-luottokorttia.png);
	background-position: 0px -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 117px;
}

#subnavigation ul li.page-item-523 a {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: -117px 0;
	background-repeat: no-repeat;
	height: 14px;
	width: 105px;
}

#subnavigation ul li.page-item-523 a:hover {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: -117px -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 105px;
}

#subnavigation ul li.page-item-501 a {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: -301px 0;
	background-repeat: no-repeat;
	height: 14px;
	width: 58px;
}

#subnavigation ul li.page-item-501 a:hover {
	background-image: url(img/subnavigation-kulutusluotot.png);
	background-position: -301px 0;
	background-position: -301px -14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 58px;
}
#content {
	float: left;
	margin-right: 12px;
	width: 785px;
}

/**
* Frontpage
**/
#content.frontpage .column-1,
#content.frontpage .column-2 {
	display: block;
	float: left;
	overflow: hidden;
	width: 383px;
}

#content.frontpage .column-1 {
	margin-right: 9px;
}

#content.frontpage .column-1 img,
#content.frontpage .column-2 img {
	margin-bottom: 7px;
}

#content.frontpage .column-1 ul li,
#content.frontpage .column-2 ul li {
	background-image: url(img/frontpage-bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 6px;
}

#content.frontpage #frontpageForms {
	clear: both;
	font-size: 11px;
}

#content.frontpage #frontpageForms h2 {
	color: #fff;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 43px;
	margin-bottom: 0px;
	width: 125px;
	text-align: center;
}

#content.frontpage #frontpageForms form {
	color: #828282;
	margin-left: 16px;
	margin-top: 15px;
}

#content.frontpage #frontpageForms input.textInput {
	background-color: transparent;
	background-image: url(img/frontpage-calculator-input-text.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 0 none;
	height: 21px; /*  */
	margin-left: 10px;
	margin-right: 7px;
	padding-top: 7px;
	text-align: right;
	width: 127px; /*  */
	vertical-align: middle;
}

#content.frontpage #frontpageForms #asuntolainaSubmit,
#content.frontpage #frontpageForms #kulutusluottoSubmit {
	display: none;
}

#content.frontpage #frontpageForms .submitButton a {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 38px;
	margin-right: 13px;
	width: 64px;
}

#content.frontpage #frontpageForms #asuntolainaFrontpageFormWrapper .submitButton a {
	background-image: url(img/frontpage-asuntolainalaskuri-submit.png);
}

#content.frontpage #frontpageForms #kulutusluottoFrontpageFormWrapper .submitButton a {
	background-image: url(img/frontpage-kulutusluottolaskuri-submit.png);
}

#content.frontpage #asuntolainaFrontpageFormWrapper,
#content.frontpage #kulutusluottoFrontpageFormWrapper {
	background-image: url(img/frontpage-application-background.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 74px;
	width: 383px;
}

#content.frontpage #asuntolainaFrontpageFormWrapper {
	margin-right: 9px;
}



/**
* Asuntolainat (subfrontpage)
**/
#content.subfrontpage  {
	display: block;
	float: left;
	overflow: hidden;
}

#content.subfrontpage .column-1 {
	display: block;
	float: left;
	overflow: hidden;
	width: 392px;
}

#content.subfrontpage .column-2 {
	display: block;
	float: left;
	overflow: hidden;
	width: 383px;
}

#content.subfrontpage .column-1 img {
	display: block;
}


/**
*  Small Calculator (Asuntolainat and Kulutusluotot)
**/
#smallCalculator {
	background-image: url(img/asuntolainat-smallcalculator-background.png);
	color: #646464;
	display: block;
	height: 246px;
	margin-top: 8px;
	width: 383px;
}

#smallCalculator.kulutusluotot {
	background-image: url(img/kulutusluotot-smallcalculator-background.png);
}

#smallCalculator.luottokortit {
	background-image: url(img/kulutusluotot-smallcalculator-background.png);
}


#smallCalculator h2 {
	background-image: url(img/asuntolainat-icon-calculator.png);
	background-repeat: no-repeat;
	color: #fff;
	display: inline;
	float: left;
	font-size: 1.2em;
	line-height: 28px;
	margin-bottom: 10px;
	margin-left: 56px;
	margin-top: 4px;
	padding-left: 34px;
	width: 73px;
}

#smallCalculator.asuntolainat h2 {
	background-image: url(img/asuntolainat-icon-calculator.png);
}

#smallCalculator.kulutusluotot h2 {
	background-image: url(img/kulutusluotot-icon-calculator.png);
}

#smallCalculator.luottokortit h2 {
	background-image: url(img/kulutusluotot-icon-calculator.png);
}


#smallCalculatorForm {
	clear: both;
}

#smallCalculatorForm table {
	border-collapse: collapse;
	margin-left: 16px;
	margin-top: 8px;
}

#smallCalculatorForm td {
	color: #646464;
	font-size: 1.1em;
	vertical-align: middle;
}

#smallCalculator td.field {
	padding-right: 7px;
	text-align: right;
	width: 136px;
}

#smallCalculator td.info {
	padding-left: 10px;
	text-align: left;
	width: 19px;
	position: relative;
}

#smallCalculatorForm label {
	display: block;
	width: 80px;
}

#smallCalculatorForm input.textInput {
	background-color: transparent;
	background-image: url(img/small-calculator-input-text.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 0 none;
	display: block;
	float: left;
	height: 22px; /* 27 */
	padding-top: 5px;
	padding-right: 3px;
	text-align: right;
	width: 133px; /* 136 */
}

#smallCalculatorForm #smallCalculatorSubmit {
	display: none;
}

#smallCalculatorForm span.resultUnit {
	display: block;
	float: left;
	font-size: 1.1em;
	margin-top: 46px;
	margin-right: 12px;
}

#smallCalculatorForm .submitButton a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	margin-top: 33px;
	width: 83px;
}

#smallCalculator.asuntolainat #smallCalculatorForm .submitButton a {
	background-image: url(img/asuntolainat-small-calculator-button-continue.png);
}

#smallCalculator.kulutusluotot #smallCalculatorForm .submitButton a {
	background-image: url(img/kulutusluotot-small-calculator-button-continue.png);
}

#smallCalculator.luottokortit #smallCalculatorForm .submitButton a {
	background-image: url(img/kulutusluotot-small-calculator-button-continue.png);
}


#smallCalculatorForm #smallCalculatorResult {
	display: block;
	float: left;
	color: #fff;
	font-size: 4em;
	font-weight: bold;
	margin-top: 27px;
	margin-right: 17px;
	padding-left: 22px;
	text-align: center;
	width: 202px;
}

#subfrontpageContentBlock {
	clear: both;
}

.subfrontpageContentBlock-1 {
	display: block;
	float: left;
	margin-top: 24px;
	width: 392px;
}

.subfrontpageContentBlock-2 {
	display: block;
	float: left;
	margin-top: 24px;
	width: 383px;
}

#subfrontpageContentBlock h2 {
	margin-bottom: 12px;
}

#subfrontpageContentBlock ul li {
	background-image: url(img/frontpage-bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 6px;
}

#subfrontpageContentBlock ul li a {
	text-decoration: none;
}

#subfrontpageContentBlock ul li a:hover {
	text-decoration: underline;
}

/**
* Read more (lue lisaa)
**/
#content.readMore {}

#content.readMore .column-1 {
	display: block;
	float: left;
	width: 393px;
}

#content.readMore .column-2 {
	display: block;
	float: left;
	text-align: center;
	width: 383px;

}

/**
* Sidebar
**/
#sidebar {
	float: left;
	margin-right: 10px;
	width: 158px;
}

#sidebar .interest {
	margin-bottom: 40px;
}

#sidebar .interest .name {
	color: #929292;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#sidebar .interest table {
	border-collapse: collapse;
	width: 100%;
}

#sidebar .interest table td {
	color: #828282;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
}

#sidebar .interest table td {
	border-bottom: 1px solid #bebebe;
}

#sidebar .interest table span.changeVal {
	color: #a0a0a0;
	font-size: 0.9em;
}

#sidebar .interest table .value {
	color: #41ee24;
	font-size: 1.8em;
}

/**
* 404 - Page not Found
**/
#content.errorPage {
	padding-top: 32px;
}

#content.errorPage h2 {
	color: #787878;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 25px;
}

#content.errorPage h3 {
	color: #828282;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}

#content.errorPage p {
	font-size: 1.4em;
	line-height: 1.6em;
}

#content.errorPage ul {
	font-size: 1.3em;
}

.errorPageAsuntolainat h3 {
	background-image: url(img/error-page-icon-asuntolainat.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 42px;
	padding-top: 10px;
}

.errorPageKulutusluotot h3 {
	background-image: url(img/error-page-icon-kulutusluotot.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 42px;
	padding-top: 10px;
}

.errorPageAsuntolainat {
	display: block;
	float: left;
}

.errorPageKulutusluotot {
	display: block;
	float: left;
}

.errorPageAsuntolainat ul {
	margin-right: 11px;
	width: 187px;
}

.errorPageKulutusluotot ul {
	width: 187px;
}

#content.errorPage ul li a {
	text-decoration: none;
}


/**
* Partners
**/
#content.partners .asuntolainatPartners {
	display: block;
	height: 1%;
	margin-bottom: 30px;
	margin-top: 35px;
	overflow: hidden;
}

#content.partners .kulutusluototPartners {
	display: block;
	height: 1%;
	margin-bottom: 30px;
	overflow: hidden;
}

#content.partners .partner {
	display: block;
	float: left;
	margin-right: 28px;
}

#content.partners .partner .caption {
	color: #828282;
	font-size: 1.1em;
	margin-top: 10px;
	text-align: center;
}


/**
* Thanks
**/
#content.thanks .message {
	margin-bottom: 36px;
}

#content.thanks .message p {
	color: #646464;
	font-size: 1.4em;
}

#content.thanks ul {
	font-size: 1.1em;
}


/**
* Contact
**/
#content.contact table {
	border-collapse: collapse;
	display: block;
	float: left;
	margin-right: 10px;
	width: 383px;
}

#content.contact .messageWrapper {
	display: block;
	float: left;
	width: 383px;
}

#content.contact #contactForm {
	height: 1%;
	overflow: hidden;
}

#content.contact label {
	color: #828282;
	font-size: 1.1em;
}

#content.contact td {
	padding-bottom: 6px;
	vertical-align: middle;
	width: 100%;
}

#content.contact td.field {
	text-align: right;
}

#content.contact input.inputText {
	background-image: url(img/contact-input-text.png);
	background-repeat: no-repeat;
	border: 0 none;
	padding-left: 3px;
	padding-top: 3px;
	height: 18px; /* 21 */
	width: 284px; /* 287 */
}

#content.contact .messageWrapper {
	margin-top: 4px;
}

#content.contact textarea {
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	float: left;
	display: block;
	margin-top: 4px;
	height: 84px;
	width: 382px;
}

#content.contact .message {
	padding: 0;
	margin: 0;
}

#content.contact .contactBackWrapper {
	clear: both;
	float: left;
	font-size: 1.1em;
	color: #828282;
	vertical-align: middle;
	width: 100%;

}

#content.contact .contactBackWrapper .wpcf7-list-item-label,
#content.contact .contactBackWrapper  #contactBack input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content.contact .contactBackWrapper .wpcf7-list-item-label {
	padding-top: 3px;
}

#content.contact #defaultSubmit {
	display: none;
}

#content.contact #submitContactForm {
	background-image: url(img/contact-submit.png);
	background-repeat: no-repeat;
	float: right;
	height: 39px;
	margin-top: 5px;
	width: 68px;
}

#content.contact #submitContactForm span {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

/**
* Mortgage calculator
**/
#content.mortgageCalculator {
	display: block;
	float: left;
	margin-right: 10px;
	width: 775px;
}

#content.mortgageCalculator h2 {
	color: #fff;
	font-size: 1.2em;
	display: inline;
	float: left;
	height: 18px; /* 24 */
	margin-top: 6px;
	margin-bottom: 0;
	margin-left: 55px;
	text-align: center;
	width: 105px;
}

#content.mortgageCalculator label {
	color: #646464;
	font-size: 1.1em;
}

#content.mortgageCalculator #operationSelection {
	background-image: url(img/asuntolainat-mortgage-calculator-operation-selection.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 61px;
	padding-left: 125px;
	padding-top: 21px;
	width: 266px;
}

#content.mortgageCalculator #operationSelection label {
	display: block;
	float: left;
	height: 21px;
	width: 200px;
}

#content.mortgageCalculator .infoBox {
	background-image: url(img/asuntolainat-mortgage-calculator-infobox.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 67px;
	margin-top: 6px;
	width: 383px;
}

#content.mortgageCalculator #mortgageCalculatorUserInput {
	clear: both;
	display: block;
	height: 1%;
	margin-bottom: 7px;
	overflow: hidden;
	width: 775px;
}

#content.mortgageCalculator #houseInfo {
	background-image: url(img/asuntolainat-mortgage-calculator-house-background.png);
	background-repeat: no-repeat;
	display: none;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	height: 189px;
	width: 382px;
}

#content.mortgageCalculator #loanInfo {
	background-image: url(img/asuntolainat-mortgage-calculator-loan-background.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 7px;
	height: 188px;
	width: 382px;
}



#content.mortgageCalculator #houseInfo table,
#content.mortgageCalculator #loanInfo table {
	border-collapse: collapse;
	clear: both;
	display: block;
	margin-top: 5px;
	padding-top: 10px;
	margin-left: 17px;
	margin-right: 15px;
}

#content.mortgageCalculator #houseInfo input.inputText,
#content.mortgageCalculator #loanInfo input.inputText {
	background-color: transparent;
	background-image: url(img/asuntolainat-mortgage-calculator-input-text.png);
	background-repeat: no-repeat;
	border: 0 none;
	height: 17px; /* 21 */
	padding-top: 4px;
	padding-right: 4px;
	text-align: right;
	width: 123px; /* 127 */
}

#content.mortgageCalculator #houseInfo input.inputTextDisabled {
	background-color: transparent;
	background-image: url(img/asuntolainat-mortgage-calculator-input-text-disabled.png);
	background-repeat: no-repeat;
	border: 0 none;
	color: #828282;
	font-size: 1.1em;
	height: 17px; /* 21 */
	padding-top: 4px;
	padding-right: 4px;
	text-align: right;
	width: 123px; /* 127 */
}

#content.mortgageCalculator #loanInfo input.inputTextDisabled {
	background-color: transparent;
	background-image: url(img/asuntolainat-mortgage-calculator-input-text-disabled-small.png);
	background-repeat: no-repeat;
	border: 0 none;
	color: #828282;
	font-size: 1.1em;
	height: 17px; /* 21 */
	padding-top: 4px;
	padding-right: 4px;
	text-align: right;
	width: 41px; /* 127 */
}

#content.mortgageCalculator #houseInfo td {
	padding-bottom: 3px;
	vertical-align: middle;
}

#content.mortgageCalculator #loanInfo td {
	padding-bottom: 5px;
	vertical-align: middle;
}

#content.mortgageCalculator #houseInfo td.fieldName label {
	width: 160px;
	display: block;
}

#content.mortgageCalculator #loanInfo td.fieldName label {
	width: 106px;
	display: block;
}

#content.mortgageCalculator #houseInfo td.field,
#content.mortgageCalculator #loanInfo td.field {
	text-align: right;
	width: 160px;
}

#content.mortgageCalculator #houseInfo td.field.double,
#content.mortgageCalculator #loanInfo td.field.double {
	text-align: right;
	width: 127px;
}

#content.mortgageCalculator #houseInfo td.unit,
#content.mortgageCalculator #loanInfo td.unit {
	color: #646464;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

#content.mortgageCalculator #houseInfo td.merge {
	text-align: left;
}

#content.mortgageCalculator #loanInfo #continue {
	background-image: url(img/asuntolainalaskuri-submit.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 38px;
	margin-right: 14px;
	width: 64px;
}

#content.mortgageCalculator #results {
	background-image: url(img/asuntolainat-mortgage-calculator-results-background.png);
	background-repeat: no-repeat;
	display: none;
	float: left;
	height: 101px;
	width: 775px;
}

#content.mortgageCalculator #results #annuityResult {
	clear: both;
	display: block;
	float: left;
	text-align: center;
	width: 387px;
}

#content.mortgageCalculator #results #fixedResult {
	display: block;
	float: left;
	text-align: center;
	width: 387px;
}

#content.mortgageCalculator #results #annuityResult,
#content.mortgageCalculator #results #fixedResult {
	margin-top: 13px;
}

#content.mortgageCalculator #results #annuityResult .title,
#content.mortgageCalculator #results #fixedResult .title {
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 8px;
}

#content.mortgageCalculator #results #annuityResult span,
#content.mortgageCalculator #results #fixedResult span {
	color: #fff;
	font-size: 1.1em;
}

#content.mortgageCalculator #results .inputTextDisabled {
	background-color: transparent;
	background-image: url(img/asuntolainat-mortgage-calculator-results-input-text.png);
	background-repeat: no-repeat;
	border: 0 none;
	color: #828282;
	font-size: 1.1em;
	height: 21px; /* 26 */
	padding-top: 5px;
	padding-right: 3px;
	margin-left: 25px;
	text-align: right;
	width: 158px; /* 161 */
}

#content.mortgageCalculator #results .tooltipLink {
	float: right;
	margin-right: 13px;
}

#content.mortgageCalculator a#sendData {
	background-image: url(img/asuntolainat-mortgage-calculator-button-submit.png);
	background-repeat: no-repeat;
	display: none;
	float: right;
	height: 26px;
	margin-top: 5px;
	width: 172px;
}

#content.mortgageCalculator table#paymentPlanAnnuity,
#content.mortgageCalculator table#paymentPlanFixed {
	border-collapse: collapse;
	display: none;
}

#content.mortgageCalculator table#paymentPlanAnnuity {
	float: left;
	width: 384px;
}

#content.mortgageCalculator #paymentPlanFixed {
	float: left;
	display: block;
	margin-top: 3px;
	width: 380px;
}

#content.mortgageCalculator #paymentPlanAnnuity th,
#content.mortgageCalculator #paymentPlanFixed th {
	background-color: #646464;
	border-bottom: 3px solid #fff;
	color: #fff;
	font-size: 1.1em;
	padding: 3px 10px 3px 10px;
	text-align: center;
}

#content.mortgageCalculator #paymentPlanAnnuity td,
#content.mortgageCalculator #paymentPlanFixed td {
	background-color: #ebebeb;
	border-bottom: 3px solid #fff;
	color: #646464;
	font-size: 1.1em;
	padding: 3px 10px 3px 10px;
	text-align: center;
}

#content.mortgageCalculator #paymentPlanAnnuity tr.full,
#content.mortgageCalculator #paymentPlanFixed tr.full {
	display: none;
}


#content.mortgageCalculator #paymentPlanAnnuity td.even,
#content.mortgageCalculator #paymentPlanFixed td.even {
	background-color: #fafafa;
}

#content.mortgageCalculator .resultSeparator {
	border-right: 1px solid #acacac;
	clear: both;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 4px;
	padding-right: 4px;
	width: 384px;
}

#content.mortgageCalculator a#toggleFullResults {
	background-position: left center;
	background-repeat: no-repeat;
	display: none;
	float: left;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 20px;
	padding-left: 17px;
	text-decoration: none;
}

#content.mortgageCalculator a#toggleFullResults.close {
	background-image: url(img/icon-arrow-close.png);
}

#content.mortgageCalculator a.open {
	background-image: url(img/icon-arrow-open.png);
}


/**
* Search Results
**/

#content.searchResults ol {
	list-style-position: outside;
}

#content.searchResults li {
	margin-bottom: 34px;
}

#content.searchResults h3 {
	display: inline;
}

#content.searchResults .excerpt {
	border-top: 1px solid #e0e0e0;
	margin-top: 3px;
	padding-top: 12px;
}


#content.searchResults h3 a {
	text-decoration: none;
} 

#content.searchResults a.postLink {
	font-size: 1em;
	float: right;
	font-style: italic;
	text-decoration: none;
}

#noSearchResults {
	padding-top: 32px;
}

#noSearchResults h2 {
	color: #787878;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 25px;
}

#noSearchResults h3 {
	color: #828282;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}

#noSearchResults p {
	font-size: 1.4em;
	line-height: 1.6em;
}

#noSearchResults ul {
	font-size: 1.3em;
}

#noSearchResults .errorPageAsuntolainat h3,
#noSearchResults .errorPageKulutusluotot h3 {
	display: block;
}


#content.searchResults li {
	margin-bottom: 0px;
}

#noSearchResults ul li a {
	text-decoration: none;
}

/**
* Footer
**/
#footer {
	border-top: 1px solid #c8c8c8;
	display: block;
	float: left;
	margin-bottom: 28px;
	margin-top: 22px;
	width: 100%;
}

#footer ul li {
	display: block;
	float: left;
	font-size: 0.9em;
}

#footer ul li a {
	color: #929292;
	display: block;
	padding: 8px 15px 6px 15px;
	text-decoration: none;
}

#footer ul li a:hover {
	background-color: #f0f0f0;
	padding: 8px 15px 6px 15px;
	text-decoration: none;
}

#footer ul li.current_page_item a {
	background-color: #c8c8c8;
	background-image: none;
	color: #fff;
	padding: 8px 15px 6px 15px;
	text-decoration: none;
}


/**
* Tooltip
**/
a.tooltipLink {
	background-image: url(img/asuntolainat-icon-info.png);
	background-repeat: no-repeat;
	color: #646464;
	display: block;
	font-size: 1.2em;
	height: 19px;
	width: 19px;
}



#smallCalculator.kulutusluotot #smallCalculatorForm .tooltipLink {
	background-image: url(img/kulutusluotot-icon-info.png);
}

#smallCalculator.luottokortit #smallCalculatorForm .tooltipLink {
	background-image: url(img/kulutusluotot-icon-info.png);
}

.tooltip {
	background-color: #e1e1e1;
	display: none;
	margin-left: 19px;
	padding: 14px 12px 14px 14px;
	position: absolute;
	width: 199px;
	z-index: 1000;
}

.tooltip a.close {
	background-image: url(img/tooltip-close.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 12px;
	width: 12px;
}

.tooltip .heading {
	color: #646464;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 15px;
}

.tooltip p {
mortgageCalculator
	font-size: 0.9em;
	line-height: 1.1em;
}


/**
* Custom dropdowns
**/
.dropdown {
	float: right;
	display: block;
	background-repeat: no-repeat;
	position: relative;
	text-align: right;
}

.dropdown .dropdownLabel {
	font-size: 1em;
	font-weight: bold;
	height: 26px;
	left: 0;
	position: absolute;
	padding-top: 8px;
	text-align: center;
	width: 50px;
}

.dropdown select {
	cursor: pointer;
	left: 0;
	position: absolute;

	-moz-opacity: 0;
	filter:alpha(opacity=0);
	opacity: 0;
}

.dropdown select option {
	font-size: 1em; 
	padding: 2px;
}

/* small calculator dropdown */
#smallCalculator .dropdown {
	background-image: url(img/dropdown-small.png);
	height: 26px;
	width: 69px;
}

#smallCalculator .dropdown select {
	height: 26px;
	width: 69px;
}

#smallCalculator .dropdown .dropdownLabel {
	height: 26px;
	padding-top: 8px;
	width: 50px;
}

/* mortgage calculator dropdowns */
.mortgageCalculator .dropdown.small {
	background-image: url(img/asuntolainat-mortgage-dropdown-small.png);
	height: 21px;
	width: 46px;
}

.mortgageCalculator .dropdown.small select {
	height: 21px;
	width: 46px;
}

.mortgageCalculator .dropdown.small .dropdownLabel {
	color: #828282;
	height: 26px;
	padding-top: 5px;
	width: 31px;
}

.mortgageCalculator .dropdown.big {
	background-image: url(img/asuntolainat-mortgage-dropdown-big.png);
	height: 21px;
	width: 76px;
}

.mortgageCalculator .dropdown.big select {
	height: 21px;
	width: 76px;
}

.mortgageCalculator .dropdown.big .dropdownLabel {
	font-size: 0.8em;
	color: #828282;
	height: 26px;
	padding-top: 7px;
	width: 63px;
}

.mortgageCalculator #rate {
	display: block;
	float: right;
	margin-left: 5px;
}




