
/****** HINNASTO ******/
H1 { 																	/* Sivujen otsikot */
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
}

#hinnasto {
width: 95%;
}

/** L1 **/

#hinnasto .l1 td.name a:link, #hinnasto .l1 td.name a:visited {
display: block;

color: #CC0000;
font-weight:bold;
}

#hinnasto .l1 td.name a:hover{
text-decoration: underline;
}

#hinnasto .l1 td {
font-size: 15pt;
color: #800000;
font-weight:bold;
padding: 2px;
}

#hinnasto .l1 .space {
height: 10px;
}

/** L2 **/

#hinnasto .l2 td.name a:link, #hinnasto .l2 td.name a:visited {
display: block;

color: #000000;
font-weight:bold;
}

#hinnasto .l2 td.name a:hover{
text-decoration: underline;
}

#hinnasto .l2 td {
font-size: 10pt;
color: #000000;
font-weight:normal;
padding: 5px;
padding-top: 10px;
padding-bottom: 10px;

line-height: 12pt;
}
#hinnasto .l2 .space {
height: 15px;
}

#hinnasto .l2.a {
background-image: url('../images/linebg.png');
background-repeat: repeat;
background-position: left bottom;
}
#hinnasto .l2.b {
background-color: transparent;
}

/** L3 **/

#hinnasto .l3 td.name a:link, #hinnasto .l3 td.name a:visited {
display: block;
font-size: 11px;
color: #000000;
font-weight:normal;
}

#hinnasto .l3 td.name a:hover{
text-decoration: underline;
}


#hinnasto .l3.a {
background-color: #ffffff;
}
#hinnasto .l3.b {
background-color: #EEEEEE;
}
#hinnasto .l3 td {

font-size: 11px;
color: #000000;
font-weight:normal;
padding: 2px;
/*padding-left: 6px;*/
}
