/* Fashion Freak modifications */
.mx_webshop_cart_products img {
    float: none;
    margin: 0 !important;
}
.mx_webshop_cart_products .mx_price,
.mx_webshop_cart_total .mx_price {
    white-space: nowrap;
}

#mx_webshop_shopping_cart table {
    width: 100%;
    border-spacing: 0;
    border: 1px #DDD solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
}

#mx_webshop_shopping_cart th {
    padding: 5px 10px;
}

#mx_webshop_shopping_cart td {
    padding: 10px;
}

#mx_webshop_shopping_cart th:last-child,
#mx_webshop_shopping_cart td:last-child {
    width: 60px;
    text-align: right;
    padding-right: 15px;
}

#mx_webshop_shopping_cart thead tr {
    background: #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mx_webshop_shopping_cart tbody td {
    border-top: 1px #DDD solid;
}

#mx_webshop_shopping_cart td {
    vertical-align: middle;
}

.mx_webshop_cart_image {
    float: left;
    margin-right: 10px;
}

.mx_webshop_cart_image img {
    float: left;
    max-width: 80px;
}

.mx_webshop_cart_name {
    float: left;
}

.mx_webshop_cart_old_price {
    text-decoration: line-through;
}

.mx_webshop_cart_options {
    display: block;
}

#mx_webshop_shopping_cart table.mx_webshop_cart_total {
    float: right;
    width: auto;
    margin-top: 15px;
    clear: none;
}

#mx_webshop_shopping_cart table.mx_webshop_cart_total tr td {
    padding: 5px 10px;
}

#mx_webshop_shopping_cart table.mx_webshop_cart_total tr:first-child td {
    border: 0;
}

#mx_webshop_shopping_cart h1 {
    float: left;
    margin: 0;
}

#mx_webshop_shopping_cart input[type=submit] {
    background: #f9f9f9;
    padding: 5px 15px;
    font-size: 16px;
    border: 1px #DDD solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    float: right;
    clear: right;
    margin-top: 15px;
    color: #000;
    height: auto;
}

#mx_webshop_shopping_cart .mx_webshop_cart_coupon {
    float: left;
    width: auto;
    margin-top: 15px;
}

#mx_webshop_shopping_cart .mx_webshop_cart_coupon input {
    float: left;
    margin-right: 10px;
}

#mx_webshop_shopping_cart .mx_webshop_cart_coupon input[type=text] {
    width: 125px;
    padding: 6px 10px;
}

.mx_webshop_cart_continue_shopping {
    padding: 5px 15px;
    font-size: 16px;
    float: right;
    margin-top: 15px;
    color: #777;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    height: auto;
}

.mx_webshop_cart_minimum_order_amount {
    clear: right;
    float: right;
    padding: 5px 15px;
    margin-top: 15px;

    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #777;
    height: auto;
}

#mx_webshop_shopping_cart input[type=hidden] + input[type=submit] {
    margin: 0 0 15px 0;
}

#mx_webshop_shopping_cart p {
    clear: both;
    padding-top: 10px;
}