/*
	STYLESHEET 
	SKJ verkkokauppa, Copyright Nethit Oy www.nethit.fi
*/

TABLE.maintable 
{
	background-color: #ffffff;
	width: 850px;
}

TD.slide 
{
	height: 40px;
	background-color: #E4EEF7;
	/*background-image: url(../images/upper_slide.jpg);
	background-repeat: repeat-x;*/
	padding-left: 5px;
}

SPAN.total_new_price_highlight
{
	text-decoration: blink;
	color: #FF0000;
	font-weight: bold;
}

.boxText
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.small_notice_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.errorBox
{
	font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold;
}
.stockWarning
{
	font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033;
}
.productsNotifications
{
	background: #f2fff7;
}

SELECT.products_options_menu
{
	width:230px;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
}

SELECT.products_matrix_menu
{
	width:130px;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
}

input.invalid_product_quantity
{
	background-color:#ffb3b5;
	border: 1px solid;
	border-color:#7F9DB9;
}
.orderEdit
{
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color:#FF0000;
	text-decoration:none;
}

.error_info
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#FF0000;
  font-weight:bold;
  line-height: 1.5;
}

BODY {
	margin: 0px;
	/*background-image: url(../images/vyl_back.jpg);
	background-repeat: repeat-x;*/
	background-color: #E4EEF7;
}

A
{
	color: #313131;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}

A.uutuus
{
  color: #000000;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

A:hover 
{
	color: #820000;
	text-decoration: underline;
	font-weight:bold;
}

FORM {
	display: inline;
}

TR.header
{
	background-image: url(../images/slide_tausta.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
}

TR.headerNavigation {
  font-size: 12px;
  height: 25px;
}

TD.headerNavigation {
  font-family: arial;
  font-size: 12px;
  color: #343434;
  font-weight:normal;
  
}

A.headerNavigation:link, A.headerNavigation:visited {
  font-family: arial;
  font-size: 12px;
  color: #343434;
  font-weight:normal;
}

A.headerNavigation:hover {
  color: #000000;
  text-decoration: underline;
}

#breadcrumb A.headerNavigation:link, A.headerNavigation:visited {
  font-family: arial;
  font-size: 11px;
  color: #008435;
  padding-left: 0px;
  font-weight:normal;
}

#breadcrumb A.headerNavigation:hover {
  color: #000000;
  padding-left: 0px;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {

}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #343434;
  font-weight: bold;
  vertical-align:middle;
  text-align: center;
  border-bottom: 2px solid #0884C2;
}

.footer_small_info
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dedede;
}

FIELDSET.containerBox
{
	border: solid 1px #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

LEGEND.containerCaption
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}

.infoBox
{
	padding: 0px;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-left: 4px;
  background-color:#F2F2F2;
}

.SearchBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-left: 4px;
}

.infoBoxNotice {
  background: #FF8E90;

}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TD.infoBoxHeading 
{
	height: 38px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#ffffff;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	background-color:#008435;
	padding-left: 15px;
	border-top: 2px solid #103C69;
	background-image: url(../images/valikko_back.jpg);
	background-repeat: repeat-x;
}

TD.infoBoxHeading2 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#343434;
	background-color:#C7F8BE;
	vertical-align: middle;	
	border-right: 1px solid #CCCCCC;
	margin-top: 5px;
	border-top: 1px solid #CCCCCC;
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}



TD.productBoxHeading {
  height: 31px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#333333;
  padding-left: 0px;
}

.productBox
{
	background-color:#ffffff;
	padding: 2px;
}

.productBoxContents
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.sideBox
{

}

.sideBoxContents
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

A.sideBoxContents
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

SPAN.sideBoxContents
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

TABLE.newProductBox
{
	border: 0px solid #aaaaaa;
	background-color: #ffffff;
	height:100%;
}

TD.newProductsBoxPrice
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#001E7F;
	font-weight:normal;
	font-size:13px;
	font-weight: bold;
}

A.newProductsBoxTitle:link, A.newProductsBoxTitle:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 7px;

}

DIV.newProductsBoxText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-top: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	line-height: 1.2em;
	background-color:#F2F2F2;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	line-height: 1.2em;
		background-color:#ffffff;
}

TABLE.productListing {

  border-collapse: collapse;

}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.productListing-heading-inner
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border: 0px;
}




TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	border-bottom: 1px solid #000000;
  
}

TD.productListing-data-inner {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}



TABLE.pageResultsBackground
{
	background-color: #F7F7F7;
	border: 1px solid #eeeeee;
}

TD.pageResultsText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.pageResults:link, A.pageResults:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #000000;
  padding-left: 4px;
  padding-right: 4px;
  width: 30px;
  height: 15px;
  border: 1px solid #CCCCCC;
}

A.pageResults:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #2954A3;
  width: 20px;
  height: 15px;
    border: 1px solid #CCCCCC;

}

FONT.pageResultsSelected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
  	padding-right: 4px;
    background-color: #2954A3;
    border: 1px solid #CCCCCC;
	color: #ffffff;

}

A.pageResultsPageSelect:link, A.pageResultsPageSelect:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	  color: #000000;
	  padding-left: 4px;
	  padding-right: 4px;
	 
}

TD.pageHeading, DIV.pageHeading {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #343434;
  vertical-align:top;
  padding-top: 2px; 


}

SPAN.subHeading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000269;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#FF0000;
  font-weight: normal;
  text-decoration:blink;
 
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  vertical-align:middle;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000269;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;

}


.productsShortDescription
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;

}

SPAN.productNew
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 10px;
}

SPAN.errorText 
{
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}

.moduleRow {  }
.moduleRowOver { background-color:#E8E8E8; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color:#0062BB; color: #ffffff; }

.messageBox
{
	font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight:bold;
}
.messageStackError, .messageStackWarning
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	background-color:#ffb3b5; 
	font-weight:bold;
}

.messageStackSuccess
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	background-color: #99ff00; 
	font-weight: bold;
}


.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.inputNotice { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; }
.inputNoticeText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; }

/* ylälinkkipalkki */

.linkbox
{

}

td.valikko_tyyli
{
	color: #ffffff;
	text-decoration: none;
	border:none;
	padding-left: 18px;
	padding-right: 15px;
	border-right: 1px solid #104DC6;
	height: 33px;
}

A.valikko_tyyli:link, A.valikko_tyyli:visited , span.valikko_tyyli
{
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

A.valikko_tyyli:hover
{
	color: #dedede;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

td.valikko_vali
{
	color: #ffffff;
}



.productMatrix-even
{
	background-color: #EFEFEF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	border: 1px solid #FFFFFF;
}
.productMatrix-odd
{
	background-color: #E1DEFE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	border: 1px solid #FFFFFF;
}

TABLE.productDiscountBox
{
  border: 1px solid #CCCCCC; /*##b6b7cb;*/

  border-collapse: collapse;
}

.productDiscountBox-data
{
	background-color:#ACBDFF;/*#EEF3FF;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	border: 1px solid #FFFFFF;
}

FONT.out_of_stock_color
{
	color:#FF0000;
}

TABLE.productInfoBox
{
	border-color:#CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}

.shopping_cart_open
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	font-weight: bold;
}

#product_tooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid;
	border-color:#333333;
	padding: 2px;
	background-color:#FFF5DF;
	visibility: hidden;
	z-index: 100;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	line-height: 1.5;

	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	*/
}

#product_tooltip_pointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}


A.confirm_conditions
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight:normal;
	text-decoration:underline;
	color:#333;
}

SELECT.shopping_cart_box_menu
{
	width: 100%;
	font-size: 11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.incompatible_module
{
	color:#999999;
}

.addToFavorites
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0000FF;
	padding: 5px;
	font-weight:bold;

}

.paymentInfoTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-bottom: 1px solid #cccccc;
	vertical-align:middle;

}

.paymentInfoText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;


	background-color:#F0F3F7;
}

.paymentInfoTextSmall
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

	background-color:#F0F3F7;
}

LABEL.cart_template_option
{
	cursor:pointer;
	border: 0px;
}


TD.ajankohtaista_otsikko {
  	font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color:#587278;
	padding-left: 10px;
/*	padding-top: 7px;
	height: 31px;
	background-image: url(../images/kategoria_otsikko_tausta.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;*/
}

TD.ajankohtaista_vasen {
/*	height: 31px;
	background-image: url(../images/kategoria_otsikko_vasen.gif);
	background-repeat: no-repeat;
	background-position: left;
	*/
}

TD.ajankohtaista_oikea {
/*	height: 31px;
	background-image: url(../images/kategoria_otsikko_oikea.gif);
	background-repeat: no-repeat;
	background-position: right;
	*/
}

td.uutuustuotteet {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	border-bottom: 1px #999999 solid;
}


table.uudet_tuotteet_taulu
{
	border: 1px solid #AAAAAA;
	background-color:#ffffff;
}



td.main_valikko_over {
	background-image: url(../images/main_tausta_over.jpg);
	background-repeat: repeat-x;
}

td.main_valikko {
	background-image: url(../images/main_tausta.jpg);
	background-repeat: repeat-x;
}

TABLE.ajankohtaista_teksti, td.ajankohtaista_teksti {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
	background-image: url(../images/slide_tausta.jpg);
	background-repeat: repeat-x;
	background-color:#B6B6B6;
	border: 1px solid #aaaaaa;
	border-top: none;
}


DIV.search_category_name
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	vertical-align: top;
}

SPAN.product_listing_subcategories
{
	font-size: 20px;
}

DIV.product_matrix_incoming_quantity
{
	color: #FF0000;
	vertical-align:bottom;
}

TABLE.product_matrix_select
{
	border: 0px;
}

TABLE.product_image_fill
{
	text-align: center;
	vertical-align: top;
	margin: 2px;
}

TD.product_image_td
{
	vertical-align: top;
	text-align:center;
}

IMG.product_image_inner
{
	padding: 1px;
	background-color:#CCCCCC;
	border: 1px 1px 1px 1px;
	border-color:#666666;
	vertical-align: top;
	
}


/* Hintalappu tyylit */

TABLE.products_price_table
{
	border: 0px;
}

TD.products_normal_price
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#001E7F;
	font-size:13px;
	font-weight: bold;
	text-align: center;
}

TD.products_special_price
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size:13px;
	font-weight: bold;
}

TD.products_old_price
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:line-through;
	font-size:11px;
	font-weight: normal;
	text-align: center;
}

TD.products_discount
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:11px;
	font-weight: bold;
}

TD.products_old_normal_price
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight: normal;
	text-align: center;
}
/* loppu */


TD.bestsellers_box_category
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;

}

/*  Yleinen otsikko joka sivulla */
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #343434;
	vertical-align:top;
	margin: 0px;
}

/* Yleinen alaotsikko (tuotteen malli) */
H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #343434;
	vertical-align:top;
	margin-top: 4px;
	margin-bottom: 2px;
}

FONT.shopping_cart_product_count
{
	color:#999999;
	font-weight: bold;
	font-size: 11px;
}

.product_image_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 100px;
	padding-top: 0px;
	vertical-align: top;
}

SELECT.shopping_cart_menu
{
	font-family: 'Courier New', Courier, mono; 
	font-size: 11px; 
	width: 100%;
}

OPTION.new_items_cart_menu
{
	background-color:#FFB7B7;
}

INPUT.checkout_address_field
{
	width: 190px;
	font-weight: normal;
	border: 1px solid #BBBBBB;
	height: 15px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 2px;
}

SELECT.checkout_address_field
{
	width: 145px;
	font-weight: normal;
}

INPUT.checkout_address_field_long
{
	width: 330px;
	font-weight: normal;
}

TD.categories_description
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.manufacturers_box_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

DIV.shipping_module_extra_info
{
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;

}

TD.subcategory_name
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

SELECT.formed_pull_down_menus
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'Courier New', Courier, mono; 
	font-size: 11px;
	vertical-align: middle;
}

FONT.shopping_cart_attribute
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


TD.productListing-categories_row
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dedede;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 4px;

}

A.search_category_link, A.search_category_link:VISITED
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.search_category_link:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

A.order_history_product_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;

}

TD.list_product_name
{
	height: 36px;
	width: 303px;
	background-image: url(../images/uusi_tuote_tausta.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
}
.list_product_name
{
	font-size: 12px;
}

a.list_product_name:link, a.list_product_name:visited
{
	padding: 0px;
	padding-left: 7px;
	font-size: 12px;
}

.news_product_title {
	height: 36px;
	width: 196px;
	background-image: url(../images/uusi_tuote_tausta.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
	vertical-align: middle;
}

INPUT.image_upload_file
{

}

TABLE.products_uploaded_images
{
	border: 1px solid #CCCCCC;
}

TR.uploaded_images_contents
{
	

}

TR.uploaded_images_heading
{
	font-weight: bold;
	background-color: #EFEEF0;
	vertical-align: middle;
	
}

/* order process */

TABLE.checkoutBar
{
	
}

A.checkoutBarFrom:link, A.checkoutBarFrom:visited 
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

A.checkoutBarFrom:HOVER
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
}

TD.checkoutBarFrom
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	text-decoration: underline;
	text-align: left;
	font-weight: normal;
	width: 97px;
	padding-left: 7px;
}

TD.checkoutBarTo
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	text-align: left;
	width: 97px;
	padding-left: 7px;
}

TD.checkoutBarCurrent
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	width: 97px;
	font-weight: bold;
	padding-left: 7px;
}

TD.checkoutBarLast
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	text-align: left;
	padding-left: 7px;
}

TD.checkoutBarArrow {
	width: 30px;
}

TD.checkoutBarNoLink {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#999999;
	text-decoration: normal;
	text-align: left;
	font-weight: normal;
	width: 97px;
	padding-left: 7px;
}

TD.phase_width {
	width: 35px;
}

/* // order process */


TABLE.categoriesBox
{
	margin-top: 5px;
	margin-bottom: 0px;
}

TR.cat_row
{

}

TD.cat_column {
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

TD.cat_spacer {
	width: 15px;
}

TD.cat_column_last {
	vertical-align: top;
	text-align: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
}

A.selected_cat:link, A.selected_cat:visited 
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

A.selected_cat:hover
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;

}

A.norm_cat
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

A.norm_cat:HOVER 
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

TD.cat_product_count
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	
	text-align: left;
	vertical-align: top;
	
	padding-left: 0px;
	padding-right: 0px;
}

IMG.subcat_image
{
	vertical-align: top;

}

A.products_model, B.products_model
{
	color: #313131;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;

}

A.products_model:HOVER, B.products_model:HOVER
{
	text-decoration: underline;
	font-weight:normal;
	color: #820000;

}

A.box_product_link, A.box_product_link:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

A.box_product_link:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}


TD.product_letter
{
	border: 1px solid #CCCCCC;
	width: 10px;
	text-align: center;

}

A.product_letter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
	
}

A.product_letter:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	background-color: #CCCCCC;
}

B.product_letter_selected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
	background-color: #FFFF00;
	
}

TD.product_letter_selected
{
	border: 1px solid #CCCCCC;
	width: 10px;
	text-align: center;
	background-color: #FFFF00;
}

A.info_box_link:link, A.info_box_link:visited
{
	background-image: url(../images/kolmio.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	height: 25px;
	color: #008435;
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

A.info_box_link:HOVER
{
	color: #000000;
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
}

A.customer_account_page_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0671A7;
}

A.customer_account_page_link:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.product_matrix_td
{
	vertical-align: top;
	font-weight:normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

INPUT.given_matrix_quantity
{
	text-align: center;
	width: 28px;
	background-color: #FFFFFF;
	color:#000000;
}


INPUT.given_matrix_quantity_highlight
{
	text-align: center;
	width: 28px;
	background-color: #FFD5D5;
	color:#000000;
	
}

/*
	Tuoteryhmän slideshow tyylit 
*/
DIV#hold	
{ 
	position:relative; overflow:hidden;
	width:100%; height:135px; z-index:100
}
DIV#wn	
{ 
	position:absolute; 
	left:50px; top:0px; 
	width:80%; height:130px; 
	clip:rect(0px, 100%, 130px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
DIV#lyr1	
{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
}
/* Set small font-size or size/position of div's will be off in some browsers  */
DIV#scrollbar 
{ 
	/* position:absolute; left:0; top:120px; */
  	width:100%; height:11px;
  	font-size:1px; z-index:2
}
DIV#track 
{ 
	position:absolute; left:12px; top:0;
	width:97%; height:11px; z-index:1;
	background: url("../images/track.gif") #336 repeat
}
DIV#dragBar 
{
	position:absolute; left:1px; top:1px;
	width:20px; height:9px; z-index:1;
	background-color: #FF9900;
}  
DIV#left 
{ 
	position:absolute; 
	left:1px; 
	top:-1px; 
	z-index:2 
}  
DIV#right 
{ 
	position:absolute; 
	right:0; 
	top:-1px; 
	z-index:3 
}
IMG.slideshow_thumbnail
{
	cursor: pointer;
}
/******** slideshow tyylit loppuu *********/

.shoppingbox {
	width: 167px;
	background-color: #ECECEC;
	margin-top: 9px;
}



/** Ostoskori **/

TR.cartProductListing-odd {
	line-height: 1.2em;
	background-color:#FFFFFF;
	border-top: 1px solid #CCCCCC;
}

TR.cartProductListing-even {
	line-height: 1.2em;
	background-color:#FFFFFF;
}

TD.cartProductListing-data {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	background-image: url(../images/line_fade.jpg);
	background-repeat: repeat-x;
}

TD.cartProductListing-data-red {
	background-color: #FFDFE0;
	border-top: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cartProductListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  border-top: 1px solid #CCCCCC;
  vertical-align: middle;
  padding-bottom: 4px;
  padding-top: 4px;
}

a.cartProductListing-heading-inner:link, a.cartProductListing-heading-inner:visited {
	font-size: 12px;
	color: #000000;
	border: 0px;
	text-decoration: none;
	font-weight: bold;
}

a.cartProductListing-heading-inner:HOVER {
	font-size: 12px;
	color: #000000;
	border: 0px;
	text-decoration: underline;
	font-weight: bold;
}

TD.cartProductListing-lastrow {
 border-top: 1px solid #CCCCCC;

}

TABLE.cartRegisterationTable
{

}

TD.cartRegisterationTd
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

A.cartRegisterationLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	
}

.cartFieldTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;

}
/*****/

UL.CustomerInfoTips
{
	list-style-type: disc;
	list-style-position:outside;
}

TD.confirmationProductsHeader
{
	border-top: 1px solid #0099CC;
	border-bottom: 1px solid #0099CC;
}

TD.confirmationProductsRow
{
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.orderTotalSumRow {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px solid #0099CC;
	border-bottom: 1px solid #0099CC;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
	background-image: url(../images/line_fade.jpg);
	background-repeat: repeat-x;

}

FONT.orderTotalSum {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size: 18px;
	font-weight: bold;
}

.orderSubTotalSumRow {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
}

.orderSubTotalSumRowInfo {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

TD.orderTaxTotalRow {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

DIV.payment_module_info
{
	padding-top: 4px;


}

TABLE.bank_payment
{
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	height: 80px;
	width: 110px;
	
	background-image: url(../images/line_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

A.payment_link
{
	font-size:11px;
	text-decoration: underline;
	font-weight: normal;
}

A.payment_link:HOVER
{
	font-size:11px;
	text-decoration: underline;
	font-weight: normal;
}

.payment_title
{
	text-decoration: underline;
}

B.payment_title
{
	text-decoration: none;
	font-weight: bold;
}

.checkout_small_info
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

A.checkout_small_info:HOVER
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.checkoutBarBottom
{
	margin-top: 8px;
	padding-bottom: 4px;
}

/* Viestit */

.messageError {
  background: #FF8E90;
  font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.messageErrorContents {
	background: #FFE6E6;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #FF0000;
}

.messageSuccess {
	background-color: #00FF00;
}

.messageSuccessContents {
	background-color: #D3FED6;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #009900;
}

.messageWarning {
	background: #FF8E90;
}

.messageWarningContents {
	background: #FFE6E6;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #FF0000;
}

/*********/

li {
	padding-left: 0px;
	margin-left: -25px;
	padding-bottom: 6px;
}

TABLE.matkahuolto_table {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	height: 80px;
	width: 110px;
	font-size: 10px;
	
	background-image: url(../images/line_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

TD.shipping_module_extra_info {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	vertical-align: top;

}

A.cartProductRemove:link, A.cartProductRemove:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: #C30;
}

A.cartProductRemove:HOVER {
	font-weight: normal;
	text-decoration: underline;
}

TD.backgroundLogin {
	border-right: 1px solid #919191; 
	border-left: 1px solid #919191; 
	background-color: #F2F3F7; 
	padding: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-image: url(../images/order_process/taustanelio_harmaa_05.jpg); 
	background-repeat: repeat-x;
}

TD.backgroundBasic {
	border-right: 1px solid #919191; 
	border-left: 1px solid #919191; 
	background-color: #F3F6FF; 
	padding: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-image: url(../images/order_process/taustanelio_05.jpg); 
	background-repeat: repeat-x;
}

HR {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
}

/* CMS STYLET */

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

#ideakori {
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
}
#ideakori td.moduletitle {
	background-color: #FFB300;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9EBDDD;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

#ideakori form {
	margin: 0px;
	padding: 0px;
}
#ideakori input {
	background-color: #3B6CA4;
	border: 0px;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}
#ideakori_otayhteytta input {
	background-color: #3B6CA4;
	border: 0px;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 130px;
}
#ideakori_oletus input {
	background-color: #3C6DA8;
	border: 0px;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	padding-top: 2px;
	padding-bottom: 2px;
}
#ideakori_oletus {

}
#ideakori select{
	font-size: 12px;
	width: 130px;
}

#ideakori span.navlink1 {
	font-family: Arial,helvetica;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #343434;
	text-decoration: none;
	background-image: url(images/nuoli_kori.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 19px;
	padding-bottom: 0px;
	padding-top: 4px;
	margin-top: 20px;
}

#alasivut li {
		list-style-type: none;

		/*text-indent: -5px;*/
}


#lisatietoa input{
	width: 100px;
}
#ideakori legend {
	font-size: 13px;
	font-weight: bold;
	color: #1D518C;
}
#ideakori fieldset {
	border: 1px solid #9EBDDD;
	background-image: url(images/kori_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D3E5F6;
	padding: 6px;
	margin: 0px;
	padding-top: 0px;
}

.bodytext, body, td, div, span {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.moduletitle, H1 {
	font-family: arial;
	font-size: 18px;
	color: #008435;
	width: 100%;
	margin-bottom: 15px;
	font-weight: normal;
	border-bottom: 1px solid #4FC07C;
	width: 100%;
	margin-top: 10px;
}
td.uutiset {
	font-family: arial;
	font-size: 18px;
	color: #008435;
	width: 100%;
	margin-bottom: 15px;
	font-weight: normal;
	border-bottom: 1px solid #4FC07C;
	width: 100%;
	background-image: url(images/ajankohtaista.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	text-align: right;
	height: 50px;
	vertical-align: bottom;
}
H2 {
	font-family: arial;
	font-size: 16px;
	color: #0672A3;
	width: 100%;
	margin-bottom: 15px;
	font-weight: normal;
	width: 100%;
	border-bottom: dotted #676767 1px;
}
H3 {
	font-family: arial;
	font-size: 14px;
	color: #0672A3;
	width: 100%;
	margin-bottom: 15px;
	font-weight: bold;
	width: 100%;
}
.pikkuotsikko {
	font-family: arial;
	font-size: 12px;
	color: #008457;
	font-weight: bold;
	text-decoration: none;
}

img {  
	border-style: none;
}

div.moduuli_otsikko {
	font-size: 18px;
	font-family: trebuchet,arial,verdana;
	color: #224966;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
}


div.lyh_uutinen {
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

div.uutinen {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

textarea {
	width: 300px;
	overflow: auto;
}

.ylavalikko {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding: 4px;
}

a.navlink:link, a.navlink:visited, a.navlink:active {
	font-family: trebuchet,Arial,helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;

	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a.navlink:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

a.navlink1:link, a.navlink1:visited, a.navlink1:active {
	font-family: Arial,helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #008435;
	text-decoration: none;
	background-image: url(images/nuoli_kori.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	
}

a.navlink1:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-image: url(images/nuoli.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

a.navlink2:link, a.navlink2:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #358D61;
	text-decoration: none;
}
a.navlink2:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active, div.breadcrumb {
	font-family: trebuchet,Arial,helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.breadcrumb:hover {
	font-family: trebuchet,Arial,helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a:link, a:visited {
	background-image: url(../images/kolmio.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	color: #008435;
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	background-image: url(../images/kolmio.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
	font-weight: normal;
}

table.frame{
	border: 1px solid #FFF;
	background-color: #ffffff;
}
table.main{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
input.kirjaudu{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #dedede;
}
input.inputit{
	padding-left: 5px;
 	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #FFF;
}

input {
	margin-bottom: 3px;
}


div.container_editbox {
	border: 2px dotted #008000;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #dedede;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}

div.form_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.even_row {
	background-color: #AAA;
}
tr.odd_row {
	background-color: #DADBDF;
}
tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}


table.copyright_nethit {
	width: 100%;
	text-align: center;
}

b.copyright_nethit {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
a.copyright_nethit:link, a.copyright_nethit:visited, a.copyright_nethit:active {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
a.copyright_nethit:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.copyright_piilo:link, a.copyright_piilo:hover, a.copyright_piilo:visited, a.copyright_piilo:active {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

/* SIVUKOHTAISET */

/* CSS MENU */

#menu {

}

#menu ul {
 	list-style: none;
	margin:0;
	padding: 0;
}

#menu a, #menu h6 {
	display: block;
	margin: 0;
}

#menu h6 {
	color: #343434;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	border:none;
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 8px;
	height: 24px;
}

#menu a:hover {
	color: #dedede;
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
	border-right: 1px solid #104DC6;
}

#menu li li {
	position:relative;
	float: left;
	text-align:left;
	border-left:1px solid #B4B4B4;
	border-bottom:1px solid #B4B4B4;
	border-right:1px solid #B4B4B4;
	background-color: #F1FCFF;
	padding: 0px;
	width: 188px;
	margin: 0px;
	height: 25px;
}

#menu li li a {
	font-weight:normal;
	font-size: 11px;
	color: #343434;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 22px;
}

#menu li li a:visited {

}
#menu li li a:hover {
	color: #ffffff;
	padding-bottom: 0px;
	background-color: #3B6CA6;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 1px; /* if this isn't here, the drops get laidout horiz instead of vert in Moz browsers*/
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	display: none;
}

#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul {
	display: none;
}

#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul {
	display: block;
	background:#C0E6C5;
		height: 25px;
}

td.tausta_yla {
	background-image: url(images/tausta_01.gif);
	background-repeat: no-repeat;
	width: 243px;
	height: 12px;
	font-size: 6px;
}
td.tausta_ala {
	background-image: url(images/tausta_03.gif);
	background-repeat: no-repeat;
	width: 243px;
	height: 12px;
	font-size: 6px;
}
td.tausta_keski {
	background-image: url(images/tausta_02.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 243px;
	padding: 10px;
}


/* CHECKOUT */

TABLE.checkout_table {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #e4e4e4;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 5px;
	left: 10px;
	background-color: #eeeeee;
	width: 150px; /*Default width of hint.*/ 
	padding: 4px;
	border: 2px solid;
	border-color: #d62424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	
}


.checkout_mini_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #c12424;
}

TD.checkout_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

A.payment_module_name, FONT.payment_module_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.submit_payment {
	border: 3px solid #43981d;
	background-color: #4cc417;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

INPUT.plain_submit_button {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

SPAN.checkout_small_info, LABEL.checkout_small_info, TD.checkout_small_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	font-weight: normal;
	text-decoration: none;
}

DIV.hidden_loading_div {
	display: none;   /* Must be this */
	position: absolute; 
	top: 1px; 
	left: 1px; 
	text-align: center; 
	vertical-align: middle; 
	width: 100%; 
	height: 18px; 
	background-color: #EEEEEE;
}

TD.cart_product_title_row {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	height: 18px;
	color: #333333;
}

TD.cart_product_row {
	height: 35px;
	color: #000000;
	background-image: url('../images/line_fade.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	vertical-align: middle;
}

TD.cart_product_row_out_of_stock {
	height: 35px;
	color: #000000;
	background-color: #FFEBEA;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	vertical-align: middle;
}

TD.cart_bottom_row {
	border-top: 1px solid #CCCCCC;
	height: 10px;
}

A.cart_product_name:link, A.cart_product_name:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.cart_product_name:hover {
	text-decoration: underline;
	font-weight: normal;
}

FONT.collection_property_value {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

FONT.collection_property_name {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

DIV.checkout_bank_payment_notice {
	border: 1px dotted;
	border-color: #b53838;
	background-color: #fae8e8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
}

DIV.payment_module_confirmation {
	border: 1px dotted;
	border-color: #b53838;
	background-color: #f4f4f4;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 5px;
}

INPUT.checkout_radio_box {
	border: 0px; 
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 15px;
	cursor: pointer;
	vertical-align: top;
}

A.small_login_link:link, A.small_login_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #03F;
}

A.small_login_link:hover {
	text-decoration: underline;
}

TD.checkout_login_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

TD.checkout_login_small_text, DIV.checkout_login_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

TD.checkout_order_only_product {
	color: #C60;
	font-size: 11px;
}

TD.checkout_product_in_stock {
	color: #093;
	font-size: 11px;
}

TD.checkout_product_out_of_stock {
	color: #C00;
	font-size: 11px;
}

A.checkout_extra_login_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	
	cursor: pointer;
	text-decoration: underline;
}

A.checkout_extra_login_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #c12424;
	cursor: pointer;
	text-decoration: underline;
}

/* ********************************************* */