	/**
	 * 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}
	a, a:hover,
	a:link, a:visited 	{color:#3b4e60; text-decoration:underline;}	

	.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: 14px;}

	#pagebody {
		float: none;
		padding: 20px 0 0 0;
		width: 100%;
	}

	#epoBreadcrumbs li:first-child {
		padding-left: 0;
	}
	
	.m-tabcontainer .r-tabs-nav {
		display: none;
	}

	.m-tabcontainer .tabscontent > h3 {
		margin-bottom: 0;
	}

	.m-tabcontainer .tabscontent > div {
		margin-bottom: 30px;
	}

	
/* changes / addition by HK | 2011-01-13 */
body							{ font-size:14px !important; }
.printLogo img 					{ float:left; /*height:auto;*/ z-index:-1; }
#printBtn						{ position:absolute; top:0.5em; right:1.33em; }
#epoBreadcrumbs li.firstChild 	{ padding-left:0 !important }

.isIE table { width:95%;}
td, th { padding:0.5em !important; vertical-align:middle !important;}
td.containsTable { padding: 0! important; }
td.containsTable table { width:100% !important;}

.advOptionsSwitcher { display: none;}

.printGrid ul.navigation,
.printGrid .epoToolBar,
.printGrid .detailsHead a,
.printGrid .detailsHead span { display: none;}
.printGrid .detailsHead div.information {display: block; margin-bottom: 1em;}


span.opcData      { font-weight: bold; }
div.opcVertSpacer { border-bottom: solid 1px silver; }
.opcDetails label { margin-right: 1em; width: 7em; display: inline-block; }
