.outOfStock {
	text-decoration: line-through;
	color: #888;
}
.outOfStockIm {
	background: url('/images/nostock.gif') no-repeat;
}
#orderForm {
	border-collapse: collapse;
	table-layout:fixed;
}
#orderForm th, #orderForm td {
	border-bottom:1px solid #ccc
}
#orderForm th {
	font:normal 1.2em georgia, helvetica, arial;
	letter-spacing:-0.1em;
	font-style:oblique;
}
.add, .remove {
	cursor:pointer;
	display:block;
	float:right;
	clear:right;
	overflow:hidden;
}
.qty {
	text-align: right;
	border: 1px inset black;
	width: 31px;
	margin: 0 0 0 2px;
	padding: 0 2px;
	height: 22px;
	line-height: 22px;
	font-size:18px;
	background-color: #f0f0f0;
}
.total {
	font-size: larger;
	font-weight:bold;
	text-align:right;
	padding-right:3px;
}
#postError {
	visibility:hidden;
}
#error {
	font-size:smaller;
	color:maroon;
	visibility:hidden;
}
#info {
	float:right;
	border:1px solid maroon;
	margin:15px;
	padding:5px;
	background-color:#FF9;
	font-size:10pt;
	width:225px;
}
