/* Template Second Branch - print.css */

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

body {
	background-color: #FFF;
	font-size: 16px;
	color: #000000;
}

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

#header {
	position: static;
	height: 7em;
	width: 100%;
	background-image: none;

}
#logo {
	background: none;
	display: none;
}
#header #printLogo {
	display: block;
}
#tagline {
	color:#000000;
}
#wrapper {
	padding: 0;
}

#innerWrapper {
	margin: 0 auto;
	overflow: visible !important;
	position: relative;
	width: 958px;
}

#primaryNav, #headerBar {
display: none;
}

/*====== Footer ====================*/
#footer {
	position: relative !important;
	background: none;
	color: #000;
	margin-top: 20pt;
}

#footer img.froiLogo {
	display: block;
}

#footer p {
	text-align: left;
}

#footer a {
	color: #000000;
}

#footer #footerNav {
	display: none;
}

/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	clear: both;
	float: none;
	width: 958px !important;
}

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

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

#map {
	width: 640px;
}

/*====== Product Page =================================================================================*/
#productPhoto img, .addthis_toolbox, .addthis_default_style {
	display: none;
}

#productSummary {
	padding:0;
}

dl#productTabs {
    height: auto !important;
}
dl#productTabs dd {
    border-top: none;
    clear: both;
    display: block;
	position: relative;
}
#productDetails .pane {
    clear: both;
    display: block !important;
    position: relative !important;
    top: 0;
    left: 0;
    width: 80%;
}