#mainbox {
	width:960px;
	margin-top:0px;
	float:right;
}
#maincontent {
	background-color:#FFFFFE;
	min-height:550px;
	height:auto !important; 
	height:550px;
	z-index:1;
	width:960px;
	float:left;	
}
#maintable {
	width:960px;
	border-collapse:inherit;
	background-color: #FFFFFF;
	min-height:550px;
	height:auto !important; 
	height:550px;
	table-layout:fixed;
}
#maintable td.col1, #maintable td.col3, #maintable td.col  {
	vertical-align:top;
	border:1px; 
	border-style: solid;
	border-color: #939EB5;
	padding:10px;
}
#maintable td.col3 {
	
}
@media screen {
	#maintable {
		width:960px;
		border-collapse:inherit;
		background-color: #FFFFFF;
		min-height:550px;
		height:auto !important; 
		height:550px;
		table-layout:fixed;
	}
	#maintable td.col2 {
		width:12px;
		border:0px;
	}
	#maintable td.col1 {
		width:175px;
		background-color:#B5B5B5;
		line-height:20px;
	}
}
@media print {
	#maintable {
		width:750px;
		border-collapse:inherit;
		background-color: #FFFFFF;
		min-height:550px;
		height:auto !important; 
		height:550px;
		table-layout:fixed;
	}
	#maintable td.col2 {
		display:none;
	}
	#maintable td.col1 {
		width:105px;
	}
	#maintable td.col3 {
		width:750px;
	}	
}
#maintable td strong {
	line-height:26px;
}
#producttable {
	width:100%;
	min-height:550px;
	height:auto !important; 
	height:550px;
	table-layout:fixed;
	vertical-align:top;
}
#producttable td.ccol1 {
	width:530px;
	vertical-align:top;
}
#producttable td.ccol2 {
	width:10px;
	vertical-align:top;
	border-left:1px dashed #CCCCCC;
}
#producttable td.ccol3 {
	
	vertical-align:top;
}

