.item_type_title {
  color:#888;
  font-size:120%;
  margin-top:20px;
}

.no_image {
  width:80px;
  padding:34px 0px;
  text-align: center;
  border:1px solid #aaa;
  font-style:italic;
  color:#888;
}

.store_item {
  background:#f0f0f0;
  border-top:1px solid #999;
}

.odd {
  background:#f8f8f8;
}

.image {
  width:100px;
}

.description {
  width:350px;
}

.cart {
  text-align:right;
}

