.couponlist {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  }

.couponlist li {
  width: 380px;
  margin: 10px 0;
  padding: 10px;
  background: #FFF url(images/bg.jpg) center no-repeat;
  border: 2px dashed #999;
  }
  
.couponlist li td.img {
  width: 110px;
  }
  
.couponlist li td.rest {
  width: 260px;
  }
  
.couponlist li img {
  max-width: 100px;
  }

.couponlist table td {
  vertical-align: top;
  }

.couponlist p.title {
  font-size: 14px;
  font-weight: bold;
  color: #ef2525;
}

.couponlist p.more {
  text-align: right;
}

.couponlist p.expire {
  font-size: 10px;
  text-align: right;
}
