div#products ul {
  list-style: none;
  margin: -3px 0 0 0;
  padding: 0;
}
div#products ul li {
  overflow: hidden;
  margin: 0;
  padding: 0 0 24px 88px;
  height: 100%;
}
div#products ul li p.thumbnail {
  cursor: pointer;
  float: left;
  display: inline;
  margin: 0 0 0 -88px;
}
div#products ul li h3 {
  margin: 0 0 5px 0 !important;
}
div#products ul li h3 a {
}
div#products ul li p {
  margin: 0;
}
div#products ul li p em {
  font-style: normal;
  font-weight: bold;
}

div#products p.more {
  font-size: 1.2em;
  background: #eee;
  margin: 0 0 12px 0;
  padding: 10px;
}
div#products p.more.confetti {
  font-weight: bold;
  background: #b895c5;
  margin-bottom: 20px;
}
div#products p.more.confetti a {
  color: #fff;
}
div#products p.more a {
  text-decoration: none;
}
