
body {
	font: 12pt/1.4 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: black;
	background: white;
	width: 100%;
}

.no-display, form, .noprint, #info_box, #basket-infobox { display: none; }

#content {
	float: none !important;
	width: auto;
	padding: 1em 0 0 0;
	margin: 0 5%;
	color: black;
	background: transparent none;
	border: 0;
}

a:link, a:visited {
	font-weight: bold;
	color: #520;
	text-decoration: underline;
	background: transparent;
}

#content a:link:after, #content a:visited:after { font-size: 90%; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

table { width: 100%; border-collapse: collapse; }

.table th, .table td, .orders_list td, .orders_list th {
	padding: 2px 5px;
}

.table--align-top th, .table--align-top td {
	vertical-align: top;
}
