.order {
	background: url(../images/order_bg.gif) no-repeat ;
	border-collapse: collapse;
	color: #666;
	float: right;
	margin-bottom: 20px;
}
.order caption {
	color: #7446ab;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 35px;
}
.order a {
	text-decoration: none;
	color: #666;
}
.order a:hover {
	text-decoration: none;
	color: #93C;
}
.order thead tr th  {
	font-size: 12px;
	font-weight: bold;
}
.order tfoot tr th {
	font-weight: bold;
	background-color: #f8ecf8;
	line-height: 30px;
	height: 30px;
}
.order td, th {
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.order tbody td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 13px;
	padding-bottom: 13px;
	height: 13px;
}