.customer {
	float:left;
	padding-right:25px;
	padding-bottom:15px;
}
.customer caption {
	background-color:#000;
	color:#fff;
	font-weight:700;
	text-align:left;
	font-size:1.1em;
}
.customer .baskettdtitle {
	width:8em;
}
.error {
	clear:left;
	color:#f00;
	font-weight:700;
}
#customerorders {
	border:1px white solid;
	padding:10px;
	margin:10px;
	background-color:#333;
}
#customerorders caption {
	font-size:1.2em;
	text-align:left;
	padding:10px;
	margin:0;
}
#cust {
	clear:left;
}
#basket {
	border: none;
	padding-top:0px;
	clear:left;
}
#basket td {
	min-width:6em;
}
#ordernav {
	width:140px;
	background-color:#000;
	float:left;
	margin:10px 5px 0 0;
	font-weight:700;
	text-align:left;
}
#ordernav li {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}
#ordernav ul {
	margin-left:0;
	padding-left:0;
}
th {background-color:#FC0;
	color:#000;
	text-align:left;
	font-size:1em;
}
#essential,#vat {
	background-color:#ffc;
	color:#000;
	width:200px;
	padding:2px;
	overflow:hidden;
	float:right;
}
#essential h4,#vat h4 {
	background-color:#000;
	text-align:center;
}
#essential ol {
	padding:0 0 4px 0;
	margin: 0;
}
#essential li {
	padding:0 0 4px 0;
}

#progress li{
	float: left;
	margin:0 20px 10px 20px;
	padding-left:25px;
	background:left no-repeat url(../images/titles/progarrow.gif);
}
#progress li a{
	color:white;
}
#progress {
	margin:0 0 0 20px;
	padding:0 0 20px 0;
	font-size:16px;
	list-style:none;
}
.grey {
	color:#666;
}
.gold {
	color:#fc0;
}
.price {
	background-color:#fc0;
	color:#000;
	width:15em;
	padding:0 0 0 10px;
	margin:0 0 2px 0;
	font-weight:700;
	font-size:1.2em;
}
#statusinfo td, #methodinfo td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#statusinfo {
	margin-bottom: 20px;
}
#warnphone {
	display:none;
	clear:both;
	width:300px;
	position:absolute;
	background-color:#000;
	border:#FFCC00 solid 2px;
	padding:4px;
}