body, tr, td, p, ul, li, input {
	font: 12px tahoma;
}

table.BX3Order {
	width: 600px;
	border-collapse: collapse;
	border-top: #000000 double 4px;
	border-bottom: #000000 double 4px;
}


tr.BX3RowHead td {
	border-bottom: #000000 solid 1px;
	background-color: #f0f0f0;
	padding-top: 4px;
	padding-bottom: 4px;
}

tr.BX3GrandTotal td {
	font-weight: bold;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	background-color: #f0f0f0;
}

tr.BX3Row td {
	border-bottom: #cccccc solid 1px;
	padding-top: 1px;
	padding-bottom: 2px;

}

td.BX3Category {
	font-weight: bold;
}

td.BX3Money {
	text-align: right;
}

td.BX3PriceHeading {
	font-weight: bold;
	text-align: center;
}

input.BX3InputQty {
	width: 40px;
	border: #999999 solid 1px;
	background-color: #ffffff;
	text-align: right;
}

input.BX3InputLong {
	width: 340px;
	border: #999999 solid 1px;
	background-color: #ffffff;
}

input.BX3InputMedium {
	width: 140px;
	border: #cccccc solid 1px;
	background-color: #ffffff;
}

input.BX3InputShort {
	width: 54px;
	border: #999999 solid 1px;
	background-color: #ffffff;
}

.BX3Error {
	color: #dd3333;
	border: #dd3333 solid 2px;
	background-color: #eeeeee;
	padding: 3px;
}
