﻿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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
font-weight: bold; 
}
em {
	font-style: italic;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

body {
	background-color: #f0f0f0;
	font-family: 'Arial', sans-serif !important;
	padding-bottom: 20px;
	color: #000;
}

@media screen and (max-width:1280px) {
	body {
		padding-bottom: 0;
	}
}

a {
	text-decoration: none;
	color: #b5b6b3;
}

a:hover {
	color: #000;
}
a img {
	border: 0;
}

.mobile {
	display: none;
}

.nomobile {
	display: block;
}

#content_wrap {
	max-width: 1280px;
	min-width: 900px;
	margin: 0 auto;
	border: 1px solid #bbb;
	border-top: 0;
	background-color: #fff;
}

@media screen and (max-width:1280px) {
    #content_wrap {
        border: 0;
    }
}

#header, #content, #footer {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#header {
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #fff;
	overflow: visible;
}

#header #fp_link {
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 108px;
	height: 80px;
	background-image: url(/www/akpmedia.nsf/Resources/Tulikivi_kivi_RGB.png/$file/Tulikivi_kivi_RGB.png);
	background-size: 100% 100%;
	top: 10px;
	left: 30px;
	z-index: 2000;
}

#header #mobile_title {
	display: none;
}

#header #nav2 {
	margin-left: 250px;
}

@media screen and (max-width:1200px) {
	#header #nav2 {
		margin-left: 150px;
	}
	
	#header #nav2 li a {
		padding: 0 1em;
	}
}

#header #nav2 > li {
	float: left;
	text-align: center;
}

#header #webshop {
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	background: #000;
	color: #fff;
}

#header #webshop:after {
	content: "";
	padding: 0 4px 0 7px;
	background-image: url(/www/akpmedia.nsf/Resources/webshop_arrow.png/$file/webshop_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header #search {
	height: 50px;
	width: 50px;
	float: right;
	background-image: url(/www/akpmedia.nsf/Resources/search.png/$file/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #b5b5b3;
	cursor: pointer;
	position: relative;
}

#header #search.active {
	background-image: url(/www/akpmedia.nsf/Resources/search_active.png/$file/search_active.png);
}

#header #search #searchbox {
	position: absolute;
	top: 50px;
	background: #fff;
	z-index: 5000;
	height: 50px;
}

#header #search #searchbox #searchinput {
	border: 0;
	margin-left: 5px;
	height: 35px;
	width: 95%;
	font-size: 1em;
	color: #999;
}

#header #search #searchbox #searchinput.focus {
	color: #000;
}

#header #language {
	height: 50px;
	width: 50px;
	float: right;
	background-image: url(/www/akpmedia.nsf/Resources/language.png/$file/language.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #c5c6c4;
	cursor: pointer;
	position: relative;
}

#header #language ul {
	position: absolute;
	z-index: 4000;
	top: 50px;
	background: #fff;
	width: auto;
}

#header #language ul li {
	height: 25px;
	width: 200px;
	padding: 5px 10px;
	float: none;
}

#header #language ul li a {
	color: #000;
	text-transform: none;
	line-height: 25px;
	display: block;
}

#header #language ul li a:after {
	content: "";
	background-image: url(/www/akpmedia.nsf/Resources/lang_arrow.png/$file/lang_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
}

#header #nav2 > li:hover {
	background-color: rgba(181, 181, 179, 1);
}

#header #nav2 a {
	color: #424242;
	display: block;
	padding: 0 2em;
}

@media screen and (max-width:970px) {
	#header #nav2 li a {
		padding: 0 0.4em;
	}
}

#header #nav2 > li:hover > a {
	color: #eee;
}

#header #nav2 li:hover a:hover, #header #nav2 li.hover a {
	color: #fff;
}

#header #nav2 .submenu {
	background-color: rgba(181, 181, 179, 1);
	position: absolute;
	z-index: 3000;
}

#header #nav2 .submenu .section {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 5px 20px;
}

#header #nav2 .submenu .section:first-child {
	border-top: 0;
}

#header #nav2 .submenu li, #header #nav2 .submenu h4 {
	height: 32px;
	line-height: 32px;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
	color: #eee;
	display: inline;
}

#header #nav2 .submenu li a {
	text-transform: none;
	padding: 0;
	color: #eee;
}

#header #nav2 .submenu li a:hover, #header #nav2 .submenu li a:hover  h4 {
	color: #fff;
}

#header #nav2 .submenu li a:after {
	content: "";
	background-image: url(/www/akpmedia.nsf/Resources/topnav_arrow.png/$file/topnav_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 7px;
	opacity: 0.7;
}

#header #nav2 .submenu li a:hover:after {
	opacity: 1;
}

#header #nav2 > li.red:hover, #header #nav2 > li.red.hover, #header #nav2 > li.red .submenu {
	background-color: #ee203c;
}

#header #nav2 > li.cyan:hover, #header #nav2 > li.cyan.hover, #header #nav2 > li.cyan .submenu {
	background-color: #00b4ca;
}

#header #nav2 > li.green:hover, #header #nav2 > li.green.hover, #header #nav2 > li.green .submenu {
	background-color: #aea400;
}

#nav_toggle {
	display: none;
}

#breadcrumbs {
	background: #f0f0ee;
	height: 30px;
	padding-right: 10px;
}

#breadcrumbs ul {
	float: right;
}

#breadcrumbs ul li {
	color: #848482;
	float: left;
	font-size: 0.8em;
}

#breadcrumbs ul li:after {
	content: "";
	padding: 8px;
	background-image: url(/www/akpmedia.nsf/Resources/breadcrumbs_arrow.png/$file/breadcrumbs_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#breadcrumbs ul li a {
	color: #848482;
	line-height: 30px;
}

#breadcrumbs ul li a:hover {
	color: #444;
}

#breadcrumbs ul li:last-child:after {
	padding: 0;
}

#breadcrumbs ul li:last-child a {
	color: #c70d3e;
}

#content_wrap.cyan #breadcrumbs ul li:last-child a {
	color: #00B3CA;
}

#content_wrap.green  #breadcrumbs ul li:last-child a {
	color: #ADA400;
}

#content {
	width: auto;
}

@media screen and (max-width:1280px) {
    #content {
	    padding: 0;
	}
}

#fp_carousel {
	height: 670px;
	position: relative;
	overflow: hidden;
	background-color: #eee;
}

#fp_carousel_wrap {
	height: 100%;
	overflow: hidden;
}

#fp_carousel_inner {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#fp_carousel .carousel_item {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	height: 100%;
	float: left;
	display: table;
}

@media screen and (max-width:1280px) {
	#fp_carousel .carousel_item {
		background-size: auto 100%;
	}
}

#fp_carousel .carousel_item .wrap {
	display: table-cell;
	vertical-align: middle;
}

#fp_carousel .carousel_item .wrap .inner {
	width: 490px;
	height: 250px;
	background-color: rgba(42, 42, 42, 0.85);
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

#fp_carousel .carousel_item .wrap .inner h2 {
	padding: 1em 0 0.5em 0;
	font-size: 1.6em;
	text-transform: uppercase;
}

#fp_carousel .carousel_item .wrap .inner hr {
	width: 80px;
}

#fp_carousel .carousel_item .wrap .inner .description {
	padding: 0.5em 2em 1em 2em;
	font-size: 1em;
	line-height: 150%;
}

#fp_carousel .carousel_item .wrap .inner a {
	display: block;
	padding: 0.5em 0;
	border: 1px solid #fff;
	width: 130px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #fff;
}

#fp_carousel .carousel_item .wrap .inner a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#fp_carousel #carousel_next, #fp_carousel #carousel_prev {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	position: absolute;
	opacity: 0.6;
	top: 305px;
	cursor: pointer;
	z-index: 500;
}

#fp_carousel #carousel_next:hover, #fp_carousel #carousel_prev:hover {
	opacity: 1;
}

#fp_carousel #carousel_next {
	background-image: url(/www/akpmedia.nsf/Resources/carousel_next.png/$file/carousel_next.png);
	right: 0em;
}

#fp_carousel #carousel_prev {
	background-image: url(/www/akpmedia.nsf/Resources/carousel_prev.png/$file/carousel_prev.png);
	left: 0em;
}

#fp_carousel #carousel_dots {
	position: absolute;
	bottom: 1em;
	height: 1em;
	width: 100%;
	text-align: center;
	z-index: 500;
}

#fp_carousel #carousel_dots .dot {
	padding: 1em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1em 1em;
	background-image: url(/www/akpmedia.nsf/Resources/carousel_dot.png/$file/carousel_dot.png);
}

#fp_carousel #carousel_dots .dot.active {
	background-image: url(/www/akpmedia.nsf/Resources/carousel_dot_active.png/$file/carousel_dot_active.png);
}

#fp_quicklinks li {
	float: left;
	width: 25%;
	height: 50px;
}

@media screen and (max-width:1023px) {
	#fp_quicklinks li {
		width: 50%;
	}
}

#fp_quicklinks li a {
	color: #424242;
	display: block;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}

#fp_quicklinks li:hover {
	background-color: rgba(181, 181, 179, 1);
}

#fp_quicklinks li:hover a {
	color: #fff;
}

#fp_columns .box, #footer .box {
	float: left;
	width: 50%;
	height: 480px;
	background-position: 50% 50%;
    background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}

@media screen and (max-width:1280px) {
	#fp_columns .box, #footer .box {
		background-size: auto 100%;
	}
}

#fp_columns .box .content {
	display: none;
	background-color: rgba(42, 42, 42, 0.85);
	position: absolute;
	height: 480px;
	width: 100%;
}

#fp_columns .box.expanded .content {
	display: block !important;
}

#fp_columns .box.expanded .liftup  {
	display: none !important;
}

#fp_columns .box .content .wrap {
	display: table;
	height: 100%;
	width: 100%;
}

#fp_columns .box .content .inner {
	text-align: center;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
	line-height: 150%;
	padding: 0 2em;
}

#fp_columns .box .content .inner h3 {
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 1.1em;
}

#fp_columns .box .content .inner hr {
	width: 80px;
	height: 1px;
	padding: 0;
	border: 0;
	background: #fff;
}

#fp_columns .box .content .inner .liftup_text {
	margin: 1em 0;
}

#fp_columns .box .content .inner .liftup_text_news a {
	display: block;
	padding: 0.5em 0;
	border: 0px;
	width: 100%;
	margin: 0 auto 20px;
	text-transform: none;
	color: #fff;
}

#fp_columns .box .content .inner a {
	display: block;
	padding: 0.5em 0;
	border: 1px solid #fff;
	width: 130px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #fff;
}

#fp_columns .box .content .inner a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#fp_columns .box .liftup {
	height: 100px;
	opacity: 0.85;
	color: #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#fp_columns .box .liftup .more {
	position: absolute;
	top: 0px;
	height: 42px;
	width: 100%;
	background-image: url(/www/akpmedia.nsf/Resources/liftup_more.png/$file/liftup_more.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#fp_columns .box .liftup .inner {
	margin-top: 30px;
	height: 70px;
	line-height: 70px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	background-color: rgba(42, 42, 42, 1);
}

#fp_columns .box .new {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: top right;
}

#top_liftup {
	height: 120px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#top_liftup.fireplace {
	background-image: url(/www/akpmedia.nsf/Resources/takkamallisto_top.jpg/$file/takkamallisto_top.jpg);
}

#top_liftup .title {
	padding-left: 15%;
	padding-top: 1em;
	line-height: 1.1em;
	font-size: 1.6em;
	float: left;
	color: #fff;
	width: 35%;
}

#top_liftup .more {
	float: left;
	line-height: 120px;
	padding-left: 5%;
}

#top_liftup .more a {
	color: #fff;
	padding: 0.5em;
	border: 1px solid #fff;
	text-transform: uppercase;
}

#top_liftup .more a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#top_liftup #top_liftup_content {
	text-align: center;
	color: #fff;
}

#top_liftup #top_liftup_content h3 {
	font-size: 1.3em;
	padding: 1em 0;
}

#top_liftup #top_liftup_content p {
	font-size: 0.9em;
}

#top_category {
	height: 480px;
	width: 100%;
	background-color: #c60c31;
	overflow: hidden;
}

#top_category #category_description {
	width: 45%;
	padding: 2.5%;
	float: left;
	color: #fff;
}

#top_category #category_description h3, #top_category #category_description h1 {
	font-size: 1.4em;
	margin: 0;
}

#top_category #category_description hr {
	width: 80px;
	text-align: left;
	margin: 1em 0;
	border: 0;
	height: 1px;
	background: #fff;
}

#top_category #category_description .body {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 1em;
}

#top_category #category_description .body p {
	margin-bottom: 1.5em;
}

#top_category #category_description .body a:hover {
	color: #000;
}

#top_category #category_description .more {
	color: #fff;
	padding: 0.5em;
	border: 1px solid #fff;
	text-transform: uppercase;
}

#top_category #category_description .more:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#top_category #fp_carousel {
	float: left;
	width: 50%;
	height: 480px;
}

#top_category #fp_carousel .carousel_item {
	background-size: auto 100%;
}

#top_category #fp_carousel #carousel_next, #top_category #fp_carousel #carousel_prev {
	top: 210px;
}

#fp_columns.threecol .box {
	width: 33.333333%;
	height: 320px;
	background-size: auto 100%;
	margin-bottom: 50px;
}

#fp_columns.threecol .box.loading {
	background-image: url(/www/akpmedia.nsf/Resources/ajax-loader.gif/$file/ajax-loader.gif);
	background-size: auto auto;
}

#fp_columns.threecol .box .tk_options {
	position: absolute;
	right: 0px;
	width: 20%;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	padding-top: 15%;
	line-height: 150%;
}

#fp_columns.threecol .box .tk_options img {
	display: block;
	margin: 0.5em auto;
}

#fp_columns.threecol .box .content {
	height: 370px;
}

#fp_columns.threecol .box .liftup {
	height: 70px;
	bottom: -50px;
}

#fp_columns.threecol .box .liftup .more {
	height: 28px;
	background-image: url(/www/akpmedia.nsf/Resources/liftup_more_small.png/$file/liftup_more_small.png);
}

#fp_columns.threecol .box .liftup .inner {
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}

#product_filter {
	color: #fff;
	text-align: center;
}

#product_filter > .section {
	overflow: hidden;
	cursor: pointer;
}

#product_filter > .section:nth-child(odd) {
	background-color: #c60c30;
}

#product_filter > .section:nth-child(odd) .content .filter h4 {
	background-color: #a70928;
}

#product_filter > .section:nth-child(even) {
	background-color: #a70928;
}

#product_filter > .section:nth-child(even) .content .filter h4 {
	background-color: #c60c30;
}

#product_filter > .section .title {
	line-height: 44px;
	text-transform: uppercase;
	padding: 1em 0 1em 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/www/akpmedia.nsf/Resources/section_closed.png/$file/section_closed.png);
	display: inline;
	font-size: 1em;
}

#product_filter > .section .content {
	text-align: left;
	padding-bottom: 1em;
	cursor: auto;
}

#product_filter > .section .content.buttons {
	padding: 1em 0;
}

#product_filter > .section .content.buttons a {
	padding: 0.5em 1em;
	text-transform: uppercase;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
}

#product_filter > .section .content.buttons a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#product_filter > .section .content > div {
	display: table;
	height: 100%;
	margin: 0 auto;
}

#product_filter > .section.expanded .title {
	background-image: url(/www/akpmedia.nsf/Resources/section_open.png/$file/section_open.png);
}

#product_filter > .section .content .filter {
	padding: 0 0.5em;
	display: table-cell;
}

#product_filter > .section .content .filter h4 {
	font-size: 0.9em;
	height: 26px;
	line-height: 26px;
	margin-top: 1em;
	text-align: center;
	background-image: url(/www/akpmedia.nsf/Resources/filter_expand.png/$file/filter_expand.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer
}

#product_filter > .section .content .filter h4.shrink {
	background-image: url(/www/akpmedia.nsf/Resources/filter_shrink.png/$file/filter_shrink.png);
}

#product_filter > .section .content > div:first-child .filter h4 {
	margin-top: 0;
}

#product_filter > .section .content .filter ul {
	width: 250px;
	background-color: #fff;
}

#product_filter > .section .content .filter ul li {
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	font-size: 0.9em;
	border-top: 1px solid #f4ced6;
	background-repeat: no-repeat;
	background-position: 3px center;
	cursor: pointer;
}

#product_filter > .section .content .filter.noimg ul li {
	padding-left: 5px;
}

#product_filter > .section .content .filter ul li:first-child {
	border-top: 0;
}

#product_filter > .section .content .filter ul li:hover {
	background-color: #ffe5eb;
}

#product_filter > .section .content .filter ul li.disabled {
	cursor: auto;
}

#product_filter > .section .content .filter ul li.disabled:hover {
	background-color: #fff;
}

#product_filter > .section .content .filter ul li a {
	display: block;
	margin-right: 5px;
	color: #c60c30;
}

#product_filter > .section .content .filter ul li.disabled a {
	color: #E7C0CB;
}

#product_filter > .section .content .filter ul li.selected a {
	background-image: url(/www/akpmedia.nsf/Resources/filter_selected.png/$file/filter_selected.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#product_filter > .section .content .filter.slider {
	width: 400px;
	background-image: url(/www/akpmedia.nsf/Resources/slider_bg.png/$file/slider_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#product_filter > .section .content .filter.slider ul {
	width: 100%;
}

#product_filter > .section .content .filter.slider ul li {
	float: left;
	background: transparent;
	padding: 25px 0 0 0;
	margin: 0;
	border: 0;
	color: #fff;
	text-align: center;
}

#product_filter > .section .content .filter.slider ul li.selected {
	background-image: url(/www/akpmedia.nsf/Resources/slider_selected.png/$file/slider_selected.png);
	background-repeat: no-repeat;
	background-position: center 3px;
}

#product_filter > .section .content .filter.slider ul li:first-child {
	text-align: left;
	margin-left: -5px;
	background-position: left 3px;
}

#product_filter > .section .content .filter.slider ul li:last-child {
	text-align: right;
	float: right;
	margin-right: -5px;
	background-position: right 3px;
}

#product_filter > .section .content .filter.slider ul li.disabled {
	opacity: 0.6;
	background: transparent;
}

#product_filter > .section .content .filter.slider ul li a {
	color: #fff;
}

#search_spinner {
	position: absolute;
	width: 100%;
	background-color: #fff;
	opacity: 0.6;
	background: #fff;
	background-image: url(/www/akpmedia.nsf/Resources/ajax-loader.gif/$file/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#product_options {
	background-color: #000;
	text-align: center;
	padding: 1.5em 0;
	color: #fff;
}

#product_options h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#product_options p {
	font-size: 0.9em;
	margin-bottom: 1em;
}

#product_options .options {
	padding: 1em 0 1.5em 0;
}

#product_options .options a {
	font-size: 0.9em;
	padding: 0.5em;
	border: 1px solid #fff;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
}

#product_options .options a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#product_options .options a.selected {
	background-color: #C60C31;
}

#fp_columns.productcard .box {
	background-image: linear-gradient(110deg, #fff 70%, #e5e5e5);
}

#fp_columns.productcard .box .content {
	background: transparent;
	display: block;
}

#fp_columns.productcard .box .content  a[href] {
	/*text-decoration: underline;*/
}

#fp_columns.productcard .box .content  a.product_links {
	text-decoration: none;
}

#fp_columns.productcard .box .content .inner {
	padding: 1.5em;
	display: block;
	text-align: left;
	color: #333;
}

#fp_columns.productcard .box .images {
	width: 100%;
	overflow: hidden;
	padding-bottom: 1em;
}

#fp_columns.productcard .box .thumbnails {
	max-width: 280px;
	float: left;
}

#fp_columns.productcard .box .thumbnails > div {
	width: 75px;
	height: 75px;
	margin: 0 13px 13px 0;
	border: 1px solid #ccc;
	float: left;
	cursor: pointer;
}

#fp_columns.productcard .box .thumbnails > div.selected {
	border-color: #C60C31;
}

#fp_columns.productcard #surface_options {
	width: 100%;
	overflow: hidden;
}

#fp_columns.productcard .box .large_surface {
	width: 250px;
	height: 250px;
	float: right;
}

#fp_columns.productcard h4 {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#fp_columns.productcard .box .video {
	float: right;
	width: 250px;
	height: 140px;
}

#fp_columns.productcard .box .description {
	float: left;
}

#fp_columns.productcard .box  .content .inner a {
	display: inline;
	border: none;
	padding: 0;
	color: #c60c30;
	text-transform: none;
	font-weight: normal;
}

#content_wrap.cyan #fp_columns.productcard .box  .content .inner a {
	color: #00B3CA;
}

#content_wrap.green #fp_columns.productcard .box  .content .inner a {
	color: #ADA400;
}

#fp_columns.productcard .box  .content .inner a:hover,
#content_wrap.cyan #fp_columns.productcard .box  .content .inner a:hover,
#content_wrap.green #fp_columns.productcard .box  .content .inner a:hover {
	color: #b5b6b3;
}

#fp_columns.productcard .box  .content .inner th {
	text-align: left;
	font-weight: bold;
}

#product_image {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	width: 100%;
	height: 100%;
}

#main_right {
	float: right;
	width: 28%;
	padding: 2% 0 0 2%;
}

#main_right #right_nav {
	margin-bottom: 2em;
}

#main_right ul  ul {
	margin-left: 2em;
}

#main_right ul li {
	font-size: 1.1em;
	line-height: 1.6em;
}

#main_right ul  ul  li {
	font-size: 1.0em;
}

#main_right ul li a {
	color: #b5b6b3;
}

#main_right ul li a:hover {
	color: #000;
}

#main_right ul li a:after {
	content: "";
	padding: 5px;
	background-image: url(/www/akpmedia.nsf/Resources/nuoli_harmaa.png/$file/nuoli_harmaa.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#main_right ul li.selected > a {
	color: #000;
}

#main_right ul li.selected > a:after {
	background-image: url(/www/akpmedia.nsf/Resources/nuoli_musta.png/$file/nuoli_musta.png);
}

#main_left {
	float: left;
	width: 70%;
}

#main_left h1, #mobile_title {
	line-height: 40px;
	background-color: #d5d6d1;
	color: #000;
	font-size: 2em;
	font-weight: 300;
	padding: 25px;
}

#main_left #main_content h1 {
	margin-left: -25px;
}
	
#main_image {
	height: 380px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

a#main_image {
	height: 399px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

#main_image_arg {
	max-height: 717px;
	width: 100%;
	margin-bottom: 1em;
}

#main_content {
	padding: 0 0 10px 25px;
	font-size: 1em;
	line-height: 130%;
}

#main_content h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
	margin-top: 1em;
}

#main_content h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1em;
}

#main_content p {
	margin: 0 0 1em 0;
}
	
#main_content ul {
	list-style-type: disc;
	padding-left: 50px;
}

#main_content ol {
	list-style-type: decimal;
	padding-left: 50px;
}
	
	
#footer {
	height: 265px;
	clear: both;
	overflow: visible;
}

#footer #services #services_title {
	line-height: 120px;
	padding-left: 190px;
	font-size: 1.1em;
	text-transform: uppercase;
	background-image: url(/www/akpmedia.nsf/Resources/services.png/$file/services.png);
}

#footer #services #services_content {
	position: absolute;
	background-color: #fff;
	height: 220px;
	width: 100%;
	bottom: 0px;
	display: none;
	text-transform: uppercase;
	z-index: 9001;
}

/*
#footer #services:hover #services_content {
	display: block;
}
*/

#footer #services #services_content h3 {
	font-size: 1.3em;
	margin: 20px 0 10px 25px;
}

#footer #services #services_content ul {
	border-right: 1px solid #ccc;
	margin-left: 25px;
	padding-right: 25px;
	float: left;
}

#footer #services #services_content ul:last-child {
	border-right: none;
	padding-right: 0;
}

#footer #services #services_content li {
	height: 25px;
	line-height: 25px;
	font-size: 0.9em;
}

@media screen and (max-width:1280px) {
	#footer #services #services_content h3 {
		margin-left: 10px;
	}
	
	#footer #services #services_content ul {
		margin-left: 10px;
		padding-right: 10px;
	}
	
    #footer #services #services_content li {
		font-size: 0.8em;
	}
}

#footer #services #services_content li a {
	color: #333;
}

#footer #services #services_content li a:after {
	content: "";
	padding: 5px;
	background-image: url(/www/akpmedia.nsf/Resources/services_arrow.png/$file/services_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.7;
}

#footer #services #services_content li a:hover {
	color: #000;
}

#footer #services #services_content li a:hover:after {
	opacity: 1;
}

#footer #sharelinks {
	background: #d5d6d1;
	overflow: hidden;
}

#footer #sharelinks a {
	float: left;
	width: 16.66666%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
	margin-top: 3%;
	padding-top: 11%;
	color: #555;
	text-align: center;
	font-size: 0.9em;
}

#footer #sharelinks a:hover {
	color: #333;
}

@media screen and (max-width:1100px) {
	#footer #sharelinks a {
		margin-top: 5%;
		padding-top: 13%;
	}
}

#footer #sharelinks #facebook {
	background-image: url(/www/akpmedia.nsf/Resources/facebook.png/$file/facebook.png);
}

#footer #sharelinks #facebook:hover {
	background-image: url(/www/akpmedia.nsf/Resources/facebook_hover.png/$file/facebook_hover.png);
}

#footer #sharelinks #twitter {
	background-image: url(/www/akpmedia.nsf/Resources/twitter.png/$file/twitter.png);
}

#footer #sharelinks #twitter:hover {
	background-image: url(/www/akpmedia.nsf/Resources/twitter_hover.png/$file/twitter_hover.png);
}

#footer #sharelinks #youtube {
	background-image: url(/www/akpmedia.nsf/Resources/youtube.png/$file/youtube.png);
}

#footer #sharelinks #youtube:hover {
	background-image: url(/www/akpmedia.nsf/Resources/youtube_hover.png/$file/youtube_hover.png);
}

#footer #sharelinks #pinterest {
	background-image: url(/www/akpmedia.nsf/Resources/pinterest2.png/$file/pinterest2.png);
}

#footer #sharelinks #pinterest:hover {
	background-image: url(/www/akpmedia.nsf/Resources/pinterest2_hover.png/$file/pinterest2_hover.png);
}

#footer #sharelinks #googleplus {
	background-image: url(/www/akpmedia.nsf/Resources/googleplus.png/$file/googleplus.png);
}

#footer #sharelinks #googleplus:hover {
	background-image: url(/www/akpmedia.nsf/Resources/googleplus_hover.png/$file/googleplus_hover.png);
}

#footer #sharelinks #instagram {
	background-image: url(/www/akpmedia.nsf/Resources/instagram.png/$file/instagram.png);
}

#footer #sharelinks #instagram:hover {
	background-image: url(/www/akpmedia.nsf/Resources/instagram_hover.png/$file/instagram_hover.png);
}

#footer .box {
	height: 120px;
}

#footer #footer_logo {
	float: right;
	margin-top: 20px;
}

#footer #footer_links {
	clear: both;
	height: 145px;
	padding: 35px 25px 0 25px;
	font-size: 0.9em;
	background-color: #b5b5b3;
	background-image: url(/www/akpmedia.nsf/Resources/tulikivi_footer_logo.png/$file/tulikivi_footer_logo.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#footer #footer_links ul {
	float: left;
	padding: 0 35px;
	border-right: 1px solid #eee;
}

@media screen and (max-width:1110px) {
	#footer #footer_links ul {
		padding: 0 25px;
	}
}

#footer #footer_links ul:first-child {
	padding-left: 0;
}

#footer #footer_links ul:last-child {
	border-right: 0;
}

#footer #footer_links ul li {
	width: 210px;
	height: 28px;
	line-height: 28px;
	border-top: 1px dotted #eee;
}

#footer #footer_links ul li:first-child {
	border-top: 0;
}

#footer #footer_links ul li a {
	color: #eee;
}

#footer #footer_links ul li a:hover {
	color: #fff;
}

#footer #footer_links ul li a:after {
	content: "";
	padding: 5px;
	background-image: url(/www/akpmedia.nsf/Resources/footer_arrow.png/$file/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.7;
}

#footer #footer_links ul li a:hover:after {
	opacity: 1;
}

/* old classes */
.product_links {
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 8px 3px 0;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/www/akpmedia.nsf/Resources/productlist_item.png/$file/productlist_item.png);
}

#fp_columns.productcard .product_links {
	padding: 0 8px 3px 0 !important;
}

#content_wrap.red .product_links {
	background-image: url(/www/akpmedia.nsf/Resources/productlist_item_red.png/$file/productlist_item_red.png);
}

#content_wrap.cyan .product_links {
	background-image: url(/www/akpmedia.nsf/Resources/productlist_item_cyan.png/$file/productlist_item_cyan.png);
}

#content_wrap.green .product_links {
	background-image: url(/www/akpmedia.nsf/Resources/productlist_item_green.png/$file/productlist_item_green.png);
}

#content_wrap.yellow .product_links {
	background-image: url(/www/akpmedia.nsf/Resources/productlist_item_yellow.png/$file/productlist_item_yellow.png);
}

#product_right_2013 {
    width: 100%;
    overflow: hidden;
}

#print_product {
    height: 25px;
    background-image: url(/www/akpmedia.nsf/Resources/print_logo.png/$file/print_logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 0 30px;
    margin-bottom: 35px;
}

#print_product a {
    background-repeat: no-repeat;
    padding-right: 8px;
}

#product_right_2013 .thumb {
    border: 1px solid #b8b8b8;
    width: 151px;
    height: 145px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    margin: 0 4px 4px 0;
    cursor: pointer;
}

#product_right_2013 .thumb:hover {
    border-color: #555;
}

#product_right_2013 #product_right_thumbs {
    height: 470px;
}

#product_right_2013 #product_right_banners {
	margin-top: 0px;
}

#content_wrap.red #product_right_2013 .thumb.selected {
    border-color: #f72d3d;
}

#content_wrap.cyan #product_right_2013 .thumb.selected {
    border-color: #3CB6CE;
}

#content_wrap.green #product_right_2013 .thumb.selected {
    border-color: #AEA400;
}

#product_left_2013 #large_image {
	/*width: 600px;*/
    height: 450px;
	max-width: 871px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

#product_left_2013 #large_image #large_prev, #product_left_2013 #large_image #large_next {
    width: 30px;
    height: 100%;
    background-color: #dfe1df;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    opacity: 0.8;
}

#product_left_2013 #large_image #large_prev:hover, #product_left_2013 #large_image #large_next:hover {
    opacity: 1;
}

#product_left_2013 #large_image #large_prev {
    background-image: url(/www/akpmedia.nsf/Resources/related_prev.png/$file/related_prev.png);
    left: 0px;
}

#product_left_2013 #large_image #large_next {
    background-image: url(/www/akpmedia.nsf/Resources/related_next.png/$file/related_next.png);
    right: 0px;
}

#product_left_2013 #product_body {
    font-weight: bold;
    line-height: 140%;
    margin: 20px 0 25px 0;
    width: 100%;
    overflow: hidden;
}

#product_accordion {
    margin-top: 25px;
	padding-bottom: 1em;
}

#product_accordion .section {
    margin-bottom: 3px;
}

#product_accordion .title {
    border: 1px solid #bcbcbc;
    cursor: pointer;
    background-position: 10px center;
    padding-left: 20px;
    float: none;
    height: 25px;
    line-height: 28px;
    margin: 0;
}

#content_wrap.red #product_accordion .product_links.expanded {
    background-image: url(/www/akpmedia.nsf/Resources/section_expand_red.png/$file/section_expand_red.png);
}

#content_wrap.cyan #product_accordion .product_links.expanded {
    background-image: url(/www/akpmedia.nsf/Resources/section_expand_cyan.png/$file/section_expand_cyan.png);
}

#content_wrap.green #product_accordion .product_links.expanded {
    background-image: url(/www/akpmedia.nsf/Resources/section_expand_green.png/$file/section_expand_green.png);
}

#product_accordion .body {
    border: 1px solid #bcbcbc;
    border-top: none;
    padding: 10px 25px;
    /*width: 819px;*/
    overflow: hidden;
}

#product_accordion #product_variants {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 25px 0;
}

#product_accordion #product_variants div.thumb {
    width: 75px;
    height: 75px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    float: left;
    margin-right: 12px;
    cursor: pointer;
}

#content_wrap.red #product_accordion #product_variants > div.selected {
    border-color: #f72d3d;
}

#content_wrap.cyan #product_accordion #product_variants > div.selected {
    border-color: #3CB6CE;
}

#content_wrap.green #product_accordion #product_variants > div.selected {
    border-color: #AEA400;
}

#product_accordion #surface_options h3 {
    margin-bottom: 5px;
}

#product_accordion #surface_options .thumb {
    float: left;
	margin: 0 12px 12px 0;
	border: 1px solid transparent;
	cursor: pointer;
}

#product_accordion #surface_options .surface_full {
    width: 250px;
	height: 20px;
	padding-top: 255px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-weight: bold;
	float: right;
}

#content_wrap.red #product_accordion #surface_options div.selected {
    border-color: #f72d3d;
}

#product_accordion #variantImage {
    width: 320px;
    height: 250px;
    float: right;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#product_accordion #variantName {
    font-weight: bold;
}

#product_accordion table th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

#product_accordion table td {
    vertical-align: top;
}

#product_accordion ul {
    margin: 0;
    padding: 0;
}

#product_accordion li, #fp_columns.productcard .inner li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
	list-style-type: disc;
}

#product_related {
    height: 200px;
    width: 1216px;
    position: relative;
    overflow: hidden;
    padding: 0 32px;
}

#related  h2 {
	font-size: 1.3em;
	padding: 1em;
}

#prev_related, #next_related {
    position: absolute;
    background-color: #dfe1df;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 200px;
    cursor: pointer;
    z-index: 1000;
}

#prev_related.disabled, #next_related.disabled {
    opacity: 0.4;
    cursor: default;
}

#prev_related {
    left: 0px;
    background-image: url(/www/akpmedia.nsf/Resources/related_prev.png/$file/related_prev.png);
}

#next_related {
    right: 0px;
    background-image: url(/www/akpmedia.nsf/Resources/related_next.png/$file/related_next.png);
}

#related_content {
    position: relative;
}

#related_content a {
    display: block;
    float: left;
    margin-right: 2px;
    height: 200px;
}

#product_keywords a {
    text-decoration: underline;
}

#product_keywords a:hover {
    text-decoration: none;
}

#productview {
	width: 100%;
	overflow: hidden;
}

#productview .productlist_item {
	width: 33%;
	float: left;
	overflow: hidden;
	margin-bottom: 25px;
}

#productview .productlist_item  a {
    width: 100%;
	height: 273px;
	margin: 0 auto;
	text-decoration: none;
}

#productview .productlist_item  a:hover {
	text-decoration: underline;
}

#productview .productlist_item .product_image {
	width: 100%;
	height: 213px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

#productview .productlist_item .product_image img {
	display: block;
	margin: 0 auto;
}

#productview .productlist_item .product_name {
	text-align: center;
}

#productview .productlist_item .product_links {
    float: none;
	display: inline;
	text-decoration: none;
	margin: 0;
}

#selectpower {
    width: 100%;
	overflow: hidden;
}

#selectpower > div {
    width: 75px;
    height: 60px;
	padding-top: 15px;
    border: 1px solid #BCBCBC;
    float: left;
    margin-right: 12px;
    cursor: pointer;
	text-align: center;
}

#selectpower > div.selected {
    border-color: #3CB6CE;
}

#right_nav #main_category {
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
	color: #000;
}



#newslist {
	margin: 20px 0;
	padding: 0;
}

#newslist li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	clear: left;
}


#newslist .news_date {
	float: left;
	margin-right: 20px;
	width: 70px;
	margin-bottom: 17px;
}

#newslist .news_liftup {
	/* float: left;*/

}

#newslist .news_subject {
	text-decoration: none;
	display: block;
	font-size: 1.1em;
}

#newslist a.news_subject:hover {
	color:  #000;
}

ul.main_category {
	margin: 30px 0;
	padding: 0;
}

ul.main_category li {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.main_category a {
	background-repeat: no-repeat;
	background-position: right 12px;
	font-size: 26px;
	padding-right: 15px;
	background-image: url(/www/akpmedia.nsf/Resources/rnav_arrow.png/$file/rnav_arrow.png);
}

.main_category a:hover {
	color: #000;
}

ul.sub_category {
	margin: 30px 0;
	padding: 0;
}

ul.sub_category li {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#main_content .sub_category a {
	background-repeat: no-repeat;
	background-position: right 6px;
	font-size: 18px;
	padding-right: 15px;
	background-image: url(/www/akpmedia.nsf/Resources/rnav_arrow.png/$file/rnav_arrow.png);
	text-decoration: none;
}

#main_content .sub_category a:hover {
	color: #000;
}

#ajaxviewagentview .navi {
	padding: 0;
}



#taulukko {
border-collapse:collapse;
}

#taulukko td, #taulukko th {
font-size:12px;
border:1px solid #a1a399;
padding:3px 7px 2px 7px;
}

#taulukko th {
font-size:12px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#a1a399;
color:#fff;
}

#taulukko tr.alt td {
color:#000;
background-color:#a1a399;
}


#lei10hb {
	font-weight: bold;
}

#lei12pb {
	color: #cf0028;
	font-weight: bold;
}

#webedit {
	width: 100%;
	overflow:auto;
	margin-left: 20px;

}

#webedit ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#webedit ul li {
	padding: 0;
	margin: 0;	
	display: inline;
}

#webedit li a {
	text-transform: uppercase;
	font-size: 12px;
	padding-right: 8px;
	line-height: 24px;
}

#webedit li a:hover {
	text-decoration: underline;
}

#product_accordion table tr td:first-child {
	width: 30%;
	max-width: 300px;
}

#print {
	float: right;
	height: 30px;
	line-height: 30px;
	color: #848482;
	font-size: 0.8em;
	margin-left: 0.5em;
	cursor: pointer;
}

#print:hover {
	color: #444;
}

#print:before {
	content: '|';
	padding-right: 0.5em;
}

.print {
	display: none;
}

#printImg {

}

#searchresults li {
	padding-bottom: 5px;
}

/* campaing 2014 */
#campaign {
	width: 950px;
	height: auto;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
	position: absolute;
	z-index: 20000;
	overflow: hidden;
	padding-bottom: 10px;
}

#campaign #closeBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#campaign #rightcol {
	float: right;
	width: 315px;
	height: 100%;
	background-color: #333;
	color: #fff;
	line-height: 1 !important;
}

#campaign #rightcol #top {
	height: 85px;
	text-align: center;
	background-color: #c60c31;
}

#campaign #rightcol #top  h1 {
	font-size: 1.8em !important;
	letter-spacing: -2px;
	padding: 20px;
	padding-bottom: 0px;
}

#campaign #rightcol #top  h2 {
	font-size: 1.3em;
}

#campaign #rightcol #campaignForm {
	padding: 1em 1em 0 1.5em;
	font-size: 0.7em;
	background-image: url(/www/akpmedia.nsf/Resources/tulikivi_campaign_white.png/$file/tulikivi_campaign_white.png);
	background-repeat: no-repeat;
	height: 794px;
	background-position: 220px 730px;
}

#campaign #rightcol #campaignForm h4 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 140%;
	margin: 0 0 0.7em 0;
}

#campaign #campaignForm #contactData {
	margin: 1em 0;
}

#campaign #campaignForm #contactData > div {
	clear: both;
	margin-top: 3px;
	border: 1px solid transparent;
}

#campaign #campaignForm #contactData label {
	float: left;
	width: 85px;
	padding-top: 4px;
}

#campaign #campaignForm #contactData input {
	border: 0;
	width: 170px;
}

#campaign #campaignForm .radio {
	margin: 1em 0;
}

#campaign #campaignForm .radio h5 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

#campaign #campaignForm .radio label, #campaign #campaignForm #checkboxes label {
	display: block;
}

#campaign #campaignForm .error {
	border: 1px solid #c60c31 !important;
}

#campaign #campaignForm #checkboxes {
	margin: 1em 0 2em 0;
	font-size: 0.8em;
}

#campaign #campaignForm #checkboxes a {
	color: #555;
	text-decoration: underline;
}

#campaign #campaignForm #submitForm {
	background-color: #4d4d4d;
	font-size: 1em;
	font-weight: bold;
	padding: 0.5em 1.2em;
	cursor: pointer;
	color: #fff;
}

#campaign #campaignForm #submitForm:hover {
	background-color: #636363;
}

#campaign #campaignText {
	padding: 50px 50px 20px 50px;
	color: #333 !important;
}

#campaign #campaignText #top_left {
	width: 535px;
	float: left;
}

#campaign #campaignText #top_right {
	float: right;
	margin-top: -20px;
}

#campaign #campaignText h1 {
	font-size: 2.8em;
	font-style: italic;
	font-family: "Old Standard TT", serif;
	letter-spacing: -1px;
	margin: 0 !important;
	padding: 0 !important;
	background-color: white !important;
}

#campaign #campaignText h2 {
	font-size: 1.8em;
	font-style: italic;
	font-family: "Old Standard TT", serif;
	letter-spacing: -1px;
	line-height: 120%;
	margin: 0.7em 0;
}

#campaign #campaignText h3 {
	font-size: 1.2em;
	margin: 1em 0;
}

#campaign h4 {
	margin: 10px 0;
	font-weight: bold;
	font-size: 1em;
}

#campaign #video {
	width: 535px;
	height: 340px;
	float: left;
}

#campaign #campaignText p {
	font-size: 1em;
	line-height: 130%;
	margin: 0.5em 0;
	border-top: 1px solid #333;
	padding-top: 20px;
}

#campaign #campaignLink {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #c60c31;
	padding: 0.5em 1.2em;
	text-decoration: none;
}

#campaign #kiuasCircle {
	float: right;
	width: 195px;
	height: 195px;
	position: relative;
	z-index: 50000;
	margin: 25px 15px 0 0;
}


#campaign #campaignRules {
	padding: 0 0 0 1em;
	height: 100%;
}

#campaign #campaignRules #rules {
	overflow-y: auto;
	height: 90%;
	padding-right: 1.0em;
	font-size: 0.8em;
}

#campaign #campaignRules #rules  h1 {
	font-size: 1.4em;
	margin: 1em 0;
}

#campaign #campaignRules #rules  h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}

#campaign #campaignRules #rules  p {
	line-height: 120%;
	padding-bottom: 10px;
}

#campaign #campaignRules #backToForm {
	background-color: #4d4d4d;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 1.2em;
	color: #fff;
}

#campaign #campaignRules #backToForm:hover {
	background-color: #636363;
}

#campaign #campaignThanks {
	height: 100%;
	padding: 0 2em 4em 2em;
	color: #777;
	background-image: url(/www/akpmedia.nsf/Resources/tulikivi_campaign_gray.png/$file/tulikivi_campaign_gray.png);
	background-repeat: no-repeat;
	background-position: 20px 710px;
	text-align: center;
	font-weight: bold;
}

#campaign #campaignThanks  h1 {
	font-size: 2.2em;
	font-style: italic;
	font-family: "Old Standard TT", serif;
	letter-spacing: -1px;	
	margin: 0 !important;
	padding: 2em 0 !important;
	background-color: white !important;
}

#campaign #campaignThanks  p {
	font-size: 1.2em;
	padding: 1em 0;
	line-height: 140%;
	font-weight: normal;
}

#campaign .grayBg {
	background-color: #333;
	color: #fff;
	padding: 0 50px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#campaign #q1 {
	padding: 30px 0 0 20px;
	float: left;
	width: 330px;
}

#campaign #q1 > div {
	cursor: pointer;
	padding: 0 0 15px 20px;
	background-image: url("/www/akpmedia.nsf/Resources/campaign_unselected.png/$file/campaign_unselected.png");
    background-position: left 3px;
    background-repeat: no-repeat;
}

#campaign #q1 > div.selected {
	background-position: left 0px;
	background-image: url("/www/akpmedia.nsf/Resources/campaign_selected_dark.png/$file/campaign_selected_dark.png");
}

#campaign .campaign-wrapper:after {
	content:'';
    display:block;
    clear: both;
}

#campaign #bottom_left {
	width: 535px;
	float: left;
	padding: 25px 0 25px 50px;
}

#campaign #bottom_right {
	width: 365px;
	float: right;
	background-image: url("/www/akpmedia.nsf/Resources/Tulikivi_kivi_RGB.png/$file/Tulikivi_kivi_RGB.png");
	background-repeat: no-repeat;
	background-position: 255px bottom;
	background-size: 100px auto;
}

#campaign #bottom_right  .bottom {
	padding: 25px;
}

#campaign #bottom_right  .bottom  p {
	font-style: italic;
	font-size: 1.2em;
	line-height: 130%;
	color: #777;
	font-family: "Old Standard TT", serif;
	letter-spacing: -1px;
}

#campaign #bottom_right #campaignForm  #contactData label {
	font-size: 0.8em;
	width: 120px;
}

#campaign #q2 div.selectable {
	cursor: pointer;
	width: 49%;
	margin-top: 20px;
}

#campaign #q2 div.selectable:nth-child(odd) {
	float: left;
}

#campaign #q2 div.selectable:nth-child(even) {
	float: right;
}

#campaign #q2 div.selectable img {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 2px solid transparent;
	opacity: 0.7;
}

#campaign #q2 .title {
	padding-left: 20px;
	background-image: url(/www/akpmedia.nsf/Resources/campaign_unselected.png/$file/campaign_unselected.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#campaign #q2 .selected .title {
	background-image: url(/www/akpmedia.nsf/Resources/campaign_selected.png/$file/campaign_selected.png);
}

#campaign #q2 .selected img {
	border-color: #d60829 !important;
	opacity: 1 !important;
}


#campaign #campaignForm {
	background-color: #f0f0f0;
	padding: 25px;
}

#news_content .news_date {
padding-bottom: 20px;
}

#social {
	padding-top: 25px;
	padding-bottom: 25px;
}

div#main_content table td {
	vertical-align:	top !important;
	}
	
#header_avainlippu {
    background-image: url(/www/akpmedia.nsf/Resources/avainlippu_sininen_rgb.png/$file/avainlippu_sininen_rgb.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 50px;
    width: 50px;
}
	
/* ovimatto 2014 */
#content, #content_bg {
	background-size: auto 100%;
	background-position: center top;
}

#avainlippu {
	position: absolute;
	left: 40px;
	bottom: 55px;
}

#ovimatto {
	width: 660px;
	height: 390px;
	position: absolute;
	background-color: rgba(42, 42, 42, 0.85);
	color: #fff;
	font-size: 1em;
}

#ovimatto > div {
	float: left;
	width: 50%;
	padding-top: 50px;
}

p.ingress {
  font-weight: bold;
}

#ovimatto p.ingress {
	margin: 0 40px 0 50px;
	line-height: 120%;
}

#ovimatto p.ingress:after {
	content: "";
	display: block;
	width: 220px;
	height: 100px;
	margin-top: 25px;
	background-image: url(/www/akpmedia.nsf/Resources/warmest_regards.png/$file/warmest_regards.png);
	background-repeat: no-repeat;
}

#ovimatto h4 {
	text-transform: uppercase;
	font-size: 1.5em;
}

#ovimatto hr {
	margin-left: 80px;
	width: 40%;
	border: 0;
	height: 1px;
	background: #fff;
}

#ovimatto ul li {
	margin-bottom: 5px;
}

#ovimatto ul li a {
	color: #ccc;
}

#ovimatto ul li a:hover {
	color: #fff;
}

#ovimatto  ul li a:after {
    background-image: url(/www/akpmedia.nsf/Resources/footer_arrow.png/$file/footer_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    padding: 2px 5px 5px 5px;
	opacity: 0.7;
}

#ovimatto  ul li a:hover:after {
	opacity: 1;
}

#area_popup {
	position: absolute;
	width: 300px;
	background-color: rgba(42, 42, 42, 0.7);
	padding: 1em;
	color: #fff;
	font-size: 0.85em;
	line-height: 115%;
}

#selected_area {
	position: absolute;
}

div#main_content table.laskuri {
	border: 1px solid #666;
	border-top: none;
	border-left: none;
}

div#main_content table.laskuri  td {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 0 5px;
}

div#main_content table.laskuri tr:first-child td {
	vertical-align: bottom !important;
}