#mainContainer{
	width:630px;
	border-left:1px solid #808080;	
	border-right:1px solid #808080;	
	margin:0 auto;	/* Center align content, equivalent to margin-left:auto;margin-right:auto; */
	text-align:center;	/* Override inherited text-align:center from the body tag */
	background-color:#FFF;
	height:100%;
}

#menuColumn{
	width:160px;
	float:center;
	padding:5px;
	font-size:0.9em;
}
#mainContent{
	width:440px;
	float:left;	
}

.oddRow{
	background-color:#FFF;
}
.evenRow{
	background-color:#EEE;
}

.productTable{
	border: solid 2px #E0E0E0;
}
h3{
	margin-top:0px;
}


/* End css for the demo */

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:center;
}
#ajax_tooltipObj div{
	position:left;
}


#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #E0E0E0;	/* Border width */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	left:-165px;	/* Same as border thickness */
	top:-70px;
	position:absolute;
	width:150px;
	height:165px;
	background-color:#FFF;
	padding:5px;
	font-size:0.8em;
	overflow:auto;
	z-index:1000001;
}