html, body {
	height: 100%; /* needed for container min-height */
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.0em;
}
body {
	background-color: #fff;// #EBF8FE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: solid 5px #214A93;
	border-left: solid 5px #214A93;
	border-right: solid 5px #214A93;
}
a:link {
	color: #3F5D8A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4677B9;
}
a:hover {
	text-decoration: none;
	color: #71AEDC;
}
a:active {
	text-decoration: none;
	color: #4976B9;
}
/* LAYOUT */
#login {
	margin: 5px;
	}
#search {
	text-align: right;
	margin: 5px;
}
#login fieldset,
#search fieldset {
	/*border: 0;*/
	height: 45px;
	padding: 0 5px 0 5px;
	}
#search legend,
#login legend {
	color: #444;
	}
#login input,
#search input {
	color: #444;
	}
#password,
#userID,
#hakusana {
	border: solid 1px #999999;
	}
.welcome {
	padding: 5px;
}
/* LABELS */
#login label,
#search label {
	font-size: 11px;
	}
#header {
	clear: both;
	background: url(../gfx/header-h1.bg.jpg) left top repeat-x;
	height: 113px;
}
h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	width: 100%;
}
h1 a {
	display: block;
	overflow: hidden;
	height: 113px;
	font-size: 0.0; 
	line-height: 0.0;
	text-decoration: none; 
	text-indent: -9999px;
	background: transparent url(../gfx/header-h1-logo.jpg) center top no-repeat;
	}
#contentwrapper {
	margin-top: 20px;
	float: left;
	width: 100%;
}

#contentcolumn {
	margin: 0 170px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn {
	margin-top: 20px;
	float: left;
	width: 180px; /*Width of left column in percentage*/
	margin-left: -100%;
}

#rightcolumn {
	margin-top: 20px;
	float: left;
	width: 170px; /*Width of right column in pixels*/
	margin-left: -170px; /*Set margin to that of -(RightColumnWidth)*/
}
/* LINKS */

a.ammattilainen {
	font-size: .825em;
	}
/* PADDINGS */
#contentcolumn .innertube {
	padding: 0 20px 0 0;
	font-size: .825em;
	}
#contentcolumn .innertube li {
	font-size: .825em;
	}
table.tuotelistaus p {
	margin: 0;
	padding: 0;
	font-size: .825em;
	}
table.tuotekortti p{
	font-size: .825em;
	}
div.tuotetaulukkodetails table td {
	font-size: 1em;
	}
table.tuotelistaus span.starcontainer {
	margin-top: 4px;
	display: block;
	width: 95px;
	padding: 2px;
	float: left;
	}
span.rate {
	margin-top: 8px;
	display: block;
	float: left;
	}
table.tuotelistaus .tuote_kuvaus {
	clear: both;
	}
table.tuotetietoa p {
	margin-top: 0;
	padding-top: 0;
	font-size: .825em;
	}
#rightcolumn .innertube {
	line-height: 1.6em;
	}
#rightcolumn .innertube a {
	text-decoration: none;
	}
/* NAVLIST */
ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul#navlist li {
	margin: 0;
	padding: 5px 0;
	}
ul#navlist li a {
	background: url(../gfx/navlist-a-bg.jpg) left center no-repeat;
	display: block;
	color: #fff;
	padding: 13px 5px 13px 15px;
	font-size: 12px;
	text-decoration: none;
	}
ul#navlist li a:hover {
	text-decoration: none;
	}
/* KAKSIPALSTAINEN SISÄLTÖALUE */
#headercotnentwrapper {
	float: left;
	width: 100%;
	}
#headercontentcolumn {
	margin-right: 250px;
	}
#headerrightcolumn {
	float: left;
	width: 250px;
	margin-left: -250px;
	}
/* HEADERS */
h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	}
h3 {
	font-size: 1.1em;
	}
h4 {
	font-size: 1.0em;
	}
h5 {
	font-size: .925em;
	}
/* PIPE DREAM */
ul#siblingList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul#siblingList li {
	border-left: 1px solid #444;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	}
/* S-ETUKORTTI */
#rightcolumn .etukortti {
	position: relative;
	margin-top: -60px;
	border: 0;
}