/*
div.cart {
    padding: 9px;
}
div.cart a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
div.cart a:hover {
    text-decoration: underline;
}
div.cart span {
    display: inline-block;
    font-weight: bold;
}
div.cart span.label {
    float: left;
}
div.cart span.value {
    float: right;
}
div.cart strong {
    color: #E40201;
}
div.cart li {
    padding: 3px 0;
}
div.cart li.total {
    border-top: 1px solid #A3A3A3;
    margin: 3px 0 0;
}
div.cart li.action {
    padding: 0;
}
div.cart a.checkout, div.cart a.clear_cart {
    display: block;
    height: 29px;
    margin: 0 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 175px;
}
*/
div.seen {
}
div.links {
    padding: 9px;
}
div.links a {
    color: #2572C4;
    font-weight: bold;
}
div.links a:hover {
    color: #F13535;
    text-decoration: none;
}
div.links li {
    margin: 0 0 3px;
}
#nvi-icon-login {
	background:url("../images/icons.png") no-repeat scroll -12px -5px transparent;
}
#nvi-icon-user {
	background:url("../images/icons.png") no-repeat scroll -74px -5px transparent;
}
#nvi-icon-email {
	background:url("../images/icons.png") no-repeat scroll -136px -5px transparent;
}
#nvi-icon-generic {
	background:url("../images/icons.png") no-repeat scroll -198px -5px transparent;
}
.wrap div.updated ul, .wrap div.error ul {
  padding-top: 0.6em;
}
table.commissions {
	width:100%;
}
table.commissions td.prod_name {
	font-weight:bold;
}
table.commissions td.prod_child_name {
	padding-left:50px;
}
table.commissions th.total_purchased,
table.commissions th.total_value,
table.commissions th.total_collected,
table.commissions th.total_discount,
table.commissions th.total_sale_discount,
table.commissions th.total_commission,
table.commissions th.total_owed_to_operator {
	text-align:right;
}
table.commissions td.number {
	padding-right:10px
}
table.commissions th.number {
	text-align:right;
}
form#select_date span.input {
  display: inline-block;
  position: relative;
  width: 105px;
}
form#select_date .date img {
  height: 16px;
  position: absolute;
  right: 6px;
  top: 4px;
  width: 16px;
  cursor:pointer;
}
form#select_date #startdate,
form#select_date #enddate {
	width:100px;
}
#nvi_refund_form {
	padding:10px 30px 30px 30px;
}
#nvi_refund_form fieldset {
	border:1px solid #ececec;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	min-width: 400px;
	min-height: 220px;
}
#nvi_refund_form .partial_refund {
	padding-left: 15px;
}
#refund_amount {
	width: 60px;
}
#nvi_refund_form .buttons {
	text-align: right;
	margin-top:10px;
}
#display-selection-block div {
	display: inline-block;
}
h3 span.date-text {
	font-size: 11px;
}
.search-transaction-container {
	padding: 20px;
}