.CartProduct {
    width: 98%;
    border-bottom: 1px solid #DDD;
    margin: 4px 0 4px 4px;
    padding: 8px;
    height: 84px;
    background: #F8F8F8
}

.CartProduct .ProductImg {
    float: right;
    border: 1px solid #DDD;
    margin-left: 10px;
    padding: 2px
}

.CartProduct .ProductTitle {
    font-size: 12px;
    width: 270px;
    float: right;
}

.CartProduct .ProductTitle a {
    color: #444;
}

.CartProduct .ProductQuantity {
    float: right;
    width: 120px;
    text-align: center;
    margin-top: 26px;
}

.CartProduct .ProductPrice {
    float: right;
    width: 180px;
    margin-top: 30px;
}

.CartProduct .Remove {
    float: right;
    width: 40px;
    margin-top: 30px;
}

.CartProduct:hover, .CartProduct:focus {
    background: #EEE;
}

.total {
    text-align: left;
    margin-left: 135px;
    line-height: 24px;
}

.table_invoice {
    margin: 4px 0;
    direction: rtl;
}

.table_invoice td {
    border: 1px solid #DDD;
    text-align: right;
    padding: 1px 2px;
}

fieldset {
    border: 0;
    margin: 10px 0;
}

fieldset input {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 4px;
    color: #333;
}

table.basketItems td {
    vertical-align: middle;
    font-size: 12px;
}

.cartUpdate {
    cursor: pointer;
    text-align: center
}

.cartDelete {
    cursor: pointer;
    text-align: center
}

table.basketItems {
    background: #FEFEFE;
    direction: rtl;
    margin-bottom: 20px;
}

table.basketItems th {
    background: #EEE;
    border-bottom: 2px solid #DDD;
    height: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

table.basketItems td {
    text-align: right;
    padding: 6px 4px;
    line-height: 22px;
}

table.basketItems .odd {
    background: #FAFAFA;
}

table.basketItems .even {
    background: #F5F5F5;
}

.breadcrumb {
    background: url(../images/breadcrumb_r.png) no-repeat right;
    height: 35px;
    margin: 5px 0 10px;
    padding: 0;
}

.breadcrumb_m {
    background: url(../images/breadcrumb_m.png) repeat-x right;
    height: 35px;
    margin-right: 29px;
    margin-top: -2.9%;
}

.breadcrumb_l {
    background: url(../images/breadcrumb_l.png) no-repeat left;
    height: 35px;
    padding-left: 10px;
}

.breadcrumb_s {
    background: url(../images/breadcrumb_s.png) no-repeat right;
    height: 35px;
    width: 15px;
}

.breadcrumb ul li {
    list-style: none;
    float: right;
    font-family: iran_m, sans-serif;
    font-size: 14px;
    color: #666;
}

.breadcrumb ul li a {
    line-height: 33px;
    text-shadow: 1px 1px 1px #DFDFDF;
    padding: 0 28px;
    font-family: iran_m, sans-serif;
    font-size: 14px;
    color: #666;
}

.breadcrumb ul li.active {
    padding: 0 28px;
    line-height: 33px;
    color: #390;
    font-family: iran_m, sans-serif;
    font-size: 14px;
}

.breadcrumb ul li.deactive {
    padding: 0 28px;
    line-height: 33px;
    color: #BBB
}

.steps {
    direction: rtl;
    line-height: 24px;
    margin-top: 10px;
    padding: 20px
}

.steps h3 {
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    border: 2px solid #CCC;
    background: #EEE;
    border-radius: 2px;
    color: #008e97;
}

.mytable {
    border: 1px solid #666;
    direction: rtl;
    background: #FFF;
}

.mytable td {
    text-align: right;
    border: 1px solid #666;
    padding: 2px;
}

.heading {
    background: #F1F1F1;
    border-top: 4px solid #C9577D;
    color: #777;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px;
    color: #BA0041
}

.bgGrey {
    background: #F5F5F5;
}

.bgSilver {
    background: #F9F9F9;
}

.bgSilver {
    width: 100%;
}