/* American Trust & Savings FIRST Branch - print.css */

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

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

/*====== Header ================*/
#outerWrapper {
	background-image: none;
	background-color: #fff;
}
#wrapper {
	margin: 0;
	position: relative;
}
#header {
	position: static;
	height: 8em;
	width: 100%;
}
#printLogo {
	display: block;         
}
h1#logo {
	display: none;
}

#logo a {
	display: none;
}

#tagline {
	color:#000000;
}

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

/*====== Footer ====================*/
#footer {
	position:static;
	background: none;
	color: #000;
	overflow: auto;
	margin-top: 5em;
}
#printIcons {display: block;margin-top: 20px;}
#printIcons img {margin: 0 10px;}
#footer img.froiLogo {
	display: block;
}
#footer p {
	width: auto;
	float: none;
	text-align: left;
}
#footer a {
	color: #000000;
}
div#eh {display: none;}
div#fdic {display: none;}

/*====== Main Content =================================================================================*/
#mainContent {
	float: none;
	color: #000000;
	width: auto;
	float: left;
	background-image: none;
}
#mainContentTop {
	background-image: none;
}
#productSummary {
	float: none;
}
#summaryOuterWrapper {
	width: auto;
	border-top: none;
}
#productSummaryWrapper {
	border-top: none;
	padding: 0;
	margin: 0;
}
/*====== Left Column ==================================================================================*/
.leftColumn {
display: none;
}

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

#map {
	width: 640px;
}

/*====== Product Page =================================================================================*/
#productSummary {
	width: 80%;
}
.productHead h1 {font-size: 35px;}
#productSummary p {color: #000;}
#productPhoto, #productButtons, #productPhoto img, .addthis_toolbox, .addthis_default_style, #mainContentBottom, #footerNav {
display: none;
}
#productDetails {
	width: auto;
	margin:  20px 0 0 0;
	padding: 0;
	border-top: none;
}
#productDetails #productTabs dt {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.5em;
}
#productDetails #productTabs dt.selected {
	margin: 0;
	padding: 0;
	background-image: none;
	color: #333;
}
#productDetails p {color: #000;}
#productDetails ul {color: #000;margin-left: 1em;}
dl#productTabs {
	height: auto !important;
}
dl#productTabs dd {
	width: 80%;
	border-top: none;
	padding: 0;
	margin: 0;
}
#productDetails .pane {
	position: static;
	overflow: auto;
	display: block !important;
}

