.lastViewedList{
    list-style-type: none;
}
.lastViewedList li.clearfix {
  *zoom: 1; }
  .lastViewedList li.clearfix:before, .lastViewedList li.clearfix:after {
    content: " ";
    display: table; }
  .lastViewedList li.clearfix:after {
    clear: both; }

.lastViewedThumb {
  float: left;
  margin: 6px 6px 6px 0; }
  .lastViewedThumb img {
    width: 48px; }

.lastViewedTitle {
  font-weight: bold; }

.lastViewedExcerpt {
  margin-bottom: 18px;
  display: block; }
