/*
A Touch of Brass Stylesheet
Redesign of July 2007

Popup Stylesheet
Groove Commerce (http://www.groovecommerce.com/)
*/

body 
{
	background: #fff none;
	margin: 6px 8px;
	font-size: 12px;
}

body table {font-size: 12px;}

#popup-wrapper 
{
	width: 100%;
	background-color: #fff;
}

#receipt-container 
{
	text-align: left;
	width: 700px;
	margin: 0 auto;
}

/*Bulk Order Discount Table--*/
table#bulk_order_coupons {
	border-collapse: collapse;
}
table#bulk_order_coupons tr td,
table#bulk_order_coupons tr th {
	border-bottom: 1px solid #ccc;
	padding: 4px;
}
table#bulk_order_coupons tr td.col1 {
	text-align: center;
}
table#bulk_order_coupons tr.alt td {
	background-color: #eee;
}
/*--Bulk Order Discount Table*/
