/* Start of CMSMS style sheet 'Module: Cart' */
div#cart_summary {
   clear: both;
   text-align: right;
   margin: 3px 10px 0 0;
}

.cart_table {
   border-right: 1px solid #333;
}

   .cart_table th {
      padding: 4px;
      font-weight: bold;
      color: #fff;
      text-align: left;
      background-color: #36c;
      border-top: 1px solid #333;
      border-left: 1px solid #333;
      border-bottom: 1px solid #333;
   }

   .cart_table td {
      padding: 2px;
      border-left: 1px solid #333;
      border-bottom: 1px solid #333;
   }

span.cart_details {
   font-style: italic;
   color: #999;
}
/* End of 'Module: Cart' */

