DIV.display {
  margin: auto;
  width: 850px;
}

DIV.item {
  float: left;
  width: 170px;
  height: 240px;
  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 {
  clear: both;
}
    
H3.itemlink {
  font-size: 80%;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

.itemid {
  font-size: 80%;
}

ADDRESS {
  clear: both;
}

UL.linklist {
  clear: both;
}

.price {
  font-size: 80%;
}

.bid {
  font-size: 80%;
}

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

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

