#bd { background: transparent; }

div.productgrid {
    overflow: auto;
    border: 1px solid #E7F2ED;
}

div.productgridonerow {
    overflow: auto;
    height: 170px;
    border: 1px solid #E7F2ED;
}

.productgrid ul li, .productgridonerow ul li {
    display: inline;
}


.productgrid a, .productgridonerow a {
 display: block;
    float: left;
    width: 110px;
    height: 180px;
    padding-left: 5px;
    padding-right: 5px;
 text-decoration: none;
 font-size: 75%;
}

.productgrid a:hover, .productgridonerow a:hover {
    background-color: #E7F2ED;
 text-decoration: none;   
}

h1 { font-weight: bold; font-size: 120%; }

div.orderdetails { background: none; }

table.orderitems {
    margin-right: 10px;
    margin-left: 10px;
    width: 95%;
}

table.orderitems th { padding: 2px; font-weight: bold; background: none; border-bottom: 0px solid #998877; }
table.orderitems td { padding: 2px; }
table.orderitems td.odd { background: none; }
table.orderitems td.even { background: none; }
table.orderitems td.totals { font-weight: bold; border-top: 0px solid #998877; }


table.tracklisting tr { border-top: 1px solid black; }
table.tracklisting td { padding: 5px; }
