table.purchase tr td {border-bottom: 1px dotted #ffff66;}
table.purchase tr th {border-bottom: 1px dotted #ffff66;}

div.autoprice {display:none;}    /* Delete this line when automated prices go live. */

table.purchase {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    display: block;   /* change from "block" to "none" when automated prices go live. */
}

span.bgat {font-family: monospace; display:inline;}  /* Change from "inline" to "none" when automated prices go live. */



span.price { display: block; }
span.price A:LINK, span.price A:VISITED {display: block; text-align:center; background-color: #ccccff; text-decoration:none; color:#3333cc; font-weight: bold;}
span.price A:ACTIVE, span.price A:HOVER {display: block; text-align:center; background-color: #d8d8ff; text-decoration:none; color:#000099; border-bottom: 2px solid #bfbfff; border-right: 2px solid #bfbfff;}