/* 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; }

.masterTable {
 width: 600px;
}

/* css to hide menu, header and footer for printing on the intranet */
.mlButtonSmall, .mlButtonLarge, .leftMenu, .headerBg, .footer { display:none; }

#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;
}
.tableContent{
 width: 600px;
}
.tableContent tr.wideTopper{
 display: none;
}
.tableContent tr.wideFooter{
 display: none;
}
/* Hide useless elements in print layouts... */
@media print {
 .ui-tabs-nav {
  display: none;
 }
}
#layHeader, #layNavRight, #layNavLeft, #layFooter, #breadcrumbs, #subLinks, #flash, .noPrint{
 display: none;
}
#layContent, #layMain, #pageContent{
 width: auto;
}
td.head{
 background-color: #ffffff;
 color: #000000;
}