
* {
  color: black;
}
IMG {
  border: 0;
}
a:link, a:active {
  color:#02b;
}

a:visited {
  color:#1a6fe5;
}
a:hover {
  text-decoration: none;
  color:#02b;
  
}

BODY {
  background:
    #f7f7ff
    url(images/background.jpg)
    right bottom
    no-repeat
    fixed;
  
  margin: 8px 8px 8px 8px;
  font-size: 92%;
}

P {
  font-size: 92%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

P.products {
  margin-left: 10px;
  width: 260px;
}

.side {
  font-size: 80%;
}

TR.mainmenu TH {
  width: 86px;
  height: 20px;
  padding: 0px;
  font-size: 13px;
  background-image: url(images/menu.gif);
}

TR.mainmenu TD {
  background-image: url(images/menu_s.png);
}

TR.mainmenu A {
  line-height: 20px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  width: 86px;
  height: 20px;
  display: block;
}

.foot {
  width: 720px;
  text-align: right;
  padding-top: 5px;
  font-size: 12px;
  background-image: url(images/hr.png);
  background-repeat: repeat-x;
}

H2 {
  width: 560px;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  padding-left: 24px;
  font-size: 16px;
  background-image: url(images/bar.png);
  background-repeat: no-repeat;
}

DD {
  background:
    url(images/arrow.png) left top no-repeat;
  padding-left: 10px;
  margin-left: 0px;
  line-height: 1.2;
  margin-top: 6px;
  margin-bottom: 6px;
}

HR {
  height: 1px;
}

TD.product SPAN {
  clear: both;
  display: block;
  width: 15em;
  float: left;
}

SPAN.tag {
  display: block;
  width: 4em;
  float: left;
}

TD.member TABLE {
  border-collapse: collapse; 
}

TD.member TD {
  font-size: 90%;
}

TD.member SPAN {
  clear: both;
  display: inline;
  width: 4em;
  float: left;
}

TD.member SMALL {
  font-size: 90%;
  color: white;
}

TD.member TD.handle {
  width: 7em;
}

TD.member TR {
  height: 1.5em;
}

TD.member TD.position {
  width: 5em;
}

TD.member TD.button {
  width: 50px;
}

IMG.line {
  width: 100%;
  height: 1px;
  background-image: url(images/hr.png);
}