table.pricingtable { margin-bottom:20px;}


table.pricingtable thead tr td, table.pricingtable tbody tr td { padding: 3px; }

table.pricingtable-premium thead tr td, table.pricingtable-premium tbody tr td { padding: 1px; }

table.pricingtable thead tr th, table.pricingtable thead tr td { 
 font-weight: bold; 
 font-size: 11px;
 bbackground: #726a62;
 background: #808080;
 color: #fff;
 padding: 0 10px 0 10px;
 text-align:center;
 height: 30px;
}

table.pricingtable thead tr th div {
 font-size:9px;
 font-weight:normal;
 margin: 5px 0 5px 0;
}

table.pricingtable tbody tr td {
 text-align:center;
 background: #eee;
 line-height: 20px;

}

table.pricingtable tbody tr th {
 padding: 0 6px 0 6px;
 background: #e2e9e9;
 line-height: 20px;
 font-weight: normal;
 text-align: left;
 white-space: normal;
}


table.product tbody tr th {
 width:160px;
}

table.product tbody tr td {
 text-align:right;
}

table.product thead tr th {
 text-align:left;
}

table.pricingtable tbody tr td.subhead {
 font-weight:bold;
 text-align:left;
}


table.pricingtable tfoot tr td {
text-align:left;
}