/* Template Second Branch - print.css */

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

a, a:link {
text-decoration: none !important;
}

body {
background: #ffffff;
color: #000000;
font-size: 85%;
}

#outerWrapper {
width: auto;
background: none;
}

#wrapper {
width: auto;
}

#ultraTopNav, #searchForm, #primaryNav, #leftColumn, #quickLinks, #footerNav, #firstROI {
display: none;
}

/*====== Header ================*/
#header {
height: auto;
width: auto;
margin-bottom: 15pt;
}

#logo {
position: static;
}
#logo a {
	display: none !important;
}
#logo img {
display: block !important;
margin-bottom: 10pt;
}

#wrapper {
padding: 0;
}

/*====== Footer ================*/
#footer {
padding-top: 10px;
}

#footer #fdic, #footer #eh {
position: static;
margin-top: 10pt;
}

#footer #fdic {
float: left;
margin: 10pt 10pt 0 0;
}

#footer p {
text-align: left;
}

/*====== Main Content ==========*/
#mainContent {
float: none;
width: auto;
min-height: 0;
}
#mainContent * {
float: none !important;
position: static !important;
color: #000 !important;
}

/*====== Individual Pages ======*/
#productPage {
width: auto;
margin: 0;
padding: 0;
border: none;
}

#productHead h1 {
width: auto;
font-size: 2em;
}

#productSummary {
min-height: 0;
}

#productSummary p {
width: auto;
}

#productPhoto, #productButtons {
display: none;
}

#productDetails {
padding-top: 10px;
}

#productDetails dl {
width: auto;
height: auto !important;
padding: 0 0 10px;
}

#productDetails dl dt {
	width: auto;
	margin-top: 10pt;
	text-align: left;
}

#productDetails dl dd {
display: block !important;
width: auto;
}

/* Home */
body#home #header {
margin: 0;
}

#flashBanner {
display: none;
}

#homeFeaturedProducts ul li {
float: none;
background: none;
height: auto;
width: auto;
}

#homeFeaturedProducts ul li h3 {
text-align: left;
}

#homeFeaturedProducts ul li img {
display: none !important;
}

#homeFeaturedProducts ul li p {
display: block !important;
}