html
{
  overflow-y: scroll;
}

.cake-debug
{
  background: white;
}

div.clear
{
  clear: both;
}

img
{
  border: 0;
}

.cap
{
  text-transform: uppercase;
}

/* Ostoskori */
#kori_viesti
{
  display: none;
  position: fixed;
  padding: 2px;
  height: 50px;
  left: 200px;
  top: 100px;
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  z-index: 5000;
  border: 3px solid #496;
  border-radius: 10px;
  background: #fff;
  color: black;
}

#kori
{
  padding: 6px;
  color: black;
}

#kori a
{
  color: black;
  text-decoration: none;
}

/* Tuotteet */
.ryhmakuva
{
  float: right;
  margin: 0px 20px 20px 10px;
}

div.tuote
{
  min-height: 240px;
  width: 154px;
  float: left;
  background: #5ba;
  border: 1px solid #a89083;
  border-radius: 3px;
  margin: 1px;
}

div.tuote A
{
  border: 0;
  text-decoration: none;
  color: white;
}

div.tuote .kuva
{
  min-height: 160px;
  background: white;
}

div.tuote .uusituote
{
  font-size: 64px;
  text-align: center;
}

div.tuote .nimi
{
  padding: 4px;
  float: left;
}

div.tuote .hinta
{
  padding: 4px;
  float: left;
  font-weight: bold;
}

div.tuote .osta
{
  padding: 4px;
  float: right;
  font-weight: bold;
}

div.tuote .osta input
{
  width: 35px;
  border: 0;
  background: #dac2b5;
  font-size: 9px;
}

div.tuote .koriin
{
  float: right;
}

.timage
{
  cursor: pointer;
}

.prodinfo
{
  float: right;
  width: 274px;
  margin-right: 24px;
}

.prodview
{
  float: left;
  width: 264px;
}

.prodview img
{
  margin: 0 6px 6px 0;
}

.prodosta
{
  margin: 10px;
  padding: 2px 12px 2px 12px;
}

img.prodmiddle
{
  margin-left: 6px;
  margin-right: 6px;
}

img.leima
{
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* Cart / Checkout */
.cart_view, .cart_buttons
{
  width: 500px;
}

.cart_confirm
{
  width: 300px;
}

.cart_buttons
{
  text-align: right;
}

.cart_view td
{
  padding: 1px;
  vertical-align: top;
}

.cart_view .emp
{
  font-weight: bold;
}

.cart_view .cart_entry
{
  width: 325px;
}

.cart_view textarea
{
  height: 100px;
}

.cart_view input, .cart_view textarea
{
  border: 1px solid #937255;
  padding: 0 2px 0 2px;
}

.cart_view input.cart_count
{
  width: 30px;
  text-align: right;
}

.cart_view .price
{
  text-align: right;
  white-space: nowrap;
}

.cart_view .count
{
  text-align: center;
  white-space: nowrap;
}

a.cart_edit
{
  text-decoration: none;
  font-weight: bold;
}

a.cart_edit:hover
{
  text-decoration: underline;
}

/* Muita sivuja */
table#muokkaa_tuote input, table#muokkaa_tuote textarea, table#muokkaa_tuote select
{
  width: 300px;
}

table#muokkaa_tuote td
{
  padding: 2px;
}
