﻿
img
{
    display: block;
    border: 0px;
}

.cart_header
{
    background: url(/images/cart_header.jpg);
    color: #ffffff;
    font-size: 14px;
}

.cart_sep
{
    background: url(/images/cart_item_sep_cell.jpg) repeat-y;
    width: 2px;
}

.cart_item_cell_first
{
    height: 25px;
    border-right-color: #c0c0c0;
    border-right-style: solid;
    border-right-width: 1px;
    background-color: #ececec;
    color: #5a5a5a;
}

.cart_item_cell
{
    height: 25px;
    background-color: #ececec;
    color: #5a5a5a;
}

.cart_item_cell_last
{
    height: 25px;
    border-left-color: #c0c0c0;
    border-left-style: solid;
    border-left-width: 1px;
    background-color: #ececec;
    color: #5a5a5a;
}

.cart_item_alter_cell_first
{
    height: 25px;
    border-right-color: #c0c0c0;
    border-right-style: solid;
    border-right-width: 1px;
    color: #5a5a5a;
    background-color: #ffffff;
}
.cart_item_alter_cell
{
    height: 25px;
    color: #5a5a5a;
    background-color: #ffffff;
}
.cart_item_alter_cell_last
{
    height: 25px;
    border-left-color: #c0c0c0;
    border-left-style: solid;
    border-left-width: 1px;
    color: #5a5a5a;
    background-color: #ffffff;
}

.cart_red_button
{
    background: url(/images/cart_red_button.jpg);
    width: 98px;
    height: 23px;
    display: block;
}

.cart_red_button span
{
    color: White;
    font-size: 14px;
    text-align: center;
    padding-top: 2px;
    display: block;
}

.card_text
{
    color: #5a5a5a;
}

.coupon_middle_bottom
{
    background: url(/images/coupon_middle_bottom.jpg) repeat-x;
}

.coupon_middle_left
{
    background: url(/images/coupon_middle_left.jpg) repeat-y left;
}

.coupon_middle_right
{
    background: url(./images/coupon_middle_right.jpg) repeat-y right;
}

.coupon_middle_top
{
    background: url(./images/coupon_middle_top.jpg) repeat-x;
}

.coupon_inner
{
    background-color: #ececec;
}

.empty_cart_cell
{
    border-right-color: #c0c0c0;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #c0c0c0;
    border-left-style: solid;
    border-left-width: 1px;
}

.total_cart_cell
{
    background-color: #d5d5d5;
    color: #5a5a5a;
    font-size: 14px;
}

.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar
{
    background-image: url('images/FilledStar.png');
}

.emptyRatingStar
{
    background-image: url('images/EmptyStar.png');
}

.savedRatingStar
{
    background-image: url('images/SavedStar.png');
}
