* {
  font-family: Helvetica,Arial,sans-serif;
}
html, body { height: 100%; }
body {
  background: #fff url('../images/bg_body.jpg') center top repeat;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #5f5f5f;
  text-align: left;
}

/* Overrides for ez survey  */

form.defaultForm .block label {
display:block;
float:left;
font-weight:normal;
margin-bottom:6px;
width:200px;
}

form.defaultForm .block .survey-choices {
display:block;
float:right;
width:395px;
}

form.defaultForm .block .survey-choices label {
display:block;
float:left;
font-weight:normal;
margin-bottom: 3px;
width:auto;
}

form.defaultForm .block .survey-choices-text {
display:block;
float:right;
width:395px;
}

.survey_input {
  display:none; 
}
input.box, textarea.box {
border:1px solid #A5ACB2;
font-size:1em;
width:auto;
}

.survey-choices-text {
background:transparent url(../images/bg_form_textfield_survey_div.png) no-repeat scroll left top;
margin:0;
padding:0;
line-height: 0px;
}

form.defaultForm .text-area{
background:transparent url(../images/bg_form_textarea_large.png) no-repeat scroll left bottom;
border:0 none;
width:309px;
overflow: auto;
border: none;
margin-top: 2px;
}

.text-area-survey {
background:none;
}

.survey-choices-text input {
background:transparent url(../images/bg_form_textfield_survey_input.png) no-repeat scroll right top;
border: 0px none white;
float: left;
font-size: 11px;
color:#595959;
margin:0px 0 0 4px;
height: 21px;
padding-top:3px;
}

.block .textArea {
background:transparent url(../images/bg_form_textarea_top.png) no-repeat scroll left top;
}

.survey-button-area {
width:395px;
float: right;
}

/* Error inputs */

.error .survey-choices-text {
background:transparent url(../images/bg_form_textfield_survey_div_error.png) no-repeat scroll left top;
margin:0;
padding:0;
line-height: 0px;

}

.error .survey-choices-text input {
background:transparent url(../images/bg_form_textfield_survey_input_error.png) no-repeat scroll right top;
border: 0px none white;
float: left;
font-size: 11px;
color:#595959;
margin:0px 0 0 4px;
height: 21px;
padding-top:3px;
}

.error .textArea {
background:transparent url(../images/bg_form_textarea_top_error.png) no-repeat scroll left top;
}

.error .textArea .text-area{
background:transparent url(../images/bg_form_textarea_large_error.png) no-repeat scroll left bottom;
border:0 none;
width:309px;
overflow: auto;
border: none;
margin-top: 2px;
}
/* Survey Radio Button */

.survey-choices a.checkbox.selected, 
.survey-choices a.radio.selected, 
.survey-choices #specialButtons a.radio2.selected,
.survey-choices #specialButtons a.radio3.selected {
background-position:left -20px;
}

.survey-choices a.radio2,
.survey-choices a.radio3 {
background:transparent url(../images/bg_form_radio.png) no-repeat scroll left top;
display:block;
float:left;
height:13px;
margin:2px 5px 0 0;
width:13px;
}

.error .survey-choices a.radio2,
.error .survey-choices a.radio3 {
background:transparent url(../images/bg_form_radio_error.png) no-repeat scroll left top;
display:block;
float:left;
height:13px;
margin:2px 5px 0 0;
width:13px;
}

/* Survey Check Boxes */

.survey-choices a.checkbox {
background:transparent url(../images/bg_form_checkbox.png) no-repeat scroll left top;
display:block;
float:left;
height:12px;
margin:3px 5px 0 0;
width:13px;
}

.error .survey-choices a.checkbox {
background:transparent url(../images/bg_form_checkbox_error.png) no-repeat scroll left top;
display:block;
float:left;
height:12px;
margin:3px 5px 0 0;
width:13px;
}

/* Survey select box */

div.block {
clear:both;
margin:0 0 5px;
padding:0;
}

div.blockNoMargin{
clear:both;
margin:0px 0;
padding:0;
}

.survey-choices a.fieldSelector {
background:transparent url(../images/bg_form_select.png) no-repeat scroll left bottom;
color:#595959;
display:block;
font-size:11px;
height:21px;
line-height:21px;
padding:0 0 0 5px;
position:relative;
width:304px;
z-index:70;
}

.survey-choices .selectBox {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #77B800;
display:none;
margin-top:-1px;
padding:3px 0;
position:absolute;
width:307px;
z-index:60;
}

.survey-choices .selectBox a {
color:#595959;
display:block;
font-size:11px;
height:18px;
line-height:18px;
padding:0 0 0 4px;
}

/** Default overrides **/
p { margin: 0; padding: 0 0 14px 0; line-height: 16px; }
a:link, a:visited {
  color: #588800;
  text-decoration: none;
  line-height: 16px;
}
a:hover, a:active {
  color: #72a415;
  text-decoration: none;
  line-height: 16px;
}
img { border: 0; }
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 0;
  color: #79aa35;
}
h1 {
  font-size: 34px;
  line-height: 34px;
}
h2 {
  font-size: 22px;
  line-height: 22px;
}
h3, h4, h5, h6 {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}
h4, h5, h6 {
  color: #5f5f5f;
}
ul {
  margin: 0 0 16px 17px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
}
ul ul {
  margin: 4px 0 0 15px;
}
ol {
  margin: 0 0 16px 21px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: decimal;
}
ol ol {
  margin: 4px 0 0 19px;
}


/** Form **/
form.defaultForm {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  background: transparent;
}
form.defaultForm .hidden { display: none; }
form.defaultForm .topMargin { margin-top: 20px; }
form.defaultForm a.checkbox {
  display: block;
  float: left;
  width: 13px;
  height: 12px;
  margin: 3px 5px 0 0;
  background: transparent url('../images/bg_form_checkbox.png') left top no-repeat;
}
form.defaultForm a.radio,
form.defaultForm a.radio2,
form.defaultForm a.radio3{
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 2px 5px 0 0;
  background: transparent url('../images/bg_form_radio.png') left top no-repeat;
}
form.defaultForm a.checkbox.selected, 
form.defaultForm a.radio.selected, 
form.defaultForm a.radio2.selected,
form.defaultForm a.radio3.selected{ background-position: left -20px; }
form.defaultForm .formRow {
  clear: both;
  display: block;
  width: 611px;
  padding: 2px 0 4px 0;
  float: left;
}
form.defaultForm .formRow label {
  display: block;
  width: 200px;
  float: left;
  font-weight: normal;
}
form.defaultForm .formRow .rightColumn {
  display: block;
  width: 395px;
  float: right;
}
form.defaultForm .formRow.buttons {
  width: 530px;
}
form.defaultForm  div.checkboxes {
  clear: left;
}

/* tuotteille erilaiset tyylit */
#specialButtons{
display:inline-block;
margin-bottom:15px;
position:relative;
width:640px;
}
#specialButtons .bottomMarginLabel {
  margin-bottom: 10px;
  font-size:  14px;
}
#specialButtons .blue {
  color: #32a1e5;
}
#specialButtons .blueLast {
  color: #32a1e5;
  padding-bottom: 10px;
}
#specialButtons .greenLast {
  color:#72A415;
  padding-bottom: 10px;
}
#specialButtons .Last {
  padding-bottom: 10px;
}
#specialButtons .formRow .rightColumn p {
  margin-left: 18px;
}
form.defaultForm #specialButtons a.radio2,
form.defaultForm #specialButtons a.radio3 {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 2px 5px 0 0;
  background: transparent url('../images/bg_form_radio.png') left top no-repeat;
}
.spacer {
height: 18px;
}
.smallSpacer {
height: 20px;
}

.tinySpacer {
height: 14px;
}
#specialButtons .prodDesc {
  border:2px solid #C5AA7F;
  display:block;
  float:left;
  font-style: italic;
  margin-bottom:20px;
  margin-top:-142px;
  padding-left:13px;
  padding-right:10px;
  padding-top:10px;
  position:relative;
  width:387px;
}
#specialButtons div.object-left {
clear:left;
float:left;
margin-bottom:3px;
}
p.NoBottomMargin {
  padding-bottom: 0px;
}

form.defaultForm a.checkbox.selected, 
form.defaultForm a.radio.selected, 
form.defaultForm #specialButtons a.radio2.selected,
form.defaultForm #specialButtons a.radio3.selected{ background-position: left -20px; }
form.defaultForm #specialButtons .formRow {
	clear:none;
	display:inline-block;
	float:left;
	padding:2px 0 4px;
	width:213px;
}
form.defaultForm #specialButtons .formRow label {
	display:block;
	float:left;
	font-weight:normal;
	width:200px;
  white-space: normal;
}
form.defaultForm #specialButtons .formRow .rightColumn {
	display:inline;
	float:left;
	width:200px;
}

/* tuotteille erilaiset tyylit END */

form.defaultForm .formRowSpecial {
  clear: both;
  display: block;
  width: 611px;
  padding: 2px 0 4px 0;
  float: left;
}
form.defaultForm .formRowSpecial label {
  display: block;  
  float: left;
  font-weight: normal;
}
form.defaultForm .formRowSpecial .rightColumn {
  display: block;
  width: 395px;
  float: right;
}
form.defaultForm .formRowSpecial .short {
  display:block;
  float:left;
  position:relative;
  width:65px;
}
form.defaultForm .formRowSpecial .short .box {
  background:#FFFFFF none repeat scroll 0 0;
  border: 0;
  width: 45px;
  margin: 2px 0 0 4px;
  color: #595959;
}
form.defaultForm .formRowSpecial .mid .box {
  background:#FFFFFF none repeat scroll 0 0;
  border: 0;
  width: 130px;
  margin: 2px 0 0 4px;
  color: #595959;
}
form.defaultForm .formRowSpecial .mid {
  display:block;
  float:left;
  position:relative;
  width: 151px;
}
form.defaultForm .formRowSpecial .postiNro {
  width: 210px;

}
form.defaultForm .formRowSpecial .postitoimi {
  position:relative;
  width:97px;
}
form.defaultForm .formRowSpecial .rightColumn.short{
  background: transparent url('../images/bg_form_textfieldShort.png') left top no-repeat;
  height: 21px;
}
form.defaultForm .formRowSpecial .rightColumn.mid{
  background: transparent url('../images/bg_form_textfieldMedium.png') left top no-repeat;
  height: 21px;
}
form.defaultForm .formRow .rightColumn label {
  width: auto;
  margin-right: 10px;
}
form.defaultForm .formRow .rightColumn.textField {
  background: transparent url('../images/bg_form_textfield.png') left top no-repeat;
  height: 21px;
}
form.defaultForm .formRow .rightColumn.textField.error {
  background-image: url('../images/bg_form_textfield_error.png');
}

form.defaultForm .formRow .rightColumn.textField input {
  background:#FFFFFF none repeat scroll 0 0;
  border: 0;
  width: 301px;
  margin: 2px 0 0 4px;
  color: #595959;
}
form.defaultForm .formRow .rightColumn.textField span {
  padding: 0 0 0 5px;
  line-height: 21px;
}
form.defaultForm .formRow .rightColumn.textArea {
  background: transparent url('../images/bg_form_textarea.png') left bottom no-repeat;
  font-size: 0;
  line-height: 0;
}
form.defaultForm .formRow .rightColumn.textArea textarea {
  border: 0;
  width: 301px;
  margin: 0 0 3px 4px;
  color: #595959;
}
form.defaultForm .formRow .rightColumn.selectField {
  position: relative;
}
form.defaultForm .formRow .rightColumn.selectField a.fieldSelector {
  position: relative;
  z-index: 70;
  display: block;
  width: 304px;
  height: 21px;
  line-height: 21px;
  font-size: 11px;
  padding: 0 0 0 5px;
  color: #595959;
  background: transparent url('../images/bg_form_select.png') left bottom no-repeat;
}
form.defaultForm .formRow .rightColumn.selectField .selectBox {
  position: absolute;
  z-index: 60;
  display: none;
  width: 307px;
  padding: 3px 0;
  top: 19px;
  border: 1px solid #77b800;
  background: #fff;
}
form.defaultForm .formRow .rightColumn.selectField .selectBox a {
  display: block;
  padding: 0 0 0 4px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #595959;
}
form.defaultForm .formRow .rightColumn input, form.defaultForm .formRow .rightColumn textarea, form.defaultForm .formRow .rightColumn select {
  font-size: 11px;
}
form.defaultForm .info {
  background: transparent url('../images/kysymysmerkki.png') left top no-repeat;
  float:right;
  height:21px;
  margin-right:55px;
  position:relative;
  width:21px;
}

form.defaultForm #specialButtons .formRow .rightColumn label {
margin-right:10px;
width:165px;
}

/** Common styles **/
.separator, .thin_separator {
  clear: both;
  display: block;
  height: 3px;
  margin: 0 0 14px 0;
  background: transparent url('../images/bg_separator.png') left top repeat-x;
  font-size: 0;
  line-height: 0;
}

.separatorNoMargin {
  clear: both;
  display: block;
  height: 3px;
  margin: 0 0 14px 0;
  background: transparent url('../images/bg_separator.png') left top repeat-x;
  font-size: 0;
  line-height: 0;
}


.separatorBorder {
  clear: both;
  display: block;
  height: 3px;
  margin: 0 0 14px 0;
  background: transparent url('../images/bg_separatorBorder.png') left top repeat-x;
  font-size: 0;
  line-height: 0;
}

.thin_separator {
  height: 1px;
  background-image: url('../images/bg_separator_thin.png');
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.greenFont { color: #79aa35; }
.blueFont { color: #00afe2; }
.redFont { color: #ac3f3f; }
.smallFont { font-size: 11px !important; }
.boldText { font-weight: bold !important; }
.greenButton {
  clear: both;
  float: left;
  display: block;
  padding: 0 0 0 16px;
  height: 24px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  background: transparent url('../images/button_green_start.png') left top no-repeat;
}
.greenButton a:link, .greenButton a:active, .greenButton a:hover, .greenButton a:visited {
  float: left;
  display: block;
  padding: 0 18px 0 0;
  height: 24px;
  line-height: 20px;
  font-size: 11px;
  color: #fff !important; 
  background: transparent url('../images/button_green_end.png') right top no-repeat;
}
.buttonArea {
  float: left;
}

/** Cornerimages **/
#bottomLeftCorner, #bottomRightCorner, #topLeftCorner, #topRightCorner { position: absolute; z-index: 50; display: block; }
#bottomLeftCorner {
  width: 282px;
  height: 547px;
  left: 0;
  bottom: 100px;
  background: transparent url('../images/bg_body_bottomleft.png') left top no-repeat;
}
#bottomRightCorner {
  width: 383px;
  height: 547px;
  right: 0;
  bottom: 100px;
  background: transparent url('../images/bg_body_bottomright.png') left top no-repeat;
}
#topLeftCorner {
  width: 261px;
  height: 335px;
  left: 0;
  top: 0;
  background: transparent url('../images/bg_body_topleft.png') left top no-repeat;
}
#topRightCorner {
  width: 261px;
  height: 335px;
  right: 0;
  top: 0;
  background: transparent url('../images/bg_body_topright.png') left top no-repeat;
}


/** Cornerimages small **/
#bottomLeftCorner2, #bottomRightCorner2, #topLeftCorner2, #topRightCorner2 { position: absolute; z-index: 50; display: block; }
#bottomLeftCorner2 {
  width: 206px;
  height: 400px;
  left: 0;
  bottom: 100px;
  background: transparent url('../images/bg_body_bottomleft2.jpg') left top no-repeat;
}
#bottomRightCorner2 {
  width: 280px;
  height: 400px;
  right: 0;
  bottom: 100px;
  background: transparent url('../images/bg_body_bottomright2.jpg') left top no-repeat;
}
#topLeftCorner2 {
  width: 210px;
  height: 270px;
  left: 0;
  top: 0;
  background: transparent url('../images/bg_body_topleft2.png') left top no-repeat;
}
#topRightCorner2 {
  width: 210px;
  height: 270px;
  right: 0;
  top: 0;
  background: transparent url('../images/bg_body_topright2.png') left top no-repeat;
}


/** Stickers **/
.stickerBottomLeft {
  position: absolute;
  display: block;
  width: 118px;
  height: 76px;
  left: -35px;
  bottom: -52px;
  background: transparent url('../images/sticker_bottomleft.png') left top no-repeat;
}
.stickerBottomLeft2 {
  position: absolute;
  display: block;
  width: 107px;
  height: 45px;
  left: -21px;
  bottom: -33px;
  background: transparent url('../images/sticker_bottomleft2.png') left top no-repeat;
}
.stickerTopRight {
  position: absolute;
  display: block;
  width: 109px;
  height: 62px;
  top: -33px;
  right: -1px;
  background: transparent url('../images/sticker_topright.png') left top no-repeat;
}
.stickerTopRight2 {
  position: absolute;
  display: block;
  width: 98px;
  height: 60px;
  top: -40px;
  right: -21px;
  background: transparent url('../images/sticker_topright2.png') left top no-repeat;
}


/** Main wrapper **/
#outerWrapper {
	position: relative;
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -103px; /* the bottom margin is the negative value of the footer's height */
}


/** Header **/
#headerWrapper {
  position: relative;
  display: block;
  height: 92px;
}
#headerWrapper form#searchBox {
  position: absolute;
	z-index: 120;
  display: none;
  float: left;
  height: 40px;
  right: 93px;
  top: 62px;
  background: transparent url('../images/bg_searchbox.png') left top repeat-x;
  padding: 0 7px 0 10px;
}
#headerWrapper form#searchBox #searchFieldBg {
  float: left;
  display: block;
  width: 188px;
  height: 21px;
  margin: 9px 0 0 0;
  background: transparent url('../images/bg_searchbox_input.png') left top repeat-x;
}
#headerWrapper form#searchBox #searchField {
  background:#FFFFFF none repeat scroll 0 0;
  border: 0;
  font-size: 11px;
  margin: 3px 0 0 5px;
  width: 175px;
}
#headerWrapper form#searchBox #searchButton {
  border: 0;
  width: 50px;
  height: 25px;
  line-height: 25px;
  background: transparent url('../images/bg_searchbox_button.png') left top no-repeat;
  padding: 0;
  margin: 7px 0 0 3px;
}
#headerWrapper a#logo {
  display: block;
  float: left;
  width: 252px;
  height: 92px;
  padding: 0;
  margin: 0;
  background: transparent url('../images/logo.png') left top no-repeat;
}
#headerWrapper ul#navi {
  float: left;
  display: block;
  height: 92px;
  padding: 0;
  margin: 0;
  background: transparent url('../images/bg_navi.png') left top repeat-x;
}
#headerWrapper ul#navi li {
  float: left;
  display: block;
  list-style-type: none;
  background: none;
  padding: 0;
  margin: 0;
}
#headerWrapper ul#navi li.selected {
  background: transparent url('../images/bg_navi_selected.png') center top no-repeat;
}
#headerWrapper ul#navi li.spacer {
  height: 62px;
  width: 2px;
  background: transparent url('../images/bg_navi_buttons2.png') right -78px no-repeat;
}
#headerWrapper ul#navi li.end_spacer {
  height: 62px;
  width: 52px;
}
#headerWrapper ul#navi li a {
  display: block;
  height: 62px;
  line-height: 62px;
  text-indent: -5000px;
  background: transparent url('../images/bg_navi_buttons2.png') left -78px no-repeat;
}
#headerWrapper ul#navi li.etusivu a:link, #headerWrapper ul#navi li.etusivu a:visited { background-position: left -78px; width: 64px; }
#headerWrapper ul#navi li.etusivu a:hover, #headerWrapper ul#navi li.etusivu a:active { background-position: left 22px; }
#headerWrapper ul#navi li.sahko a:link, #headerWrapper ul#navi li.sahko a:visited { background-position: -66px -78px; width: 60px; }
#headerWrapper ul#navi li.sahko a:hover, #headerWrapper ul#navi li.sahko a:active { background-position: -66px 22px; }
#headerWrapper ul#navi li.sahkon_siirto a:link, #headerWrapper ul#navi li.sahkon_siirto a:visited { background-position: -128px -78px; width: 105px; }
#headerWrapper ul#navi li.sahkon_siirto a:hover, #headerWrapper ul#navi li.sahkon_siirto a:active { background-position: -128px 22px; }
#headerWrapper ul#navi li.lammitys a:link, #headerWrapper ul#navi li.lammitys a:visited { background-position: -234px -78px; width: 82px; }
#headerWrapper ul#navi li.lammitys a:hover, #headerWrapper ul#navi li.lammitys a:active { background-position: -234px 22px; }
#headerWrapper ul#navi li.ymparisto a:link, #headerWrapper ul#navi li.ymparisto a:visited { background-position: -318px -78px; width: 85px; }
#headerWrapper ul#navi li.ymparisto a:hover, #headerWrapper ul#navi li.ymparisto a:active { background-position: -318px 22px; }
#headerWrapper ul#navi li.lahti_energia a:link, #headerWrapper ul#navi li.lahti_energia a:visited { background-position: -405px -78px; width: 105px; }
#headerWrapper ul#navi li.lahti_energia a:hover, #headerWrapper ul#navi li.lahti_energia a:active { background-position: -405px 22px; }
#headerWrapper ul#navi li.ota_yhteytta a:link, #headerWrapper ul#navi li.ota_yhteytta a:visited { background-position: -512px -78px; width: 99px; }
#headerWrapper ul#navi li.ota_yhteytta a:hover, #headerWrapper ul#navi li.ota_yhteytta a:active { background-position: -512px 22px; }
#headerWrapper ul#navi li.haku a {
  background: transparent url('../images/bg_navi_search.png') left 15px no-repeat;
  width: 27px;
}
#headerWrapper #navi_ender {
  float: left;
	position: relative;
  display: block;
  width: 32px;
  height: 92px;
  background: transparent url('../images/bg_navi_ender.png') left top no-repeat;
}
#headerWrapper #navi_ender a {
	position: absolute;
  display: block;
  text-indent: -5000px;
  width: 87px;
  height: 88px;
  right: 0;
  top: 0;
  z-index: 150;
  background: transparent url('../images/bg_navi_online.png') left top no-repeat;
}


/** Main data-area **/
#innerWrapper {
  overflow: hidden;
	position: relative;
	z-index: 100;
  display: block;
  width: 980px;
	margin: 0 auto;
}


/** Frontpage styles **/
#frontpageMainArea {
  display: block;
}
#frontpageMainArea h1.frontBottom {
  font-size: 60px;
  line-height: 60px;
}
#frontpageMainArea h2.frontTop {
  display: block;
  position: relative;
  margin: 0 0 10px 50px;
  font-size: 35px;
  line-height: 35px;
}
#frontpageMainArea h3.frontNews {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 8px 0;
}
#frontpageTopLifts {
  float: left;
  position: relative;
  display: block;
  z-index: 50;
  padding-bottom: 25px;
}
#frontpageTopLifts .greenButton {
  position: absolute;
  display: block;
  bottom: 25px;
  width: 250px;
  height: 24px;
  z-index: 100;
  
}

#frontpageTopLifts .buttonAreaSahkonSiirto .greenButton {
  bottom:25px;
  display:block;
  height:24px;
  margin-left:92px;
  position:absolute;
  width:auto;
  z-index:100;
  
}

#frontTopLeft {
  clear: both;
  display: block;
  width: 277px;
  float: left;
  padding: 160px 20px 25px 20px;
}
#frontTopCenter {
  position: static;
  display: block;
  width: 346px;
  float: left;
  background: transparent url('../images/bg_front_centershade.png') left bottom no-repeat;
}
#frontTopCenter #centerContent {
  float: left;
  display: block;
  width: 278px;
  padding: 160px 25px 25px 25px;
}
#frontTopRight {
  display: block;
  width: 272px;
  float: right;
  padding: 160px 20px 25px 25px;
}
#frontTopLeft p, #frontTopCenter #centerContent p, #frontTopRight p {
  font-size: 11px;
  line-height: 14px;
}
#frontpageMainArea .iconFrontColumns {
  position: absolute;
  z-index: 100;
  display: block;
  left: -66px;
  top: -50px; 
  width: 66px;
  height: 86px;
}
#frontpageMainArea .separator {
  margin: 0 20px 30px 20px;
}
#frontLeftBottom {
  display: block;
  float: left;
  width: 520px;
  padding: 0 0 60px 20px;
}
#frontLeftContent {
  display: block;
  height: 180px;
}
#frontBanners {
  position: relative;
  z-index: 50;
  display: block;
  float: left;
  width: 506px;
  padding: 1px 0;
  margin: 15px 0 0 0;
  background: transparent url('../images/bg_front_banners_tb.png') left top repeat-y;
}
#frontBanners .inner {
  overflow: hidden;
  width: 486px;
  padding: 10px 10px 0px 10px;
  background: transparent url('../images/bg_front_banners.jpg') left top repeat-y;
}

#frontBanners .inner p {
  padding-bottom: 9px;
}
#frontBanners .inner .class-image {
  padding-bottom: 9px;
}
#frontBanners .inner .attribute-image a {
  display: block;
}
#frontBanners .inner .leftInner {
  width: 293px;
  float: left;
  font-size: 0;
  line-height: 0;
}
#frontBanners .inner .rightInner {
  width: 185px;
  float: right;
  font-size: 0;
  line-height: 0;
}
#frontRightBottom {
  position: relative;
  z-index: 50;
  display: block;
  float: right;
  width: 389px;
  padding: 1px 0;
  margin: 15px 0 60px 0;
  padding-right: 20px;
  background: transparent url('../images/bg_front_news_tb.png') left top repeat-y;
}
#frontRightBottom .inner {
  width: 329px;
  height: 384px;
  padding: 20px 30px;
  background: transparent url('../images/bg_front_news.jpg') center top repeat-y;
}
#frontRightBottom .inner .separator, #frontRightBottom .inner .thin_separator { margin: 0 0 8px 0; }
#frontRightBottom .inner p { padding: 0 0 8px 0; }

.inner .recruitLift {
bottom:10px;
float: left;
position:absolute; 
}

/** Subpage styles **/
#subpageMainArea {
  float: left;
  display: block;
  width: 980px;
}
#subpageMainArea #tracker {
  overflow: hidden;
  float: left;
  display: block;
  width: 620px;
  padding: 10px 0 10px 255px;
}
#subpageMainArea #tracker * {
  font-size: 11px;
  line-height: 14px;
}
#subLeftArea {
  overflow: hidden;
  float: left;
  display: block;
  width: 200px;
  padding: 1px 0 40px 20px;
}
#subLeftArea .class-image { padding-bottom: 10px; }
#subLeftArea .attribute-image a { display: block; }
#subLeftArea p { padding-bottom: 10px; font-size: 11px; line-height: 15px; }
#subLeftArea li { font-size: 11px; line-height: 11px; }
#subLeftArea .separator {
  height: 1px;
  background-image: url('../images/bg_separator_leftnavi.png');
}
#subLeftArea div#left_navi_start {
  display: block;
  background: transparent url('../images/bg_separator_leftnavi.png') left bottom no-repeat; 
  height: 1px;
  padding: 0;
  margin: 0;
  line-height: 1px;
  font-size: 1px;
}
#subLeftArea ul#left_navi {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}
#subLeftArea ul#left_navi li {
  padding: 3px 0 4px 0;
  margin: 0;
  list-style-type: none;
  font-size: 12px;
  background: transparent url('../images/bg_left_navi.png') left bottom no-repeat; 
}
#subLeftArea ul#left_navi li a {
  display: block;
  padding-left: 15px;
  line-height: 22px;
  font-weight: bold;
  background: transparent url('../images/bg_left_navi_arrows.png') 1px -53px no-repeat; 
}
#subLeftArea ul#left_navi li a.selected { background-position: 1px 7px; color: #595959; }
#subLeftArea ul#left_navi ul.left_navi_sub {
  background: transparent url('../images/bg_left_navi.png') left top no-repeat; 
  padding: 5px 0 2px 15px;
  margin: 3px 0 0 0;
}
#subLeftArea ul#left_navi ul.left_navi_sub li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 12px;
  background: none;
  padding-bottom: 4px;
}
#subLeftArea ul#left_navi ul.left_navi_sub li a {
  display: block;
  padding-left: 0;
  line-height: 16px;
  font-weight: normal;
  background: none;
}
#subLeftArea form#searchBoxLeft {
  display: block;
  float: left;
  height: 34px;
  padding: 4px 0 5px 0;
  margin-bottom: 14px;
  background: transparent url('../images/bg_separator_leftnavi.png') left bottom no-repeat;
}
#subLeftArea form#searchBoxLeft #searchFieldBgLeft {
  float: left;
  display: block;
  width: 147px;
  height: 34px;
  background: transparent url('../images/bg_leftsearch_input.png') left top no-repeat;
}
#subLeftArea form#searchBoxLeft #searchFieldLeft {
  background:#FFFFFF none repeat scroll 0 0;
  border: 0;
  font-size: 11px;
  margin: 8px 0 0 11px;
  width: 120px;
}
#subLeftArea form#searchBoxLeft #searchButtonLeft {
  float: right;
  display: block;
  width: 53px;
  height: 34px;
  line-height: 34px;
  background: transparent url('../images/bg_leftsearch_button.png') left top no-repeat;
  padding: 0;
  border: 0;
}

#subRightArea {
  float: right;
	position: relative;
  display: block;
  width: 707px;
  padding: 1px 20px 1px 0;
  background: transparent url('../images/bg_subpage_tb.png') left top repeat-y;
  margin: 0 0 60px 0;
}
#subRightArea .inner {
  overflow: hidden;
  display: block;
  padding: 30px 48px 20px 48px;
  background: #fff url('../images/bg_subpage.jpg') center top repeat-y;
  min-height: 200px;
}
#subRightArea .separator { margin-bottom: 0; padding-bottom: 20px; }
#subRightArea .separatorBorder { margin-bottom: 0; padding-bottom: 0px; }
#subRightArea .separatorNoMargin { margin-bottom: 2px; padding-bottom: 0px; }
#subRightArea .buttonArea { padding-bottom: 14px; }

/** Paging **/
.pagenavigator .separator { margin-top: 10px !important; padding-bottom: 10px !important; }

/** Footer **/
#footerPusher {	height: 103px; /* .push must be the same height as .footer */ }
#footer, #footerInnerLeft, #footerInnerRight {
	position: relative;
	z-index: 100;
	height: 103px;
  background: #fff url('../images/bg_footer.jpg') center top repeat-x;
}
#footerInnerLeft { background: transparent url('../images/bg_footer.jpg') left -103px no-repeat; }
#footerInnerRight { background: transparent url('../images/bg_footer.jpg') right -206px no-repeat; }
#footerData {
  display: block;
  width: 720px;
  margin: 0 auto;
  padding: 14px 130px 0 130px;
  color: #fff;
  text-align: center;
}
#footerData a:link, #footerData a:visited { color: #fff; text-decoration: none; }
#footerData a:hover, #footerData a:active { color: #fff; text-decoration: underline; }
#footerData p { padding-bottom: 8px; }
#footerData .separator { margin-bottom: 8px; background-image: url('../images/bg_separator_dark.png'); }
#footerData p.brown {
  font-weight: bold;
  font-size: 14px;
  color: #795c3c;
}


/** Core overrides **/
div.object-left, table.object-left {
  clear: left;
  float: left;
  margin: 0 10px 14px 0;
}
div.object-right, table.object-right {
  clear: right;
  float: right;
  margin: 0 0 14px 10px;
}
div.object-center, table.object-center {
  clear: both;
  text-align: center;
  margin: 0 0 14px 0;
}
div.object-center .attribute-image, table.object-center .attribute-image {
  text-align: center;
}
div#toolbarLinks {
  padding: 0 20px;
}
div#toolbar {
  padding: 0 20px 15px 20px;
}
.greenButton input.defaultbutton {
  background:transparent url(../images/button_green_end.png) no-repeat scroll right top;
  border:0;
  color:#FFFFFF !important;
  cursor: pointer;
  display:block;
  float:left;
  font-size:11px;
  height:24px;
  line-height:20px;
  padding:0 18px 6px 0;
}
sup {
  font-size: 80%;
  vertical-align:top!important;
}

sub {
  font-size: 80%;
  vertical-align:bottom!important;
}
img.varjo {
background: black;
}

ul.siteMap {
width: 185px;
font-size: 10px;
}

ul.sahko {

float: left;
}
ul.sahkon_siirto, ul.ymparisto, ul.lahti_energia, ul.ota_yhteytta, ul.ajankohtaista_container {
float: left;
}
ul.lammitys {
float: left;
}
p.smallMargin {
  margin-left: 10px;
}
p.mediumMargin {
  margin-left: 20px;
}
p.largeMargin {
  margin-left: 30px;
}
td.smallMargin {
  padding-left: 10px;
}
td.mediumMargin {
  padding-left: 20px;
}
td.largeMargin {
  padding-left: 30px;
}
.green {
color:#72A415;
}
.bottomMargin {
margin-bottom:10px;
}
/* Button for social media START */

.share {
margin-top:-10px;
position:relative;
}

/* Button for social media END */

/* Some empty lines */
.emptyArea10 {
height: 10px;
}
.emptyArea20 {
height: 20px;
}
.emptyArea30 {
height: 30px;
}
/* Some empty lines END */

.content-browse{
margin-bottom: 20px;
} 


/* Vikailmoitus classes */

.addVika {
border:1px solid green;
margin-right:30px;
padding:2px;
}

.editVika {
border:1px solid green;
margin-right:30px;
padding:2px;
}

.removeVika {
border:1px solid red;
margin-right:30px;
padding:2px;
}
.addVikaWrapper {
display: inline-block;
height:50px;
}

.adminButton {
margin-right: 30px;
}
.pagenavigator {
height: 50px;
}
/* Vikailmoitus classes END */

/* Julkaisut */

.thin_separator_topMargin {
  margin-top: 20px;
  height: 1px;
  background-image: url('../images/bg_separator_thin.png');
  margin-bottom:6px;
}

#subpageMainArea .wide {
width:940px;
}
#subpageMainArea .wideTracker #tracker {
display:block;
float:left;
overflow:hidden;
padding:10px 0 10px 20px;
width:620px;
}
#subpageMainArea .wide .nobg{
background: #fff none;
}
.section {
display:block;
position:relative;
}
.section .title {
color:#72A415;
position: relative;
}
.publishItem {
float:left;
margin-right: 0px;
margin-top: 13px;
position:relative;
}

.publishItem .imageCont {
margin-bottom:10px;
position:relative;
}

.publishItem .imageCont img{
border: 5px solid white;
}

.publishItem .linkArea {
margin-bottom:10px;
position:relative;
width: 140px
}

.publishItem .linkArea .size{
display:block
}

/* Julkaisut END */


/* Rekryosio */

form.defaultForm .formRow .rightColumnCheckboxes {
display:block;
float:right;
margin-bottom:15px;
width:395px;
}



.rightColumnCheckboxes .checkBoxLabel input {
display: none;
}


form.defaultForm .formRow .rightColumn.noBg {
background:#fff;
height:25px;
}

form.defaultForm .formRow .rightColumn.noBg .boxDate {
background:url("../images/numericSmall.png") no-repeat scroll 0 0 #FFFFFF;
border:0 none;
color:#595959;
height:19px;
margin:0;
width:142px;
}
form.defaultForm .formRow .rightColumn.noBg .dateDivider {
margin-left:5px;
margin-right:10px;
}
.longLabel {
white-space:normal;
}

form.defaultForm .formRowGroup {
clear:both;
display:block;
float:left;
padding:2px 0 4px;
width:611px;
}

form.defaultForm .formRowGroup label {
display:block;
float:left;
font-weight:normal;
width:200px;
}

form.defaultForm .formRowGroup .rightColumn.textField {
background:url("../images/bg_form_textfield.png") no-repeat scroll left top transparent;
height:25px;
}

form.defaultForm .formRowGroup .rightColumn {
display:block;
float:right;
width:395px;
}

form.defaultForm .formRowGroup .rightColumn.textField input {
background:none repeat scroll 0 0 #FFFFFF;
border:0 none;
color:#595959;
margin:2px 0 0 4px;
width:160px;
}

form.defaultForm a.checkbox-special {
background:url("../images/bg_form_checkbox.png") no-repeat scroll left top transparent;
display:block;
float:left;
height:12px;
margin:3px 5px 0 0;
width:13px;
}
form.defaultForm a.checkbox-special.selected {
background-position:left -20px;
}

form.defaultForm div.rightColumn.textField.hidden {
display:none;
}


.fileinputs input  {
background:url("../images/bg_form_textfield.png") no-repeat scroll 0 0px transparent;
border:medium none;
height:20px;
padding-left:3px;
padding-top:3px;
width:309px;
}

.hiddenFileBtn {
opacity:0;
position:relative;
text-align:right;
z-index:2;
}

div.fileinputs  {
height:30px;
position:relative;
width:300px;
}

div.fakefile  {
left:0;
line-height:90%;
margin:0;
padding:0;
position:absolute;
top:0;
width:500px;
z-index:1;
}
.sendFormRecruit {
background:url("../images/btnBasic.png") top left no-repeat;
border:0 none;
color: #fff;
height:24px;
padding-bottom:5px;
width:123px;

}
.cancelButton {
background:url("../images/btnBasic.png") top left no-repeat;
border:0 none;
color: #fff;
height:24px;
padding-bottom:5px;
width:123px;

}


div.fakefile input {
margin-bottom:5px;
margin-left:0;
}

form.defaultForm .formRow .rightColumn.textFieldSpecial {
background:url("../images/bg_form_textfield.png") no-repeat scroll left top transparent;
}

form.defaultForm .text-area-special {
background:url("../images/bg_form_textarea_large.png") no-repeat scroll left bottom transparent;
border:medium none;
display:block;
height:20px;
margin-top:2px;
overflow:auto;
width:309px;
}
.group {
display: inline-block;
}

.group .addMore, .group .addMoreNew {
background:url("../images/addMoreBg.png") no-repeat scroll left bottom transparent;
color: #fff;
float:right;
font-size:11px;
height: 23px;
margin-right:86px;
text-align:center;
width:85px;
}
.group .hideMore, .group .hideMoreNew {
background:url("../images/addMoreBg.png") no-repeat scroll left bottom transparent;
color: #fff;
float:right;
font-size:11px;
height: 23px;
margin-right:86px;
text-align:center;
width:85px;
}
.group .addMoreNew, .group .hideMoreNew {
margin-right:4px;
 line-height: 18px;
}

.henkilotiedot {

margin-bottom:15px;
position:relative;
display: inline-block;
padding: 7px;
}
.henkilotiedot .sectionName {
border:1px solid silver;
display:block;
font-weight:bold;
position:relative;
width:599px;
}

.henkilotiedot label {
font-weight: bold;
width: 220px;
}

.row {
border-bottom:1px solid silver;
border-right:1px solid silver;
display:inline-block;
position:relative;
width:600px;
}
.information {
border-left:1px solid silver;
float:left;
position:relative;
width:275px;
}

.open_position {
padding:0;
}

.jobDate {
display:block;
margin-bottom:10px;
}

/* Rekryosio END*/

/* Some special classes */

.sopimus_special {
color:#5F5F5F;
float:left;
margin-top:23px;
width:205px;
}

.sopimus_special p {
line-height:14px;
margin-left:0px!important;
}
.rightExtraInfo {
margin-top: 82px;
width:210px;
}

/* RSS feed Frontpage */

.rss_front {
float:right;
margin-top:5px;
position:relative;
}

.rss_front img{
padding-right: 5px;
}

.rss_front span {
position:relative;
top:-2px;
}

.rss_container {
float:right;
margin-top:-10px;
position:relative;
z-index: 999;
}

.rss_container img{
padding-right: 5px;
}

.rss_container span {
position:relative;
top:-2px;
}
.siteBy {
  color:#EDD0A6;
  float:right;
  margin-right:12px;
  margin-top:-10px;
  position:relative;
}

.siteBy a{
  color:#EDD0A6;
  text-decoration: none;
}  

