/* PRINT STYLES (Default and specific form layout/styles)------------------------------------------------------------ */
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


/* Display none for all those items we don't want to print*/
.aural, 
#logo, 
#navTop, 
form.searchForm, 
#navCol, 
#rightCol, 
#breadcrumb, 
li.addToCart, 
#relatedProducts, 
.utilities,
.noprint
{display:none;}

body {
	background:none;	
}

#content, #content-wide {
	font-family:Trebuchet MS, Arial, sans-serif;
	width:700px;
}
.print-logo {
	width:481px;
	height:92px;
}
h1.producttitle {
	margin-bottom:0;
	color:#eb3e98;
}
li {
	list-style:none;
	margin-left:0;
}

ul.productDetails {
	padding:0;
	margin:0;
}
li.sku {
	font-size:11px;
	margin-bottom:.5em;
}
.productDetails .price {
	font-size:2em;
	font-weight:bold;
	color:#B13376;
	padding-bottom:.2em;
	margin-top:.2em;
	}
li.messages {
	margin-top:1em;
}
img {
	border:0px none;
}
form#options {
	line-height:1.5em;
}
div.productContent {
	float:left;
	width:400px;
	}
div.imgDisplay {
	float:right;
}
ul.footerNav {
	float:left;
	margin-top:2em;
	padding-left:0;
}
ul.footerNav li {
	float:left;
	margin-right:.5em;
}
