/* Template Second Branch - print.css */

* {
	background:none;
	margin: 0;
	padding: 0;
	overflow: visible !important;
}

body {
	background-color: #FFF;
	font-size: 80%;
	color: #000000;
}

/*====== Header ================*/
#outsideWrapper {background-color: #fff;}
#header {
	position: static;
	height: 5em;
	width: 100%;
}
#logo {
	position: static;
}
#logo img {display: none;}
#logo #printLogo {display: block;}
#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
	margin: 0;
	width: 80%;
}

#ultraTopNav, .textSize, #searchForm, #primaryNav, #downstreamObl, #downstreamObl a.iframe, #printThisPage, #printLink {
display: none;
}


/*====== Footer ====================*/
#outsideFooter {
	background-image: none;
}
#footer {
	background: none;
	color: #000;
	margin:0;
}

#footer img.froiLogo {
	display: block;
}
#footer #footerContent {float: none;border-right: none;padding: 0;}
#footer a {
	color: #000000;
}
#printLogos {display: block;}
#printLogos img {margin-right: 2em;}
#footer p {color: #000;font-size: 1.2em;}
#footer #footerNav {display: none;}
#footer #froiWrapper {display: none;}
#footer #fdicWrapper {display: none;}
#footer #logoWrapper {display: none;}
/*====== Main Content =================================================================================*/
#mainContent {
	background-image: none;
	background-color: #fff;
	color: #000000;
	width: auto;
	float: left;
}

/*====== Left Column ==================================================================================*/
#leftColumn {
display: none;
}

/*====== Category Page =================================================================================*/
#catBreadcrumb {
display: none;
}

#map {
	width: 640px;
}

/*====== Product Page =================================================================================*/
#productPhoto img, .addthis_toolbox, .addthis_default_style {
display: none;
}
#productSummary {padding-left: 0;}
#productDetails {background-image: none;padding-left: 0;}
#productButtons {display: none;}
dl#productTabs {
    height: auto !important;
	background-image: none;
	padding: 0;
}
dl#productTabs dt.selected .leftBG {display: none;}
dl#productTabs dt.selected {
	color: #000;
	background-image: none;
	background-color: #fff;
	padding: 0;
}
dl#productTabs dt {
	color: #000;
	float: none;
	padding: 0;
}
dl#productTabs dd {
    clear: both;
    border-top: none;
    display: block !important;
	position: static !important;
	padding: 0;
}
dl#productDetails {
	background-image: none;
}
dl#productDetails .pane {
    clear: both;
    display: block !important;
    position: static !important;
    top: 0;
    left: 0;
    width: 80%;
}
