/* Template Second Branch - print.css */

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

body {
background-color: #FFF;
font-size: 12pt;
color: #333333 !important;
}

a {
text-decoration: none !important;
color: #333333;
}

/*====== Header ================*/
#header {
position: static;
height: 8em;
width: 100%;
}

#logo img {
display: block;         
}

#logo a {
display: none;
}

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

/*====== Footer ====================*/
#footer {
clear: both;
position: relative;
background: none;
color: #000;
}

#footer a {
color: #000000;
}

#footer img {
margin-right: 10px;
}

#footerNav , #copyrightNotice, #eh, #ncua { 
display: none; 
}

/*====== Main Content =================================================================================*/
.printPage {
display: block;
}

.printPage p {
padding-top: 10px;
font-size: 1.2em;
}

#mainContent {
color: #000000;
width: auto;
}

#wrapper {
padding: 0;
}

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

/*====== Category Page =================================================================================*/
#featuredProduct {
min-height: 1px;
height: auto !important;
_height: 1px;
}

/*====== Product Page =================================================================================*/
#productPhoto img, .addthis_toolbox, .addthis_default_style {
display: none;
}

#productDetails {
width: auto;
}

dl#productTabs {
width: auto;
height: auto !important;
}

dl#productTabs dt {
display: block;
margin-top: 2em;
margin-left: 0 !important;
padding: 0;
color: #000000 !important;
border: none !important;
}

dl#productTabs dd {
width: auto;
border-top: none;
display: block !important;
padding-top: 10px;
}

.pane {
position: static;
}

#productDetails ul {
margin: 1em 1.5em;
}
