﻿/*Styles ContentBascket*/
.imgProductsB {
    width: 70px;
    height: 70px;
}

.btniDelB {
    cursor: pointer;
}

.ColBK1,
.ColBK2,
.ColBK3,
.ColBK4,
.ColBK5,
.ColBK6 {
    text-align: center;
    vertical-align: middle;
}

#grdListBasket th,
#grdListBasket td,
.SumPriceBK > span {
    font-family: tahoma;
}

.SumPriceBK > span {
    font-size: 12pt;
    font-weight: bold;
}

.SumPriceBK {
    border: 1px solid #CCCCCC;
    padding: 15px 10px;
    text-align: left;
    width: 98%;
    background: #F3F3F3;
}

.SpanEmpty {
    color: #2AA764;
    float: right;
    font-family: tahoma;
    font-size: 11pt;
    font-weight: bold;
    margin-right: 18%;
    margin-top: 18%;
}

.txtStock {
    display: none;
}

.Continue,
.Checkout {
    cursor: pointer;
    float: left;
    margin-top: 15px;
    text-align: center;
}

.marg {
    margin: 0 10px;
}

.pr-post {
    width: 260px;
    height: 54px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 13px 0;
    margin-top: 70px;
}

.fleft {
    float: left;
}

input.Continue,
input.Checkout {
    font-family: tahoma;
}

.gridview-row > input {
    width: 35px;
}

.CountPro {
    width: 30px;
}

/*By Dehghani*/
div.userOrderFormWrap #orderFormWrap {
    border: 1px solid #e2e2e2;
    padding: 5px 20px;
    margin: 0 20px 20px 0;
}

div.userOrderFormWrap .txtNum {
    width: 100px;
    text-align: left;
}

div.userOrderFormWrap .txtBig {
    width: 600px;
}

#finalStepWrap {
    font-family: tahoma;
    float: left;
}

    #finalStepWrap ul {
        list-style: none;
    }

        #finalStepWrap ul li {
            padding: 10px 0;
        }

            #finalStepWrap ul li .btnCheckOut {
                background: #33a64c;
                cursor: pointer;
                color: #fff;
                padding-bottom: 5px;
            }

                #finalStepWrap ul li .btnCheckOut:hover {
                    background: #33BB66;
                }

    #finalStepWrap span.totalprice {
        font: 14px tahoma;
    }


.BGridViewHeader {
    background-color: #2B66A2;
    height: 30px;
    color: #ffffff;
    font: 600 10pt tahoma;
}

.Balternatingstyle, .BGridViewRow {
    background-color: #ffffff;
    font: 600 9pt tahoma;
    color: #4e4e4e;
    height: 130px;
}

.BCountPro {
    border: 1px solid #e5e5e5 !important;
    height: 27px;
    border-radius: 0px !important;
    text-align: center !important;
}

.GridViewTable td, .GridViewTable th {
    border: 1px solid #e5e5e5;
    font-size: 8pt;
    text-align: center;
}

.emptyrow {
    border: 1px solid #FFA426 !important;
    color: #F73E1D !important;
    font-size: 9pt;
    height: 40px;
    text-align: center;
}

.btnPayment {
    padding: 10px;
    background-color: rgb(30, 90, 150);
    border-radius: 5px;
    border: 1px solid rgb(24, 79, 135);
    width: 155px;
    cursor: pointer;
    height: 18px;
}

    .btnPayment p {
        color: white;
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
    }

    .btnPayment input {
        background-color: #75A118;
        border: 0 none;
        padding: 0;
        color: white;
        text-align: center;
        font-size: 10pt;
        cursor: pointer;
        font-weight: bold;
    }

td.emptyrow {
    border: 1px solid #ffa426 !important;
    color: #f73e1d !important;
    font-size: 10pt;
    height: 40px;
    padding-top: 8px;
    text-align: center;
}

span.TitleProduct {
    font-size: 10pt;
    font-weight: bold;
}

.AttributeProduct > li {
    padding: 2px;
}

.width-100 {
    width: 100px !important;
}


