#headlines .item {
  width: 326px;
  margin: 0 0 2px 0;
}

#headlines .thumbnail {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}

#headlines .thumbnail img {
  float: left;
  max-width: 50px;
  max-height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

#headlines .thumbnail a img {
  border: none;
  display: block;
}

#headlines .title {
  width: 257px;
  height: 13px;
  float: left;
  margin: 0;
  padding: 7px 0 0 19px;
  text-align: left;
}

#headlines .title a {
  float: left;
  font-size: 1em;
  color: #000000;
  text-decoration: none;
  width: 237px;
  height: 20px;
  
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
}

#headlines .title .date {
  float: left;
  clear: both;
  font-size: 0.9em;
  font-weight: normal;
}

#headlines .title a:hover {
  text-decoration: underline;
}
