@charset "utf-8";
/* CSS Document */
/**
	file: print.php
	project: b2b.com - TRS
	location: ./order/css/
	date: 2015-09-11
	version: 2.0
	since: 2022-06-22
	author: JP | jimpierces.com
	description: Print CSS File for b2b.com - TRS
*/
*{
	padding:0;
	margin:0;
}

body{ 
	background:#FFFFFF; 
	font-size: 12pt;
}	

#menu{ 
	display: none; 
}

#page{ 
	width: auto;
	margin: 0 5%;
	border: 0;
	color:#000;
	background: transparent none; 
}	

a:link,
a:visited{
	color: #520; 
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}	

#page a:link:after,
#page a:visited:after{
	content: " (" attr(href) ") ";
	font-size: 88%;
}	

#page a[href^="/"]:after {
	content: " (" attr(href) ") "; 
}