@charset "UTF-8";

div#packages {
  margin: 0px 78px 45px;
  width: 625px;
}

div#packages table {
  width: 625px;
  border-collapse: collapse;
}

div#packages table thead th,
div#packages table tbody tr td.checked span,
div#packages table tbody tr td.unchecked span,
div#packages table tbody tr.order th span{
  visibility: hidden;
}

div#packages table thead td {
  text-align: center;
  padding: 0px 1px 2px;
}
div#packages table thead th h2 {
  margin: 0;
}
div#packages table thead td h3{
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0px;
  padding: 1px 0;
  text-decoration: none;
  font-weight: normal;
}

div#packages table thead td h3 a{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

div#packages table thead td.silver h3 {
  background-color: #064177;
  background-image: url(../images/gradient_blue.png);
}
div#packages table thead td.gold h3 {
  background-color: #DB5C2C;
  background-image: url(../images/gradient_orange.png);
}
div#packages table thead td.platinum h3 {
  background-color: #869D33;
  background-image: url(../images/gradient_green.png);
}

div#packages table tbody tr {
  line-height: 2.1em;
}

div#packages table tbody tr td,
div#packages table tbody tr th{
  border: 1px solid #D8D8D8;
}

div#packages table tbody tr th {
  font-weight: normal;
  width: 155px;
  padding-left: 7px;
  text-align: left;
}

div#packages table tbody tr th a {
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px;
  color: black;
}

div#packages table tbody tr td {
  text-align: center;
  font-weight: normal;
  font-size: 1.1em;
  width: 160px;
}

div#packages table tbody tr.boolean td {
  background-repeat: no-repeat;
  background-position: 67px;
}

div#packages table tbody tr td.checked {
  background-image: url(../images/checked.png);
}

div#packages table tbody tr td.unchecked {
  background-image: url(../images/unchecked.png);
}

div#packages table tbody tr th.multi-line {
  line-height: 1.4em;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#packages table tbody tr.prices {
  background-color: #f5f5f5;
}

div#packages table tbody tr.prices td,
div#packages table tbody tr.prices th{
  border-top: 2px solid #d8d8d8;
  line-height: 1.8em;
}

div#packages table tbody tr.prices td{
  font-size: 1.25em;
}

div#packages table tbody tr.order td,
div#packages table tbody tr.order th{
  font-size: 0.9em;
}

div#packages table tbody tr.order th {
  border: 0px;
}

div#packages p {
  font-size: 0.75em;
  margin: 3px 5px;
}