body.print-body{
	border: none;
	background: transparent none;
	text-align: center;
}

#print{
	width: 19cm;
	margin: 0.2cm auto;
	text-align: center;
	border: 2px solid black;
	padding: 1cm 1cm;
	background-color: white;
}

table.print-orders{
	border: none;
	table-layout: auto;
	border-collapse: collapse;
}

table.print-orders th{
	border: 2px solid black;
	text-align: center;
	font-weight: bold;
	padding: 0 4px;
}

table.print-orders td{
	border: 1px solid Gray;
	text-align: left;
	padding: 0 4px;
	font-size: 9px;
}

table.print-orders .oid{
	font-size: 22px;
	font-weight: bold;
	padding: 4px;
}

table.print-orders table.intable{
	border: none;
	table-layout: auto;
	border-collapse: collapse;
}

table.print-orders table.intable th{
	border: 1px solid gray;
}

table.print-orders table.intable tr{
	background-color: #EEEEEE;
}

table.print-orders table.intable td{
	border: 1px solid gray;
}

table.print-orders .nowrap{
	white-space: nowrap;
}

table td.center{
	text-align: center;
}

/* nasledne se projevi jen v tisku */
@media print{

#header,
#col-b,
#col-c,
#footer{
	display: none;
}

#print{
	width: auto;
	border-style: none;
	margin: 0;
	background-color: transparent;
}

#main{
	width: auto;
	margin: auto;
	text-align: left;
}

.show-all #columns {
  padding: 0 0 0 0;
}

#detail .switchbar{
	display: none;
}

#detail .boxnotactive{
	display: block;
}

#detail .anchor{
	display: inline;
}

table{
	width: auto;
}

#detail .dboxmenu .item
{
	height: auto;
}
#detail .dboxmenu .itemin
{
	padding: 0 0 0 20px;
	text-align: left;
	height: auto;
}
#detail .detailbox .dboxin2
{
	padding-top: 0;
}

.vizual,
.path,
.esearchOUTOUT,
#detail .votebox,
#detail .basketbox,
#detail #sel_table,
#detail .links,
#link-board
{
	display: none;
}

#detail .detailbox,
#detail #dboxmenu .active .itemin,
#detail .dboxmenu-in,
#detail .detailbox .dboxin
{
	background: 0;
}

#articlescat .print
{
	display: none;
}

#articlescat h1 {color: #000 !important;}

}

