DIV.container {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  }

div.display {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

 DIV.item {
  width: 190px;
  height: 300px;
  float: left;
  overflow: hidden;
  text-align: center;
  }

 DIV.description {
  display: none;
  }

 DIV.switch {
  display: none;
  }

 H2.pagename {
  margin-top: 5px;
  margin-bottom: 5px;
  }
    
 H3.itemlink {
  font-size: 80%;
  margin-top: 2px;
  margin-bottom: 2px;
  }

 .price {
  font-weight: bold;
  font-size: 80%;
  }

 .itemid {
  font-size: 80%;
  }

 .bid {
  font-size: 80%;
  font-weight: bold;
  }

 .pay {
  font-size: 80%;
  font-weight: bold;
  }

 .sold {
  color: #f00;
  font-weight: bold;
  }

 .homelink {
  clear: both;
  }
