html,body {
 font-size: 9pt;
}
/* Tables */

table {
 width: 95%;
}

td {
 font-size: 9pt;
 font-family: Arial;
 line-height: 110%;
 height: 15pt;
}

td.name {
 width: 35%;
}
td.amount {
 width: 7%;
}
td.description {
 width: 48%;
}
td.cost {
 width: 8%;
}

/* Text */

a {
 color: #000;
 text-decoration: none;
}

p {
 margin: 0pt;
}

h1 {
 font-family: Georgia;
 font-size: 11pt;
 font-weight: bold;
 margin: 9pt 0pt;
}

h2 {
 font-family: Georgia;
 font-size: 9pt;
 font-weight: bold;
 margin: 9pt 0pt;
}

h3 {
 font-family: Georgia;
 font-size: 9pt;
 font-weight: bold;
 margin: 9pt 0pt;
}

/* Positioning */

.product-desc {
 width: 75%;
 float: left;
 padding-bottom: 20pt;
}

.producer-desc {
 width: 100%;
 clear: both;
}

.product-image {
 width: 20%;
 height: 280pt;
 float: right;
 overflow: hidden;
}

.product-image img {
 float: right;
}

/* Hidden elements */

#menu,#content-left,#footer,#background-description, .product-links, .back-to-ravintolavalikoima, .back-to-alko-valikoima, title, .bottom, #content-separator, #hinta {
 display: none;
}
