/* 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%;
}
#nav{
	height: 0;
}
#printLogo{
	display: block; 
	float: left;
}

#logo, #olbButton, #homeButton, #inJapanese, #logo img, .waves {
	display: none;
}

#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

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

/*====== Footer ====================*/
#footer {
	position: absolute;
	bottom:0;
	left:0;
	background: none;
	color: #000;
	margin-top: 20px;
}

#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, .addthis_toolbox, .addthis_default_style {
display: none;
}
.productHead h1{
	left: 0;
	font-size: 20px !important;
	line-height: 50px !important;
	width: 100%;
}
.productHead{
	height: 40px;
}

dl#productTabs {
    height: auto !important;
}
body #productTabs dt, body #productTabs.on dt{
	cursor: auto;
	display: block;
	float: none;
	font-size: 16px !important;
	font-weight: bold;
	height: 21px;
	margin-right: 0;
	padding-top: 45px;
	text-align: left !important;
	width: auto !important;
}
dl#productTabs dd {
    clear: both;
    border-top: none;
    display: block;
		height: auto !important;
		position: relative !important;
		top: 0 !important;
}
#productDetails .pane {
    clear: both;
    display: block !important;
    position: static;
    top: 0;
    left: 0;
    width: 80%;
}
#footer, #contentLeft{
	display: none !important;
}
