/*
++++++++++++++++++++++++++++++++++++++++++
++++++++++  Main tyylit  +++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
*/

.main
{
  width: 1090px;
  height: 780px;
  display: block;
  background-color: white;
  font-family: sans-serif;
  font-size: 1em;
  margin:0 auto;
}

body
{
  background-color: white;
  
}

img
{
  border: 0;
}

form
{
  font-family: sans-serif;
  font-size: 1em;
}

.header
{
  width: 1082px;
  height: 150px;
  text-align: center;
  background-image: url(pic/header.jpg);
  background-repeat: no-repeat;
  /*background-color: blue;*/
  background-position: left top;
  border: 2px solid #5f5d5d;
}

.footer
{
  position: absolute;
  width: 600px;
  height: 18px;
  top: 630px;
  left: 228px;
  /*background-color: white;*/
}

.nav
{
  width: 211px;
  height: 630px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  background-image: url(pic/ice.gif);
  overflow: auto;
  
}

.nav_right
{
  width: 221px;
  height: 630px;
  position: absolute;
  left: 865px;
  top: 0px;
  background-color: white;
  background-image: url(pic/ice.gif);
  overflow: auto;
  
}

.dataField
{
  width: 650px;
  height: 610px;
  position: absolute;
  left: 215px;
  top: 0px;
  background-color: white;
  overflow: auto;
}


.ypdataField
{
  width: 871px;
  height: 610px;
  position: absolute;
  left: 215px;
  top: 0px;
  font-size: 0.9em;
  background-color: white;
  overflow: auto;
}

.middle
{
  position: absolute;
}


.otsikko
{
  font-size: 5em;
  font-weight: bolder;
  text-align: left;
  margin-left: 230px;
  margin-top: 40px;
  border-width: 0.2em;
  border-color: white;
}

/*
++++++++++++++++++++++++++++++++++++++++++
+++++  Taulukoiden tyyleja  ++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
*/


.m_head 
{
  background-color: #f0b223;
  border: 2px solid #e7890f;
  padding: 1px;
  font-size: 1em;
  left: 5px;
  text-transform: capitalize;
  color: black;
}

.m_itemBG
{
  background-image: url(pic/ice.gif);
}

.m_item A:link {
  font-size: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  color:#000000; 
  text-decoration: none;
}
.m_item A:visited {
  font-size: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  color:#000000;    /*464040;*/ 
  text-decoration: none;
}
.m_item A:active {
  font-size: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  color:#000000; 
  text-decoration: none;
}
.m_item A:hover {
  font-size: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  color:#CD0067; 
  text-decoration:underline;
  border: 3px;
}


.m_subitem A:link {
  font-size: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  color:#000000; 
  text-decoration:none;
  font-weight: bold;
}
.m_subitem A:visited {
  font-size: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  color:#464040; 
  text-decoration:none;
  font-weight: bold;
}
.m_subitem A:active {
  font-size: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  color:#000000; 
  text-decoration:none;
  font-weight: bold;
}
.m_subitem A:hover {
  color: Black;
  font-size: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  color:#CD0067; 
  text-decoration:underline;
  font-weight: bold;
}

.t_tuote{
  width: 97%;
  height: 80px;
}

.t_t_head{
  background-color: #c4c2c2;
  border: 2px solid #969292;
  color: black; 
  font-size: 14px;
  text-align: left;
  width: 35%; 
  font-weight: bold;
}

.t_t_head_nowidth{
  background-color: #c4c2c2;
  border: 2px solid #969292;
  color: black; 
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

.t_t_text{
  font-size: 12px;
  width: 40%; 
}

.t_spaces
{
  padding-left: 5px;
  padding-right: 5px; 
}

.t_t_img{
  width: 15%; 
  text-align: center;
  background-color: white;
}

.t_t_price{
  font-size: 12px;
  width: 10%;
}

.kori_bot_right
{ 
  border-bottom: 1px;
  border-right: 1px;
}

.kori_bot
{
  border-bottom: 1px;
}

.t_center_left
{
  text-align: center; 
  border-left: solid black 1px;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.t_center_left_bred
{
  text-align: center; 
  border-left: solid black 1px;
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-weight: bold;
  color:Red; 
}

.t_center_left_bred a:link, 
.t_center_left_bred a:visited,
.t_center_left_bred a:hover,
.t_center_left_bred a:active{
  text-align: center; 
  font-weight: bold;
  color:Red; 
}


.t_center_left_bgreen
{
  text-align: center; 
  border-left: solid black 1px;
  padding-left: 0.4em;
  padding-right: 0.4em;
  color: Green;
  font-weight: bold;
}

.t_tright_bleft
{
  text-align: right; 
  border-left: solid black 1px;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.t_left_bor
{
  border-left: solid black 1px;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.t_left_bot
{
  border-left: solid black 1px;
  border-bottom: solid black 1px;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.t_right_bot
{
  border-right: solid black 1px;
  border-bottom: solid black 1px;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.t_border_top
{
  border-top: solid black 1px;
  text-align: right;
}

.t_bot
{
  border-bottom: solid black 1px;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.t_top_double
{
  border-top-style: double;
  text-align: right;
}

.katkoviiva
{
  border-bottom: thin dashed black;
}

.t_header
{
  font-weight: bold;
}

/*
++++++++++++++++++++++++++++++++++++++++++
++++++++  Linkkien tyyleja  ++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
*/

a #noborder{
  border: 0;
}

/*
++++++++++++++++++++++++++++++++++++++++++
++++++++  Tekstien tyyleja  ++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
*/

.t_pieni{
  font-size: 11px;
  text-decoration: none;
  color: Black;
}

.t_medium{
  font-size: 12px;
  text-decoration: none;
  color: Black;
}

.t_normal{
  font-size: 14px;
  text-decoration: none;
  color: Black;
}

/*punaiset tekstit*/
.t_normal_b_red{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: Red;
}

.t_red
{
  color: #FF0000;
  font-weight: bold;
  font-family: balloonefextrabold, verdana, arial;
}

.t_red_small
{
  display: inline;
  color: #FF0000;
  font-weight: bold;
  font-size: 0.7em;
  font-family: balloonefextrabold, verdana, arial;
}

/*siniset tekstit*/
.t_blue
{
  color: #000066;
  font-weight: bold;
  font-family: balloonefextrabold, verdana, arial;
}


.t_bold
{
  font-weight: bold;
}

.t_firstUp
{
  text-transform: capitalize;
}

.t_center
{
  text-align: center;
}

.t_left
{
  text-align: left;
}

.t_right
{
  text-align: right;
}

.t_top
{
  margin-top: 0px;
}

.t_medium_right
{
  font-size: 12px;
  text-decoration: none;
  color: Black;
  text-align: right;
}

.t_medium_bold
{
  font-size: 12px;
  text-decoration: none;
  color: Black;
  font-weight: bold;
}

.t_medium_bold_right
{
  font-size: 12px;
  text-decoration: none;
  color: Black;
  font-weight: bold;
  text-align: right;
}

.t_italic{
  font-style: italic;
}

/*
++++++++++++++++++++++++++++++++++++++++++
++++++++  Kuvien tyyleja  ++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
*/

.l_noBorder{
  border: none;
}

.noBorder{
  border: 0px;
}

img #noBord{
  border: none;
}


.toleft
{
  text-align: left;
}

/*
++++++++++++++++++++++++++++++++++++++++++
++++++++  Tulostus tyylit  +++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
*/
.printMain{
  width: 700px;
  height: 100%;
}

.pHeader{
  display: inline;
  background-color: yellow;
}

.pLogo{
  display: inline;
  vertical-align: top;
  background-color: green;
}

.pDocId{
  display: inline;
  vertical-align: top;
  background-color: red;
}

/*
  Tilisiirto taulukko
*/
.seliteSolu{
  width: 30px;
  font-size: 11px;
}

.no_margin{
  width: 100%;
  border: 0px;
}


.seliteSolu_bot2{
  width: 30px;
  border-bottom: solid black 2px;
  font-size: 11px;
}

.seliteSolu_l_bot2{
  width: 30px;
  border-bottom: solid black 2px;
  border-left: solid black 2px;
  font-size: 11px;
}

.seliteSolu_bot1{
  width: 30px;
  border-bottom: solid black 1px;
  font-size: 11px;
}

.solu_bot2{
  border-bottom: solid black 2px;
}

.solu_l_bot2{
  border-bottom: solid black 2px;
  border-left: solid black 2px;
}

.solu_l2{
  border-left: solid black 2px;
}

.solu_bot1{
  border-bottom: solid black 1px;
}

.solu_l_bot1{
  border-bottom: solid black 1px;
  border-left: solid black 1px;
}

.maksaja{
  padding-top: 10px;
  padding-bottom: 10px;
}

.align_bottom{
  position: absolute;
  top: 600px;
  left: 0px;
  width: 700px;
}