#printHeader
{
	display:block;
	clear:both;
	width:770px;
	padding:20px 0 20px 0;
}
#printHeader a
{
	color:#3C4594;
	text-decoration:underline;
}
#printHeader a:hover
{
	color:#3C4594;
	text-decoration:none;
}
#contentLeft 
{
	display:none;
}
#contentMain
{
	width:70%;
}
/*end base structure*/

/*start top section*/
#headerRight
{
	display:none;
}
#cChange 
{
	display:none;
}
/*end top section*/

/*start horizontal navigation*/
#horizNav 
{
	display:none;
	
}
/*end horizontal navigation*/

/*start breadcrumb*/
#breadcrumb 
{
	display:none;
}
/*end breadcrumb*/

/*start printFont*/
#printFont 
{
	display:none;
}
/*end printFont*/

/*start main content*/
/*start product content*/
#productImage
{
	display:none;
}
#productDetails
{
	width:760px;
}
#forThisProduct
{
	display:none;
}
/*end product content*/
#footer
{
	width:720px;
}
#footer a 
{
	display:none;
}
/*start general classes*/
.hideForPrint
{
	display:none;
}
/*end general classes*/

#rightPromotionalColumn {
	display: none;
}

/* new styles to fix width issue */

body {padding: 0 10px;}

#printHeader {
	clear:both;
	display:block;
	padding:20px 0pt;
	width:auto;
}

#frame {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	min-height:90%;
	padding:0px 0pt;
	text-align:left;
	width:auto;
}

#header {
	padding-bottom:13px;
	padding-top:18px;
	width:auto;
}

#contentMain {
	width:100%;
	float: left;
}

#contentMainLeftColumnTable {
	width: 100%;
}

#contentMain table {
	width: 100%;
}

#contentMainLeftColumnTable table {
	width: 100%;
}

#bannerImage {
	display:none;
	padding:10px 10px -40px 10px;
}

#footer {
	width:auto;
}