@media screen {
body, html {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #000000;
  }
body {
  min-width: 780px;
  font-family: Verdana, sans-serif;
  }
#wrap {
  background: #FFFFFF;
  margin: 0 auto;
  width: 780px;
  }
#header {
  margin-top: 20px;
  background-image: url(line.gif);
  background-repeat: no-repeat;
  }
#left {
  float: left;
  width: 360px;
  margin-bottom: 20px;
  height: 350px;
  }
#left_top {
  background: #FFFFFF;
  margin-top: 20px;
  }
#left_bottom {
  background: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
  }
#right {
  background: #FFFFFF;
  float: right;
  width: 420px;
  height: 350px;
  margin-bottom: 10px; 
  }
#palvelut {
  background: #FFFFFF;
  padding-left: 40px;
  padding-top: 20px;
  font-size: 0.9em;
  color: #444;
  }
#hinnasto {
  background: #FFFFFF;
  padding-left: 40px;
  padding-top: 20px;
  font-size: 0.9em;
  color: #444;
  overflow: auto; 
  width: 365px; 
  height: 320px;  
  }  
table {
  color:#000000;
  background-color: #F1F1F1;
  font-size: 100%;
  padding: 0px;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-bottom: 0px solid gray;
  border-right: 0px solid gray;
  }
table th {
  background-color: #D4D4D4;
  padding-bottom: 2px;
  border-top: 0px solid gray;
  border-left: 0px solid gray;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  }
table td {
  padding-bottom: 2px;
  font-size: 90%;
  border-top: 0px solid gray;
  border-left: 0px solid gray;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  } 
.tuote {
  width: 80%;
  }
.hinta {
  widht: 20%;
  }
h1 {
  font-size: 1.2em;
  color: #777;
  }
li {
  list-style-image: url(dot.gif);
  }
#footer {
  background-image: url(line.gif);
  background-repeat: no-repeat;
  clear: both;
  padding-top: 10px;
  text-align: center;
  font-size: 0.7em;
}
#navi {
  background: #FFFFFF;
  clear: both;
  margin-bottom: 20px;
  margin-left: 400px;
  }
#navi a:link, a:visited, a:active {
  text-decoration: none;
  font-weight: bold;
  color: #194792;
  font-size: 0.9em;
  }
#navi a:hover {
  text-decoration: underline;
  color: #0C2650;
  }
.info {
  width: 250px;
  background-color: #EBEBEB;
  color: #AF4343;
  margin: 0 auto;
  font-size: 0.9em;
  }
.info p {
  margin: 0 10px;
  }
.roundtop { 
  background: url(tr.gif) no-repeat top right; 
  }
.roundbottom {
  background: url(br.gif) no-repeat top right; 
  }
img.corner {
  width: 10px;
  height: 10px;
  border: none;
  display: block !important;
  }
}
@media print {
#left {
  display: none;
  }
#navi {
  display: none;
  }
#footer {
  margin-top: 40px;
  border: 4px solid #EE0000;
  padding: 10px;
  }  
}
