div.item {
  width: 180px;
  height: 210px;
  float: left;
  border: 1px solid #efefe;
  overflow: hidden;
  text-align: center;
}

img.thumbnail {
  margin: 5px;
}

div.description {
  display: none;
}

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

h2.pagename {
}
    
h3.itemlink {
  font-size: .9em;
  font-weight: normal;
  margin-top: .1em;
  margin-bottom: .1em;
}

 .price {
  font-size: .9em;
}

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

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

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

address {
  margin-top: -3em;
}
