/* Template Second Branch - print.css */

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

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

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

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

#logo a {
	display: none;
}

#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

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

/*====== Footer ====================*/
#footer {
	clear: both;
}

#footer img.froiLogo {
	display: block;
}

#footer a {
	color: #000000;
}

/*====== Main Content =================================================================================*/
.contentWrapper {
	overflow: hidden;
	clear: both;
}
#mainContent {
	color: #000000;
	width: auto;
	float: none;
	clear: both;
}

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

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

#map {
	width: 640px;
}

/*====== Product Page =================================================================================*/
#productPhoto img, .addthis_toolbox, .addthis_default_style {
display: none;
}
#productDetails {
	clear: both;
}
div#productPhoto div#openNow {
	display: none;
}
dl {
	overflow: hidden;
}
dt, dt.label {
	clear: both;
	display: block;
}
dd, dd.pane {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
