
/**
 *  Start of file: print.css
 */

* {
	/* {offset x} {offset y} {distance} {spread} {color} */
	-webkit-box-shadow: none !Important;
	-moz-box-shadow:    none !Important;
	box-shadow:         none !Important;
}
#header,
#topnav,
.sideRail,
.backLinkHolder,
.purchasingControlsHolder,
#additionalFuncs,
#altImageContainer,
#footer_container,
.ui-tabs-nav,
#buttonArea,
.productSocialMedia,
.productExcerptBtns
{
	display: none !important;
}

.ui-tabs-panel,
.ui-tabs-hide
{
	visibility: visible !important;
	display: block !important;
}

.ui-tabs .ui-tabs-panel,
.largeImgHolder
{
	border: 0px !important;
}

/**
 *  End of file: print.css
 */

