#order-pay{}
#order-pay .items{
    margin: 0 -30px;
}
#order-pay .items .item-blocked,
#order-pay .items .item{
    border: 1px solid #f3f3f3;
    padding: 0 35px;
    border-right: none;
    border-left: none;
    cursor: pointer;
}
#order-pay .items .left{
    float: left;
    width: 60%;
}
#order-pay .items .left .point{
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: #fff;
    border: 3px solid #a1a1a1;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}
#order-pay .items .item .left .point:after{
    position: absolute;
    top: 4px;
    left: 4px;
    content: " ";
    width: 7px;
    height: 7px;
    background-color: #fff;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}
#order-pay .items .item:hover .left .point:after,
#order-pay .items .item.sel .left .point:after {
    background-color: #00a1e6;

}
#order-pay .items .item:hover .left .point,
#order-pay .items .item.sel .left .point{
    border: 3px solid #00a1e6;

}

#order-pay .items .left .name{
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #a1a1a1;
    text-transform: uppercase;
    line-height: 25px;
}
#order-pay .items .item:hover .right,
#order-pay .items .item.sel .right,
#order-pay .items .item:hover .left .name,
#order-pay .items .item.sel .left .name{
    color: #313131;
}
#order-pay .items .right{
    max-width: 40%;
    float: right;
    font-size: 13px;
    font-weight: bold;
    color: #a1a1a1;
    text-transform: uppercase;
}
#order-pay .items .right span.link{
    color: #00a1e6;
    border-bottom: 1px dashed #00a1e6;
    cursor: pointer;
    text-transform: none;
    font-weight: normal;
    margin-right: 20px;
}
#order-pay .items .center{
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    text-align: right;
}

#order-pay .items .left .pen{
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}


#order-pay .items .item-blocked{
    cursor: default;
}
#order-pay .block-footer{
    margin: 0 -30px;
    padding: 30px;
    background-color: #f9f9f9;
}
#order-pay .block-footer .i_sbm{
    margin-left: 10px;
}
