#pricing {   
  clear: both;
  width: 900px;
  color: #000;
  padding: 0px;
  text-align: justify;
  padding: 10px 0px 0px 0px;
}
h3, h4 {
  font-weight: bold;
  margin-bottom: 2px;
}

h4 {
  margin-top: 4px;
}

table {
  width: 900px;
  margin-top: 20px;
  margin-bottom: 5px;
}
td { border-bottom: 1px solid #ddd; }
tr:hover { background-color: #ddd; }
th { 
  background-color: #6aa6b6;
  background-image: url(/images/th-grad.png);
}
td, th {
  vertical-align: top;
  text-align: left;
  width: 140px;
  padding: 3px;
  font-size: 12.5px;
}
th {
  font-size: 13px;
  padding: 6px;
}
th.firstcol { width: 480px; }

.planboxes {
  display: inline;
  float: right;
  margin: 0px;
  margin-right: 0px;
  padding: 0px 0px 5px 0px;
}
.planboxes li {
  display: block;
  background-color: #eee;
  padding: 6px;
  width: 140px;
  height: 110px;
  margin-left: 20px;
  font-size: 11px;
  line-spacing: 1.1em;
  float: left;
}
.planboxes li b {
  display: block;
  text-align: center;
}

.details, 
.details p { font-size: 11px; }

.open .details { display: block; }
.details { display: none; }

.new {
  display: block;
  float: left;
  padding:0px;
  padding-right: 32px;
  height: 18px;
  background: url(/images/icon_something_new.gif) no-repeat right 0px;
}
