/* 	
	logitech print CSS declarations
	copyright logitech 2007 
*/

/* main areas */
#container {
	width: auto !important;
	margin: auto;
	font-size: 1.1em;
}
/* global hidden areas */
#secondary_nav,
#utility_nav,
#primary_nav,
#logo,
#callout,
#action_links,
#hero,
#views,
#product_color,
#selector {
	margin: 0;
	padding: 0;
	display: none;
}
#breadcrumb {
	position: relative;
	width: auto !important;
	padding-bottom: 10px;
}
#breadcrumb ul {
	padding-left: 0 !important;
}
#container #header {
	position: relative !important;
	top: auto !important;
	border-top: none !important;
}
#container #header .wrap {
	background: none !important;
}
* html #header .wrap { filter: none; }

#content_body {
	width: auto !important;
	float: none !important;
	padding: 0 !important;
}
ul.tabs {
	display: none; /* hides tab headers */
	height: auto !important;
}
h3.print_head {
	display: block; /* shows print header */
}
.tab_body,
.tab_callout {
	width: auto !important;
	float: none !important;
	padding: 0 !important;
}
#tabcontent1,
#tabcontent2,
#tabcontent3,
#tabcontent4,
#tabcontent5,
#tabcontent6,
#tabcontent7 {
	display: block !important; /* shows all tab content for printing */
}

#container #footer {
	margin: 0;
	padding: 15px 20px 5px;
	border-top: 1px solid #CFD7DD;
	background-color: transparent;
	font-size: .916em; /* 9px */
	overflow: hidden;
	_height: 1%;
}


#info-on-1,
#info-on-2,
#info-on-3,
#info-on-4,
#info-on-5 {
	display: block !important;
	overflow: visible !important;	
	height: auto !important;
}

/* marker fix for IE crashing while printing
#content_head ul li,
#content_body ul li {
	background: none;
	list-style: square !important;
	padding-bottom: 2px;
	margin-left: 14px;
}
 */
 
/* footer styles */
#footer {
	width: auto !important;
	margin: 0;
	padding: 10px 0 0 0;
}

/* links: add underline for printed page */
a,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
}

/* GLOBAL FLOAT FIXES and HACKS ************************************************
	Use to clear floats and use the Holly Hack for IE browser's height bugs */


