/* Print 
-------------------------------------------------------------------- */

body.mff_print div#mff_preHeaderNavigation,
body.mff_print div#mff_personalBar,
body.mff_print div#mff_searchBar,
body.mff_print div.atg_b2cblueprint_footer {
	display: none;	
}

body.mff_print div#atg_b2cblueprint_pageWrapper,
body.mff_print div#mff_contentContainer {
	background: #fff;
}

body.mff_print div#atg_b2cblueprint_pageWrapper {
	margin-top: 10px;
}

body.mff_print div.atg_b2cblueprint_featuredContent_wide {
	border: 0;
}

body.mff_print h1 {
	border-bottom: 1px solid #555;
}

.mff_inputButton {
  display: none;
}

body {
  background: white;
}

.subtotal {
  border: 1px solid #CCCCCC !important;
}

.total {
  border: 1px solid #CCCCCC !important;
}


.atg_b2cblueprint_orderDetailItems th {
  border: 1px solid #CCCCCC !important;
}

table th.last {
  border: 1px solid #CCCCCC !important;
}

.printUtility {
  display: none;
}
