/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-color: #FFF;
}

* {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#rootlineNav,
#metaNav,
#langNav,
#mainNav,
#searchBox,
#leftCol,
#rightCol,
#bottomNav,
#footerNav,
#footer,
.rating,
#shopMetaNav {
	display: none;
}

#main {
	position: static;
	margin: 10px;
	text-align: left;
}

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 142px;
	height: 42px;
}

#head h1 img {
	position: absolute;
	left: 10px;
	top: 10px;
	border: none;
}

#midCol {
	margin-top: 50px;
	position: relative;
}

.fce2ColumnsClearer {
	display: block;
	clear: both;
	width: 500px;
	height: 20px;
}


