/* Tagien oletustyylit */
/***********************/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	background: #FFFFFF url(images/tausta.jpg); 
	height: 100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
}

ul {
    padding-left: 40px;
    margin-left:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
	margin-top: 1em;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 16px;
	color: #666666;
}

h3 {
	font-size: 15px;
}

p {
	font-size: 13px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* container elementtien määrittelyt */
/****************************/

#outerContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

#topContainer, #contentsContainer, #bottomContainer{
	width: 918px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#topContainer {
	background: transparent url(images/topContainer.png) repeat-y;
}

#bottomContainer {
	background: transparent url(images/bottomContainer.png) no-repeat;
	height: 102px;
}

#contentsContainer {
	width: 858px;
	padding-top: 10px;
}

/* headerin määrittelyt */
/****************************/

#header {
	width: 888px;
	height: 282px;	
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.jpg) no-repeat bottom center;
	position: relative;
}

#header_info {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 13px;
}

/* navigaation määrittelyt */
/***************************/ 

#navigation {
	float: left;
	position: relative;
	width: 250px;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.nav li a {
	display: block;
	width: 210px;
	padding: 4px 0px 4px 30px;
	background-color: #eaeaea;
	background-image: url(images/nuoli.gif);
	background-repeat: no-repeat;
	background-position: 20px 8px;
	margin-bottom: 2px;
	font-size: 13px;
	color: black;
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li a.selected {
	background-color: #a0a0a0;
	color: white;
}
	
/* sisällön määrittelyt */
/****************************/

#contents {
	float: right;
	width: 590px;
}

/* footerin määrittelyt */
/****************************/

#footer {
	width: 888px;
	height: 102px;	
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer_teksti{
	width: 860px;
	position: absolute;
	top: 15px;
	left: 30px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 18px;
}

#heinakuu {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

#heinakuu a {
	color: white;
}

#footer-legalnotice {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 500px;
	color: white;
}

#footer-legalnotice a {
	color: white;
	font-size: 13px;
}

/* luokka määrittelyt */
/****************************/

.bold {
	font-weight: bold;
}

.middle {
	vertical-align: middle;
}

.smalltext {
	font-weight: normal;
	font-size: 11px;
}

.split .left {
	float: left;
	width: 48%;
}

.split .right {
	float: right;
	width: 48%;
}

.nappi {
	font-size: 11px;
	font-weight: bold;
	color: white;
	display: block;
	background: #ff0000;
	padding: 2px 6px;
	float: left;
}

/* Tuotemyynnin tyylit      */
/****************************/

div.product_element {
	position: relative;
	width: 100%;
	height: 140px;
	margin: 10px 20px 4px 0px;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
}

div.product_element .hinta {
	color: #6e0000;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	float: right;
}

div.product_element .otsikko {
	color: #484848;
	font-size: 18px;
	font-weight: bold;
	margin: 0;

}

div.product_element .kuvaus {
	color: black;
	font-size: 12px;
}

div.product_element .kuva table{
	height: 130px;
	width: 130px;
}

div.product_element .kuva {
	background: white;
	float: left;
	height: 130px;
	width: 130px;
}

div.product_element .info {
	float: left;
	margin-left: 30px;
	width: 300px;
	height: 130px;
}

div.product_element .kuva table {
	width: 100%;
}

div.product_element .kuva td {
	vertical-align: middle;
	text-align: center;
}

div#product {
	position: relative;
}

div#product .tuote_tuotenumero {
	font-size: 11px;
	color: black;
}

div#product .tuote_nimi {
	font-size: 18px;
	color: #484848;
}

div#product .tuote_hinta {
	font-size: 18px;
	color: #6e0000;
	margin-bottom: 0;
}

div#product .tuote_alehinta {
	font-size: 18px;
	color: #fff600;
	margin-bottom: 0;
}

div#thumbnails .thumb {
	float: left;
	position: relative;
	background: white;
	width: 80px;
	padding: 2px;
	margin-left: 7px;
	margin-bottom: 7px;
}

div#thumbnails .thumb a {
	margin: 0;
	padding: 0;
}

div#thumbnails .thumb img {
	width: 72px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Selaimen tunnitukseen    */
/* liittyvät määritykset    */
/****************************/

#browser_notice {
	width: 100%;
	margin-bottom: 0px;
	padding: 5px 0px;
	border: 1px solid #cecece;
	background: #d9ffb7;
}

#browser_notice span.message {
	padding: 0px 10px;
	font-size: 11px;
}

#browser_notice  img {
	vertical-align: middle;
	margin-left: 10px;
}

#browser_notice  #notice_close {
	position: absolute;
	right: 5px;
	top: 5px;
}