body
{
	background-color: #F6F9F5;
	width: 500px;
	background-image:none;
	margin:0px;
}

form
{
	background-color: #F6F9F5;
	width: 500px;
}

DIV.cart_detail
{
	z-index:1000;
	/*height: 255px;*/
	width: 500px;
	background-color: Transparent;
}

.pnlMainShoppingCart
{
	/* height: 350px; */
	width: 500px;
	background-color: #F6F9F5;
}

.pnlShoppingLogo
{
	width: 500px;
}

DIV.product_area
{
	width: auto;
	/* height: 222px; */
	/*height: 218px;*/
	height: 185px;
	overflow: auto;
}

#tblOrderDetail
{
	width: 100%;
	*width: 96%;	/* ie css hack */
	display: table;
}

h2
{
	font-family: Arial;
	padding: none;
	margin: none;
}

.orderNumber
{
	padding: none;
	margin: none;
	font-weight: bold;
	font-size: 13px;
}

#txtPromotion
{
	width: 100px;	
}

/*
THESE STYLES DONT WORK CROSS BROWSER AND I DONT HAVE ANY MORE TIME!!!
#tblOrderDetail THEAD
{	
	display:table-header-group;
}

#tblOrderDetail TFOOT
{
	display:table-footer-group;
}

#tblOrderDetail TBODY
{	
	display:table-row-group;
	height: 19px;
	overflow:auto;
	overflow-x:hidden;
}*/
