#topContainer {
	float: right;
	margin: 15px 0px 15px auto;
	width: 720px; 
	background-color: #ffffff;
/*	border: 1px solid #8e2f81; */
}

#bottomContainer {
	float: right;
	margin: 15px 0px 15px auto;
	width: 720px; 
	background-color: #ffffff;
/*	border: 1px solid #8e2f81; */
}

#topContainer tr td {
	width: 50%;
	border: 0px solid black;
}

#bottomContainer tr td {
	width: 50%;
	border: 0px solid black;
}

#signatureContainer {
	background-color: #ffffff;
	width: 100%;
}

#signatureContainer table{
	width: 100%;
	font-size:10pt;
}

#signatureContainer table td{
	padding: 4px 10px;
}
#signatureContainer table a{
	font-size:10pt;
	 color: #636467; 
	 font-weight: bold; 
}

.productBox  {
	float: left;
	width: 98%;
	background: white;
	padding: 5px;
}

.productBox table {
	width: 100%;
}
.productBox table td.itemName {
	text-align: center;
}
.productBox table td.itemData {
	width: 100px;
}
.productBox table td.itemCart {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
.productBox table  td.itemPrice {	
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	color:#636467; 
	padding-right: 10px;
	vertical-align: middle;
}
.productBox table td.itemName a{
	color:#636467; 
	font-size: 10pt;
	font-weight: bold; 
}
