/* CSS Document */
/* KNT CSS by POP 3000 */

* {margin: 0; padding: 0;}

a {color: #fff; text-decoration: none;}

body {
	line-height: 100%;
	text-align: center;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	dddbackground-attachment: fixed;
	dddbackground-image: url(images/back07.gif);
	dddbackground-repeat: no-repeat;
	dddbackground-position: center center;
	background-color: #000;
}

h1, h2, h3 {margin-bottom: 6px;}

#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background: #000;
	line-height: 160%;
}

#label {width: 272px; float: left; padding: 12px;}
#shop{margin-left: 300px; padding: 12px;}

#top {padding-top: 6px;}

#site {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #000;
	line-height: 160%;
}

#menu {margin-left: 12px; width: 140px; float: left; clear: left;}
#navi {list-style: none;}
#navi li {font-size: 14px; font-weight: bold;}
#navi li a:link, #navi li a:visited; {border-bottom: 2px solid #000;}
#navi li a:hover {border-bottom: 2px solid #c00;}

#content {margin-left: 180px; width: 500px;}
#content p {margin-bottom: 12px;}

#content dl {}
#content dt {font: 15px Arial, Helvetica, sans-serif; margin: 4px 0;}
#content dd {font: 10px Verdana, Arial, Helvetica, sans-serif; margin-bottom: 12px; height: 120px;}
#content dd img {float: left; clear: left; margin-right: 6px;}

#download {
	font-size: small;
	margin: 0;
	margin-left: 23px;
	padding: 0;
	list-style: none;

}

#download li {
	width: 300px;
	margin: 6px 0;
	padding: 6px;
}

#download li a {
	color: #fff;
	text-decoration: none;
}


#levy {padding-bottom: 120px; border-top: 1px dotted #fff; padding-top: 3px;}
	

#levy h3 {font: 15px Arial, Helvetica, sans-serif; font-weight: normal;}
#levy img {float: left;}
#levy p {margin-left: 140px;}

#shopkuva {float:left; height: 200px;}
#shopnappi {margin-left: 220px; margin-top:20px; height: 200px;}

hr {margin-bottom: 10px;}


#right {float: right; width: 210px; padding-left: 6px; border-left: 1px solid #fff;}


/* fix for mozilla's center-position-changes-when-scrollbar-appears behaviour */
html {
	overflow:-moz-scrollbars-vertical;
}

/* LIGHTBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#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;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
