/************************************************
 * fsdd_styles.css
 * © Topias Kangas & Samuli Sorvari
 *
 * Tyylitiedosto oletusulkoasulle
 *
 ************************************************/

/* TAGIKOHTAISET MÄÄRITTELYT */

body{
	background: #e37119 url(../images/Kuvat/Sivuston_kuvat/tausta_oranssi_valk.jpg) repeat-x;
	color: #333333;
	/*font-family: verdana, arial;*/
	margin: 0;
	padding: 0;
	font-family:  tahoma, "Lucida Grande", Arial, "Trebuchet MS", "Bitstream Vera Sans",  Geneva, Helvetica, sans-serif;
	font-size: 12pt;
}

a{
	text-decoration: none;
	color: maroon;
}

a img{
	border-width: 0;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin-top: 0px;
	font-size: 1.1em;
	color: black;
	font-weight: normal;
	padding-bottom: 6px;
	letter-spacing: -0.4px;
}
h2{
	font-size: 1.3em;
	color: #313A0B;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom:0;
	padding-bottom:0;
}
h3{
	font-size: 1.1em;
	margin: 0 0 .5em;
	color: #313A0B;
	font-weight: normal;
}
h4{
	font-size: 1em;
}
p{
	line-height: 1.4em;
}
form{
	display: block;
}
li i {
	color: #666;
}


/* TYYLIT, JOITA TARVITAAN LÄHES JOKA SIVULLA */

#userbuttons{ display: inline; }
#login{ display: inline; }
.clearing{ clear:both; height: 5px; }
.messages li { list-style: none; padding: 10px 0; margin: 0; font-size: 15px; }
.caution { color: red; }


/* VALOKUVA-ALBUMIN ULKOASU */

.albumimagesplaza {
	background-color: #F3F3F3;
	padding: 10px;
    border: 1px solid #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:20px;
}

.albumimagesplaza h2 {
	margin-top: 10px;
}

a.albumimage {

}

a.albumimage img {
	float:left;
	margin: 10px;
    padding: 8px;
    border: 1px solid #DBDBDB;
    background-color: #fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



/* TAITTOON LIITTYVÄT MÄÄRITTELYT */

#container{
	margin: 20px auto 0;
	width: 951px;
	padding: 0 0px;
}

#header{
	background: url(../images/Kuvat/Sivuston_kuvat/valkoinenylapalkki.png) no-repeat 50% 0%;
	height: 70px;
	padding: 20px 39px 0;
	position: relative;
}

#header ul{
	list-style:none;
	margin:0;
	padding:0;
	color: black;
}

#logo{
	position:absolute;
	margin: 22px 0 0 14px;
	top:10px;
	left:30px;
}

#logo img{
	border: none;
}


#ostoskorissa{
	position: absolute;
	right: 40px;
	margin-top: 10px;
	height: 40px;
	width: 180px;
	color: black;
	line-height: 80%;
}

#ostoskorissa a{
	color: black;
}

#kori{
	height: 48px;
	width: 48px;
	position:absolute;
	right: 190px;
	top: -3px;
}

#free_shipping {
	position: absolute;
	right: 110px;
	margin-top: 26px;
}

#flag img{
	width: 50px;
	padding-left:10px;
}

#slogan{
	font-size:16px;
	height:30px;
	position:absolute;
    right: 300px;
    top: 25px;
	width:350px;
	letter-spacing: -0.3px;
}

#verkkomaksut{
	width: 164px;
}

#verkkomaksut img{
	border: none;
}



#keskiosa{
	padding: 0 39px;
	min-height: 300px;
	background: url("../images/Kuvat/Sivuston_kuvat/taustavalk.png") repeat-y 50% 0%;
}
#alaosa{
	padding-bottom:25px;
	background: url(../images/Kuvat/Sivuston_kuvat/valkoinenalaosa.png) no-repeat 50% 100%;
}

#navi{
	bottom: -1px;
	margin-bottom:0;
	text-align: center;
	text-transform: uppercase;
	width: 951px;
	height: 43px;
	background: url("../images/Kuvat/Sivuston_kuvat/mustaylapalkki.png") no-repeat;
	font-size: 0.9em;
	padding: 0;
}
	#navi .nav{
		display: block;
		padding: 0;
		margin: 0 22px;
		list-style: none;
        /*padding-left: 1.5em; */
	}
	/* HIDDEN FROM IE */
	#navi>.nav{
		float: left;
	}
	#navi ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	#navi li{
		float: left;
		margin: 0 1px;
		padding-left: 6px;
	}
	#navi .curtab{
		background: gray;
	}
	#navi a{
		display: block;
		height:31px;
		padding: 12px 12px 0 12px;
		color: white;
		/*margin-bottom: 1px;*/
	}
	#navi .curtab a{
		color: black;
	}

	#navi li a:hover{
		text-decoration: none;
		color: #ccc;
	}

#subfooter {
	float: right;
	width: 620px;
	font-size: 0.7em;
	text-align: center;
	padding-bottom: 10px;
}

#subfooter_linkit {
	padding-top: 5px;
}


#content {
	padding-top:20px;
	width: 622px;
	float:right;
	color: #404040;
}

#content h1{
	color: #404040;
	font-size: 20px;
}


#leftpanel{
	width: 230px;
	float: left;
}

.rounded {
	background-color: #666666;
	margin-top:20px;
	padding:1px 15px 10px 20px;
	color:white;
	font-size:11px;
}
.rounded.dark {
	background-color: #333;
	height: 180px;
}

.rounded.white {
    background-color: #FFFFFF;
    height: 180px;
    margin-bottom: 10px;
    margin-top: 38px;
}




.product{
	position: relative;
	width: 195px;
	margin:0 10px 18px 0;
	float:left;
	display: block;
	height: 195px;
}

.product span{
	position: absolute;
	bottom: 2px;
	text-align: center;
	left:0;
	right:0;
	font-size: 14px;
	color:white;
}

.product:hover span{
	color: red;
}


.product.nomargin{
	margin-right:0px;
}

.slideshow {
	position: relative;
	width: 195px;
	margin:0 10px 18px 10px;
	display: block;
	height: 195px;
	float: right;
}

.slideshow a{
	position:absolute;
	z-index: 8;
}

.slideshow a.active{
	z-index:10;
}

.slideshow a.last-active {
    z-index:9;
}

/* Henry 20.2.2010 */

.header_image {
	position: relative;
	weight: 622px;
	display: block;
	height: 213px;
}

.header_image a{
	position:absolute;
	z-index: 8;
}

.header_image a.active{
	z-index:10;
}

.header_image a.last-active {
    z-index:9;
}




/* Pikku Apuja */
.clearing {
	clear: both;
}
/*LOMAKKEET, FORMHNDLERISTA RIIPPUMATTOMAT */
.caution{
	color: #333;
	font-size:20px;
	letter-spacing: -0.8pt;
	border-radius:6px;
	background-color: #ffd800;
    border: 1px solid #E8C935;
	display:block;
	padding:15px 20px;
	margin-bottom:10px;
    text-align: center;
}

/* TAULUKOT */
.taulukko{
	border: 1px solid #aaa;
}
.taulukko td{
	padding: 3px;
}

.head-row{
	background: #aaf;
	font-weight: bold;
}
.foot-row{
	background: #ddf;
}
.odd{
	background: #eef;
}

/* KUVITUS  */

.kuvitus{
	text-align: center;
}
.kuvitus img{
	padding: 10px;
	background-color: transparent;
	border: 1px solid #999;
}
.tiedostodata{
	font-size: 0.8em;
	color: #999;
}

tr.uusi{
	background: #cfc;
}
tr.tulostettu{
	background: #ffc;
}
tr.odottaa_tuotteita{
	background: #fcc;
}
tr.odottaa_maksua{
	background: #ccc;
}
tr.toimitettu{
	background: #cff;
}

#tilaustoiminnot{
	float: right;
	background: #ffc;
	border: 1px solid black;
	padding: 0 10px 10px;
	width: 250px;
}

.shadowbox{
	background: white url(../images/ulkoasu/shadowbox_top.png) no-repeat 50% 0%;
	width: 182px;
	float: left;
	margin-right: 20px;
}
.shadowbox div{
	background: transparent url(../images/ulkoasu/shadowbox_bottom.png) no-repeat 50% 100%;
	padding: 5px 6px 30px 2px;
	text-align: center;
}

.shadowbox h3{
	font-size: 0.8em;
}
.shadowbox img{
	border: 1px solid #333;
}

.hinta{
	font-size: larger;
	font-weight: bold;
	color: #C00;
	margin-bottom: 5px;
}

/* dialogi */
.dialogi{
	border: 1px solid black;
	padding: .8em;
	display: block;
	background: #ccc;
	margin-bottom: .8em;
}
.dialogi .ok{
	display: block;
	border: 1px solid black;
	padding: .4em;
	margin: .4em;
	width: 30%;
	float: right;
	text-align: center;
}
.dialogi .cancel{
	display: block;
	border: 1px solid black;
	padding: .4em;
	margin: .4em;
	width: 30%;
	float: left;
	text-align: center;
}
.dialogi a:hover
{
	background: #aaa;
}

/** VERKKOKAUPPA **/

.tuotekuvalinkki {
	display:block;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 20px;
}
.tuotekuvalinkki.pieni{
	float: right;
	margin-bottom: 15px;
}

.tuoteoptio {
	padding: 0px 0px;
	text-align: center;
	clear: right;
	float: right;
	width: 193px;
	height: 193px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom: 15px;
}

.vehinta {
	font-size:30px;
	color:red;
	padding:10px;
	font-weight:bold;
}

.on_varastossa {
	color: ForestGreen;
	text-transform: uppercase;
	font-style:italic;
}

.ei_varastossa {
	color: red;
	text-transform: uppercase;
}

.saatavuus {
	color: grey;
}

.tuoteoptio input[type=submit] {
	margin-top:15px;
	width:150px;
	height:26px;
	font-weight:bold;
	font-size:12px;
}

.lisaysnappi {
	color:#000;
	padding:5px;
	border:0;
	background-color:#ffcc00;
	font-weight:bold;
	-moz-border-radius: 3px;
	margin:2px 0px 0px 50px;
	font-size:16px;
	width:150px;
	height:30px;
    border-radius: 8px 8px 8px 8px;
   	box-shadow:1px 1px 2px 0px #888;




}
.lisaysnappi:hover {
   	box-shadow:1px 1px 5px 1px #333;
}

#reunapala {
	bottom:100px;
	position:fixed;
	right:-200px;
	background: #F3F3F3;
	width:200px;
	min-height: 107px;
	color:#333px;
	border-right:1px solid #ccc;
}

#reunapala.open {
	right:0;
}

#reunapala p {
	padding:12px 0 12px 30px;
	font-size:13px;

}

#reunapala img{
	position:absolute;
	left:-30px;
	border-right: 1px solid #333;
}

#ostoskori ul {
	margin:0px;
	padding:0px;
}

#lisaa_koriin_tausta {
	background-color: #f4f4f4;
	-moz-border-radius: 6px 6px 6px 6px;

    padding: 20px 20px;
}

.vaihtoehtoselect {
 	font-size:16px;
 	width:250px;
 	padding:3px;
 	margin-left:20px;
}

.boksi {
	margin-top:20px;
	color:#333;
	font-size:11px;
}

.boksi2 {
	margin-top:12px;
	color:#333;
	font-size:11px;
	width:200px;
	float: right;
}

.boksin_title {
	color:#fff;
	background-color:#444;
	font-size:12px;
	-moz-border-radius: 8px 8px 0 0 ;
	padding: 8px 0 8px 24px;
	text-transform:uppercase;
}

.boksin_content {
	background-color:#f8f8f8;
	font-size:14px;
	-moz-border-radius: 6px 6px 6px 6px;
	padding:5px 15px 5px 20px;
	color:#333;
}
