table {
	margin: 10px auto;
	border: 1px solid Silver;
	font-size: 100%;
	border-collapse: collapse;
	width: 520px;
}

table img {
	border: none;
}

table tr.error {
	color: Red;
}

table tr.sch td {
	color: #186496;
}

table tr.nsch td {
	color: Red;
}

/* stavy objednavky */
table tr.undone {
	font-weight: bold;
}

table tr.storno {
	color: #ff5555;
}

table tr.processing {
	color: #5555ff;
}

table tr.done {
	color: Silver;
}
/* konec stavy objednavky */

table td, table th {
	background-color: #F8F8F8;
	padding: 1px 5px;
}

table th {
	background-color: #800000;
	color: white;
}

table th.price {
	text-align: center;
	width: 60px;
}

table th.quantity {
	text-align: center;
}

table th.price {
	text-align: right;
}

table th.ordernum {
	text-align: left;
	width: 70px;
}

table th.who {
	text-align: left;
	width: 150px;
}

table th.date {
	text-align: center;
	width: 120px;
}

table td.quantity, table td.detailquantity {
	text-align: center;
} 

table td.price {
	text-align: right;
}

table td.header {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 120px;
}

table td.code {
	width: 60px;
}

table td.name, table td.detailname {
	width: 240px;
}

#main table td.detailname, table td.detailquantity {
	color: #aaaaaa; 
}

table .show {
  text-align: center;
}
