.more {
  color: #B12923;
  float: right;
  display: block;
  line-height: 13px;
  padding-right: 18px;
  background: transparent url('/img/content/red_right_arrow.gif') center right no-repeat;
  cursor: pointer;
  clear: both;
  }
.more:hover {
  text-decoration: underline;
  cursor: pointer;
  }
