html, body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow: hidden;
}

body
{
  overflow: auto;
}

.box
{
  border: white 1px solid;
}

.emphasis
{
  color: #84a3dd;
}

.leftfill, .rightfill
{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.leftfill
{
  width: 980px;
}

.leftbar
{
  position: absolute;
  width: 160px;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(/lib/layout/leftbar.jpg);
  background-repeat: no-repeat;
}

.menu
{
  position: absolute;
  width: 160px;
  padding-top: 150px;
}

.button, .button_over
{
  background-image: url(/lib/layout/button.gif);
  background-repeat: no-repeat;
  height: 16px;
  color: white;
  text-decoration: none;
  padding-right: 30px;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  cursor: hand;
  font-family: Times New Roman;
  -margin-bottom: -9px;
}

.button_over
{
  background-image: url(/lib/layout/button_over.gif);
}

.button_under
{
  height: 10px;
}

.address
{
  position: absolute;
  left: 10px;
  bottom: 20px;
}

.header
{
  position: absolute;
  top: 0px;
  left: 170px;
  height: 145px;
  width: 480px;
  background-color: white;
  background-image: url(/lib/layout/logo.gif);
  background-repeat: no-repeat;
  text-align: center;
}

.page
{
  position: absolute;
  top: 150px;
  bottom: 0px;
  left: 170px;
  width: 500px;
  overflow: auto;
  *margin-top: 150px;
  *top: 0px;
  *height: expression(document.body.clientHeight - 160);
}

#content
{
  top: 0px;
  display: table-cell;
  height: 300px;
  background-color: white;
}

#shop
{
  top: 0px;
  width: 480px;
  display: none;
  background-color: white;
}

#content, td, div, p, body
{
  font-family: Verdana;
  font-size: 12px;
}

.login
{
  position: absolute;
  left: 680px;
  top: 81px;
  width: 145px;
  height: 95px;
  padding: 5px 0px 0px 2px;
  border-top: 4px solid white;
  *height: 100px;
}

.search
{
  position: absolute;
  left: 680px;
  top: 0px;
  width: 145px;
  height: 76px;
  padding: 5px 0px 0px 2px;
  *height: 81px;
}

.cart
{
  position: absolute;
  left: 680px;
  top: 181px;
  width: 145px;
  height: 95px;
  border-top: 4px solid white;
  padding: 2px 0px 0px 2px;
  *height: 100px;
}

.special1
{
  position: absolute;
  left: 680px;
  top: 282px;
  width: 145px;
  text-align: left;
  font-family: Verdana;
  color: white;
  font-size: 9px;
  border-top: 4px solid white;
  padding: 20px 0px 0px 2px;
  overflow: hidden;
  text-align: center;
}

.special2
{
  position: absolute;
  left: 830px;
  top: 0px;
  height: 262px;
  width: 145px;
  text-align: left;
  font-family: Verdana;
  color: white;
  font-size: 9px;
  padding: 20px 0px 0px 2px;
  *height: 284px;
  text-align: center;  
}

.special3
{
  position: absolute;
  left: 830px;
  top: 282px;
  height: 279px;
  width: 145px;
  text-align: left;
  font-family: Verdana;
  color: white;
  font-size: 9px;
  border-top: 4px solid white;
  padding: 20px 0px 0px 2px;
  text-align: center;
}

.leftcolumn, .rightcolumn
{
  position: absolute;
  left: 830px;
  height: 100%;
  width: 147px;
}

.rightcolumn
{
  left: 680px;
}

.special3 a, .special2 a, .special1 a
{
  color: white;
}

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

.title
{
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
  font-family: Verdana;
}

.rounded
{
  background-image: url(/lib/layout/input.gif);
  height: 18px;
  width: 118px;
  border: 0px;
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Verdana;
  font-size: 9px;
  color: black;
  font-weight: normal;
  background-repeat: no-repeat;
}

.checkoutfield, .C4Warning
{
  border: 1px solid white;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: black;
}

*
{
  font-family: Verdana, Helvetica !important;
}
