#scrolltext {
  width: 800px;
  height: 200px;
  overflow: auto;
  padding: 12px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  }
div.productslist {
  margin: 0;
  padding: 10px 0 0;
  overflow: hidden;
  background: url(../img/shadow-bg-top.jpg) top no-repeat;
  width: 818px;
  }
div.productslist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 23px;
  font: bold 7pt Verdana, Arial, Helvetica, sans-serif;
  background: url(../img/shadow-bg-bottom.jpg) bottom no-repeat;

  }
div.productslist ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 1px;
  text-align: center;
  overflow: hidden;
  color: #2b268a;
  min-height: 112px;
  width: 100px;
  background: url(img/line2.jpg) no-repeat;
  }
div.productslist ul li.first {
  padding: 0;
  background: none;
  }
div.productslist ul li a {
  color: #2b268a;
  text-decoration: none;
  padding: 0 10px;
  display: block;
  }
div.productslist ul li a:hover {
  color: #c0c0c0;
  text-decoration: none;
  }
div.productslist ul li a img, div.productslist ul li a object {
  margin: 0 -10px;
