﻿/* STUL - SAHKOINFO - VERKKOTUOTTEET */
/* YLEISET CSS-MAARITTELYT */

html, body
{
	height: 100%;
}

body
{
	height: 100%;
	color: #555555;
	background-color: #aecbe2;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Etusivun  kolme palstaa */

.TABLEcontainer
{
	width: 993px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #f6f6f6;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-image: url(../imgs/gui/dotted_lines_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	border-collapse: collapse;
}


/* ei palstaviivoja */
.TABLEcontainer_signed_in
{
	width: 993px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #f6f6f6;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}


a:link
{
	color: #1059a3;
	text-decoration: underline;
}
a:active
{
	color: #1059a3;
	text-decoration: underline;
}
a:visited
{
	color: #4292ca;
	text-decoration: underline;
}
a:hover
{
	color: #1059a3;
	text-decoration: none;
}


/* ----------- HEADER  --------------*/

.TABLEheader
{
	width: 993px;
	border-bottom: 0px solid #CCCCCC;
	background: #FFFFFF;
	vertical-align: top;
	border-collapse: collapse;
	margin: -1px -1px 0px -1px;
}

/* HEADER APULINKIT */

.TDheaderlinks
{
	margin: -1px -1px 0px -1px;
	border: 0px;
	height: 19px;
	color: #FFFFFF;
	background: #0064a8 url( '../imgs/gui/header_links_bg.gif' ) repeat-x;
	text-align: center;
	line-height: 18px;
}
.TDheaderlinks a:link
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	margin-left: 4px;
	margin-right: 4px;
}
.TDheaderlinks a:active
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	margin-left: 4px;
	margin-right: 4px;
}
.TDheaderlinks a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	margin-left: 4px;
	margin-right: 4px;
}
.TDheaderlinks a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 20px;
	margin-left: 4px;
	margin-right: 4px;
}

/* HEADER - FIILISKUVA */

.TDheader_left
{
	height: 115px;
	width: 197px;
	background-color: #FFFFFF;
	border-right: dashed 1px gray;
	border-bottom: dashed 1px gray;
	border-top: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	
}
.TDheader_left p
{
	margin: -1px -1px 0px -1px;
	vertical-align: top;
	border-collapse: collapse;
}

.TDheader_right
{
	height: 115px;
	width: 796px;
	background-color: #FFFFFF;
	border-bottom: dashed 1px gray;
	border-top: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
}

/* ----------- NAVIPATH  --------------*/

.navipath
{
	width: 475px; 
	border-top: 1px solid #dcdddd;
	border-left: solid 1px #dcdddd;
	border-right: solid 1px #dcdddd;
	background: #FFFFFF;
	vertical-align: top;

	color: #555555;
	font-size: 11px;
	
	padding-left: 20px;
	padding-top: 15px;
}
a.navipath_row
{
	text-decoration: none;
}
a.navipath_row:hover
{
	text-decoration: underline;
}
/* etusivu */

/* kirjautuneet */
.Psigned_in
{
	text-align: right;
	font-size: 11px;
	color: #fefefe;
	margin-right: 13px;
	margin-top: 13px;
	margin-bottom: 0px;
}

a.Asigned_in:link
{
	color: #fefefe;
	text-decoration: none;
}
a.Asigned_in:active
{
	color: #fefefe;
	text-decoration: none;
}
a.Asigned_in:visited
{
	color: #fefefe;
	text-decoration: none;
}
a.Asigned_in:hover
{
	color: #fefefe;
	text-decoration: underline;
}

/* ETUSIVUN PALSTOJEN RAKENNE */

.DIVcontent
{
	margin: 0px;
}
.middle_column
{
	float: left;
	width: 500px;
	padding-top: 11px;
	vertical-align: top;
	margin-left: 4px;
}
* HTML .middle_column { margin-left: 0px; }
.right_column
{
	float: left;
	width: 180px;
	padding-top: 11px;
	vertical-align: top;
	padding-left: 15px;
}
.left_column
{
	float: left;
	width: 150px;
	vertical-align: top;
	padding-left: 11px;
	padding-top: 11px;
	padding-right: 12px;
	text-align: center;
}
.bottom_row
{
    float: left;
    width: 950px;
    margin-top: 12px;
    margin-bottom: 12px;
    
    padding-left: 20px;
	padding-right: 12px;
}
.bottombannerdiv
{
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	border-top: 1px solid #dcdddd;
	float: left;
	width: 930px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	color: #555555;
	height: 70px;
}
/* --------- 1.PALSTA  --------- */

/* KIRJAUTUMINEN */

.TABLEsignin
{
	border-collapse: collapse;
	border: 0px;
	width: 168px;
	background-color: #FFFFFF;
	color: #7a7979;
	font-size: 11px;
	text-align: left;
	margin-bottom: 11px;
}
.sign_in_header
{
	height: 26px;
	width: 161px;
	padding-left: 9px;
	background: url( '../imgs/gui/sign_in_header_bg.gif' ) top left no-repeat #fdd44e;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.sign_in_content
{
	padding-left: 9px;
}
.sign_in_content_links
{
	padding-left: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.sign_in_content_fields
{
}
.sign_in_textfield
{
	font-size: 11px;
	width: 100px;
	margin-top: 3px;
	margin-right: 5px;
}
.sign_in_content_button
{
	padding-top: 5px;
	padding-right: 7px;
	text-align: right;
}


.TABLEsignin a:link
{
	color: #1779ba;
	text-decoration: none;
}
.TABLEsignin a:active
{
	color: #1779ba;
	text-decoration: none;
}
.TABLEsignin a:visited
{
	color: #1779ba;
	text-decoration: none;
}
.TABLEsignin a:hover
{
	color: #1779ba;
	text-decoration: underline;
}
.LittleRedText
{
	color: Red;
	font-size: 9px;
}
/* Ostoskori */

.TABLEbasket
{
	border-collapse: collapse;
	border: 0px;
	width: 280px;
	background-color: #FFFFFF;
	color: #7a7979;
	font-size: 11px;
	text-align: left;
	margin-bottom: 11px;
}
.basket_header
{
	height: 23px;
	width: 272px;
	padding-left: 9px;
	background: url( '../imgs/gui/basket_header_bg.gif' ) top left no-repeat #fdd44e;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.basket_content
{
	padding-left: 0px;
}
.basket_price
{
	font-size: 11px;
	color: #5d5d5d;
}
.basket_alv
{
	font-size: 9px;
	color: #7d7d7d;
}
.basket_itemcount_td
{
	border: solid 1px #dddddd;
}
.basket_itemcount
{
	font-size: 16px;
	font-weight: bold;
	color: Orange;
}
.basket_content_links
{
	padding-left: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.basket_content_fields
{
}
.basket_textfield
{
	font-size: 11px;
	width: 100px;
	margin-top: 3px;
	margin-right: 5px;
}
.basket_content_button
{
	padding-top: 5px;
	padding-right: 7px;
	text-align: right;
}


.TABLEbasket a:link
{
	color: #1779ba;
	text-decoration: none;
}
.TABLEbasket a:active
{
	color: #1779ba;
	text-decoration: none;
}
.TABLEbasket a:visited
{
	color: #1779ba;
	text-decoration: none;
}
.TABLEbasket a:hover
{
	color: #1779ba;
	text-decoration: underline;
}


/* Tilaaminen */
.ErrorMessage
{
	font-size: 11px;
	color: Red;
}
.Checkout_DocumentContent
{
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	padding: 20px 10px 10px 10px;
	float: left;
}
.Checkout_DocumentContentContainer
{
	margin: 20px 10px 10px 10px;
}
.Checkout_MainHeader
{
	font-size: 18px;
	font-weight: bold;
	color: #bbddbb;
	text-align: center;
	float: left;
	margin-left: 10px;
}
.Checkout_MoveBack
{
	text-align: left;
	float: left;
	vertical-align: top;
}
.Checkout_MoveForward
{
	vertical-align: top;
	text-align: right;
	float: right;
}
.Checkout_PageContent
{
	font-size: 11px;
	color: #aaaaaa;
	float: left;
	margin-left: 10px;
	width: 420px;
}
.Checkout_Infotable
{
	font-size: 10px;
	margin-left: 10px;
	float: left;
	
}
.Checkout_OwninfoHeader
{
	color: #aaaaaa;
	font-size: 12px;
	padding: 5px 1px 5px 0px;
}
.Checkout_DataListAccordionHeader
{
	color: #118811;
	font-size: 11px;
}
.Checkout_Accordion
{
	margin-left:8px;
	border-left:solid 1px #dbdada;
	border-right:solid 1px #dbdada;
	-moz-box-sizing: border-box; /* Firefox specific */

}

.Checkout_Accordion table.header
{
	color:#616365;	
	width:524px;
}

.Checkout_Accordion table.header tr
{	
	height:22px;	
}
.Checkout_Accordion table.header tr td.firstCol
{
	padding-left:3px;
}

.Checkout_Accordion table.header tr td.midCol
{
	border-left:solid 1px #d9d8d8;
	padding-left:3px;
}

.Checkout_Accordion table.header tr td.statusCol
{
	border-left:solid 1px #d9d8d8;
	padding-left:1px;
}

.Checkout_Header
{
	border:solid 1px #dbdada;
	background-color:#f5f4f4;
	cursor:default;
	font-size: 11px;
	padding: 3px 5px 2px 10px;
}
.Checkout_HeaderSelected
{	
	border:solid 1px #dbdada;
	background-color:#c5c4c4;
	border-bottom:solid 1px #dbdada;
	cursor:default;
	font-size: 11px;
	padding: 3px 5px 2px 10px;
}
.Checkout_HeaderSelected p{
	margin:0;
	padding:0;
}

.Checkout_Content
{
	background-color:#ffffff;
	border:solid 1px #dbdada;
	padding: 10px;
}
.Checkout_ContentText
{
	margin-top:5px;	
	margin-left:30px;
	margin-bottom:5px;	
}
.Checkout_Header_EventParticipants
{
	font-size: 10px;
}

.Checkout_Basket_Table
{
	width: 420px;
	border: 1px solid #dfdfdf;
	padding: 5px 10px 5px 10px;
}
.Checkout_Basket_Header
{
	font-size: 11px;
}
.Checkout_Basket_AltRowTr
{
	background-color: #dddddd;
}
.Checkout_Summary_Table
{
	border: 1px solid #bbbbbb;
	padding: 5px 5px 5px 5px;
}
.Checkout_SummaryRow
{
	font-size: 12px;
	color: blue;
	font-weight: bold;
}
.Checkout_Summary_Table_Description
{
	font-size: 12px;
}
.Checkout_Summary_Table_Participant
{
	color: Navy;
}
.banner
{
	border: 0px solid #cdcdcd;
}

.LeftMenuArea
{
	border-left: 1px solid #dcdddd;
	border-top: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	float: left;
	width: 157px;
	background-color: #FFFFFF;
	text-align:left;
	padding-left: 10px;

}
.LeftMenuArea_LinkRow
{
	border-bottom: solid 1px #eeeeee;
	margin-right: 25px;
	font-weight: bold;
}
.LeftMenuArea_LinkRow a:link
{
	color: #1779ba;
	text-decoration: none;
	font-size: 11px;
}
.LeftMenuArea_LinkRow a:active
{
	color: #1779ba;
	text-decoration: none;
	font-size: 11px;
}
.LeftMenuArea_LinkRow a:visited
{
	color: #1779ba;
	text-decoration: none;
	font-size: 11px;
}
.LeftMenuArea_LinkRow a:hover
{
	color: #1779ba;
	text-decoration: underline;
	font-size: 11px;
}
.LeftMenuArea_LinkRow2nd
{
	display: block;
	font-weight: normal;
}
.LeftMenuArea_LinkRow2nd a:link
{
	color: #1779ba;
	text-decoration: none;
	font-size: 9px;
}
.LeftMenuArea_LinkRow2nd a:active
{
	color: #1779ba;
	text-decoration: none;
	font-size: 9px;
}
.LeftMenuArea_LinkRow2nd a:visited
{
	color: #1779ba;
	text-decoration: none;
	font-size: 9px;
}
.LeftMenuArea_LinkRow2nd a:hover
{
	color: #1779ba;
	text-decoration: underline;
	font-size: 9px;
}

.leftNavigationFront
{
	width: 158px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}
.leftNavigation
{
	float: left;
	width: 150px;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #dcdddd;
	border-top: 0px solid #dcdddd;
	border-right: 0px solid #dcdddd;
	border-bottom: 0px solid #dcdddd;
	font-size: 12px;

}

.leftNavigation .level1Text, .leftNavigation .level2Text
{
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

.leftNavigation .level2Text
{
	padding-left: 24px;
}
.leftSideIntroduction
{
	text-align: left;
	font-size: 12px;
	color: #777777;
	float: left;
	padding: 0px 0px 0px 0px;
}
.leftSideIntroduction H1
{
	font-size: 16px;
	color: #777777;
}
.leftNavigation .level1Text a, .leftNavigation .level1Text a:link, .leftNavigation .level1Text a:active, .leftNavigation .level1Text a:visited
{
	text-align: left;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}

.leftNavigation .level2Text a, .leftNavigation .level2Text a:link, .leftNavigation .level2Text a:active, .leftNavigation .level2Text a:visited
{
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}

.leftNavigation .level1Text a:hover, .leftNavigation .level2Text a:hover
{
	text-decoration: none;
}

/* --------- 2.PALSTA  --------- */

/* SISALTOLAATIKOT - Naiden sisalle lisataan kaikki perussisalto etusivulla */
.TABLEtext
{
	vertical-align: top;
	width: 360px;
	margin-left: 12px;
	margin-bottom: 11px;
	border-collapse: collapse;
}

.TDtab
{
	height: 30px;
	color: #1059a3;
	font-weight: bold;
	padding-left: 10px;
	background-color: #f1f1f1;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
/* Tabien oikea maarittely tulee myohemmin */

a.Atab_light:link
{
	color: #7b9cc8;
	text-decoration: none;
}
a.Atab_light:active
{
	color: #7b9cc8;
	text-decoration: none;
}
a.Atab_light:visited
{
	color: #7b9cc8;
	text-decoration: none;
}
a.Atab_light:hover
{
	color: #7b9cc8;
	text-decoration: none;
}


.PageContentArea
{
	border-left: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	float: left;
	width: 465px;
	padding: 20px 10px 10px 20px;
	background-color: #FFFFFF;
	color: #555555;
}
.PageContentArea H1
{
	font-size: 15px;
	color: #555555;
}
.PageContentArea h2
{
	font-size: 15px;
	color: #555555;
}
.productimage
{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.productInfobox
{
	
	margin-left: 10px;
}
.productHeader
{
	font-size: 16px;
	font-weight: bold;
}
.productPrice
{
	font-size: 14px;
	color: Blue; 
	font-weight: bold;
}
.productPriceSmall
{
	font-size: 11px;
	color: Blue; 
	font-weight: bold;
}
.productPriceExplanation
{
	font-size: 11px;
}
.TDtext
{
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	color: #555555;
	background: #FFFFFF;
	border-left: 1px solid #dcdddd;
	border-top: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
}
.TDtext ul
{
	padding: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.TDtext ul li
{
	list-style-type: none;
}
.IMG_text_bottom
{
	margin-top: -1px;
}
.EventListOnPage
{
	font-size: 10px;
}
/* TAMA SISALTOLAATIKON ON ALAREUNAN PYORISTYS */

/* UUTISTAULUKKO*/

.TABLEuutiset
{
	border-collapse: collapse;
	border: 1px solid #dadada;
	width: 340px;
}
.TABLEuutiset td
{
	border: 1px solid #dadada;
	height: 20px;
	padding: 5px;
}

.SearchResultsArea
{
	border-left: 1px solid #dcdddd;

	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	float: left;
	width: 465px;
	padding: 20px 10px 10px 20px;
	background-color: #FFFFFF;
	color: #555555;
}
.ProductListRowHeader
{
	text-decoration: none;
}
.EventSearchPanelHeader
{
	/*border-left: 1px solid #dcdddd;
	border-top: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	background-color: #dde0e2;*/
	
	border:solid 1px #dbdada;
	background-color:#f5f4f4;
	margin-right: 20px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.EventSearchPanel
{
	padding-top: 0px;
	padding-bottom: 5px;
	margin-right: 10px;
	border-left: 1px solid #dcdddd;
	border-top: 0px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
}
.EventSearchInsideTable
{
	padding-left: 10px;
	padding-top: 5px;
}
/* --------- 3.PALSTA  --------- */

.IMGkuvitus
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* HARMAA LAATIKKO */

.TDtext_gray
{
	vertical-align: top;
	padding: 0px 10px 10px 10px;
	color: #555555;
	background: #FFFFFF;
	border-right: 1px solid #dcdddd;
	border-left: 1px solid #dcdddd;
}
.Pharmaa
{
	background-color: #ececec;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 0px;
}

/* YHTEYSTIETOLAATIKKO */
.IMGyhteystiedot_logo
{
	float: right;
}

/* Palaute */
.TABLEfeedback
{
	vertical-align: top;
	width: 480px;
	margin-left: 12px;
	margin-bottom: 11px;
	border-collapse: collapse;
}


.RightMenuContentArea
{
	border-left: 1px solid #dcdddd;
	border-top: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	float: left;
	width: 250px;
	padding: 20px 10px 10px 20px;
	background-color: #FFFFFF;
}
.RightMenuContentArea a
{
	color: #1779ba;
	text-decoration: none;
	font-size: 11px;
}
.RightMenuContentArea a:hover
{
	text-decoration: underline;
}
.RightMenuContentArea H1
{
	font-size: 16px;
	color: #777777;
}
.RightMenuEmptyArea
{
	float: left;
	width: 250px;
	padding: 10px 10px 10px 10px;
}
.RightMenuContactBox
{
	border-left: 1px solid #dcdddd;
	border-top: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	float: left;
	width: 250px;
	padding: 20px 10px 10px 20px;
	background-color: #FFFFFF;
}


/* ------------------------ SISAANKIRJAUTUNEIDEN NAKYMA ------------------------------------*/

.DIVcontent_signed_in
{
	float: right;
	margin: 0px;
	top: 0px;
	left: 300px;
	z-index: 1;

}
.TABLEhaku
{
	vertical-align: top;
	border-collapse: collapse;
	margin: 11px;
}
.TABLEhaku h1
{
	font-size: 14px;
}
.IMG_haku_bottom
{
	margin-top: -1px;
}
.footer_logo
{
	float: right;
	margin: 0px 12px 11px 0px;
}
.TDhaku_text
{
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	color: #555555;
	background: #FFFFFF;
	border-left: 1px solid #dcdddd;
	border-top: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
}
.TDhaku_text h1
{
	font-size: 14px;
}
.TDhae_definition
{
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.TDhae_definition_vapaa
{
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 3px;
}
.TDhae_field_vapaa
{
	vertical-align: top;
}
.TDhae_field_radibuttons
{
	height: 30px;
	vertical-align: middle;
}
.INPUThaku_vapaa
{
	border: 1px solid #7f9db9;
	width: 300px;
}
.INPUThaku
{
	border: 1px solid #7f9db9;
	width: 150px;
}
.HAEradiobutton
{
	height: 16px;
	vertical-align: middle;
}
.HRhaku
{
	height: 3px;
	color: #dfdfdf;
	background-color: #dfdfd9;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0px;
}
.TABLEhaku_tarkennus
{
	width: 294px;
	border-collapse: collapse;
	border: 1px solid #d9e4e7;
	margin-bottom: 5px;
}
.TABLEhaku_tarkennus_title
{
	background-color: #d9e4e7;
	color: #003399;
	height: 20px;
	vertical-align: middle;
	padding: 0px 2px 0px 5px;
}
.SELECT_tarkenna
{
	font-size: 11px;
	border: 1px solid #d9e4e7;
	color: #666666;
	width: 294px;
}

.indexBox
{
	background: #FFFFFF;
	border: solid 1px #dcdddd;
}

.ContentPageTitle
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 10px;
}

.TABLEhakutulos
{
	width: 620px;
	border-collapse: collapse;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.TDhakutulos_left
{
	vertical-align: top;
	color: #1059a3;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #d9d9d9;
}
.TDhakutulos_right
{
	vertical-align: top;
	border-bottom: 1px solid #d9d9d9;
	line-height: 18px;
	font-size: 11px;
	width: 590px;
}
.H1hakutulokset
{
	margin: 0px;
	font-weight: normal;
	font-size: 18px !important;
	color: #b0b0b0;
	line-height: 18px;
}

.Phakutulostuote
{
	font-weight: bold;
	font-style: italic;
	font-size: 16px !important;
	color: #1059a3;
	line-height: 20px;
}

.Phakutulos
{
	margin-top: 10px;
	margin-bottom: 10px;
}
a.Ahakutulos:link
{
	color: #1059a3;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a.Ahakutulos:active
{
	color: #1059a3;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a.Ahakutulos:visited
{
	color: #4787ba;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a.Ahakutulos:hover
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.productNovelty
{
    font-size: 11px;
    color: Red;
}

