/********************* PRINT-OUT SWITCHES *********************/
@media print {

	body {
		margin-top: 0;
		margin-bottom: 0;
		background-color: #fff;
		background-image: none;
		}
	#header,
	#menu, 
	#bread, 
	#info,
	#leftpad,
	#rightpad,
	#footer,
	#minikurv
		{ 
		display: none;
		}
	#wrapper {
		width: 760px;
		background-image: none;
		background-color: transparent;
		}
	#banner { 
		display: none; 
		}
	#container {
		margin: 0;
		padding: 0;
		background-image: none;	
		background-color: transparent;
		}
	#content {
		margin: 0;
		}
	img.printbanner { 
		display: block;
		}	
	table.mytable { 
		border-color: #000; 
		border: 1px solid #000!important; 
		margin-bottom: 10px; 
		border-bottom: 1px solid #000;
		box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
		-khtml-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
		 }
	table.mytable.left { width: 368px; }
	table.mytable.right { width: 368px; }
	
	table.mytable td { 
		background-color: transparent;
		border-color: #000!important; 
		}
	table.mytable tr.tableheader td { 
		color: #000; 
		background-image: none!important;
		background-color: #ddd!important; 
		border-bottom: 1px solid #000; 
		}
	table.mytable tr.tableheader td img { 
		display: none; 
		}
	table.itemlisttable {
		clear: both;
		width: 100%;
		border: 1px solid #000!important;
		background-image: none!important;
		background-color: #fff!important;
		box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
		-khtml-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
		}
	table.itemlisttable tr.itemrow.bordertop td { border-top: 1px solid #aaa; }

	table.itemlisttable tr.tabletitle td {
		color: #000;
		background-image: none!important;
		background-color: #ddd!important; 
		border-bottom: 1px solid #000;
		}
	table.itemlisttable.confirmation td { background-color: transparent ;}
	 
	div.buttonbox {	display: none; }
	
	
	a:link { color: #000!important;}
	
	.historytable.subtable tr.tableheader td {
		background-color: #fff;
		border-bottom: 0;
		}
	.historytable.subtable tr.lo td,
	.historytable.subtable tr.hi td {
		background-color: #fff;
		}
	
	}
