/* Template Second Branch - print.css */

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

body {
	background-color: #FFF;
	font-size: 12pt;
	color: #000000;
	width: 100%;
}

/*====== Header ================*/

#header {
	position: static;
	height: 6em;
	width: 100%;
	background-color: transparent;
}
#header #printLogo {
	display: block;
	width: 248px;
	height: 77px;
}
#logo, #logo a {
	display: none;         
}
#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

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

/*====== Footer ====================*/
#footer {
	position: static;
	background: none;
	color: #000;
	margin-top: 20px; 
	clear: both;
	display: none;
}
#footer img.froiLogo {
	display: block;
}
#footer a {
	color: #000000;
}
#footer #footerNav, #footer #fdic, #footer #eh {
	display: none;
}
#printElements {
	display: block;
}

/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	float: none;                                   
	clear: both;
}
#mainContent table {
	float: none;
	clear: both;
	width: 66%;
	margin: 0;
	padding: 0;
}
#mainContent #rates table .nth-column-1  {
	width: 20%;
}
#mainContent #rates table .nth-column-2, #mainContent #rates table .nth-column-3, #mainContent #rates table .nth-column-4 {
	width: 15%;
}
#mainContent #rates table th, #mainContent #rates table td {
	padding: 0.5em 0.5em;
	text-align: left;
	vertical-align: top;
}


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

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

#map {
	width: 640px;
}

/*====== Product Page =================================================================================*/
#productPhoto img, .addthis_toolbox, .addthis_default_style {
display: none;
}
dl#productTabs {
	height: auto !important;
}                
dl#productTabs dt, dl#productTabs dt.selected {
	clear: both;
	display: block;	
}
dl#productTabs dd {
	clear: both;
	border-top: none;
	display: block;
}
#productDetails .pane {
	clear: both;
	display: block !important;
	position: static;
	top: 0;
	left: 0;
	width: 80%;
}
#productDetails p {
	clear: both;
}


