#photo-gallery-list div.category-title {
  background: #777;
  padding: 5px 10px 5px 10px;
  height: 1.5em;
}
#photo-gallery-list div.category-title h3 {
  float: left;
  width: 50%;
}
#photo-gallery-list div.category-title div.view-all-link {
  float: left;
  text-align: right;
  width: 50%;
}
#photo-gallery-list div.category-title div.view-all-link a {
  color: #804000;
  font-weight: bold;
  text-decoration: none;
}

#photo-gallery-list h3 {
  background: #804000;
  color: #fff;
  height: 1%;
}

#photo-gallery-list ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#photo-gallery-list ul li {
  border-bottom: 1px solid #fff;
  padding: 5px 10px 5px 10px;
}

#photo-gallery-list ul li a {
  color: #804000;
  font-weight: bold;
}

#photo-gallery-list ul li div.title {
  color: #804000;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0px 0px 10px 0px;
  height: 1%;
}

#photo-gallery-list div.image-container {
  float: left;
  width: 120px;
}
#photo-gallery-list div.summary-container {
  float: left;
  width: 438px;
}
