div.item {
  width: 188px;
  height: 200px;
  float: left;
  border: 1px solid #000;
  padding: 3px;
  overflow: hidden;
  text-align: center;
}

div.container {
  max-width: 960px;
}

div.description {
  display: none;
}

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

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


.itemid {
  display: none;
}
 .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;
}
