
.d {
  width:490px;
  margin:20px auto 10px auto;
  font-size:1em;
}

.d th,
.d td {  
  padding:0.3em 0.4em;
  text-align:left;
  font-weight:normal;
  border-bottom:#ecc4c3 solid 1px;  
}

.d thead th,
.d .headingrow th,
.d thead td,
.d tfoot th,
.d tfoot td,
.d .d thead th,
.d .d thead td {  
  line-height:1.4em;
  font-weight:bold;
  background-color:#ecc4c3;  
}

.d tfoot a,
.d tfoot a:hover {
  color:#fff;
}

.d thead td {  
  color:#000;
}

.d thead .colhead {
  width:10em;
  text-align:center;
}

.d .colnohead {
  width:10em;
}

.d tfoot .remaining th {
  font-weight:bold;
  text-align:right;
}

.d tfoot .remaining td {
  background-color:#fff;
  text-align:right;
}

.d tfoot .subtotal th,
.d tfoot .subtotal td {
  font-family:Arial;
  font-size:1.6em;
  font-weight:normal;
}

.d tfoot .subtotal td {
  font-size:2em;
  text-align:right;
}


.d .nowrap {
  white-space:nowrap;
}

.d h5 {
  margin:0 0 0.5em 0;
  font-size:1em;
}

.d ul {
  margin:0.7em 0 0.3em 2em;
  padding:0;
  line-height:1.4em;
}

.d p {
  margin:0.7em 0 0.5em 0;
}

.d .priceboxes {
  border:0;
  width:100%;
}

.d .priceboxes th,
.d .priceboxes td {
  border:0;
  padding:0;
  line-height:1.4em;
}

.d .quantityboxes td {
  text-align:center;
}

.platters th {
  white-space:nowrap;
}

.d .centre {
  text-align:center;
}

ul.clean {
  list-style:none;
  margin:0;
  padding:0;
}

.icons li {
  display:inline;
}

.d tbody tr.odd td,
.d tbody tr.odd th {
  background-color:#EBE0E4;
}

.d .highlight th,
.d .highlight td {
  background-color:#ccedfa;
}

.d .invoiceGstAmt {
  font-weight: normal;
}

.d .right {
  text-align: right
}


.report thead .colhead,
.report thead td,
.report tbody td,
.report tfoot td {
  text-align:right;
}

.d tr.cart-total th {
  padding:0.8em 0.3em;
  background-color:#f3e8e8;
  text-align:right;
  font-weight:bold;  
}

.d tr.cart-total td {  
  background-color:#f3e8e8;  
  font-weight:bold;
}

input.submit {
  background:transparent url('../images/g-button-red-long.png') no-repeat;
  height:20px;
  width:185px;
  border:none;
  cursor: pointer;
  font-size:1em;
  padding:0 0 2px 0;
  color:#88475C;
}

table.d input.cart-quantity {
  border:#f3e8e8 solid 1px;
  width:18px;
  padding:2px;
  text-align:center;
  height:14px;  
}

span.cart-update {
  cursor: pointer;
  font-size:0.76em;
  background-color:#f3e8e8;
}

table.d input {
  width:200px;
  height:17px;
  font-size:1em;
  padding:3px;
  border:#ECC4C3 solid 1px;
  margin:2px 0;
}

table.d select {
  height:22px;
  font-size:1em;
}

#postage-options table th {
  vertical-align:top;
}


table.d input.checkbox {
  line-height: 1.6em;
  width: auto;
  vertical-align:middle;
  height:auto;
}

#checkoutform .element {
  height: 18px;
  width: auto;
  padding-top: 4px;
}

#checkoutform .select_element {
  height: 24px;
  padding-top: 4px;
}

#checkoutform select.select_date {
  width: auto;
}
#checkoutform input.num {
  width: 4em;
}
#checkoutform select.postage_select {
  border: 1px solid #999;
  background-color: #F8F8F8;
  font-size: 0.95em;
  width: auto;
}


