html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}


td.productHed
{ 
	background-color: #199AD6;
	text-align: left;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #15315A;
	border-collapse:collapse; 
}

table.summaryProd
{ 
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 14px;
color: #199AD6;
width: 100%;
border-collapse: collapse;
} 


table.bottomBorder 
{ border-collapse:collapse; }

table.bottomBorder td, table.bottomBorder th 
{ border-bottom:1px dotted black;padding:5px; }

