/* Start of CMSMS style sheet 'Module: Cart Made Simple' */
/* Cart related settings */
.checkout
{
}

.productlist
{
  width: 720px;
}

.pageicon
{
}

.productid
{
  display: none;
  vertical-align: top;
}

.productqty
{
width:50px;
}

#productname
{
width:480px;
}

#productprice
{
width:50px;
}
#productamount
{
width:80px;
}

.productremove
{
}

#totalamount
{
margin-top:10px;
margin-bottom:10px;
}

tr.row1
{
  background-color: #fff;
}

tr.row2
{
  background-color: #ececec;
}

/* Ship to related settings */
#shipinfo
{
}
#shiplabel
{
width:100px;
}
#shipinput
{
}
#shiperror
{
  color: #FF3F00;
}
/* Delivery related settings */
/* Payment related settings */

/* End of 'Module: Cart Made Simple' */

