
/*---------------------------
 Body
---------------------------*/

* { padding: 0; margin: 0; }
img { border: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #FFF /*url(img/bg.jpg) top center repeat-x*/;
}
#top {
 height: 20px;
 border-bottom: 1px solid #FFF;
 background: #333;
}
#bg { 
 margin: 0 auto;
 width: 1000px;
 background: #FFF /*url(img/main_bg.gif) top center repeat-y*/;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
 background: url(img/top.jpg) top center no-repeat;
}
#header {
 width: 1000px;
 height: 130px;
 margin: 0px 0px 0px 0px;
 border-bottom: 0px solid #C50020;
}

h1 { 
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 10px 0px;
 font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
 font-size: 18px;
 font-weight: normal;
 /*color: #2857B5;*/
 color: #333;
 clear: both;
}
h2 {
 padding: 0px 0px 5px 0px;
 margin: 0px 0px 5px 0px;
 font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
 color: #333;
 font-size: 18px;
 font-weight: normal;
}
h3 { 
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
 font-size: 16px;
 /*font-weight: normal;*/
 font-weight: bold;
 /*color: #2857B5;*/
 color: #333;
 clear: both;
}
h4 {
 padding: 0px 0px 2px 0px;
 margin: 0px 0px 10px 0px;
 border-bottom: 1px solid #CCC;
 font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
 color: #333;
 font-size: 18px;
 font-weight: normal;
}

a {
 color: #6F6F6F;
 text-decoration: underline;
}
a:hover {
 color: #9D9D9D;
 text-decoration: underline;
}



/*---------------------------
 Mid
---------------------------*/

#mid {
 width: 950px;
 height: 1px;
 margin: 0px 25px 0px 25px;
 background: #CCC;
}



/*---------------------------
 Nav
---------------------------*/

#navcolumn { 
 float: left;
 color: #333;
 margin: 0px 35px 0px 25px;
 padding: 0px;
 /*height: 300px;*/
 width: 190px;
}

.navit {
 margin: 0px 0px 20px 0px;
 padding: 27px 0px 0px 0px;
 /*border-right: 1px solid #CCC;*/
 /*border-left: 1px solid #CCC;*/
 /*border-bottom: 1px solid #CCC;*/
 font-size: 14px;
 background: #FFF /*url(img/nav_bg.jpg) top left no-repeat*/;
}

a.menu {
 display: block;
 color: #FFF;
 padding: 5px 0px 5px 15px;
 margin: 4px 0px 0px 0px;
 font-size: 12px;
 text-decoration: none;
 text-transform: uppercase;
 /*font-weight: bold;*/
 width: 173px;
 background: #111 /*url(img/gloss3b.gif) top left repeat-x*/;
}
a.menu:hover {
 background: #393939 /*url(img/gloss3b_h.gif) top left repeat-x*/;
 color: #FFF;
 text-decoration: none;
}

a.menu_on {
 display: block;
 color: #FFF;
 padding: 5px 0px 5px 15px;
 margin: 0px 0px 0px 0px;
 text-decoration: none;
 width: 154px;
 background: #00045F url(img/nav_a_on.gif) top left no-repeat;
}

.subbox {
 width: 186px;
 padding: 0px 0px 0px 0px;
 border-top: 1px solid #B9B9B9;
 border-left: 1px solid #BBB;
 border-right: 1px solid #BBB;
 border-bottom: 1px solid #BBB;
 background: #D9D6D5 url(img/nav_sub_bg.gif) top left no-repeat;
}
.subbox_login {
 width: 163px;
 padding: 0px 0px 0px 23px;
 border-top: 1px solid #B9B9B9;
 border-left: 1px solid #BBB;
 border-right: 1px solid #BBB;
 border-bottom: 1px solid #BBB;
 background: #D9D6D5 url(img/nav_sub_bg.gif) top left no-repeat;
}
a.sub {
 display: block;
 color: #222;
 padding: 5px 0px 5px 17px;
 margin: 0px 0px 0px 0px;
 font-size: 12px;
 text-decoration: none;
 width: 169px;
 /*background: url(img/nav_sub.gif) top left no-repeat*/;
}
a.sub:hover {
 background: #EEE;
 color: #00045F;
 text-decoration: none;
}

.navbox {
 width: 180px;
 padding: 20px 0px 0px 20px;
 clear: both;
}



/*---------------------------
 Left
---------------------------*/

#leftcolumn { 
 float: left;
 /*height: 360px;*/
 width: 720px;
 margin: 25px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 /*background: #FFF;*/
}

#esittely {
 float: left;
 width: 490px;
 margin: 3px 35px 0px 0px;
}

#profile {
 float: left;
 width: 300px;
 margin: 0px 0px 0px 14px;
 padding: 15px 20px 15px 20px;
 border: 1px solid #CCC;
 background: #F6F6F6;
}

.leftbox {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 clear: both;
}
.leftbox_update {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 border-top: 1px dotted #BBB;
 clear: both;
}

.leftbox_kohde_l {
 float: left;
 width: 310px;
 padding: 0px 0px 10px 0px;
 margin: 0px 0px 0px 0px;
}
.leftbox_kohde_r {
 float: right;
 width: 310px;
 padding: 0px 0px 10px 40px;
 margin: 0px 20px 0px 0px;
 border-left: 1px solid #CCC;
}
.leftbox_kohde_l_noform {
 float: left;
 width: 680px;
 padding: 0px 0px 10px 0px;
 margin: 0px 0px 0px 0px;
}
.cleari {
 height: 2px;
 clear: both;
}
.cleari_t {
 height: 35px;
 clear: both;
}

.imgboxetu {
 width: 712px;
 margin: 0px 0px 0px 0px;
 text-align: center; /*etu ja kohde kuvan align*/
}
img.borders {
 border-top: 5px solid #E3E3E3;
 border-left: 6px solid #E3E3E3;
 border-right: 6px solid #E3E3E3;
 border-bottom: 5px solid #E3E3E3;
}

.imgboxprofile {
 float: left;
 width: 340px;
 padding: 5px 6px 5px 6px;
 margin: 0px 4px 15px 4px;
 background: #E3E3E3;
}

.ad {
 width: 180px;
 margin: 0px 0px 8px 0px;
}
.temp {
 width: 160px;
}

.imgbox_esittely {
 float: left;
 width: 160px;
 padding: 5px 6px 4px 6px;
 margin: 4px 4px 11px 4px;
 text-align: center;
 background: #E3E3E3;
}

.imgbox {
 float: left;
 width: 160px;
 height: 162px;
 padding: 5px 8px 4px 4px;
 margin: 4px 4px 11px 4px;
 text-align: center;
 background: #E3E3E3;
}
.img_clear {
 height: 128px;
 width: 160px;
 padding: 0px;
 /*line-height: 128px;*/
 margin: 0px 0px 4px 0px;
}

img.left { 
 /*float: left;*/
 /*padding: 2px;*/
 /*border: 1px solid #CCC;*/
 margin: 0px 0px 0px 0px;
}
img.right { 
 /*float: right;*/
 /*padding: 2px;*/
 /*border: 1px solid #CCC;*/
 margin: 0px 0px 0px 0px;
}
img.mainos {
 /*margin: 0px 0px 10px 0px;*/
}

p { 
 color: #333;
 font-size: 12px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 line-height: 16px;
}
p.right { 
 clear: both;
 text-align: right;
 color: #333;
 font-size: 12px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 3px 10px 3px 10px;
 line-height: 18px;
}

a.more {
 margin: 0px 30px 0px 0px;
 color: #588DFF;
 font-size: 12px;
 text-align: right;
 text-decoration: none;
}
a.more:hover {
 color: #0B59FF;
}

#leftcolumn ul { 
 margin: 10px 20px 20px 20px;
 list-style-type: disc;
 list-style-position: inside;
}



/*---------------------------
 Footer
---------------------------*/

#footer { 
 width: 950px;
 margin: 10px auto 0px auto;
 height: 38px;
 border-top: 1px solid #CCC;
 background: #111 /*url(img/footer.gif) bottom left no-repeat*/;
 clear: both;
}

p.footer { 
 color: #666;
 font-size: 11px;
 padding: 11px 0px 0px 0px;
 text-align: center;
}
a.wm { 
 color: #666;
 text-decoration: none;
}



/*---------------------------
 Inputs
---------------------------*/

textarea.palaute {
 padding: 1px;
 font-size: 12px;
 font-family: Arial, Sans-serif;
 width: 290px;
 height: 60px;
 border: 1px solid #BBB;
 background: #EEE;
 color: #555;
}
input.palaute {
 margin: 0;
 padding: 1px;
 width: 290px;
 border: 1px solid #BBB;
 background: #EEE;
 color: #555; 
}
input.omattiedot {
 margin: 0;
 padding: 1px;
 width: 120px;
 border: 1px solid #BBB;
 background: #EEE;
 color: #555; 
}
input.button {
 margin: 5px 0px 5px 0px;
 padding: 0px 15px 0px 15px;
 width: 80px;
 border: 1px solid #111;
 background: #111;
 color: #FFF;
 cursor: pointer;
}
input.button:hover {
 background: #444;
}



/*---------------------------
 Lightbox
---------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 200; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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: 110; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; outline: none;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 190; width: 100%; height: 500px; background-color: #000; }

