/***************************************
   =cart
-------------------------------------- */

#cart tbody tr {
  background-color: #eee;
}
#cart tbody tr.alt {
  background-color: #ddd;
}
#content-holder
{
    text-align:center;
}
#content-holder #cartItems
{
    
}
#content #cart {
  border-collapse: collapse;
}
#content #cart tfoot {
  border-top: 2px solid #000;
  white-space: nowrap;
}
#content #cart tfoot tr {
  border-bottom: 1px solid #ccc;
}
td.item {
  
}

td.totalitem {
  text-align:right; 
  padding-right:5px;
}
td.quantity input {
  width: 30px;

}
a:visited {
  color: #00c;
}
#cart th.price, td.price,
#cart th.cost, td.cost,
td.value {
  width:75px; padding-right:2px; text-align:right;
}
td.delete-item {
  text-align: center;
}
tr.total {
  font-weight: bold;
}
tr.actions {
  text-align: right;
}

.field-keys {
  border-top: 1px solid #15b;
  border-bottom: 1px solid #15b;
  background: #e3e3e3;
  padding: 3px;
  margin: .5em 10px;
}
#shipping {
  border: 1px solid #000;
  padding: 2px .25em;
  float: right;
  margin-bottom: 1em;
}
#shipping-name {
  margin-left: 3px;
}
#shipping-name a {
  padding: 6px 0 0 20px;
  background: url('../images/pencil_go.png') no-repeat 0 50%;
}

