
#mainContainer{
	width:200px;
	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;
	float: left;
	
}

#menuColumn{
	width:200px;
	float:left;
	padding:5px;
	font-size:0.9em;
}
#mainContent{
	width:200px;
	float:left;	
}

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

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

#ttContainer {width: 200px; background-color: #fff; background-image: url('../../images/tt_bg.png'); background-repeat: repeat-y;}
#innerContent3 { padding: 8px; margin-top: -20px;}
#innerContent3 h2 {width: 200px;}

#ttCliplist {width: 200px; border-collapse: collapse; margin-top: 10px;}
#ttCliplist td {text-align: left; vertical-align: top;}
#ttCliplist th {background-color: #d9d9d9; color: #000; text-align: left;}
#ttCliplist td.source {width: 200px;}