/**
 * CSS for print view.
 */

#main_left,
#main_right,
#topmenu_wrapper,
#mainmenu_wrapper,
#main_top,
#main_right_wrapper,
#top_logo_wrapper,
#breadcrumb
{
	display: none;
}

#right_bg,
#main_wrapper {
	background:none;
}

#cr_outer,
#main_outer {
	margin:0px;
}

#main_content {
	padding:10px;
}

div#wrap_body,
.width {
	width:auto;
	min-width:0;
}
* html .minwidth {
	border-left:none;
}
* html .container {
	margin-left:0;
}

img {
	border:none;
}


