span.colHdr {
 font-size: 16px;
 font-weight: bold;
 color: #777777;
}
td.cart {
 font-size: 12px;
}
td.price {
 font-size: 14px;
 font-weight: bold;
 color: #ff0000;
 background: #ffeeee;
}
td.weight {
 background: #dedeff;
}
hr.redBar {
 color: #ff0000;
 width: 100%;
 height: 1px;
}
button.shipping {
 width: 150px;
 color: #ffffc0; 
 border-left: solid 3px rgb(240,240,255);
 border-top: solid 3px rgb(240,240,255);
 border-right: solid 3px rgb(8,8,255);
 border-bottom: solid 3px rgb(8,8,255);
 background: rgb(173,173,255);
}
button.disposition {
 width: 150px;
 color: #77ffcc;
 border-left: solid 3px #ffcccc;
 border-top: solid 3px #ffcccc;
 border-right: solid 3px #990000;
 border-bottom: solid 3px #990000;
 background: #FF7777;
}