.cart {
  margin: 10px 50px;
}

.clearCart {
  font-size:11px;
  text-align: right;
  padding-bottom: 10px;
}
.header {
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 10px;
}

.row {
  border-bottom: 1px solid #C0C0C0;
  padding: 10px 0px 10px 0px;
}

.itemcode {
  font-size: 11px;
  padding-top: 2px;
}

.name {
  float: left;
  width: 490px;
  margin-right: 20px;
  overflow: hidden;
}

.price {
  float: left;
  width: 90px;
  margin-right:10px;
}

.quantity {
  float: left;
  white-space: nowrap;
  width: 110px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

.quantity_txt {
  margin: 0px;
  width: 30px;
  padding: 0px;
}

.cost {
  float: left;
  width: 90px;
}

.cart_nav {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.continue {
  float: left;
  margin-left: 30px;
}

.checkout {
  float: right;
  margin-right: 30px;
}

div.totals {
  margin-top: 10px;
  margin-left: 614px; 
}

table.totals th {
  width: 100px;
  text-align: right;
}

table.totals td {
  padding-left: 20px; 
  width: 100px;
}

table.totals td.tax_txt  {
  font-size: 10px; 
  text-align: right;
}

table.totals th.total {
  font-weight: normal;
}
table.totals td.total {
  font-weight: bold;
}
