
.pricedetails tr td {
    border-bottom: 1px solid #ccc;
    height: 35px;
}

.pricedetails tr td.detailp td {
    border: none;
    height: auto;
}

.pricedetails tr td.none {
    border: none;
}


.pricedetails .detailp { padding: 5px; }
.pricedetails .standardp { background: #dbe7fa; text-align: center; font-size: 12px; }
.pricedetails .gold { background: #ffe3a1;  text-align: center; font-size: 12px;}
.pricedetails .vault { background: #eee;  text-align: center; font-size: 12px;}

.pricedetails .standardp b, .pricedetails .gold b, .pricedetails .vault b { font-size: 14px;}

.pricedetails .toprow td { border-top: 1px solid #ccc; }
.pricedetails .bottomrow td { border: none; }

.detailp ul {
    padding: 0;
    margin: 0;
}
