
/*****************************************
 * 
 * bannerName: 
 * highlite1: #000f9a (j: d15300)
 * text2:     #004179
 * 
 * 
 ****************************************/

html {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	border: 0px; /* ie6 */
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	color: #000;
	font: 12px Arial, Helvetica, Sans-serif;
	border: 0px; /* ie6 */
	
	background-color: white;
}

#wrapper {
	margin: 0 auto;
	width: 930px;
	height: 500px;
	overflow: visible;
	position: relative;
}

html>body #wrapper {
	height: auto;
	min-height: 500px;
	overflow: hidden;
}

#header {
	height: 70px;
	overflow: hidden;
	position: relative;
	
	background-color: white;
}

/* search */

#search {
	padding: 30px 5px 3px 0px;
	float: right;
}

#search input#searchstring {
	width: 169px;
	height: 14px;
	margin: 0px 5px 0px 0px;
	padding: 4px 10px;
	/* border: 0px solid gray; */
	border: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	font: 11px Helvetica, Arial, Sans-serif;
	color: #004179;
	overflow: hidden;
	vertical-align: top;
	/* background: url(bg/searchbox.gif) no-repeat left top; */
}

#search input.searchButton {
	height: 20px;
	width: 48px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: white;
	/* background: url(bg/searchButton.gif) no-repeat left top; */
	background: url(images/button_bg.gif) repeat-x left top;
	cursor: pointer;
	vertical-align: top;
}

#search input.searchButton:hover {
	color: black;
	background: url(images/button_bg_hover.gif) repeat-x left top;
	cursor: pointer;
	vertical-align: top;
}

#search input.searchButton:hover {
	
}


a.sitemap {
	clear: right;
	float: right;
	margin-right: 10px;
	color: gray;
	font-size: 11px;
	font-weight: bold;
}

a#logo {
	position: absolute;
	left: 0px;
	top: 10px;
}

a img { border: 0; }

/* nav */

#nav {
	height: 24px;
	overflow: hidden;
	
	background-color: white;
	border-top: 0px solid black;
}

/* navTop */

#navTop {
	height: 24px;
	overflow: hidden;
	/* background: url(bg/navTopx.jpg) no-repeat right top; */
}

/* Valikko */

#navTop ul {
	margin: 0px;
	margin-left: 10px; /* 190px; */
	padding: 0px 0px 0px 0px;
}

#navTop ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
}

/*
#navTop ul li.open {
	background: #fff url(bg/border.jpg) repeat-x top;
}
*/

#navTop ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	line-height: 18px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: black;
/*	background: #ddd url(bg/navTop.jpg) no-repeat right top; */
/*	border-left: 1px solid gray; */
	border-right: 0px solid #000;
	white-space: nowrap;
}

#navTop ul li a:hover {
	color: #9a9a9c;
}

#navTop ul li.open {
    /* background: url(bg/top_menu_bg_active_lt.gif) no-repeat left top; */
    /*background-color: red;*/
}
#navTop ul li a.open {
	color: white; /* #000; */
	/* background:  url(bg/top_menu_bg_active_rt.gif) no-repeat right top; /* url(bg/navTopOpen.jpg) no-repeat right top; */
	background-color: red;
/*	border-left: 1px solid #000f9a; */
}







/* content */

#content {
	clear: both;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	height: 400px;
	overflow: visible;
	background-color: white;
}

html>body #content {
	height: auto;
	min-height: 400px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	/* background: url(images/contentverlauf.jpg) repeat-y; */
	background-color: white;
	/*border: 1px solid gray;*/
}




/* right_text */
#right_text {
    float: right;
    width: 200px;
    min-height: 200px;
    background-color: #e6e6e7;
    margin: 10px 0px 10px 20px;
    padding: 10px;
}

/* column2 */

#column2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	clear: right;
	float: right;
	width: 175px;
	height: 100px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

html>body #column2 {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}


/* Main_wide -- No column2 */

#main_wide {
	margin: 0px -10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 715px;
	height: 100px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

html>body #main_wide {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Main */

#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 560px;
	height: 100px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

html>body #main {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* banner */
#banner {
	margin: 0px 0px 0px 0px;
	height: 162px;	
}



/* column1 */

#column1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 175px;
	float: left;
	/*height: 100px;*/
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

html>body #column1 {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}





/* navSub */

#navSub {
	padding-bottom: 10px;
	background: url(bg/border.jpg) repeat-x top;
	font-size: 13px;
}

#navSub h1 {
	/* background: url(bg/navSubH1.jpg) no-repeat right top; */
	background: url(bg/left_menu_toplevel_bg_active.gif) no-repeat left top;
	border-left: 0px solid #000f9a;
	padding: 7px 5px;
	border-bottom: 1px solid #fff;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#navSub h1 a {
	text-decoration: none;
	color: white; /* #004179; */
	display: block;
}

#navSub ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navSub ul li {
	margin: 0px 0px 2px 0px;
	/* padding: 0; */
	padding: 0px 0px 0px 0px;
	min-height: 21px;
	list-style-type: none;
	display: block; /* inline */
	background: url(bg/left_menu_toplevel_bg.gif) no-repeat left top;
}

#navSub ul li.open {
	
}

#navSub ul li a {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 10px;
	display: block;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	/* background: url(bg/arrow.gif) no-repeat 5px 7px; */
  background: url(bg/left_menu_toplevel_bg_bottom.gif) no-repeat left bottom;
  min-height: 21px;
  /* height: 21px; */
  border-bottom: 0px solid #fff;
}

#navSub ul li a:hover {
	color: #9a9a9c;
}

#navSub ul li a.open {
	font-weight: bold;
	/* background: url(bg/arrowOpen.gif) no-repeat 4px 7px; */
}


/* Ala-alavalikko */

#navSub ul li ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#navSub ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navSub ul li ul li.open {
	
}

#navSub ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 15px;
	background: #fff url(bg/arrow.gif) no-repeat 5px 7px;
    border-bottom: 1px solid #e1e1e1;
}

#navSub ul li ul li a.open {
	background: #fff url(bg/arrowOpen.gif) no-repeat 4px 7px;
}

#navSub ul li ul li a:hover {
	
}

/* Ala-ala-alavalikko */

#navSub ul li ul li ul {
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #e1e1e1;
}

#navSub ul li ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navSub ul li ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 25px;
	background: #fff url(bg/arrow.gif) no-repeat 15px 7px;
    border: 0px;
}

#navSub ul li ul li ul li a.open {
	background: #fff url(bg/arrowOpen.gif) no-repeat 14px 7px;
}

#navSub ul li ul li ul li a:hover {
	
}

.column1Text {
	padding: 10px 0px;
}

/* 4 - Ala-ala-alavalikko */

#navSub ul li ul li ul li ul {
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #e1e1e1;
}

#navSub ul li ul li ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navSub ul li ul li ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 30px;
	background: #fff url(../css/bg/arrow.gif) no-repeat 24px 7px;
    border: 0px;
}

#navSub ul li ul li ul li ul li a.open {
	background: #fff url(../css/bg/arrowOpen.gif) no-repeat 23px 7px;
}

#navSub ul li ul li ul li ul li a:hover {
	
}

/* 5 - Ala-ala-alavalikko */

#navSub ul li ul li ul li ul li ul {
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #e1e1e1;
}

#navSub ul li ul li ul li ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navSub ul li ul li ul li ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 40px;
	background: #fff url(../css/bg/arrow.gif) no-repeat 34px 7px;
    border: 0px;
}

#navSub ul li ul li ul li ul li ul li a.open {
	background: #fff url(../css/bg/arrowOpen.gif) no-repeat 33px 7px;
}

#navSub ul li ul li ul li ul li ul li a:hover {
	
}

/* 6 - Ala-ala-alavalikko */

#navSub ul li ul li ul li ul li ul li ul {
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #e1e1e1;
}

#navSub ul li ul li ul li ul li ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navSub ul li ul li ul li ul li ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 45px;
	background: #fff url(../css/bg/arrow.gif) no-repeat 36px 7px;
    border: 0px;
}

#navSub ul li ul li ul li ul li ul li ul li a.open {
	background: #fff url(../css/bg/arrowOpen.gif) no-repeat 35px 7px;
}

#navSub ul li ul li ul li ul li ul li ul li a:hover {
	
}


body * {
	font-family: Helvetica, Arial, Sans-serif;
	size: 12pt;
}

.no_trans {
	color: red;
}

#path {
    background-color: white;
    color: black;
    font-size: 13px;
    padding: 2px;
    padding-left: 0px;
    margin: 1px 0px 10px 0px;
    text-align: left;
}
#path A {
    color: #857a79;
    text-decoration: none;
}
#path A:hover {
    text-decoration: underline;
    /*color: orange;*/
}

table.products TR TH {
	background-color: #e1e1e1;
	padding-left:  3px;
	padding-right: 3px;
}

TABLE.products,
TABLE.productproperties {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 5px !important;
    margin-right: 0px !important;
    padding-left: 0px;
    border: 0px solid black;
    /* width: 100%; */
}

TABLE.products {
	clear: both;
	width: 100%;
}

TABLE.products TR.r1,
TABLE.productproperties TR.r1 {
	background-color: #eee;
}

TABLE.products A {
    color: #3093d1; /* #0000aa; */
    text-decoration: none;
}
TABLE.products TR {
    background-color: white;
}
TABLE.products TR:hover {
    background-color: #dddddd;
}
TABLE.products TR TD,
TABLE.productproperties TR TD,
TABLE.productproperties TR TH {
    padding: 2px 3px 2px 3px;
}

TABLE.productproperties TR TH {
    text-align: left;
    vertical-align: top;
}

.subgroup {
	font-weight: bold;
	background-color: #e1e1e1;
}





/*Peruselementit*/


a {
	outline: none;
	color: #3b8ab3;
	text-decoration: none;
}

a:visited {
    color: #9c5076;
}

h2 a {
	outline: none;
	color: #003355;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 10px 0px 2px 0px;
	margin: 0px;
	color: #9d4118;
	font-size: 20px;
	font-weight: normal;
	clear: none;
}

h2 {
	padding: 7px 0px 2px 0px;
	margin: 0px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

h2.section_head {
        font-size: 14px;
	font-weight: normal;
	color: white;
	background: #9d4118 url(bg/section_head.gif) no-repeat top left;
	padding: 2px 5px 1px 5px;
	height: 18px;
}

h3 {
	padding: 5px 0px 2px 0px;
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

hr {
	color: #000f9a;
	background-color: #000f9a;
	height: 1px;
	border: 0;
	clear: both;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}


.hidden {
	display: none;
}




/* footer */

#footer {
	clear: both;
	padding: 10px 0px 10px 15px;
	overflow: hidden;
	
	color: #818181;
	background-color: white;
	border-top: 1px solid silver;
	font-size: 12px;
	text-align: right;
}

#footer img {
	float: left;
	position: relative;
	/* top: -7px; */
}

#footer a {
	color: black;	
}


a.footerLink {
	float: right;
	color: black; /* #004179;*/
	font-weight: bold;
	margin-right: 30px;
}


/* really */

#really {
	padding: 15px 0px 0px 0px;
	text-align: left;
}

#really a {
	color: #004179;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}

#really a:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}








/* search results */

#searchResults h1 {
	margin-bottom: 5px;
}

#searchResults p {
	margin: 0;
	padding: 3px 0;
}

#searchResults th {
	margin: 0;
	padding: 3px 30px 3px 0;
	text-align: left;
}

#searchResults td {
	margin: 0;
	padding: 3px 30px 3px 0;
}





/* tabNav */


#tabNav {
	height: 30px;
	width: 450px;
	overflow: hidden; 
	background: url(bg/projectNav.jpg) no-repeat left bottom;
}

#tabNav ul {
	margin: 0;
	padding: 0px 0px 0px 15px;
}

#tabNav ul li {
	margin: 0px 1px 0px 1px;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: center;
	background: url(bg/tabNavRight.jpg) no-repeat right top;
}

#tabNav ul li.tabOpen {
    background: url(bg/tabNavRightOpen.jpg) no-repeat right top;
}

#tabNav ul li a {
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	font-size: 12px;
	padding: 0px 10px;
	text-decoration: none;
	display: block;
	color: #fff;
	background: url(bg/tabNavLeft.jpg) no-repeat left top;
}

#tabNav ul li a:hover {
	text-decoration: underline;
}

#tabNav ul li a.tabOpen {
	font-weight: normal;
	text-decoration: none;
    background: url(bg/tabNavLeftOpen.jpg) no-repeat left top;
    border: none;
    color: #000;
}




/* #tabNav javascriptin kanssa */

/* Tämän sisällä sekä nav että tavarat */
#tabContainer {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	position: relative;
	overflow: visible;
	height: 100px;
}

html>body #tabContainer {
	height: auto;
	min-height: 100px;
}

.tabData {
	padding: 10px 20px;
}




/* overlib */

.hover {
	cursor: crosshair;
}

#hover {
	width: 308px;
	height: 161px;
	padding: 20px;
	background: transparent url(bg/bubble.png) no-repeat left top;
	font-size: 11px;
}

#hover h1, #hover p {
	margin: 0px;
	padding: 2px 0px;
}


/* Tuoteosio */
table.groups {
	font-size: 12px; 
	clear: both; 
	width: 100%;
	border-collapse:collapse;
}

tr.group-names td {
	border-top: 1px solid silver;
}

tr.group-names:first-child td {
	border-top: 0px;
}
