/* 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 { }

.tree-default .valueCode {
  background-color: #66DDFF;
  color: black;
  display: inline;
  font-size: 1em;
  height: 80%;
  top: 0;
  margin-left: 5px;
}

li.ui-state-active > a.pendingInvoices { }
li:not(.ui-state-active) > a.pendingInvoices {
	color: white !important;
	background-color: #B79F16;
}