html {
	margin: 0;
	padding: 0;
	font-size: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 0;
	font-family: Tahoma, Arial;
	border: 0;
}

#wrapper {
	/*width: 990px;
	margin: 0 auto 2em auto;*/
	width: 100%;
	
	padding: 0;
	font-size: 16px;
}

.wrapper_inner {
	max-width: 990px;
	margin: 0 auto;
}

#header {
	height: 100px;
	margin: 0;
	padding: 10px 0 10px 0;
}

#header .wrapper_inner {
	height: 100px;
}

#logo {
	float: left;
	width: 60%;
}

#logo > a {
	max-width: 400px;
	height: 100px;
	display: block;
	background: url('../img/logo.png') no-repeat top left;
}

#login {
	float: left;
	position: relative;
	width: 40%;
	height: 100px;
}

#navi {
	margin-top: 20px;
	padding-bottom: 10px;
}

#main, .main_add {
	/*min-height: 700px;*/
	margin: 0;
	/*padding: 5px 0 20px 0;*/
	padding: 40px 0 20px 0;
	clear: both;
}

#main > div, .main_add > div {
	/*padding: 20px 0;*/
}

#main .wrapper_inner, .main_add .wrapper_inner {
	max-width: 980px;
}

.main_add {
	/*padding: 20px 0 20px 0;*/
}

#footer {
	height: 6em;
	padding: 21px 20px;
	
	background-color: rgba(0,0,0,0.2);
}

.half_column {
	float: left;
	width: 49.5%;
	margin-top: 5px;
	border-radius: 3px;
	/*background-color: #faa;*/
}

.half_right {
	float: right;
	width: 49.5%;
	margin-top: 5px;
	/*background-color: #faa;*/
}

.half_column > div {
	position: relative;
	padding: 5px 0 5px 10px;
}

.half_column > div.table_more_pad {
	padding: 0 0 5px 10px;
}

.half_column_lower {
	margin-top: 40px;
}


a, .javascript_link {
	text-decoration: underline;
}

a:hover, .javascript_link:hover {
	text-shadow: 0 0 3px rgba(0,0,0,.5);
}

.javascript_link { cursor: pointer; }

h1 {
	margin: 0;
	padding: 0 15px;
	font-size: 30px;
}

h2 {
	/*margin-top: 50px;*/
	margin-top: 0;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 36px;
}
/*h2:first-of-type { margin-top: 40px; }*/
h2:target { text-shadow: 0px 1px 0px rgba(0,0,0,1); }
.white_bg h2:target, .gray_bg h2:target { text-shadow: 0px 1px 0px rgba(255,255,255,1); }
/*.main_add h2 { margin-top: 0px; }*/
h2.alt_heading { margin-top: 20px; }


h3 {
	margin-top: 40px;
	font-size: 20px;
}
h3.alt_heading {
	margin-top: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-size: 0;
	padding: 0;
	margin: 0;
}

table th, table td {
	text-align: left;
	vertical-align: top;
	padding: 1px 10px 1px 0px;
	font-size: 0.9em;
}

/*table th {
	font-size: 14px;
}*/

.table_more_pad table th , .table_more_pad table td {
	padding: 5px 10px 5px 0px;
}

input, select, textarea {
	padding: 3px 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: 1px solid #ccc;
	border-color: #047eb1 #04aee1 #04aee1 #047eb1; /*#999 #ccc #ccc #999*/
	border-radius: 2px;
	background-color: #fff;
	outline: medium none;
}

textarea { height: 80px; }

input.submit {
	width: 50% !important;
	padding: 10px 10px;

	border: 1px solid #484;
	background-color: #6b5;
	background: linear-gradient(to bottom, #9c8, #6b5);
	color: #f4f4f4;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0px 1px 3px #444;
	box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
	cursor: pointer;
}
input.submit:hover {
	border-color: #5a5;
	background-color: #6c5;
	background: linear-gradient(to bottom, #ad9, #6fbf5f);
	box-shadow: inset 0 0 2px rgba(255,255,255,1);
	color: #ffffff;
}

input.static_input { width: auto; }
.nostyle_input {
	width: auto;
	border: 0px solid #fff !important;
	background-color: transparent !important;
}
.red_submit {
	border-color: #844 !important;
	background-color: #c33 !important;
	background: linear-gradient(to bottom, #d77, #c33) !important;
}
.red_submit:hover {
	border-color: #d33 !important;
	background-color: #d33 !important;
	background: linear-gradient(to bottom, #e77, #df3f3f) !important;
}

.float_right { float: right; }
.align_right { text-align: right; }
.center { text-align: center; }
.no_pad { padding: 0; }
.more_pad { padding-top: 80px; padding-bottom: 80px; }
.bottom_pad { padding-bottom: 10px; }
.more_bottom_pad { padding-bottom: 40px; }
.table_pad { padding: 5px 10px 5px 0px; }
.small_indentation { padding-left: 2% !important; }
.indentation { padding-left: 7% !important; }
.set_min_height { min-height: 400px; }
.set_min_height2 { min-height: 700px; }
.half_width { width: 50%; }
.clear { clear: both; }
.hide_overflow { overflow: hidden; }
.hidden { display: none; }
.moreinfo { cursor: help; }
.small { font-size: 0.8em; }
.small2 { font-size: 0.5em; }
.small3 { font-size: 0.4em; }
.superscript {
	position: relative;
	top: -1.3em;
	font-size: 0.5em;
}
.grey { color: #aaa; }




#navi ul {
	list-style-type: none;
	width: 88%;
	padding: 0;
	margin: 0;
}

#navi ul > li {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

#navi ul > li > a {
	display: block;
	margin: 0 5px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 200px;

	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 20px;
	/*font-size: 18px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
	
	transition: all 0.2s;
}
#navi ul > li > a:hover {
	/*background-color: #80dcef;*/
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}
/*#navi ul > li > a:hover {
	text-decoration: none;
	background-color: #80dcef;
	

	text-shadow: 0 0 5px rgba(0,0,0,0.75);
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);

	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}*/

#footer .link {
	height: 40px;
}

#footer .link > a {
	margin-right: 10px;
	/*font-size: 12px;*/
	font-size: 0.8em;
}

#footer .copyright {
	/*font-size: 12px;*/
	font-size: 0.8em;
}

#return_to_top {
	position: fixed;
	bottom: 4em;
	right: 7px;
	text-align: center;
}

#return_to_top a {
	display: block;
	width: 49px;
	height: 49px;
	background: url('../img/back_to_top.png') no-repeat;
	opacity: 0.5;
}
#return_to_top a:hover {
	opacity: 1;
}






#login table {
	width: 100%;
	margin-top: 32px;

	text-align: left;
	/*font-size: 12px;*/
	font-size: 0.8em;
}

/*#login a {
	color: #00789e;
}
#login a:hover { color: #dde; }*/

#login table th, #login table td {
	padding: 2px 0px 2px 8px;
	font-weight: normal;
}

#login table td:first-child, #login table th:first-child {
	padding-left: 10px;
}

#login table input {
	height: 25px;
	width: 100% !important;

	border-radius: 0;
	border-color: #09a;
}

#login table input.submit {
	height: 25px;
	width: 85px !important;
	padding: 0;

	/*font-size: 12px;*/
	font-size: 1em;
	border: 1px solid #448 !important;
	background-color: #28d !important;
	background: linear-gradient(to bottom, #4be, #28d);
}
#login table input.submit:hover {
	border-color: #559 !important;
	background: linear-gradient(to bottom, #5ce, #39d);
}

#login .login_submit_v1 { display: block; }
#login .login_submit_v2 { display: none; }

#login p {
	padding-right: 5px;
	text-align: right;
	font-size: 0.9em;
	/*font-size: 14px;*/
	/*color: #345;*/
}



#register_form {
	width: 100%;
}

#register_form table td {
	width: 100%;
	margin-size: 0;
	margin: 0;
}

td.short_field {
	width: 50% !important;
}

#main p {
	font-size: 0.8em;
}

#main p > a {
	font-weight: bold;
}

#register_form table input, #register_form table select {
	padding: 10px 10px;
	width: 100%;

	font-size: 1.1em;
	border-radius: 3px;
}
#register_form table select {
	width: auto;
	padding: 5px 10px;
}
/*input.normal { width: 200px; } select.normal { width: 222px; }
input.long { width: 432px; } select.long { width: 432px; }*/

#notice_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

	text-align: center;
	text-shadow: 0 0 5px #222;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	z-index: 999;
}

.notice, #ajax_notice {
	display: none;
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;*/

	background-color: #db5;
	/*text-align: center;
	text-shadow: 0 0 5px #222;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	z-index: 999;*/
}
.notice > div::after, #ajax_notice > div::after {
	float: right;
	font-size: 0.6em;
	content: '(piilota ilmoitus klikkaamalla)';
}

.notice > div, #ajax_notice > div { padding: 10px 50px; color: #fff !important; }
.notice > div span, #ajax_notice > div span { color: #fff !important; }
.notice_color { background-color: rgba(79,223,47,0.85) !important; /*#4d2*/ }
.error_color { background-color: rgba(223,79,15,0.85) !important; /*#d40*/ }


#progress_area {
	padding-right: 10px !important;
}

div.upload_progress_block {
	width: 100%;
	margin: 10px 0 5px 0;

	background-color: #fff;
	font-size: 0.8em;
	color: #444;
}

div.upload_progress_block > .inner {
	padding: 15px 15px 15px 15px;
}

div.progress_meter {
	width: 100%;
	height: 15px;
	padding: 0;
	
	background-color: #aaa;
	background: linear-gradient(to bottom, #aaa, #ccc);
	/*background: #ccc url('../img/meter_bg.gif');*/

	border: 1px solid #888;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

div.progress_meter div {
	width: 0%;
	height: 100%;
	padding: 0;

	background-color: #7e7;
	background: linear-gradient(to bottom, #7e7, #4b4);
	/*background: #6c6 url('../img/meter_fill.gif');*/
}

/*#error_area {
	margin-bottom: 2px;
	
	border: 2px solid #c77;
	background-color: #fee;
	color: #c33;
	font-size: 0.9em;
}

#notice_area {
	margin-bottom: 2px;
	
	border: 2px solid #4b4;
	background-color: #e4ffe4;
	
	font-size: 0.9em;
}

#error_area div.inner, #notice_area div.inner {
	padding: 4px;
}*/

.floater_left {
	position: absolute !important;
	top: -50px;
	left: -180px;
	height: 58px;
	width: 250px;
	
	background: url('../img/aloita_tasta.png') no-repeat;
}

.feature {
	display: inline-block;
	position: relative;
	width: 200px;
	margin: 5px 60px;

	/*background-color: #fff;*/
}

/*.feature .img {
	height: 100px;
	width: 100px;
	margin: 10px auto;
	background: url('../img/vertlines_20_25.png');
}*/

.icon {
	display: block;
	overflow: hidden;

	/*width: 100px;
	height: 100px;
	background-image: url("../img/etu_ikonit.png");*/
	background-repeat: no-repeat;
}

.feature .icon {
	height: 100px;
	width: 100px;
	margin: 20px auto;

	background-image: url('../img/etu_ikonit.png');
}

.icon_clock { background-position: 0px 0px; }
.icon_speed { background-position: -100px 0px; }
.icon_padlock { background-position: -200px 0px; }

.loading {
	display: inline-block;
	height: 16px;
	width: 16px;

	background-image: url('../img/loading.gif');
}





#register_image {
	height: 400px;
	width: 400px;
	margin: 50px auto;
	background: url('../img/rek.png') no-repeat;
	/*background-size: auto;*/
}

#float_mascot {
	height: 200px;
	width: 130px;
	position: absolute;
	right: 0;
	
	background: url('../img/liisa_leijuva.png') no-repeat;
}

.liisa_text {
	display: inline-block;
	width: 120px;
	height: 39px;
	background: url('../img/liisa_teksti.png') no-repeat top left;
}

.white_bg .liisa_text {
	height: 40px;
	background-position: 0px -38px;
}

.white_bg h2:target .liisa_text {
	height: 40px;
	background-position: 0px -78px;
}

.liisa2 {
	width: 660px !important; /* alkuperäinen - 320 left pad */
	height: 400px;
	padding-top: 20px !important;
	padding-bottom: 0 !important;
	padding-left: 320px !important;

	background: url('../img/liisa2.png') no-repeat bottom left;
}

table.tyotaulu {
	/*font-size: 14px !important;*/
	font-size: 1em !important;
	table-layout: fixed;
}

table.tyotaulu th {
	overflow: hidden;
	padding: 4px 2px;
	background-color: #ddd;
	background-color: rgba(0,0,0,0.1);
	color: #444;
}

table.tyotaulu td {
	padding: 2px 2px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.tyotaulu tr:nth-of-type(2n+1) > td {
	background-color: #e4e4e4;
	background-color: rgba(0,0,0,0.05);
}


table.asiakastiedot {
	border-radius: 3px;
}

table.asiakastiedot td {
	padding: 2px 4px;
}

table.asiakastiedot td.a {
	width: 50%;
}

.laheta_box {
	min-height: 420px;
}

.tilaus_hinta {
	/*width: 100%;*/
	margin: auto;
	padding: 45px 10px 0px 10px !important;
	/*padding-top: 55px !important;*/

	text-align: center;
	font-size: 30px;
	/*background-color: rgba(0,0,0,0.05);
	border-radius: 3px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #444;*/
}

.tilaus_hinta .arvo {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 45px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.tilaus_hinta .arvo:last-of-type { margin-bottom: 0; }

.tilaus_hinta .small3 {
	margin-top: 10px;
	color: #eee;
	text-shadow: none;
}



input.autosize_submit {
	height: auto !important;
	width: auto !important;
	padding: 10px 20px;
	
	font-size: 1em;
	border-radius: 3px;
}

.review_star {
	display: inline-block;
	overflow: hidden;
	position: relative;

	width: 11px;
	height: 11px;

	background-image: url('../img/arvio_tahdet.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 10px;
}

.star_filled { background-position: 0px -11px; }

.review_stars_row > .review_star {
	padding-right: 5px;
	cursor: pointer;
}

.customer_review_add {
	cursor: pointer;
}

#quick_review {
	display: none;
	opacity: 0;
	position: absolute;
	
	width: 500px;
	/*height: 225px;*/
	background-color: #f4f4f4;
	border: 2px solid #bbb;
	border-radius: 5px;
	
	font-family: arial;
	font-size: 12px;
	color: #444;
	z-index: 999;
}

#quick_review .inner {
	overflow: auto;
	padding: 8px !important;
}

#quick_review_window_close {
	float: right;
	position: relative;
}

#quick_review_window_close div {
	position: absolute;
	left: -43px;
	top: -17px;
	
	background: #f4f4f4;
	border: 2px solid #aaa;
	border-bottom-width: 0px;
	padding: 0px 3px;
	
	cursor: pointer;
}

#quick_review_window_close div:hover {
	background: #fff;
	border-color: #ccc;
}


#tooltip {
	position: absolute;
	left: -999em;
	
	width: auto;
	border: 2px solid black;
	padding: 2px 4px 2px 4px;
	
	font-size: 1em;
	color: #222222;
	background-color: #fff;
	z-index: 999;
	
	/*opacity: .8;*/
	/*filter: alpha(opacity=80);*/
}

#tooltip_arrow {
	position: absolute;
	left: -999em;
	border-width: 0px;
	
	background: url('../img/tooltip_arrow.gif') top left no-repeat;
	height: 10px;
	width: 11px;
}







#info_tooltip_block {
	display: none;
	position: absolute;
	min-height: 20px;
	/*max-width: 250px;*/
	
	font-family: arial;
	z-index: 999;
}

#info_tooltip_inner {
	height: 100%;
	width: 100%;
	
	border: 1px solid #aeaeae;
	border-radius: 3px;
	
	box-shadow:inset 0px 0px 1px #fff;
}

#info_tooltip_content {
	padding: 3px;
	font-size: 14px;
}

#info_tooltip_arrow {
	position: relative;
	left: 125px;
	top: 30px;
	height: 9px;
	width: 10px;
	
	background: url('../img/tooltip_arrow.gif') no-repeat;
}


#cookie_notice {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	background-color: rgba(240,240,240,0.9);
	color: #444;
	z-index: 999;
}

#cookie_notice span {
	padding: 5px 10px;
	margin-left: 10px;

	border: 1px solid #484;
	background-color: #6b5;
	background: linear-gradient(to bottom, #9c8, #6b5);
	color: #f4f4f4;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px 1px 3px #444;
	box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
	cursor: pointer;
}







#recaptcha_area {
	background-color: #fff;
}












/* MAIN BG COLOR */
/*#navi a { background-color: #fff; }*/
#wrapper, #navi { background-color: #04b0e9; }/*#00b8de #00afef*/
body, #style_1, #header, #footer, .index_features, .hinta_box, table.asiakastiedot, .darker_bg { background-color: #049ed1; }/*#009dbd #0099ff*/
/*#return_to_top a:hover { background-color: #00c8ee; }*/
.white_bg { background-color: #fff; }
.white_bg .darker_bg, .laheta_kysymys { background-color: #eee; }
.gray_bg { background-color: #eee; }
.gray_bg .darker_bg { background-color: #ddd; }

/* TEXT COLOR */
body, .darker_bg { color: #eee; }
h2, h3, a, .javascript_link { color: #fff; }
h2:target { color: #def !important; }
.highlight { color: #ddf; }
.white_bg .highlight, .gray_bg .highlight { color: #25c; }
.white_bg h2:target, .gray_bg h2:target { color: #49b !important; }
.white_bg a, .white_bg .javascript_link, .gray_bg a, .gray_bg .javascript_link { color: #008aa6; }
.white_bg a:hover, .white_bg .javascript_link:hover, .gray_bg a:hover, .gray_bg .javascript_link:hover { color: #61b6c8; text-shadow: none; }
.white_bg, .gray_bg, .white_bg .darker_bg, .gray_bg .darker_bg { color: #555; }
.white_bg h1, .gray_bg h1, .white_bg h2, .gray_bg h2 { color: #446; }
.white_bg h3, .gray_bg h3 { color: #668; }
#navi ul > li > a { color: #fff; }/*#005c6f*/
#navi ul > li > a:hover { color: #fff; } /*#fff*/


/*OLD#navi a { background-color: #fff; }
#wrapper { background-color: #eee; }
#return_to_top a, #style_1, #header, #navi { background-color: #00b8de; }
#return_to_top a:hover { background-color: #00c8ee; }*/
/*#navi a { background-color: #20c1e2; }
#navi { background: linear-gradient(to bottom, #20c1e2, #00b8de); }*/


@media only screen and (max-width: 1000px) {
	.wrapper_inner {
		width: 100% !important;
		margin: 0;
		padding: 0;
		
		/*background-color: #c99;*/
	}

	#header .wrapper_inner {
		padding: 2px;
	}

	/*#logo > a {
		background-position: bottom left;
	}*/

	#float_mascot {
		display: none;
	}

	#navi ul {
		width: 100%;
	}
	
	#main, .main_add {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#footer {
		padding: 11px 10px;
	}
	
	h1 {
		font-size: 30px;
		padding: 5px;
	}
	#register_form { width: 100%; }
	.half_column { width: 100%; }
	/*.half_column > div { padding: 0; }*/

	#login table {
		margin-top: 0;
	}
	#login table th, #login table td {
		padding: 2px 2px 2px 0px;
	}
	#login .login_submit_v1 { display: none; }
	#login .login_submit_v2 { display: table-row; }

	#navi ul > li > a {
		word-spacing: 200px;
	}

	#return_to_top { bottom: 1em; }

	#quick_review {
		width: 300px;
	}

	.floater_left {
		left: 0;
		top: -50px;
	}

	.tilaus_hinta {
		margin-top: 20px;
	}

	.liisa2 {
		height: auto !important;
		padding-top: 80px !important;
		padding-bottom: 80px !important;
		padding-left: 0 !important;
		/*background-size: contain;*/
		background: none;
	}

	.darker_bg { background-color: transparent !important; }
	
}

@media only screen and (max-width: 700px) {
	#wrapper {
		font-size: 14px;
	}

	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 18px;
	}

	table.tyotaulu th, table.tyotaulu td {
		font-size: 0.8em;
	}
	
}

@media only screen and (max-width: 460px) {
	#wrapper {
		font-size: 13px;
	}

	input, select, textarea {
		font-size: 0.8em;
	}

	#navi ul > li > a {
		font-size: 9px;
	}

	.tilaus_hinta {
		font-size: 20px;
	}

	.tilaus_hinta .arvo {
		font-size: 35px;
	}
	
}

@media only screen and (max-width: 400px) {
	#register_image { width: auto; background-size: contain; }
}