/* CART cartmsstylesheet.css */
/* Cart related settings */
.checkout
{
}

.contshopping
{
}

.productlistofcat,
.productlist
{
  xmargin-left: 0.5em;
  width: 250px;
}

.pageicon
{
}

.productid
{
  display: none;
  vertical-align: top;
}

.productqty
{
}

.productname
{
}

.productprice
{
}

.productamount
{
}

.productremove
{
}

#totalamount
{
}

tr.row1
{
}

tr.row2
{
  xbackground-color: #ececec;
}

/* Ship to related settings */
#shipinfo
{
}
#shiplabel
{
}
#shipinput
{
}
#shiperror
{
  color: #FF3F00;
}



/* Delivery related settings */
/* Payment related settings */
.pagetable{
width:100%;
}
.pagetable td
{
padding:2px;
}


.shiplabel
{
width:33%;
}
.shipinput
{
width:33%;
}
.shiperror
{
width:33%;
}

legend{
color:#FFFFFF;
}
div.productlistofcat table,
div.productlist table{
	width:90%;
	margin:10px;
}
div.productlistofcat table td,
div.productlist table td{
	padding:4px;
}
div.productlistofcat img,
div.productlist img{
	border:none;
}
td.productdesc img{
	position:relative;
	float:left;
	margin-top:6px;
	margin-right:12px;
	margin-bottom:0px;
}
div.tinybox{
	position:absolute;
	right:12px;
	top:12px;
}


/* css corrections */
div#content{
	xwidth: 100%;
}
div.content{
	xwidth: 100%;
}




