/* Shopping Cart ========================================================================= */
.cart {
}

/* Checkout Types */
.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 3px 55px 8px 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */

.cart-table {
    margin: 10px 0 0 0;
}

.cart-table .item-msg {
    font-size: 10px;
}

.cart-table thead {
    background: transparent;
}

.cart-table th {
    border: none;
    font-weight: normal;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
}

.cart-table td {
    border: none;
    padding: 15px;
}

.cart-table td.remove {
    padding-right: 0;
}

.cart-table tfoot td {
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
}

.cart-table .backlink {
    float: left;
    text-transform: uppercase;
}

.cart-table .btn-remove2 {
    margin: 25px 0 0 0;
}

.cart-table .link-wishlist {
    margin: 25px 0 0 0;
    display: block;
}

.cart-table .product-name {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.cart-table .item-options {
    margin: 0;
}

.cart-table .cart-price {
    margin: 25px 0 0 0;
    display: block;
}

.cart-table .cart-price .price {
    font-size: 11px;
}

.cart-table .qty {
    margin: 17px 0 0 0;
    width: 20px;
    text-align: center;
    padding:7px 10px;
}

.cart-table button.btn-update {
    background: #f0f0f0;
    border: 1px solid #a1a1a1;
    color: #333333;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 622px;
}

.cart .cart-collaterals .col2-set .col-1,
.cart .cart-collaterals .col2-set .col-2 {
    width: 300px;
}

.cart .cart-collaterals .col2-set .col-1 {
    margin-right: 22px;
}

.cart .crosssell {

}

.cart .crosssell h2 {
    margin-top: 0;
    text-transform: uppercase;
}

.cart .crosssell .product-image {
    float: left;
    width: 95px;
    height: 142px;
}

.cart .crosssell .product-details {
    margin-left: 115px;
}

.cart .crosssell .product-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 0 5px 0;
}

.cart .crosssell .price {
    font-size: 11px;
}

.cart .crosssell .old-price,
.cart .crosssell .special-price {
    margin-bottom: 5px;
}

.cart .crosssell li.item {
    margin: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {

}

.cart .discount h2 {
    margin-top: 0;
    text-transform: uppercase;
}

.cart .discount label {
    margin: 0 0 5px 0;
    display: block;
}

.cart .discount .input-box {
    float: left;
}

.cart .discount .input-text {
    border: 1px solid #bebdbd;
    padding: 10px;
    width: 147px;
}

.cart .discount button {
    background: #f0f0f0;
    border: 1px solid #a1a1a1;
    color: #333;
    float: right;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    text-transform: uppercase;
    width: 300px;
}

.cart .totals h2 {
    margin-top: 0;
}

.cart .totals .content {
    background: #e5e5e5;
    padding: 10px;
    overflow: hidden;
}

.cart .totals .checkout-types {
    margin: 10px 0 0 0;
}

.cart .totals strong {
    font-weight: normal;
}

.cart .totals table {
    width: 100%;
}

.cart .totals table .price {
    font-size: 11px;
}

.cart .totals .grand-total-incl {
    border-top: 1px solid #fff;
}

.cart .totals table th,
.cart .totals table td {
    padding: 5px 0;
}

.cart .totals table th {
    font-weight: bold;
}

.cart .totals table tfoot th {
}

.cart .totals button {
    width: 245px;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */