/*
Avon print css
2008-08-11
*/

/* 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;
}

/* Please don't delete sIFR style ---------------------- */


#printFloat{display:none;}
body, #main{
	background-image:none;
	text-align:left;
	width:100%;
}
#breadcrumb{width:100%;}
#header_links, #search, #nav, #nav2, #nav2Empty, #nav3, #left_column, #right_column, #footer, #footer_image, #controls, #see_also, #searchform
{ display:none;}

#two_column, #three_columns, #main_content
{
	width:100%; 
	border-top:2px solid #999999; 
	border-bottom:2px solid #999999;
	margin:20px 0px 20px 0px;
	padding:20px 0px 20px 0px;
}

.callout, .calloutMedium 
{
	background-image:none; 
	background-color:#ffffff; 
	color:Black;
	border:2px solid #999999; 
	padding:10px;
}
.bodyQuote {padding:0px; }
.bodyQuote .text{text-indent:0px;}
/*.bodyQuote .text, .bodyQuote .textend 
{
	background-image:none; 
	background-color:#ffffff; 
	color:Black;
	padding:10px;
}*/
/*
#main{ border:1px solid red;}

#search{ border:1px solid red;}

.test { visibility:hidden;}*/