/***************** cart ******************/
div.cartactions img {
    display: block; float: right; margin-left: 5px;
    margin-bottom: 10px;
}

div.cartactions {
    float: right;
}

div.cart-promotions {
    float: right;
    margin: 0;
    margin-right: 10px;
}

form.cart {
    float: left;
    margin: 0; padding: 0;
}

h2.cart-message {
    float: left;
}

h1.cart-title {
  color: #9b3001;
  text-align: left;
  padding: 1px;
  padding-bottom: 5px;
  margin: 0;
}

div.cust-service-message {
    float: left;
    font-size: 11px;
}

div.cust-service-message a {
    color: #9c3100 !important;
    text-decoration: none;
}

table.cart {
    margin: 0;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dedede;
    border-width: 1px 1px 1px 5px;
}

table.cart tfoot a {
    color: #9c3100 !important;
}

table.cart td {
    border-bottom: 1px dotted #dedede;
}

table.cart th, table.cart td {
    font-size: 11px;
    vertical-align: top;
    padding: 3px;
}

table.cart thead {
    background: #dedede;
    color: #525252;
}

input#cart_promocode {
    width: 60px;
}

input#cart_giftcode {
    width: 60px;
}

p.tax { float: left; clear: left; }

table.cart td a {
    font-weight: bold;
    text-decoration: none;
}

table.cart .cart_item_total {
    text-align: right !important;
    font-weight: bold;
}

table.cart .cart_availability {
    text-align: center;
}

table.cart th {
    padding-left: 5px;
    padding-right: 5px;
}

table.cart tbody input {
    width: 25px;
}

table.cart tbody a {
    display: block;
}

table.cart tfoot {
    border-top: 1px solid #9b3001;
    text-align: right;
}

table.cart tfoot td {
    font-weight: bold;
    vertical-align: top;
}

table.cart td.update input {
    float: right;
}   

table.cart .right {
    text-align: right;
}

table.cart .center {
    text-align: center;
}

/* .border {
    font-size: 1px; line-height: 1px; height: 1px; width: 100%;
    background: url(/images/sites/4/dotted-border.gif) repeat-x;
} */

