html,body {
	width:100%;
	min-height:100%;
	font:normal normal 100.1%/1.3em arial,helvetica,sans-serif;
	color:#ccc;
	text-align:center;
	background:#fff;
}
html,body,#wrapper {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height:100%;
}
html > body,html > body #wrapper {
	height:auto;
}
div#wrapper {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	min-height:100%;
	width:100%;
}
* html div#wrapper {
	height:100%;
}
div {
	font-size:1em;
}
p {
	text-align:justify;
	font:normal normal 1em/1.4em verdana,arial,helvetica,sans-serif;
}
a,a:visited {
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}
a:hover {
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	color:#999;
}
ul,li {
	font-size:1em;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	font-family:verdana,arial,helvetica,sans-serif;
}
/*=== MAIN COLUMN STYLES ===*/
#content {
	padding:10px;
	margin:0;
	text-align:center;
	min-height:100%;
}
* html #content {
	height:100%;
	padding:20px 10px 10px;
}
#content h1 {
	font:normal normal 1.2em arial,helvetica,sans-serif;
	color:#000;
	text-align:left;
}
#content h2 {
	font:normal bold 1em arial,helvetica,sans-serif;
	padding:0.5em 0 0;
	margin:0;
	color:#333;
	text-align:left;
}
#content h2.left {
	float:left;
	width:45%;
	margin:0;
}
#content h2.right {
	float:right;
	width:45%;
	margin:0;
}
#content h2 span.addlink {
	font:normal normal 0.7em arial,helvetica,sans-serif;
	padding:0 0.5em 0;
	margin:0;
	float:right;
	border-bottom:none;
}
#content h3 {
	font:normal bold 0.9em/1.2em arial,helvetica,sans-serif;
	padding:0 0.5em 0 0;
	color:#666;
	text-align:left;
}
#content h4,h5,h6 {
	font-size:1.2em;
	padding:0.5em 0.5em 0.8em 0;
	color:#666;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #999;
}
#content p {
	font-size:0.8em;
	color:#000;
	margin:0;
	padding:0;
}
#content p.supplier {
	float:right;
	width:210px;
	color:#000;
	padding-left:5px;
	border-left:1px solid #999;
	text-align:left;
}
#content p.customer {
	float:left;
	width:45%;
	color:#000;
	text-align:left;
	padding-left:1em;
}
* html #content p img {
	padding-top:7px;
}
/*=== TABLE STYLES ===*/
table,th,td,div,h1,h2,h3,h4,h5,h6,p,ul,li {
	color:#333;
	font-size:1em; 
	margin:0;
	padding:0;
}
/*=== TABLE STYLES ===*/
table#nmd_basket, 
table.basketwidth {
	margin:7px 0 0;
	padding:0;
	text-align:left; 
	width:100%; 
	border-collapse:collapse;
	border:none;
}
thead, tbody {
	margin:0; 
	padding:0; 
	border:none;
}
th,
th.basket-quantity,
th.basket-item,
th.basket-price,
th.basket-vatrate,
th.basket-subtotal {
	background:#666;
	border:1px solid #000;
	color:#fff;
	font-weight:bold;
	font-size:1em; 
	line-height:1em;
	margin:0;
	padding:0.3em;
	text-align:left;
}
td,
td.basket-quantity,
td.basket-item,
td.basket-price,
td.basket-vatrate,
td.basket-subtotal, 
td.basket-postage,
td.basket-total {
	background:#fff;
	border:1px solid #000;
	color:#333;
	font-weight:normal;
	font-size:1em; 
	line-height:1em;margin:0;
	padding:0.3em;
	text-align:left;
	vertical-align:top;
}
th.basket-price,
td.basket-price,
th.basket-vatrate,
td.basket-vatrate,
th.basket-subtotal, 
td.basket-subtotal, 
td.basket-postage,
td.basket-total {
	text-align:right;
}


td.basket-multicol {
	border:none;
}
th.basket-options,
td.basket-options,
td.basket-options-bottomrow {
	display:none;
}

.cl {
	clear:left;
	line-height:0;
	height:0;
	font-size:0.1em;
}
.cr {
	clear:right;
	line-height:0;
	height:0;
	font-size:0.1em;
}
.cb {
	clear:both;
	line-height:0;
	height:0;
	font-size:0.1em;
}
/*=== FOOTER STYLES ===*/
#content #footer {
	position:relative;
	bottom:0;
	margin:0 auto;
	padding:10px 0;
	width:100%; 
	border-top:1px solid #ccc;
}
#footer p {
	font-size:0.75em; 
	line-height:1.4em;
	text-align:center; 
	font-weight:bold;
}


