@import url('../common.css');
@import url('header.css');
@import url('footer.css');
@import url('main.css');
@import url('backoffice.css');
@import url('prodlist.css');
@import url('order.css');
@import url('threecol.css');

p {
	color: #000000;
}

/* common */
p.total {
	font-weight: bold;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	padding: 1%;
}

.footer, .push {
	height: 2em;
}
	
