body {
	padding: 0px;
	margin: 0px;
	background-color: white;
}

/* GENERAL TYPOGRAPHY AND MISC */

body,
td {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	vertical-align: top;
}

a {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

a img {
	border: none;
}

h1,
h1 a {
	color: black;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: none;
	display: block;
}

p.tuote {
/*	font-style: italic;*/
	margin: 0px 5px 10px 5px;
	font-size: 10pt;
}

div.error {
	background-color: white;
	padding: 4px;
	border: 1px dashed #CCC;
	text-align: center;
}

td.sidebar img,
td.sidebar-even img,
td.content img,
td.content-even img {
	border: 1px solid #CCC;
}

img.no-border {
	border: none;
}

table.infotable td {
	margin: 0px;
	padding: 0px;
}

	table.infotable td.label {
		font-weight: bold;
		padding-right: 10pt;
	}

/* SECTIONS */
table#shell {
	width: auto;
	margin: 40px 10px 20px 10px;
}

tr#lang {
	display: none;
}

tr#header {
	display: none;
}

tr#nav  {
	display: none;
}

td#subnav {
	display: none;
}

td#title {
	background-color: white;
	padding: 0px 10px 10px 10px;
	vertical-align: bottom;
	color: black;
	font-size: 18pt;
	font-weight: bold;
}

	td#title span.sub {
		font-size: 14pt;
		margin-left: 10px;
		color: black;
	}

table#shell td.sidebar,
table#shell td.sidebar-even {
	padding: 10px 9px 10px 9px;
}

	table#shell td.sidebar {
		background-color: white;
	}

	table#shell td.sidebar-even {
		background-color: white;
	}

	table#shell td.sidebar img,
	table#shell td.sidebar-even img {
		display: block;
		margin-bottom: 10px;
	}

	table#shell td.sidebar img.deco,
	table#shell td.sidebar-even img.deco {
		display: none;
	}

table#shell td.content,
table#shell td.content-even {
	padding: 10px;
}

td#footer {
	border-top: 1px solid black;
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	
	width: 670px;
	position: fixed;
	bottom: 0;		
}

	td#footer a {
		display: none;
	}
	
/* FORMS */

form table {
	margin-bottom: 20px;
}

form table td {
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
}

	form table td.label {
		font-weight: bold;
		padding: 4px 10px 0px 0px;
		text-align: left;
	}

input,
textarea,
select {
	width: 200px;
	padding: 2px;
	margin: 2px;
}

input.error,
textarea.error {
	background-color: white;
}

input.checkbox {
	width: auto;
	border: none;
}

input.button {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	background-color: white;
	width: auto;
	border: none;
	margin: 8px 2px 8px 2px;
}