
/* Sommittelumaaritykset */

BODY {
	margin: 0px;
	background-color: #eef8ff;
	background-image: url('img/tausta.gif');
	background-position: center;
	background-repeat: repeat-y;
}

TD {vertical-align: top;}

IMG {border: 0;}

HR {
	border: none 0; 
	border-top: 1px dashed #000000;
	height: 1px;
	text-align: left;
	margin: 0px;
}	

/* Fonttimaaritykset (huom! cs2 editointitilan asetukset cs2/sivut_css.cfm:ssä) */

H1 {
	font: 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0a427c;
}

.chiliTeksti, TD {
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.pieni {
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Menumaaritykset */

.ylamenu {
	height:22px;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #eef8ff; 
	vertical-align:middle;
	border-top-style: solid; 
	border-top-color: #d9e9f5; 
	border-top-width: 1px;	
	border-bottom-style: solid; 
	border-bottom-color: white; 
	border-bottom-width: 3px;	
}

.alamenu {
	height:20px;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #ffffff; 
	vertical-align:middle;
	border-bottom-style: solid; 
	border-bottom-color: white; 
	border-bottom-width: 3px;	
}

.nosto_palkki {
	height: 23px;
	background-image: url('img/sinipalkki.gif');
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	padding-top:2px;
}

.nosto_teksti {
	width:270px;
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top:6px;
	padding-bottom:12px;
}

/* Formimaaritykset */

.formi {
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: black;
	padding-left:3px;
}

.nappi {
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:1px;
	font-weight:bold;
	background-color:#1e659d;
	color:white;
	border-style: solid;
	border-width: 0px;
	border-color: #222222;
	cursor: hand;
}

TEXTAREA {
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: black;
}

/* Kuvamaaritykset */

.tuote_pikkukuva {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
}

/* Linkkimaaritykset */

A:link {
	text-decoration:underline;
	color:#000000;
}

A:visited {
	text-decoration:underline;
	color:#000000;
}

A.hoveri:link, A.hoveri:visited {
	text-decoration:none;
	color:#0a3150;
}

A.hoveri:hover {
	text-decoration:underline;
	color:#0a3150;
}

