/* print.css */
body {
	overflow: visible;
	background-color: #fff;
	background-image: none;
	color: #000;
}
#pageWrapper {
	background-image: none;
	background-color: #fff;
}
#ultraTopWrapper {
	display: none;
}
a#logo {
	display: none;
	width: 170px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
}
a#logo img {
	display: none;
	width: 170px;
	height: 85px;
}
#printLogo {
	display: block;
}
.header #primaryNav {
	display: none;
}
#leftColumnWrapper {
	display: none;
}
#mainContentWrapper {
	width: 100%;
	background-image: none;
}
#mainContent {
	background-image: none;
}
#mainContentBottom {
	background-image: none;
}
#productPhoto {
	display: none;
}
#summaryContent {
	width: auto;
	left: 0;
	top: 0;
}
#openNow {
	display: none;
}
#shareAll {
	display: none;
}
#tellMeMoreButton {
	display: none;
}
#productSummary {
	height: 130px;
}
#productSummary p {
	font-size: 14px;
}
#productDetails {
	color: #000;
	background-color: #fff;
	border-top: none;
}
#productDetails p {
	font-size: 14px;
}
#productDetails li {
	font-size: 14px;
	list-style-type: disc;
	background-image: none;
}
dl#productTabs dt.selected {
	background-image: none;
	color: #000;
}
.pane {
	position: static;
	top: 0;
	left: 0;
	overflow: auto;
	display: block !important;
}
dl#productTabs {
	padding: 0;
	width: auto;
	height: auto !important;
}
dl#productTabs dt {
	color: #000;
	border-bottom: none;
	padding: 0;
	font-size: 16px;
}
dl#productTabs dd {
	width: auto;
}
.label {
	float: none;
}
#footerNav {
	display: none;
}
#footerContent {
	text-align: left;
}
#footer p {
	font-size: 14px;
	display: block;
	color: #000;
	border-right: none;
}
#footer #fdic {
	display: none;
}
#footer #eh {
	display: none;
}
#footer #fdicPrint {
	display: block;
	float: left;
	margin: 10px 0 10px 0;
}
#footer #ehPrint {
	float: left;
	display: block;
	margin: 10px;
}