﻿@import "navi.css";
@import "corners.css";
@import "button.css";
@import "calendar.css";
@import "autocomplete.css";

/* temp */
div.title-small {color: Red;}
div.title {color: Red;}
div.title-green {color: Red;}
/* temp */


@media screen {
	.printOnly
	{
		display: none;
	}
}

@media print {
	.screenOnly
	{
		display: none;
	}
}

.harmaa-reuna
{
	border: solid 1px #d0d0d0;
	padding: 5px;
}

.line
{
	margin: 0 -0.35em;
	padding-left: 0.35em;
}

p.line
{
	border-bottom: 1px solid #d0d0d0; 
	margin-bottom: 10px; 
	padding-top: 2px; 
	width: 100%;
}

.keskipalkki
{
	background: url(../images/snow-flakes/lightblue-pattern.png);
	background-repeat: repeat;
	background-position: left bottom;
	min-width: 960px;
	width: 960;
	padding-top: 0px;
	padding-bottom: 10px;

}

/* hakupalkki */

.hakupalkki
{
	min-width: 150px;
	width: 150px;
	font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana, sans-serif;;
	background-color: white; 
	padding: 10px 29px 10px 10px;
}
.hakupalkki-textbox
{
	float: left; 
	margin-right: 5px; 
	width: 135px;
}

.hakupalkki input
{
	color: #656565;
	font-size: 0.9em;
	border: solid 1px #68a639;
	padding: 3px;
	margin-right: 5px;
	font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana, sans-serif;
}

.hakupalkki table
{
	margin: 0 auto 0 auto;
}

.hakupalkki A .button
{
	font-size: 14pt;
	font-weight: normal;
}

/* header */

.header 
{

	background-color: #ffffff;
	height: 150px; 
	min-width: 960px;


}

/* body */
body
{
	background: url(../images/snow-flakes/lightblue-pattern.png);
	background-color: #dadada;
	backround-repeat: repeat;
	/*font-family:  "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana, sans-serif;*/
	margin: 0px 0px 10px 0px;
	font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana, sans-serif;
}

a img
{
	border: none;
	
}

a
{
	/* color: #1177dd; */
	color: #388f15;
	text-decoration: none;
	
}

a:hover
{
	text-decoration: underline;
	
}


table
{
	border-collapse: collapse;

}

table td
{
	padding: 0px;
}

p
{
	margin: 0;
}

h1, h2
{
	margin: 0;

}

h1.title-big
{
	font-size: 1.7em;
	margin-bottom: 8px;
	/*padding-top: 10px;*/	
}

h1.title-big-center
{
	font-size: 1.7em;
	margin-bottom: 8px;
	/*padding-top: 10px;*/
	text-align: center;
}

h1.title
{
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 1.15em;
	/*color: #68a639;*/
	color: #000000;
	
}

h1.title-small
{
	color: #000000;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 12px;
	
}

h2.title-green
{
	font-weight: 500;
	text-align: center;
	color: #68a639;
	font-size: 1.15em;
	
}

h2.title-green-etusivu
{
	font-weight: 500;
	text-align: center;
	color: #68a639;
	font-size: 1.10em; 
	padding-bottom: 20px; 
	padding-top: 10px
}

h2.title-green-left
{
	font-weight: 500;
	text-align: center;
	color: #68a639;
	font-size: 1.15em; 
	text-align: left;
}

h2.title-gray
{
	font-weight: 500;
	text-align: center;
	color: #787878;
	font-size: 1.25em;
	margin-top: 10px;
	margin-bottom: 5px;
	
}

h2.title-small
{
	font-weight: 600;
	color: #68a639;
	font-size: 0.85em;
	margin-top: 15px;
	margin-bottom: 2px;
	
}

h2.title-big
{
	font-weight: 500;
	margin-top: 5px;
}

.height5
{
	height: 5px;
}

.width250
{	
	width: 250px;
}

.width180
{
	width: 180px;
}

.width150
{
	width: 150px;
}

.width100
{
	width: 100%;
}

.width99
{
	width: 99%;
}

.width20
{
	width: 20px;
}

.width1
{
	width: 1%;
}

.aligntop
{
	vertical-align: top;
}

.alignright
{
	text-align: right;
}

.inline
{
	display: inline;
}

.block
{
	display: block;
}

.none
{
	display: none;
}

.border-none
{
	border-style: none;
}

.margin0
{
	margin: 0
}

.margintop5
{
	margin-top: 5px;
}

.margintop10
{
	margin-top: 10px;
}
.marginbottom5
{
	margin-bottom: 5px;
}

.marginleft10
{
	margin-left:10px;
}

.marginleft20
{
	margin-left: 20px;	
}

.marginleft40
{
	margin-left: 40px;
}

.marginbottom20
{
	margin-bottom: 20px;
}

.bottom-left-margins
{
	margin-bottom: 10px;
	margin-left: 10px;
}
.top-right-margins
{
	margin-top: 10px; 
	margin-right:10px;
}

.upper-side-margins
{
	margin-top: 10px; 
	margin-left: 10px; 
	margin-right: 10px;
}

.paddingtop10
{
	padding-top: 10px;
}

.paddingleft10
{
	padding-left: 10px;
}

.paddingright10
{
	padding-right: 10px;
}

.paddingbottom10
{
	padding-bottom: 10px;
}

.side-paddings
{
	padding-left: 10px; 
	padding-right: 10px;
}

.big-side-paddings
{
	padding-left: 20px; 
	padding-right: 20px;
}

.dottedline
{
	margin-top: 15px;
 	border-bottom: 1px dotted black; 
	margin-bottom: 10px; 
	margin-left:10px; 
	width: 250px;
}

.info
{
	text-align: center; 
	vertical-align: bottom; 
	margin-top: 20px; 
	padding-top: 1px; 
	font-weight: 600; 
	color:#68a639; 
	font-size: 0.8em;
}

.text
{
	font-size: 0.8em;
	/*margin-top: 2px;*/
	text-align: left;	
}

.text-bold
{
	font-size: 0.8em;
	text-align: left;
	font-weight: bold;
}

.text-bottom
{
	font-size: 0.8em;
	/*margin-top: 2px;*/
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

.text-top
{
	font-size: 0.8em;
	/*margin-top: 2px;*/
	text-align: left;
	margin-top: 10px;
}

.text-kattolehti
{
	font-size: 0.8em;
	text-align: left;
	margin-top: 30px; 
	margin-right: 10px; 
	margin-left: 10px; 
	width: 250px;
}

.text-lehti
{
	font-size: 0.8em;
	/*margin-top: 2px;*/
	text-align: left;
	width: 314px;
}

.text-relative
{
	font-size: 0.8em;
	/*margin-top: 2px;*/
	text-align: left;
	position: relative;
}

.text-haku
{
	font-size: 0.8em;
	/*margin-top: 2px;*/
	text-align: left;
	width: 100%;
	margin: 15px auto 20px auto; 
}

.text-lahjakortit
{
	font-size: 0.8em;
	text-align: center; 
	width: 70%;
	margin: 0 auto 0 auto;
}

.text-lahjakortit-end
{
	text-align: center; 
	padding-bottom: 20px; 
	line-height: normal
}

.text-leipa
{
	font-size: 0.8em;
	
}

.text-sitemap
{
	font-size: 0.8em;
	/*margin-top: 2px;*/
	text-align: left;
	line-height: 22px;
}

.text-sitemap-small
{
	font-size: 0.8em;
	/*margin-top: 2px;*/
	text-align: left;
	line-height: 17px;
}

.text-suosituimmat
{
	text-align: center; 
	width: 70%; 
	margin: 0 auto 20px auto;
}

.lomake-selite
{
	width: 110px;
	font-size: 12px;
	margin: 3px 0 0 0;
	overflow: visible;
}

.lomake-textbox input
{
	font-size: 0.8em;
	width: 257px;
	margin: 0;
	border: solid 1px #68a639;
	font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana, sans-serif;
	
}

.lomake-textbox textarea
{
	font-size: 0.8em;
	width: 257px;
	margin: 0;
	font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana, sans-serif;
	border: solid 1px #68a639;
}

.lomake-textbox select
{
	font-size: 0.8em;
	width: 149px;
	margin: 0;
	border: solid 1px #68a639;
	font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana, sans-serif;
}

.lomake-textbox-pvm
{
	display: inline;
	float: left;
	
}

.lomake-textbox-pvm input
{
	font-size: 0.8em;
	width: 125px;
	margin: 0;
	border: solid 1px #68a639;
	font-family: "Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana, sans-serif;
}

.lomake-teksti
{
	font-size: 0.8em;
	line-height: 1.3em;
	
}


.virhe-teksti
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
	color: #dd5555;
	font-size: 0.8em;
	
}

.iso-virhe-teksti
{
	margin-left: 5px;
	margin-bottom: 2px;
	color: #dd5555;
	font-size: 1.0em;
}

.virhe-kentta
{
	border: solid 1px #ff5555 !important;
	
}

.ok-teksti
{
	font-size: 1.0em;
	font-color: #5555dc;
}

.hakutulokset
{
	width: 100%;
}

.hakutulokset > tbody > tr > td
{
	width: 33%;
	padding: 0 3px;
	vertical-align: top;
	font-size: small;
	
}

.hakutulokset .vali
{
    width: 5px;
}
.tilaajalahja
{
	border-style: none;
}

.kampanja
{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	position: relative
	height: 100px;
	width: 300px;
	/* background-color: #68A639; */
	background-color: white;
	float: left;
	border: 2px solid #68A639;
	
}

.kampanja background
{
	width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;

}
.tilaustiedot
{
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	margin: 0 -0.3em;
	width: 600px;
	padding-left: 10px; 
	margin-top: 10px;
}

.tilaustiedot-kuva
{
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	margin: 0 -0.3em;
	width: 600px;
	padding-top: 10px; 
	background-image: url(http://www.lehtitori.fi/images/skyblue.png);
}

.nappulalista
{
	
}

.main-koko
{
	padding: 15px 5px 0px 5px; 
	margin: 0px auto 0px auto; 
	width: 950px; 
	min-width: 950px;
}

.main-kuva
{
	width: 260px; 
	overflow: visible;
}

.main-otsikko
{
	text-align: right; 
	vertical-align: bottom; 
	padding-bottom: 4px; 
	font-weight: 600; 
	color:#68a639; 
	font-size: 0.95em;
}

.main-slogan
{
	font-size: 2em; 
	color: #41AA17;
}

.main-ikonit
{
	text-align: right; 
	vertical-align: bottom; 
	padding-bottom: 4px; 
	padding-right: 10px; 
	font-weight: 600; 
	color:#68a639; 
	font-size: 0.95em;
}

.main-taulukko
{
	margin: 0 auto 0 auto; 
	width: 960px;
}

.main-kategoriat
{
	padding-left: 5px; 
	vertical-align: top; 
	min-width: 190px; 
	width: 190px;
}

.main-reuna
{
	border: solid 1px #d0d0d0
}

.main-sisallys
{
	vertical-align: top; 
	min-width: 600px; 
	width: 600px;
}

.main-sisallys-reuna
{
	margin: 0 10px 0 10px; 
	border: solid 1px #d0d0d0;
}

.main-bannerit
{
 
	vertical-align: top;  
}

.main-bannerit-reuna
{
	border: solid 1px #d0d0d0; 
	width: 190px;
}

.mainokset
{
	margin: 10px 0 0 0;
}

.main-facebook
{
	border: none; 
	margin-top: 10px; 
	background-color: White;
	font-size: 0.5em;
}

.main-facebook-iframe
{	border: none;
	font-size:0.5em;
	 
}

.lehti-line
{
	height: 1px; 
	border-top: 1px solid #68a639; 
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

.lehti-table
{
	margin: 15px 10px 10px 10px;
	
}

.lehti-table .button
{
	margin-top: 5px;
}

.lehti-table .lomake-selite
{
	font-size: 0.9em;
	width: 70px;
	padding-right: 5px;
	
}

.lehti-table .lomake-teksti
{
	font-size: 0.9em;
	line-height: 1.4em;
	
}

.lehti-kuva-pieni
{
	height: 119px;
	vertical-align: middle;
	text-align: center;
}

.lehti-kuva-pieni IMG
{
	border: solid 7px #dcdc31;
}

.lehti-kuva-iso
{
	padding-top: 10px;
	padding-left: 10px;

	vertical-align: top;
}

.lehti-kuva-iso img
{
	display: block;

	margin: 0 0 0 0;
	border: solid 7px #dcdc31 !important;
	margin-top: 1px;
}

.lehti-hinta
{
	color: red;
	white-space: nowrap;
	
}

.lehti-nimi
{
	font-weight: 600;
	font-size: 1.0em;
	color: #68a639;
	padding-left: 10px;
}

.lehti-nimi a
{
	color: #68a639;
	
}

.lehti-lomake
{
	width: 40%; 
	padding-left: 10px;
}

.lehti-main
{
	vertical-align: top; 
	padding-left: 15px; 
	padding-top: 5px;
}

.lehti-tiedot
{
	margin-top: 10px; 
	width: 314px;
}

.lehti-laskutus
{
	vertical-align: top; 
	padding: 0 5px 5px 5px;
}

.lehti-border
{
	border-collapse: separate;
}

.lehti-kalenteri
{
	white-space: nowrap;
}

.lehti-kalenteri-button
{
	margin-left: 3px; 
	margin-top: 3px;
}

.lehti-lahjatilaus
{
	margin: 0 5px 5px 5px;
	border-collapse: separate; 
	display: none;
}

.lehti-maksutapa
{
	padding-left: 5px; 
	padding-right: 20px; 
	width: auto
}

.lehti-maksutapa-lista
{
	white-space: nowrap; 
	font-size: 0.8em; 
	padding-right: 10px;
}
.etusivu-otsikko
{
	min-height: 100px; 
	padding-top: 20px; 
	padding-left: 20px; 
}

.etusivu-lehdet
{
	height: 1px; 
	background-color: green; 
	text-align: center; 
	margin-top: 20px;
}

.lehti-button
{
	width: 40%; 
	text-align: left; 
	margin-top: 10px; 
	margin-left: 20px;
}

span.etusivu-lehdet-otsikko
{
	background-color: white; 
	position: relative; 
	padding-left: 10px; 
	padding-right: 10px; 
	top: -0.5em;
}

.faq-kuva
{
	margin: 0 0 5px 10px; 
	float: right;
}

.haku-textbox
{
	width: 488px;
	margin: 10px auto 10px auto; 
}

.tilausyhteenveto-otsikko
{
	margin: 10px 0 0 40px;
}

.tilausyhteenveto-lahjakortit
{
	text-align: center; 
	vertical-align: top; 
	padding-top: 40px;
}

.tilausyhteenveto-border
{
	border-collapse: separate; 
	width: 100%;
}

.tilausyhteenveto-yhteystiedot
{
	position: absolute; 
	width: 100%; 
	bottom: 0px; 
	left: 0px;
}

.silja-kuva
{
	width: 580px;
	height: 80px;
	margin: 10px 10px 10px 10px;
	
}

.tagit
{
	padding: 0 5px 0 0;
	
}

.scroller-main-right
{
	width: 1px;
	padding-right: 5px;
}

.scroller-main-left
{
	width: 1px;
	padding-leftt: 5px;
}

.scroller-left
{
	cursor: pointer; 
	background-image: url(images/lehtitori_scroller_left.png); 
	width: 16px; 
	height: 64px;
}

.scroller-right
{
	cursor: pointer; 
	background-image: url(images/lehtitori_scroller_right.png); 
	width: 16px; 
	height: 64px;
}

.scroller-iframe
{
	width: 100%; 
	height: 130px;
}

.haku-button
{
	vertical-align: bottom;
}

.kattolehti-vasen
{
	vertical-align: top; 
	padding-right: 10px;
}

.kattolehti-oikea
{
	vertical-align: top; 
	padding-top: 20px; 
	width: 300px; 
	margin-left: 10px;
}

.kattolehti-kommentti
{
	padding-top: 10px;  
	font-size: 0.8em;
}

.kattolehti-kommentit
{
	border-collapse: separate; 
	width: 240px;
}

.kattolehti-kommentit-main
{
	padding-top: 10px; 
	padding-left: 10px; 
	color: black; 
	font-weight: bold;
}

.kattolehti-kommentit-cont
{
	font-size: 0.8em; 
	color: black; 
	font-weight: bold;  
	padding-left: 10px;
}

.kattolehti-lista
{
	margin-top: 20px; 
	padding-top: 10px;
	font-size: 0.8em; 
	width: 300px;
}

.kattolehti-buttons
{ 
	width: 40%;
	text-align: right; 
	padding-bottom: 10px; 
	width: 300px;
}

.kattolehti-button
{
	margin-right: 15px; 
	width: 130px; 
	float: left;
}

.kattolehti-arvostelu
{
	width: 300px; 
	margin: 5px; 
	font-size: 0.8em;
}

.kattolehti-tilaajalahja
{
	font-size: 0.8em; 
	padding: 10px 10px 10px 10px;
}

.kayttoehdot
{
	margin: 5px 0 5px 10px; 
	float: right;
}

.lahjakortit
{
	margin-top: 20px; 
	width: 100%;
}

.pager-link 
{
	width: 20px;
	text-align: center;
	margin: 1px 3px 1px 3px;
	font-family: Courier New;
	border: solid 1px #ffffff;
}

.pager-link-selected
{
	width: 20px;
	text-align: center;
	margin: 1px 3px 1px 3px;
	font-family: Courier New;
	border: solid 1px #dcdc31;
}

div.hinta
{
	line-height: 1.5em;
	white-space: nowrap;
	
}

div.tiedot
{
	
	
}

.lista
{
	border-width: 0.5px;
	padding-top: 10px;
	

}

.lista input
{
	width: 30px;
	height: auto;
	float: left;
	display: block;
}

.lista label
{
	margin-bottom: 6px;
	width: 260px;
	float: left;
	display: block;
}
.page_tilausyhteenveto .title
{
	color: #000000;
	margin-bottom: 20px;
	
}

.hinta-ulkomaille-huom
{
}

.page_scroller
{
	background-color: #ffffff;
	background-image: none;
}

.page_scroller img
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	display: block;
	/*width: 90px;*/
	/*height: 116px;*/
	margin: 0 3px 0 3px;
	border: solid 7px #dcdc31;
}

.scroller table
{
	width: 100%;
}

.scroller
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 13px;
}

.page_haku .virhe-teksti
{
	margin-left: 0px;
	
}

.page_lehti .lehtitiedot
{
	/*margin: 20px 0 0 40px;*/
}

.page_lehti .lehtitiedot td .lomake-selite
{
	padding-left: 3px;
	
}

/*
.lehti-div-yla
{
	padding: 5px;
	border-bottom: none;
	
}

.lehti-div-ala
{
	height: 23px;
	border-top: none;
	margin:  0 10px 5px 10px;
	padding: 0 0 5px 20px;
	
}

.lehti-div-hilight-yla
{
	border-color: #68a639;
	background-image: url(../images/lehti_background.png);
	background-position: 0 -20px;
}

.lehti-div-hilight-ala
{
	border-color: #68a639;
}
*/

.lehti-yla
{
	border: solid 1px #d0d0d0;
	border-bottom: none;
}

.lehti-yla > div
{
	padding: 0px;
	top: none;
}

.lehti-ala
{
	border: solid 1px #d0d0d0;
	border-top: none;
}

.lehti-ala > div
{
	height: 23px;
	text-align: center;
	margin:  10px 0px 10px 0px;
	padding: 0 10px 0px 30px;
}

.lehti-hilight-yla
{
	border-color: #68a639;
	background-image: url(../images/lehti_background.png);
	background-position: 0 -20px;
}

.lehti-hilight-ala
{
	border-color: #68a639;
}

.page_palaute .lomake-textbox INPUT
{
	width: 250px;
}

.page_palaute .lomake-textbox TEXTAREA
{
	width: 250px;
}

.page_faq .title-small
{
	margin-bottom: 6px;
}

.page_faq hr
{
	margin-top: 18px;
	height: 0;
	border-top: dotted 1px #000000;
}

.page_haku .title-green
{
	color: #000000;
}

.page_ulkomaiset .hakutulokset > tbody > tr > td
{
	width: 50%;
	padding: 3px 3px;
	vertical-align: top;
	
}
.page_ulkomaiset .hakutulokset .vali
{
	width: 5px;
}
.thumbnail
{
	position: relative;
	top: 10px;
	right: 10px;
	height: 10px;
	overflow: visible;
	z-index: 2;
	text-decoration: none;
	
}

.thumbnail:hover
{

	z-index: 50;
	text-decoration: none;
}

.thumbnail span
{ 	/*CSS for enlarged image*/
	position: absolute;
	/* background-color: #68A639; */
	background-color: white;
	height: 220px;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-small;
	border: 1px solid grey;
	visibility: hidden;
	color: black;
	line-height: 150%;
	font-size: 0.8em;
	text-decoration: none;
	
}

.thumbnail span img
{ /*CSS for enlarged image*/
	border: solid;
	border-width: 1px;
}

.thumbnail:hover span
{ 	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-decoration: none;
}

.uutiskirje
{
	font-size: 0.8em;
	width: 190px;
	margin: 5px 5px 5px 0px;
	border: solid 1px #68a639;
}

.uutiskirje .textbox
{
	width: 150px; 
}

 /* ****************** RatingStar ****************** */
   .ratingStar
   {
       white-space:nowrap;
       margin:10px;
       height:14px;
   }
   .ratingItem {
       font-size: 0pt;
       width: 21px;
       height: 20px;
       margin: 0px;
       padding: 0px;
       display: block;
       background-repeat: no-repeat;
       cursor:pointer;
   }
   .Filled {
       background-image: url(../images/ratingStarFilled.png);
   }
   .Empty {
       background-image: url(../images/ratingStarEmpty.png);
   }
   .Saved {
       background-image: url(../images/ratingStarSaved.png);
   }
