#cart table { margin: 0 auto; width: 85%; }
#cart td { vertical-align: top; }
#cart .desc .platform { color: #700; font-size: 14px; font-weight: bold; }
#cart .center { text-align: center; }
#cart .center input { width: 22px; }
#cart .center a { text-decoration: underline; }
#cart .right { text-align: right; }
#cart .total { font-weight: bold; text-align: right; }
#cart .total b { text-decoration: underline; }
#cart .hr { background: #700; height: 1px; overflow: hidden; }
#cart .continue { font-weight: bold; text-align: center; }
