@charset "utf-8";
/* 
=========================================================================
filename:	cs-print.css
created:	2007.10.10
author:		Christie Stacker (cstacker)
description:	Used to hide some elements of the new CS Path pages for 
	printing. See Etrack 1141234 "Add CSS styles to the NAM CS Web 
	experience in all Tier 1 languages"
=========================================================================
*/
#docfoot,
#page_main,
#cs_navigation,
.ts-dottedline,
.kb_utils,
#backlink,
#quicklinks,
a.button,
a.button SPAN {
display:none;
height:0px;
border:0px;
margin:0px;
padding: 0px;
}
#cs_contentbox{
	width:99%;
	border:0px none #FFFFFF;
	padding:opx;
	margin:0px;
}
#cs_contentbox h3,
.tip {
	border:thin dotted #ebebeb;
}
.step {color:black;}
#breadcrumbs,
#footerPane1 {
	padding: 0px;
	margin:0px;
}

