 DIV.display {
  width: 100%;
  margin: auto;
  }

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

 DIV.description {
  display: none;
  }

 DIV.switch {
  position: fixed;
  top: 60px;
  left: 89%;
  padding-right: 4px;
  text-align: left;
  }

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

 .itemid {
  font-size: 80%;
  }

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

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

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

 .sold {
  color: red;
  background-color: #DEB877;
  font-weight: bold;
  }

