/* Template Second Branch - print.css */

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

body {
	background-color: #FFF;
	font-size: 12pt;
	color: #000000;
}
#outerWrapper {width:auto;}
#wrapper, #featuredWrapper, #obLogin, #leftNav {
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width:auto;
}
/*====== Header ================*/

#header {
	position: static;
	height: 8em;
	width: 100%;
}
#logo img {
	display: block;         
}

#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

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

/*====== Footer ====================*/
#footerNav, #firstROI, #eh, #fdic{
	display: none;
}

#footer {
	bottom:0;
	left:0;
	background: none;
	font-size:12px;
	color: #000;
	margin-top: 20px;
	width:auto;
	text-align:left;
}

#footer img.froiLogo {
	display: block;
}

#footer a {
	color: #000000;
}

/*====== Main Content ======================*/
#mainContent {
	color: #000000;
	width: auto;
	float: left;
}

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

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

#map {
	width: 640px;
}

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

dl#productTabs {
	height: auto !important;
	padding: 0;
}

#productDetails dl dt, #productDetails dl dt.selected  {
	float: none !important;
	border: none;
	padding: 20px 0 0 0 !important;
	color: #000000 !important;
}

#productDetails dl dd {
	border:none;
	clear: both;
	border-top: none;
	display: block;
}

#productDetails .pane {
	clear: both;
	display: block !important;
	position: static !important;
}