div.container {
width: 100%;
max-width: 800px;
}

div.display {
  clear: both;
  margin-top: 1em;
}

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

div.description {
  display: none;
}

div.switch {
}

h2.pagename {
}
    
h3.itemlink {
  font-size: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

