/* ---------- CSS STYLES ---------- */



/* ---------- GENERAL ---------- */

* {
	outline: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.clear {
	clear: both;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}



/* ---------- BODY ---------- */

html {
	margin: 0px;
}
 
body {
	margin: 0px;
	background: #fff;
}



/* ---------- STRUCTURE ---------- */

#container {
	width: 760px;
	text-align: left;
}

#header {
	position: relative;
	height: 140px;
	background: url('/img/bg_header.gif') no-repeat;
}

#navi {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#navi .support {
	text-align: right;
	padding: 0px;
}

#navi .main {
}

#content .main {
	margin: 20px 0px 10px 0px;
}

#content .main .col_left {
	float: left;
	width: 170px;
	overflow: hidden;
}

#content .main .col_left .navi {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	margin: 15px 0px;
	padding: 5px 15px;
}

#content .main .col_right {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 0px 0px 10px;
	float: right;
	width: 580px;
	min-height: 400px;
/*	height: expression(document.body.clientHeight ? "400px" : "auto");*/
	overflow: hidden;
}

#content .main .col_right .breadcrumb {
	height: 20px;
}

#footer {
	height: 25px;
	background: url('/img/bg_footer.gif') no-repeat;
}

#footer .col_left {
	float: left;
	width: 170px;
	overflow: hidden;
}

#footer .col_right {
	float: right;
	width: 580px;
	overflow: hidden;
	text-align: right;
}



/* ---------- FONTS ---------- */

h1 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 16px;
	color: #cc0000;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #cc0000;
}
h3 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
}

p {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
}

p.narrow {
	margin: 10px 170px 10px 0px;
	padding: 0px;
	font-size: 12px;
}

#navi p, #content .main .col_right .breadcrumb p, #footer p {
	margin: 0px;
	padding: 0px;
	color: #999;
}

#navi .support p {
	line-height: 28px;
}

#content .main .col_left p {
	margin: 5px 15px;
}

#content .main .col_left a {
	color: #666;
}

a {
	color: #2a8dba;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navi .support a, #content .main .col_right .breadcrumb a, #footer a {
	color: #999;
}

#navi .main a {
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#content .main .col_left .level_2 a, #content .main .col_left .level_3 a {
	color: #cc0000;
	font-weight: normal;
}

p.download {
	font-weight: bold;
	color: #cc0000;
}


a.video {
	background: url(/img/Icon_External_Link.png) no-repeat 0 0;
	padding: 0 0 0 15px;
	color: #2a8dba;
}

/* ---------- LISTS ---------- */

ul {
	margin: 0px;
	padding: 0px 15px;
}

ol {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 5px 0px;
	padding: 0px;
	list-style: url('/img/arrow_grey.gif');
}

ul.items, ul.items ul {
	margin: 0px;
	padding: 0px;
}

ul.items li {
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
}

ul.items .parent ul, ul.items .parent ul ul {
	display: none;
}

ul.items .active ul, ul.items .active ul .active ul {
	margin: 0px 15px;
	display: block;
}

ul.items .active, ul.items .active .active {
	list-style: url('/img/arrow_grey.gif');
}

ul.items .menu_article {
	list-style: url('/img/arrow_grey.gif');
}

ul.items .menu_article a {
	font-weight: normal;
}

ul.items a {
	color: #666;
}

ul.items a.active {
	color: #cc0000;
}

#navi .main ul {
	margin: 0px;
	padding: 0px;
}

#navi .main li {
	margin: 0px 0px 0px 2px;
	padding: 0px 5px 0px 5px;
	float: left;
	min-width: 100px;
	width: expression(document.body.clientWidth ? "100px" : "auto");
	height: 28px;
	background: #cc0000;
}

#navi .main li:hover {
	background: #ff0000;
}


/* ---------- TABLES ---------- */

table {
	border: none;
}

table.feedback {
	border: none;
}

table.feedback td {
	padding: 0px 0px 2px 10px;
}



/* ---------- FORMS ---------- */

form {
	margin: 0px;
	padding: 0px;
}

#content .main .col_left form {
	margin: 0px 15px;
}

input {
	border: 1px solid #ccc;
	padding: 2px;
	vertical-align: middle;
}

input[type="text"] {
	margin: 0px 5px 0px 0px;
	height: 16px;
}

input[type="submit"] {
	border: 0px;
	height: 22px;
	margin: 15px 0 15px 0;
	padding: 5px;
}

textarea {
	border: 0px;
	margin: 0px;
	width: 538px;
	height: 240px;
	vertical-align: top;
	overflow: auto;
}

form.zemContactForm input {
	margin: 0 0 10px 0;
}

form.zemContactForm textarea {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

ul.register label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px; /* Width of labels */
}

ul.selectdata label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 250px; /* Width of labels */
}

ul.selectdata, ul.selectdata li, ul.diagnostiikka li {
	list-style: none;
}

ul.selectdata input {
	margin: 0 10px 0 0;
}

fieldset {
	border: 1px solid #ccc;
	margin: 15px 0 0 0;
}

fieldset legend {
	font-weight: bold;
}

input#yeardiagnosed {
	width: 80px;
	margin: 0 0 0 10px;
}

input.times {
	width: 50px;
}

input.serial {
	margin: 5px 0 0 0;
	width: 250px;
}

p.note {
	font: italic 12px arial;
	color: #999;
}

div.device {
	width: 160px;
	float: left;
	margin: 10px 0 0 10px;
	text-align: center;
}

div.device img {
	margin: 0 0 5px 0;
}

div.hr {
	height: 0px;
 	background: #fff no-repeat scroll center;
	clear: both;
}
div.hr hr {
	display: none;
}

/* ---------- IMAGES ---------- */

img {
	border: none;
	vertical-align: top;
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

img.logo {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 145px;
	height: 115px;
}

div.flash {
		width: 580px; 
		height: 170px;
}

img.oikea {
	float: right;
	margin: 0;
}


div.kartta {
	float: right;
}

div.pian {
	padding: 25px;
	background: #eee;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

div.frontpage-links {float: left; width: 188px; padding: 30px 0 10px 0;}
div.frontpage-links div {color: #2a8dba; text-align: center; padding: 0 0 10px 0;}

/* ---------- WEBSHOP ---------- */

div.webshop-bg {
 background: #EEE;
 border: 1px solid #999;
 padding: 3px 0 10px 10px;
}

th {
 text-align: center;
 font-weight: bold;
 font-style: italic;
 padding: 10px 0 5px 0;
}

th.product-category {text-align: left;}
td.price-field {text-align: right; padding: 0 10px 0 0;}
td.prodno-field {text-align: right;}
td.howmany-field {text-align: center;}

td.howmany-field input {
 width: 30px;
 padding: 2px 5px 2px 5px;
 text-align: center;
}

th h2 {margin: 0; padding: 0; font-style: normal;}

#shop-contact {}
#shop-contact textarea {
 border: 1px solid #BBB;
 height: 50px;
 width: 550px;
 padding: 5px;
}

input.shop-submit {
 background: #FEB500;
 border: 0px solid red;
 color: navy;
 font-weight: bold;
 font-size: 12px;
 padding: 5px;
 height: auto;
}