	/**
	 * CSS for the print page / not for the browser print
	 * @author I.Bikmaz
	 * @lastmodified 25.05.2010 16:31
	 */
	
	body  				{background-color:#fff;}
	h1					{margin-bottom: 0.885em; border-bottom:1px solid #c9cbce;}
	h4					{margin-bottom: 0.25em}
	hr  				{background:none repeat scroll 0 0 #c9cbce};
	a, a:hover,
	a:link, a:visited 	{color:#3b4e60; text-decoration:underline;}	
	
	ul#epoBreadcrumbs	{margin: 0}
	#epoBreadcrumbs li 	{background-position:0 -198px; line-height:1em}
	.floatLeftImg		{float:left; margin-right: 1.33em; margin-top: 0.25em}
	.footerSpacer		{margin: 3.42em 0 1.25em 0}
	
	.printGrid			{width: 49.25em; padding:8.33em 1.33em 0.67em 1.33em; position: relative; margin-top: 1px; color: #3b4e60}
	.printLogo			{position:absolute; top:0; left:1.33em; height: 5.42em; width:49.25em}
	.printLogo img		{height: 5.42em; float:left}
	.printLogo h1		{border:0 none; float:left; margin:40px 0 0 10px}
	
	.printTable			{border-collapse: collapse; width:100%; color:#000; margin-bottom:2.92em}
	.printTable th		{background-color:#c9cbce; font-weight:bold; padding:0.25em;}
	.printTable td		{border-bottom: 1px solid #c9cbce; padding:0.25em}

	/*.printGrid table 	{font-size: 10px;}*/
	
