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

* {
	margin: 0;
	padding: 0;
}

html, body {	
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	background: #d4d4d4;
	height: 100%;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

hr {
	height: 1px;
	border: 0;
	background: #cecece;
}

td {
	vertical-align: top;
	text-align: center;
}

ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

li {
	font-size: 13px;
}
 
a {
	font-size: 13px;
	color: #4646db;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

img {
	border: 0;
}

h1 {
	font-size: 24px;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

h3 {
	font-size: 16px;
	margin-bottom: 18px;
}

h4 {
	margin-bottom: 18px;
}

p {
	font-size: 12px;
	margin-bottom: 18px;
}

/**** ID:n mukaan määritykset ****/
/*********************************/

/* Sivun yläosan määritykset */
/****************************/


#masterdiv {
	width: 968px;
	position: relative;
	left: 50%;
	margin-left: -507px;
	background: url(images/tausta.png) bottom center repeat-y;
}

#header {
	width: 950px;
	margin-left: 9px;
	height: 74px;
	z-index: 100;
	position: relative;
}


#logo {
	position: absolute;
	top: 15px;
	left: 43px;
}

#muut_logot {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

#suomi{
	position: absolute;
	right: 25px;
	top: 8px;
}

#englanti{
	position: absolute;
	right: 70px;
	top: 8px;
}

/* Navigaation määrittelyt */
/***************************/ 

#navigation {
	width: 950px;
	margin-left: 9px;
	height: 42px;
	background: url(images/navi_bg.png) repeat-x;
	position: relative;
	z-index: 100;
}

/* Alasvetovalikon määritykset */

#nav  {
	list-style: none;
}

#nav li {
  float: left;
  position: relative;
  width: auto;
  cursor: pointer;
  }
  
#nav li ul {
	display: none;
	position: absolute; 
	width: 120px;
	top: 35px;
	left: 0px;
	list-style: none;
	background-color: white;
	border: 1px solid #555e87;
	border-top: none;
	margin-left: 0px;
}

#nav li ul ul {
	display: none;
	position: absolute; 
	width: 185px;
	top: 5px;
	left: 100px;
	list-style: none;
	background-color: white;
	border: 1px solid #555e87;
	border-top: none;
	margin-left: 0px;
}

#nav li ul ul ul {
	display: none;
	position: absolute; 
	width: 140px;
	top: 5px;
	left: 120px;
	list-style: none;
	background-color: white;
	border: 1px solid #555e87;
	border-top: none;
	margin-left: 0px;
}

#nav li ul li{
	width: 100%;
	border-top: 1px solid #555e87;
	cursor: pointer;
}

#nav li ul li.top {
	width: 100%;
	border-top: none;
}

#nav li ul li.bottom{
	width: 100%;
}

#nav li:hover , #nav li.sfhover  { 
	background-color: #6b78b5;
}

#nav li li:hover , #nav li li.sfhover  { 
	background-color: #dcdcdc;
	color: black;
}

#nav li:hover ul, #nav li.sfhover ul { 
	display: block; 
}

#nav li:hover ul ul, #nav li.sfhover ul ul { 
	display: none; 
}

#nav li:hover ul ul ul, #nav li.sfhover ul ul ul { 
	display: none; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul , #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li.sfhover ul {
	display: block;
}

#nav .submenu {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}

#nav li a {
	display: block;
	padding: 11px 10px 10px 10px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#nav li a:hover {
	text-decoration: none;
}

#nav li li a {
	padding: 5px 0 5px 10px;
	font-size: 11px;
	font-weight: normal;
	color: black;
	border-right: 0;
	width: 100%;
}

#nav li li a:hover {
	text-decoration: none;
	color: black;
}
/* Alasvetovalikon määritykset loppuu */

/* Sisällön määrittelyt */
/************************/

#contents {
	width: 950px;
	margin-left: 9px;
	min-height: 100px;
	position: relative;
	z-index: 90;
}

#data {
	width: auto;
	overflow: auto;
	min-height: 260px;
}

#product_location {
	width: 870px;
	margin-left: 40px;
	margin-top: 10px;
	text-align: center;
	position: relative;
}

#product_location .seuraava_tuote {
	position: absolute;
	right: 0px;
}

#product_location .edellinen_tuote{
	position: absolute;
	left: 0px;
}

/* 2 palstainen rakenne */


#columns2_left {
	float: left;
	margin: 3px;
}

#columns2_right {
	float: right;
	margin: 3px;
	margin-left: 0px;
}

#columns2_right p {
	font-size: 12px;
}

/* 3 palstainen rakenne loppuu */

/* 3 palstainen rakenne */

#colunms3_header {
	float: left;
	width: 680px;
	min-height: 100px;
	padding-left: 30px;	
}

#colunms3_header h1 {
	font-size: 24px;
	color: #939393;
	margin-bottom: 6px;
	margin-top: 10px;
}	

#columns3_left {
	float: left;
	width: 200px;
	min-height: 100px;
	margin-left: 15px;
	clear: left;
}

#columns3_center {
	float: left;
	width: 480px;
	min-height: 100px;
	margin-left: 0px;
}

#columns3_right {
	float: right;
	width: 225px;
	min-height: 100px;
	margin-right: 15px;
}

#columns3_right p {
	font-size: 12px;
}

/* 3 palstainen rakenne loppuu */

/* Footerin ja muiden sivun loppuosien määrittelyt*/
/**************************************************/

#footer {
	width: 968px;
	height: 29px;
	background: url(images/footer.png) top center no-repeat;
	position: relative;
}

#footer_yhteystiedot {
	position: absolute;
	left: 12px;
	top: 10px;
	font-size: 11px;
}

#copyright {
	position: absolute;
	right: 12px;
	top: 10px;
}

#copyright a {
	color: #5e5e5e;
	font-size: 10px;
}

/**** CLASS määritykset ****/
/***************************/

.bold {
	font-weight: bold;
}

.sivuteksti {
	margin-left: 30px;
}

ul.lista1 {
	list-style: none;
	margin-left: 20px;
}

ul.lista1 li {
	padding-left: 30px;
	background: url(images/nuoli_pun.png) 10px 2px no-repeat;
	font-size: 11px;
}

.uutiset {
	background: #f98540;
	padding: 20px 10px;
}

.messut {
	background: #f98540;
	padding: 20px 10px;
}

.tuotteet_ominaisuudet_taulu {
	width: 100%;
}

.tuotteet_ominaisuudet_taulu th {
	background: #555e87;
	color: white;
	font-size: 11px;
}

.tuotteet_ominaisuudet_taulu td {
	background: #eaeaea;
	color: black;
	font-size: 11px;
	padding-left: 2px;
}

.tuotteet_ominaisuudet_taulu span.yksikko {
	color: #5c5c5c;
}

.tuotekuvat_thumbs {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.tuotekuva_thumb {
	float: left;
	width: 80px;
	height: 60px;
	overflow: hidden;
	margin: 0px 5px 2px 0px;
	border: 1px solid #555e87;
	cursor: pointer;
}

.tuotekuva_thumb img {
	width: 80px;
}

.loading {
	display: block;
}

.kokosivu {
	margin: 20px 40px;
}

.tekniset_ominaisuudet_taulu {
	width: 100%;
}

.tekniset_ominaisuudet_taulu th {
	background: #555e87;
	color: white;
	font-size: 11px;
	width: 80px;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.tekniset_ominaisuudet_taulu th span {
	white-space: nowrap;
}
	
.tekniset_ominaisuudet_taulu td {
	color: black;
	font-size: 11px;
	padding: 2px 5px;
	white-space: nowrap;
}

.tekniset_ominaisuudet_taulu tr {
	background: #eaeaea;
}

.tekniset_ominaisuudet_taulu .empty {
	width: auto;
}

.tekniset_ominaisuudet_taulu .ruled {
	background:#f98540;
}  


.kemiallinen_kestavyys td {
	text-align: center;
	background: #eaeaea;
	padding: 2px;
}

.kauppanimet {
	width: 100%;
}

.kauppanimet td {
	text-align: left;
	background: #eaeaea;
	padding: 2px;
}

.kauppanimet th {
	text-align: left;
	background: #555e87;
	padding: 2px;
}

.align_left {
	text-align: left;
}	

.align_bottom {
	vertical-align: bottom;
}

.uutislista {
	list-style: none;
}
.uutislista li {
	padding-left: 10px;
	line-height: 14px;
	background: url(images/pikkunuoli.png) 2px 4px no-repeat;
}
.uutislista a {
	color: white; 
	font-size: 12px;
}

.uutiset_pvm {
	color: #000;
	font-size: 10px;
}
.uutiset_otsikko {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.uutiset_uutislista {
	list-style: none;
	margin: 0;
}
.uutiset_uutislista li {
	
}
.uutiset_uutislista li a {
	font-size: 12px;
}

.yksikko {
	color: #5c5c5c;
	font-size: 10px;
	margin-right: 20px;
}

.testaus {
	font-size: 10px;
	color: #555E87;
}

.help_image {
	cursor: help;
	float: right;
}

.yhteydenottolomake_taulu {
	width: 400px;
}

.yhteydenottolomake_taulu td {
	vertical-align: middle;
	padding: 2px;
	font-size: 12px;
	text-align: left;
}

.yhteydenottolomake_taulu textarea {
	width: 400px;
	height: 100px;
}

.yhteydenottolomake_taulu input {
	width: 250px;
}

.error_msg {
	color: red;
	font-weight: bold;
	padding-left: 22px;
	background: url(images/exclamation.png) left center no-repeat;
}

.float_left {
	float: left;
	width: 470px;
}

.float_right {
	float: right;
	width: 390px;
}

.clear {
	clear: both;
}

.pulp_valiotsikko {
	display: block;
	padding: 5px 10px;
	background: #555e87;
	color: white;
	position: relative;
	left: -10px;
	width: 877px;
}