/* Start of CMSMS style sheet 'Module: Cart Made Simple' */
/* Cart related settings */
.checkout
{
}

.productlist
{
  margin-left: 0.5em;
  width: 590px;
}

.pageicon
{
}

.productid
{
  display: none;
  vertical-align: top;
}

.productqty
{
 width: 50px;
}

.productname
{
 width: 250px;
}

.productprice
{
 width: 85px;
 text-align: right
 
}

.productamount
{
 width: 75px;
 text-align: right
}
.productimg
{
 width: 3.3em;
 height: 3.3em;
}

.productremove
{
 width: 75px;
 text-align: right
}

#totalamount
{
 width: 75px;
 text-align: right
}

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' */

