BODY {
	color: #000000;
}
A {
  color: #000000; 
}
td, table { height: 100%; }
DIV#container {
	width: 680px;
}
DIV#header {
	display: none;
}
#breadcrumb {
	color: #595959;
	margin: 3px 0 0 5px;
}
DIV#printLink {
	display:none;
}
DIV#productContainer {
	float: left;
	border: 0px;
}
DIV#productContainer DIV.leftColum {
	float:left;
	width:220px;
}
DIV#productContainer DIV.productImage IMG{
	width:90%;
	height:90%;
}
DIV#productContainer DIV.resources {
	display:none;
}
/******** DATA TABLES ************/
DIV#productContainer DIV.centerColum {
	float: left;
	color: #000000;
	border: #e2e2e2 1px solid;
}
/******* RIGHT COLUM *******/
DIV.productRightContainer {
	display:none;
}
/************************************************
 * Product Main Pages
 ************************************************/
DIV#productMainContainer {
	width: 680px;
	color:#000000;
}
DIV#productMainContainer .row2col .right{
	width:470px !important;
}

DIV#productMainContainer .row2col{
	width: 660px;
}
DIV#productMainContainer .row2col .leftAlign{
	width:300px !important;
	color: #000000;
}
#productTabs{
	display:none;
}
DIV.tabContent {
	width: 670px;
}
/************************************************
 * Footer
 ************************************************/
DIV#footer {
	display:none;
}