.checkout-content{
    margin-top: 20px;
}
.checkout-note{
    float: right;
    width: 100%;
}
.checkout-box{
    float: left;
    width: 100%; 
}
.grid-top{
    background: lightyellow;
    float: left;
    width: 100%;
    padding: 7px 10px; font-size: 15px;  
}
.head-grid{
    clear: both;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    overflow: hidden;
}

.list-item {
    border-bottom: 1px dotted #CCCCCC;
    overflow: hidden;
    background: #FFF;
}
.bot-dot{
    border-bottom :none; background: #eee;
    font-weight: bold;
    text-align: center;
}
.list-item .st1 {
    float: left;
    width: 345px;
}
.st2, .st3, .st4{
    width: 100px;
}
.st5{
    width: 40px;
}
.st3 input{
    width: 90px;
    text-align: right;
}
.st1, .st2, .st3, .st4, .st5, .st_11, .st_22 {
    padding: 5px;
    float: left;
}
.st1 img{
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #CCC;
    margin-right : 5px;
}

.list-item-end {
    background: none repeat scroll 0 0 #f2f2f2;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #CCCCCC;
    float: right;
    width: 270px;
}
.list-item-end .item1{
    width: 100px;
    float: left;
    padding: 10px 5px;
    text-align: right;
    font-weight: bold;
    color: #000;
}
.list-item-end .item2{
    width: 130px;
    float: left;
    padding: 5px;
    
}
.list-item-end .item2 span{
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
}
.bt-thanhtoan{
    background: url(../images/button.png) no-repeat;
    cursor: pointer;
    width: 97px;
    height: 28px;
    border: 0px;
}
.bt-thanhtoan:hover{
    background: url(../images/button.png) no-repeat scroll -107px 0px;
}

.bt-xacnhan{
    background: url(../images/button.png) no-repeat scroll 0px -110px;
    cursor: pointer;
    width: 129px;
    height: 28px;
    border: 0px;
}
.bt-xacnhan:hover{
    background: url(../images/button.png) no-repeat scroll 0px -145px;
}

.bt-quaylai{
    background: url(../images/button.png) no-repeat scroll 0px -70px;
    cursor: pointer;
    width: 84px;
    height: 28px;
    border: 0px;
}
.bt-quaylai:hover{
    background: url(../images/button.png) no-repeat scroll -116px -70px;
}
.payment-form li {
    float: left;
    margin: 0 12px 10px 0;
}
.payment-form label {
    color: #444444;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 3px;
    padding-top: 3px;
}
.payment-form .medium-text {
    width: 218px;
}
.payment-form span.error {
    color: #DD0000;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
}
.payment-form select{
    width: 225px;
}
#show_nguoinhan{
    display: none;
    border-top: 1px solid #CCC;
    margin-top: 10px;
    padding-top: 10px;
}
#step3-block{
    
}
.barcode{
    position: relative;
    clear: left;
}
.cutbarcode{
    border: 1px dashed #CCC;
    padding: 5px;
    float: left;
    width: 300px;
    font-weight: bold;
    color: #000;
    
}
.note-step3{
    clear: left;
    padding: 10px 0px; 
}
.info-step3{
    border: 1px dashed #1a87f6;
    padding: 10px;
    margin-bottom: 10px;
    width: 500px;
    border-radius: 2px 2px 2px 2px;
}
.info-step3 legend{
    font-weight: bold;
    color: #DD0000;
}
.info-step3 .shopname{
    font-weight: bold;
    color: #1271d1;
    font-size: 15px;
    margin-bottom: 5px;
}
.info-step3 span{
    font-weight: bold;
}
.info-step3 div{
    padding: 2px 0px;
}
.help{
    overflow: hidden;
    
}
.help h3{
    background: url("../images/icon-small.png") no-repeat scroll 0 -639px transparent;
    font-size: 12px;
    padding: 7px 5px 7px 25px;
    color: #FF8F08;
}
.help-mid{
    padding: 10px;
    background: #FFF;
    border: 1px solid #CCC;
}
.help-step{
    font-size: 20px;
    color: #FF8F08;
    font-weight: bold;
}
.help-mid p{
    margin-bottom: 5px;
    background: url(../images/item-menu.png) no-repeat scroll 0px 5px;
    padding-left: 10px;
}

/*-----Media 1199px-----*/
@media screen and (max-width:767px){
.checkout-box {width: 100%; margin-right: 0}
.checkout-note {width: 100%; }

}
