/*------------------------ BODY --------------------------------------*/

body {	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	font-size: 12px;
}

	/* Align */
	
	.align_center {
		text-align: center;
	
	}
	
	.align_left {
		text-align: left;
	
	}
	
	.align_right {
	
		text-align: right;
	
	}
	
	.no_underline {
		text-decoration: none;
	}
	
	.normal {
		font-weight: normal;
	}

	/* B */
	
	b.price {
		color: #ff0000;
	
	}

	/* H1, H2, H3, H4, H5... */

	h1 {
	 	font-size: 16px;
		font-weight: strong;
	}
	
	h2 {
		font-size: 14px;
		font-weight: strong;
	}
	
	h3 {
		font-size: 12px;
		font-weight: strong;
	}
	
	h4 {
		font-size: 12px;
		font-weight: strong;
	}
	
	h5 {
	  	font-size: 8px;
		font-weight: strong;		
	}
	
	.author {
		color:#FF9900;
		font-size:9px;
	}

	/* Prices */
	.price {
		color: red;		
	}


	/* URLs, Links */

	a.admin {
		color: red; 
		text-decoration: none; 
		margin-right: 20px;
	}
		
	a {
		font-weight: bold;
	 	color: #000000;
	}
	
	a.standard {
		font-weight:normal;
	}
	
	a.standard_no_underline {
		font-weight:normal;
		text-decoration: none;
	}

	a img {	
		border: 0px;	
	}

/*------------------------ CATEGORY TREE --------------------------------------*/

#category_tree {
	margin-top: 5px;
	margin-bottom: 1px;
}

#category_tree_content {		
	background-image: url('images/table_background3.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-top: 10px;
	text-align: left;
}

#category_tree_footer {
	margin-bottom: 10px;
}

#category_tree_header {	
	background-image: url('images/tr_tiedote2.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	height: 22px;
	padding: 4px 0px 0px 32px;
	text-align: left;
}

#category_tree_header a {
	color: #000000;	
}

.category_not_selected {
	font-weight: normal;	
}

/*-------------------------COLUMN ---------------------------------------------*/

div.column_header {
	
	background-image: url('images/tr_tiedote2.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding: 4px 0px 0px 32px;
	text-align: left;

}

div.column_content {
	
	background-image: url('images/table_background3.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-top: 10px;
	text-align: left;
}

div.column_footer {
	margin-bottom: 10px;	
}

/*------------------------ MENU HORIZONTAL ..-----------------------------------------------*/

div.hnav_header {
	background-image: url('images/tr_tiedote2.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding: 4px 0px 0px 32px;
	text-align: left;
}

div.hnav_content {
	background-image: url('images/table_background3.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-top: 10px;
	text-align: left;
}

div.hnav_footer {
	margin-bottom: 10px;	
}

ul.hnav {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

ul.hnav a {
	font-weight: normal;
}

ul.hnav  li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.hnav li ul {
	margin: 0px;
	padding: 0px;
}

ul.hnav li ul li b {
	margin-left: 10px;
}

ul.hnav li ul li ul {
	margin-left: 20px;
}

/*------------------------ MENU VERTICAL ---------------------------------------------------*/

div.div_menu a { padding: 10px 7px 15px 7px; float: left; text-decoration: none;}

div.div_menu a:hover { text-decoration: underline; }

div.div_menu_selected { padding: 10px 7px 15px 7px; float: left; text-decoration: underline; }

div.div_menu:after,ul.nav:after { clear: both; content: ''; display: inline; }

ul.nav,ul.nav li,ul.nav ul { list-style: none; padding: 0; margin: 0; }

ul.nav ul.nav ul { float: left; position: relative; z-index: 1; }

ul.nav li {  display: block; position: relative; }
ul.nav ul { background-color: #96BCE2; min-width: 100%; }
ul.nav a { display: block; padding: 10px 7px 18px 7px; text-decoration: none;}
ul.nav a.selected { display: block; padding: 10px 7px 18px 7px; text-decoration: underline;}
ul.nav ul li a { padding: 5px 5px 5px 15px; width: 190px; }

ul.nav > li { float: left; }

ul.nav > li > a { margin: 0px; }
ul.nav > li:hover > a { text-decoration: underline; }
ul.nav > li ul li:hover > a { text-decoration: underline; color: #ffffff;}

ul.nav > li > a + ul { display: none; left: 0; margin-top: -1px; position: absolute; top: 100%; }
ul.nav > li:hover > a + ul { display: block;}
ul.nav > li ul li > a+ ul {display: none; left: 210px; margin-top: 0px; position: absolute; top: 0px;}
ul.nav > li ul li:hover > a + ul { display: block;}

/*------------------------ NAVIGATION -----------------------------------------*/

#navigation {
	
	background-image: url('images/navigation.gif');
	display: block;
	float: left;
	height: 41px;
	width: 100%;	
}
	
#navigation_block {
	margin-left: 20px;
}

td.navigation_block {
		width: 100%;
}

#navigation_border_left
{
	display: none;
}

#navigation_border_right
{
	display: none;
}

/*------------------------ ORDER PLACE ----------------------------------------*/

table.cart_details {
	width: 100%;
	border: 1px solid #cfcfcf;
}

table.cart_details tr {
	text-align: center;	
		
}

table.cart_details tr:first-child {
	background-color: #cfcfcf;
		
}

table.cart_title {
	background-color: #FF9B05;
	width: 100%;
		
}

#order_place_title {
	text-align: center;
	width: 100%;
	
}

table.order_place {
	border: 1px solid #000000;
	padding: 4px;
	width: 100%;
		
}

table.order_place th {
	border: 1px solid #000000;
	padding: 4px;
	text-align: left;
	
}

table.order_place th.logo {
	text-align: center;

}

/*------------------------ PAGE -----------------------------------------------*/

table.content_table {
	border-bottom: 1px solid rgb(102, 153, 255);
	padding: 0px 0px 10px 0px;
}

/*------------------------ PRICELIST ------------------------------------------*/

table#pricelist {
	width: 100%;
}

table#pricelist tr:first-child {
	text-align: center;
}

td.pricelist_category {
	background-color: #FF9B05;

}

td.pricelist_category  a {
	color: #000000;
}

td.pricelist_price {
	text-align: center;
}

tr.pricelist_price{
	background-color: #ffffff;		
}

/*------------------------ PRODUCT --------------------------------------------*/

table.product_detailed tr{
	vertical-align: top;
	/*width: 100%;*/	
}
	
td.product_container {
	vertical-align: top;
	border-bottom: 1px solid #cfcfcf;
}

table.product td{
	vertical-align: top;	
}

/*------------------------ PRODUCTS -------------------------------------------*/

table.products {
	width: 100%;
	table-layout: fixed;	
}

/*------------------------ SHOPPING CART --------------------------------------*/

div.add2cart {
	background-image: url("images/ostanappi_pieni.jpg");
}

div.add2cart, div.add2cart a {
	display: block;
	height: 17px;
	width: 50px;
}

table.order_form {
	background-color: #FFFFFF;
  	border-left: 1px;
 	border-right: 1px;
 	border-top: 1px;
 	border-bottom: 1px;
 	border-style: solid;
 	border-color: #cccccc;
 	margin-top: 20px;
 	text-align: center;
 	width: 100%;
}

table.order_form b  {
	color: #ff0000;
	font-weight: normal;	
}

table.order_form table {
	width: 100%;
}

table.order_form table td input:focus{
	background-color: #ffd700;	
}

div.order_text {
	font-weight: bold;
}

table.shopping_cart_details {
	width: 100%;
	background-color: #cfcfcf;
	border: 0px;
}

table.shopping_cart_details a {
	font-weight: normal;	
}

table.shopping_cart_details tr:first-child {
	background-color: #F0F8FF;
}

table.shopping_cart_details tr:first-child  a {
	color: #000000;
}

table.shopping_cart_details tr {
	background-color: #F0F8FF;
	text-align: center;
}

table.shopping_cart_details_title {
	width: 100%;	
}

#shopping_cart{
	background-image: url('images/ostoskori.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	height: 30px;
	margin-bottom: 10px;	
	padding-top: 20px;
	text-align: center;
	width: 165px;		
}

#shopping_cart a {
	colo: #000000;	
}

/*------------------------ STRUCTURE ------------------------------------------*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;	
}

#footer_container_wide {
	background-image: url('images/footer_background2.gif');
	background-repeat:no-repeat;
	float: left;
	height: 21px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}

#footer_container_wide p {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;	
}

#footer_content_wide {
	display: none;
}

#footer_content_wide p {
	display: none;
}

#header { 
	background-image: url('images/logo_tietosuunta.gif');
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	text-align: right;
	width: 100%;		
}

#header a {
	display: block;
	height: 90px;
	width: 100%;
}

#main {
	float: left;
	margin-top: 9px;
	width: 100%;
}
	
#main_content {
	padding: 4px;

}

#maintenance {
	text-align: center;
	width: 100%;
}

table#content {	
	padding: 0px;
	width: 100%;		
}

td#center {
	padding: 0 0 0 9px;
	vertical-align: top;	
}
	
td#left {	
	padding: 0px;
	vertical-align: top;
	width: 165px;
}

td#right {
	padding: 0px;
	vertical-align: top;
	width: 0px;	
}

td#right_activated {
	padding: 0px;
	vertical-align: top;
	width: 165px;	
}

/*------------------------ SUBNAV ---------------------------------------------*/

#subnav {
	background-image:url('images/tr_keski_600.gif');
	background-repeat: no-repeat;
	color: #000000;
	height: 24px;
	padding-left: 36px;
	padding-top: 6px;	
}

#subnav a {
	color: #000000;
}

#subnav_right_activated {
	background-image:url('images/tr_keski_420.gif');
	background-repeat: no-repeat;
	color: #000000;
	height: 24px;
	padding-left: 36px;
	padding-top: 6px;	
}

#subnav_right_activated a {
	color: #000000;
}