﻿body {
}

/*Receipt panel on checkoutPage */
#address
{
	width:250px;
	float:left;
	
}
#address h4
{
	font-weight:bolder;
	padding-bottom:2px;
	font-size:180%
}
#Receipt
{
	float:right;
	width:270px;	
}
#Receipt h4
{
	font-weight:bolder;
	padding-bottom:2px;
	font-size:180%
}
.strong
{
	font-weight:600;
}
#pnlReceipt
{
	font-size:20px;
}
#tblReceipt
{
	width:535px;
}
#tblDisplay 
{
	width:100%;
}
