/* CSS only needed for the demo */

#mainContainer202{
	width:690px;
	padding:5px;
	border-left:1px solid #317082;	
	border-right:1px solid #317082;	
	margin:0 auto;	/* Center align content, equivalent to margin-left:auto;margin-right:auto; */
	text-align:left;	/* Override inherited text-align:center from the body tag */
	background-color:#FFF;
	height:100%;
}

#menuColumn{
	width:140px;
	float:right;
	font-size:0.8em;
}
#mainContent{
	width:510px;
	float:left;	
}

.oddRow{
	background-color:#FFF;
}
.evenRow{
	background-color:#EEE;
}

.productTable{
	border:3px double #000;
}
h3{
	margin-top:0px;
}
th{
	text-align:left;
}

/* End css for the demo */
