ul.certbox {
  overflow: hidden;
  list-style: none;
  margin: 0 0 7px 0;
}

ul.certbox li {
  width: 172px;
  float: left;
  padding: 8px;
  margin: 5px;
  border-radius: 5px;
  background: #eee;
}

ul.certbox li.special {
  background: #eee url('/images/toprightcorner-gold.png') right top no-repeat;
}

ul.certbox li a.h {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  color: #222;
  font-weight: bold;
}

ul.certbox li div.validation {
  margin-bottom: 5px;
  overflow: hidden;
}

ul.certbox li div.validation span {
  display: block;
  float: right;
  color: #C00;
}

ul.certbox li div.info {
  margin: 0 0 8px 0;
  font-size: 12px;
}

ul.certbox li div.prices {
  overflow: hidden;
}

ul.certbox li div.prices span.price {
  display: block;
  font-size: 11px;
  color: #aaa;
  float: left;
}

ul.certbox li span.price strong {
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: normal !important;
}

ul.certbox li div.prices a {
  display: inline-block;
  float: right;
  padding: 6px 6px 3px 3px;
}

p.pricenotice {
  text-align: right;
  margin-bottom: 0px;
  color: #bbb;
}