/* Template Second Branch - print.css */

* {
	margin: 0;
	padding: 0;
	overflow: visible !important;
	float: none !important;
	position: static !important;
}
.print {
	display: block;
}

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

/*====== Header ================*/
#header {
	display: none;
}

/*====== Footer ====================*/
#footer {
	display: none;
}

/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	width: auto;
	float: none;
}
#wrapper {
	padding: 0;
}

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

/*====== 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;
}
.pane {
	display: block !important;
}
dl#productTabs dt.selected:before {
	content: "";
}
dl#productTabs dt.selected:after {
	content: "";
}
.productHead h1 {
	font-size: 1.9em;
}
