h2.foheader {
	clear: both;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 20px;
	margin-top: 10px;
	background: #006600;
	font-size: 1em;
	color: #ffffff;
}

.fobox {
	padding: 10px;
	border: 1px solid #006600;
}

	#sendorder {
		text-align: center;
		background: #ffcc66;
	}

	#payleft {
		float: left;
		width: 240px;
	}

	#payright {
		float: right;
		width: 470px;
	}

label {
	clear: both;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	position: relative;
	top: 3px;
}

	#payleft label {
		clear: both;
		float: none;
		width: auto;
		text-align: left;
		padding-right: 0;
		font-weight: normal;
		position: relative;
		top: -6px;
	}

	label.error {
		clear: both;
		float: left;
		margin-left: 180px;
		width: 538px;
		text-align: left;
		color: #cc0000;
		font-size: 0.9em;
		text-transform: uppercase;
		position: relative;
		top: -6px;
	}

	input.error, select.error {
		border: 1px solid #cc0000;
	}

.fobox input, .fobox select {
	margin-bottom: 7px;
}

#lastactioncontainer {
	height: 30px;
}

#lastaction {
	padding: 5px;
	font-weight: bold;
	line-height: 20px;
}

.actionok {
	background: #006600;
	color: #ffffff;
}

.actionerror {
	background: #cc0000;
	color: #ffffff;
}

#ajax {
	position: relative;
	top: 3px;
	margin-left: 10px;
}

#focarttable {
	border-collapse: collapse;
	font-size: 1em;
	width: 548px;
}

	#focarttable th {
		background: #ffcc66;
	}

	#focarttable td {
		padding: 5px 0;
		border-bottom: 1px solid #ffcc66;
	}

	.prodqty {
		width: 70px;
		text-align: center;
	}

	.proddel {
		width: 50px;
		text-align: center;
	}

	.prodname {
		width: 248px;
		text-align: left;
	}

	.prodprice {
		width: 90px;
		text-align: left;
	}

	.prodsubtotal {
		width: 90px;
		text-align: right;
	}

#searchtable {
	border-collapse: collapse;
	font-size: 1em;
	width: 548px;
}

	#searchtable th {
		background: #ffcc66;
	}

	#searchtable td {
		padding: 3px 0;
		border-bottom: 1px solid #ffcc66;
	}

	.seriesrow td {
		background: #ffff99;
	}

	.altrow td {
		background: #fff4de;
	}

	.searchprice {
		width: 70px;
	}

	.a2c {
		width: 130px;
	}
