/* Default Store Admin Styles - 27 JUN 13
================================================
This is the default stylesheet for the store related admin elements. */

/* Order summary */
.paid { color: #390; }
.nonePaid { color: #f00; }

.cancelled { }

.refunded { color: #369; }

.due { color: #f00; }
.noneDue { }

li.ui-state-active > a.pendingInvoices { }
li:not(.ui-state-active) > a.pendingInvoices {
	color: white !important;
	background-color: #B79F16;
}