/* --------------------------------------------------------------
	* print.css

	* @type: Print
	* @language: All
	* @author: Tapage Communication
--------------------------------------------------------------- */
	
/*-------------------------------------------------------------- */
/* @Resets print
/*-------------------------------------------------------------- */
	body {
	  line-height: 1.2em;
	  font-family: Arial, Verdana, sans-serif;   
	  color: #000;
	  background: none;
	  font-size: 12px;
	}
	
	/* Headers
	-------------------------------------------------------------- */
	h1 { font-size: 3em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.5em; line-height: 1.2em; }
	h4 { font-size: 1.2em; margin-bottom: 0.5em; }
	h5 { font-size: 1em; margin-bottom: 0.5em; }
	h6 { font-size: 1em; }	
	
	/* Images
	-------------------------------------------------------------- */
	img { display: block; }
	a img { border: none; }
	
	/* Forms
	-------------------------------------------------------------- */
	label 		{ font-weight: bold; display: block; clear: both; }
	fieldset 	{ margin: 1em 0 0; }
	legend 		{ font-size: 1.2em; margin-bottom: 0.5em; font-weight: bold; }
	textarea 	{ width: 300px; padding: 5px; font-family: Arial, Verdana, sans-serif; }
	input 		{ font-size: 1em; }
	
	/* Links: displays external links' urls
	-------------------------------------------------------------- */
	a[href*=http]:after {
	  content: " (" attr(href) ")";
	  font-size: 11px;
	}

/*-------------------------------------------------------------- */
/* Generic elements
/*-------------------------------------------------------------- */
	.noprint,
	#mainMenu,
	#header,
	#quickMenu,
	#sb-container,
	#footer,
	.main-link,
	.breadcrum,
	#side-menu	{ display: none; }
	
	/* Form elements
	-------------------------------------------------------------- */
	.form input[type=checkbox],
	.form input[type=radio] 	{ float: left; }
	
	