@charset "iso-8859-1";
body {
	background-image: url(kuvat/taka.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

a:link, a:visited, a:active {
        color: #0033CC;
}

.ala {
	background-image: url(kuvat/ala.jpg);
	background-repeat: no-repeat;
	height: 125px;
}

.hinnasto {
        font-size: 11px;
        vertical-align: top;
}

.hinnastoeurot {
        font-size: 13px;
        text-align: right;
        vertical-align: top;
}

.hinnastoiso {
        font-size: 13px;
        font-weight: bold;
        color: #305d32;
        vertical-align: top;
}

.keski {
	background-image: url(kuvat/keski.jpg);
	background-repeat: repeat-y;
}

.keskietus {
	background-image: url(kuvat/keski_etus.jpg);
	background-repeat: no-repeat;
}

.leipis {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #002800;
	font-family: "Trebuchet MS";
}

.linkki {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #0033CC;
	text-decoration: underline;
}

.linkki2 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	color: #305d32;
	font-weight: bolder;
}

.otsikko {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	color: #305d32;
	font-weight: bolder;
}

.separaattori {
        height: 16px;
        vertical-align: middle;
}

.sivuvalikko {
        vertical-align: top;
}

.valikko {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #305d32;
	font-weight: bolder;
}

.valikko2 {
	height: 28px;
	vertical-align: middle;
}

.yla {
	background-image: url(kuvat/yla.jpg);
	background-repeat: no-repeat;
}

li {
	color: #539f53;
}

#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2 {
	font-family:  "Trebuchet MS";
	font-size: 12px;
	color:#060;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px "Trebuchet MS";
	background-color: #f7f6f1;
	height: 35px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


