.cart_preview {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #808080;
    font-size: 9pt;
}

.cart_preview img {
    margin-top: 1px;
    margin-bottom: -6px;
    padding-right: 0px;
    padding-left: 10px;
} 


/* SHOPPING CART ************************************************* */
.box.shoppingcart .content {
    padding-bottom: 0px;
    overflow: hidden;
}

.shoppingcart .product_item {
    float: none;
    overflow: hidden;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #CCD9E6;
    text-align: center;
    padding-bottom: 10px;
}

.shoppingcart .product_name,
.shoppingcart .product_options,
.shoppingcart .product_quantity_selector,
.shoppingcart .product_sale_price,
.shoppingcart .product_total_price,
.shoppingcart .product_img {
    float: left;
    padding-top: 20px;
}

.shoppingcart .product_img {
    width: 26%;
}

.shoppingcart .product_name {
    width: 30%;
    text-align: left;
}

.shoppingcart .product_name  a {
    clear: both;
    font-size: 11pt;
    display: block;
}

.shoppingcart .product_quantity_selector {
    width: 14%;
    float: right;
}

.shoppingcart .product_sale_price {
    width: 14%;
    float: right;
    color: #404040;
    font-weight: normal;
}

.shoppingcart .product_total_price {
    width: 14%;
    float: right;
    color: #404040;
    font-weight: normal;
}

.shoppingcart .product_total_price .label {
    padding-top: 10px;
    display: block;
}

.shoppingcart .product_options {
    padding-top: 0px;
}

.shoppingcart .product_options ul {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    list-style-type: none;
}

.shoppingcart .product_options ul li .product_option_selected_value {
    font-weight: normal;
}

.shoppingcart .cart_buttons {
    overflow: hidden;
    margin: 20px 20px 20px 20px;
    padding-top: 20px;
    border-top: 1px solid #CCD9E6;
}

.shoppingcart .cart_buttons .button_continue_shopping_back {
    float: left;
}

.shoppingcart .cart_buttons .button_proceed_to_checkout {
    float: right;
}

.shoppingcart .promo_code_form {
    padding: 20px 30% 20px 20px;
    line-height: 20px;
}

.shoppingcart .shoppingcart_total {
    width: 28%;
    float: right;
}

/* *************************************************************** */

/* SHOPPING CART HEADER ****************************************** */
.shoppingcart .box .content {
    border-bottom: none;
    padding-bottom: 0px;
}

.shoppingcart .header {
    padding: 2px 0px 0px 0px;
}

.shoppingcart .header .product_item {
    border-bottom: none;
    padding-bottom: 0px;
}

.shoppingcart .header .product_name,
.shoppingcart .header .product_options,
.shoppingcart .header .product_quantity_selector,
.shoppingcart .header .product_sale_price,
.shoppingcart .header .product_total_price,
.shoppingcart .header .product_img {
    padding-top: 0px;
}

.shoppingcart .header .product_name {
    width: 30%;
}

.shoppingcart .header .product_name {
    font-size: 9pt;
    font-weight: normal;
}
/* *************************************************************** */


.checkout .shoppingcart .product_name {
    width: 50%;
}

.checkout .shoppingcart .header .product_name {
    width: 50%;
}

/* MINI SHOPPING CART *************************************************************** */
.minishoppingcart .content {
    overflow: hidden;
}

.minishoppingcart .product_item {
    float: none;
    width: 90%;
    padding: 10px 20px 5px 10px;
    clear: both;
}

.minishoppingcart .product_item .product_name {
    font-weight: normal;
    width: 80%;
    padding: 0px;
    margin: 0px;
    margin-left: 40px;
}

.minishoppingcart .product_item .product_name a {
    font-weight: normal;
    color: #5B7F9F;
}

.minishoppingcart .shoppingcart_total {
    padding-left: 20px;
}

.minishoppingcart .shoppingcart_total .total_name {
    width: 40%;
    text-align: left;
}

.minishoppingcart .shoppingcart_total .total_value {
    width: 50%;
}

.minishoppingcart .cart_buttons {
    padding: 0px 20px 0px 20px;
}

.minishoppingcart .cart_buttons  a {
    display: block;
    padding-bottom: 5px;
}

.minishoppingcart  .product_img {
    float: left;
    width: 30px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}