/* css to hide menu and header for printing on UnFranchise */
#menuCell, #dummyCell, #ufHeader, .bgMenuHeader { display:none; }

/* css to hide menu and header for printing on Intranet */
#iMenu, #iHeader { display:none; }

/* standard css class to hide certain elements on a view when printed */
.noPrint { display:none; }

/* standard css class to display certain elements on a view when printed */
.print { display:inline; }

/* class to add page break */
.pageBreak { page-break-after:always; }

#pdHeader, .pdHeaderAd, .pdRightAds, .pdTitledTable, #pdTabArea, .pdFooter, .pdRelProd{
 display:none;
}
.pdRightHeader{
 width: 600px;
}
.pdImage{
 float: left;
}
.pdContentDefault{
 height: auto;
 overflow: visible;
}
#pdContent{
 width: 380px;
 overflow: visible;
 display: inline;
 border-left: none;
 float: right;
}
.pdBestPriceBadgeWrapper{
 background: none;
}
.pdBestPriceBadge{
 background: none;
 border: none;
}
.masterTable{
 width: 600px;
}
a{
 text-decoration: none;
}
.breadCrumbContainer{
 background: none;
 background-color: #CCCCCC;
 clear: none;
}
