/* PRINT STYLES (Default and specific form layout/styles)------------------------------------------------------------ */
#navCol,
#footer,
#devBenefits,
#playType,
#ratings,
#breadcrumb,
#navTop,
#nav,
#logo,
.aural,
#giftWrapPopUp,
.giftWrap,
#giftWrap,
dt#gift_wrap_label,
#gift_wrap_label label,
#gift_wrap_label span,
#batteries,
#guaranteedPopUp,
.noshow_on_print
 {
	display: none;
}
#leftProductCol {
	float: right;
	width: 50%;
}
#rightProductCol {
	float: left;
	width: 50%;
	clear: both;
}
#rightProductCol h1 {
	clear: both;
	}
.orangeBg,
.recommendedItems {
	display: none;
}
.print_logo {
	display: inline;
	float: left;
	border: 0!important;
	}
.print_address {
	display: inline;
	float: left;
	border: 0!important;
	margin-left: 30px;
	}
.clear_print {clear: both;} 

