.sales_title {
	color: #FFFFFF;
	background-color: #9099A5;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/design/member-bg.gif);
	border-color: #4D5561;
	border-style: solid;
	border-width: 1px;
	height: 18px;
	vertical-align: middle;
	padding: 4px;
	cursor: pointer;
}

.sales_details {
	width: 575px;
}

.sales_specs {
	padding-top: 4px;
}

.sales_amount {
	vertical-align: top;
	text-align: center;
	width: 50px;
}

.subtotal {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	width: 110px;
	border-style: none;
	background-color: #C9CACD;
	vertical-align: middle;
	height: 16px;
}

.sales_subtotal {
	vertical-align: top;
	padding-top: 7px;
	text-align: right;
	width: 125px;
}

.sales_table {
	background-color: #C9CACD;
	border-color: #4D5561;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin: 0px;
	margin-bottom: 4px;
}

.total {
	font-size: 12px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	width: 110px;
	border-style: none;
	background-color: #C9CACD;
	vertical-align: middle;
	height: 14px;
}

.sales_total {
	width: 125px;
	vertical-align: top;
	padding-top: 7px;
	text-align: right;
}

.ordersummary {
	font-family: Courier, monospace;
	font-size: 13px;
	border-width: 3px;
	border-style: double;
	border-color: Black;
	background-color: #C9CACD;
	padding: 5px;
	text-align: center;
}