/* Start of CMSMS style sheet 'Shoping cart' */
#carttable th { background:#777;  color: #fff }
#carttable td { background:#eee }
.productqty { width:60px; text-align:center }
.productprice { width:60px;  text-align:right }
.productamount { width:60px;  text-align:right }
.productremove { width:80px; text-align:center }
#totalamount {  float: right;  padding:10px }
#checkout {  float: right;  padding:10px }
#continue {  padding:10px }
/* End of 'Shoping cart' */

