/* Start of CMSMS style sheet 'Module: Cart Made Simple' */
/* Cart related settings */
.checkout
{
}

.productlist
{
  margin-left: 0.5em;
  width: 470px;
}

.pageicon
{
}

.productid
{
  display: none;
  vertical-align: top;
}

.productqty
{
}

.productname
{
  margin-left: 0.5em;
  width: 75px;
}

.productdesc
{
  margin-left: 0.5em;
  width: 350px;
}

.productprice
{
  margin-left: 0.5em;
  width: 75px;
  color: #FF0000;
  text-align: right;
}
}

.productbuy
{
  margin-left: 0.5em;
  width: 30px;
}

.productamount
{
}

.productremove
{
}

#totalamount
{
}

tr.row1
{
  background-color: #fff;
}

tr.row2
{
  background-color: #ececec;
}

/* Ship to related settings */
#shipinfo
{
}
#shiplabel
{
}
#shipinput
{
}
#shiperror
{
  color: #FF3F00;
}
/* Delivery related settings */
/* Payment related settings */

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

