          /*
--=.._/(        FAISC GLOBAL PRINT STYLES      )\_..=--
    	  */

#nav, #footer ul, #footer a.top, .nav, #secondary, .items-per-page, ul.utility li, 
#site-search, #primary fieldset, #product-more-information, #container-RequestMoreInformation,
.page-utility ul, .page-utility, .accessibility  {
    display: none !important;
}
#primary{
	background-color: transparent;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 90%;
	}
.tools {
	margin: 0;
	width: 98%;
}
#header a.brand {
/* 	text-indent: 0; */
}
#header .utility { height: 56px;}
.tabs		{ display: none;}
.tab		{ background-color: transparent; margin-top: 0; padding-top: 0; width: 100%;}
.tabs-hide 	{ display: block;}
.tab h2		{ margin-top: 1.5em;}

body, #wrapper *, #wrapper, #wrapper #primary, #secondary, #wrapper .tab, #wrapper #content, #wrapper #sub-wrapper { 
	overflow: visible !important; 
	position: static;
	}
.tab, .tabs, #primary, #content {float: none;}



/*

	Uncomment and insert correct domain

*/

/* insert the url with domain and slash
a:after 				{ content: " (http://domain.com/" attr(href)") "; }
 */
 
/* if starts with slash already, only put in domain to avoid doubling it
a[href^="/"]:after		{ content: " (http://domain.com" attr(href)") "; }
*/

/* if starts with http:, don't put in the domain at all -- it's either external or full url already
a[href^="http:"]:after	{ content: " (" attr(href)") "; }
 */
 
 
/* don't do that content insert at all for jump links and named anchors */
sup a:after,
a[href^="#"]:after,
a[name]:after 			{ content: ""; }