table.styled {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #222;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.styled tr td, table.styled tr th {
	border: 1px solid #666;
	padding: 4px 6px;
	background-color: #fff;
}
table.styled tr th {
	background-color: #ba642d;
	font-weight: bold;
	color: #fff;
	border-color: #fff;
}
table.styled tr td.price {
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	width: 56px;
}
table.styled tr.discount td {
	background-color: #f6f6f6;
}
table.styled tr.total td {
	background-color: #fde3d2;
	font-weight: bold;
}
