div#wrapper {
	width: 874px;
	border: 1px solid #ff9900;
	margin: 0px auto;	
}

div#header {
	height: 135px;
	width: 874px;
	background: url(../_images/ferris-logo-wider.jpg) no-repeat;
	text-align: left;

}


#productTable, #searchResultsTable {
	margin-top: 10px;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	width: 480px;

}




div#middleCol {
	float: left;
	width:  491px;
	margin-left: 25px;
		margin-top: 10px;
}


div#main {
	width: 874px;
		padding-top: 10px;
	background: url(../_images/header-gradient.gif) top repeat-x;
}

div#crumbs {
	background: #eee;
	border: 1px solid #666;
	padding: 5px 0 5px 0;
	font-size: 80%;
	width: 475px;
	text-align: left;
	padding: 3px 0 3px 5px;
}

div#tableLegend {
	width: 475px;
	border: 1px dotted #ff9900;
	font-size: 80%;
	padding: 3px 0 3px 5px;
	margin: 20px 0 0 0;
	background: #fff url(../_images/legend-bg.gif) bottom repeat-x;
	font-weight: bold;
	color: #333;
	


}

td.productNumberCell {
	width: 80px;

}

