@import url(cart.css);

.form-box.type2{
    width: 100%;
    height: 200px;
    padding: 10px 20px 10px 170px;
    border: solid #ddd 1px;
    background: url(../images/_icon/order_title.jpg) no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.form-box .control-label{
    display: none;
}
.form-box .form-group{
    padding-bottom: 5px;
}
.order-list {
    max-width: 980px;
    margin: 0 auto;
}
.order-list tbody td {
    padding: 8px 10px;
}
.order-list + .btn-box {
    padding-top: 30px;
}
hr.divider {
    border: 0;
    border-top: 1px dotted #A75F16;
    margin: 40px 0 20px;
}
.order-detail {
    margin: 0 auto 70px;
}
/*.order-detail:before,
.order-detail:after {
    content: "";
    background: url(../images/deco_line.png) no-repeat;
    width: 339px;
    height: 338px;
    display: block;
    position: absolute;
    z-index: 0;
}
.order-detail:before {
    right: 100%;
    top: 70px;
    width: 288px;
    height: 288px;
    margin-right: -10px;
}
.order-detail:after {
    left: 100%;
    top: 220px;
    margin-left: -60px;
}*/
.order-detail .table {
    border: 1px solid #DCDCDC;
}
.order-detail table:first-child{
    margin-bottom: 50px;
}
/*.order-detail .table td .btn.inform{
    border: solid 1px #B19316;
    padding: 5px;
    display: inline-block;
    height: 30px;
    color: #AC8C06;
    border-radius: 5px;
}
.order-detail .table td .btn:before{
    top: 5px;
    bottom: 5px;
    left: 30px;
    border-left: dotted #AC8C06 1px;
}
.order-detail .table .btn.inform .icon{
    background-position: -120px 0;
}
.order-detail .table td .btn.inform:hover{
    color: #777;
    border-color: #777;
}
.order-detail .table td .btn:hover:before{
    border-left-color: #777;
}
.order-detail .table .btn.inform:hover .icon{
    background-position: -120px 100%;
}
*/