h2 {
    font-size: 1.5em;
    font-size: 23px;
    font-weight: normal;    
}
h2,h3,h4{
    text-rendering: auto;
}
th {
    background: #f9f9f9;
}
h3{
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 30px;
}
.table{
    margin: 10px 0;
}
.simple-border {
    border: 1px solid #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 6px 3px;
}
/*********** Navbar ****************/
.navbar {
    font-weight: bold;
}
.navbar .infotxt {
    font-size: 10px;
    text-align: right;
    color: #FF0000;
    margin: 0px;
    padding: 0px;
}
.navbar .brand {
    margin-top: 10px;
}
.navbar .nav-collapse {
    overflow: hidden;
    padding-bottom: 10px;
}
.navbar .nav-collapse {
    overflow: hidden;
    padding-bottom: 10px;
}
/***************** footer ***************/
#footer {
    background: #E5E5E5;
    padding: 20px;
    text-align: center;
}
/*********************/
.cart_confirm{
    
}
.cart_confirm .local{
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #757575;
}
.group_bt{
    text-align: center;
}
.group_bt a.btn{
    width: 400px;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 15px;
}
/****************************/
.form_quote {
    float: right;
    width: 450px;
}
.confim_quote{
    padding-left: 70px;
    line-height: 22px;
    border: 1px solid #646464;
    font-weight: bold;
    margin: 20px;
    padding: 20px;
    float: left;
}
.info_quote {
    float: right;
    width: 397px;
    margin-left: 20px
    
}
/****************************/
ul.list_check{
        overflow: hidden;
        margin: 10px 0;
    }
    ul.list_check > li{
        float: left;
        width: 150px;
        list-style: none;
        height: 30px;
    }
    ul.list_check > li > .lable{
        width: 100px;
        float: left;
    }
    
    ul.list_check > li >.input_check {
    width: 30px;
    float: left;
    }
    table.result_search{
        
    }
    table.result_search tr{
        border-bottom: 1px solid #0000A0;
    }
    table.result_search td{
        padding: 5px 0;
    }
    table.result_search button{
        width: 130px;
        margin: 5px;
    }
/*************************************/
.quote_history_detail{
        
    }
    .quote_history_detail .form_detail{
        margin: 10px 20px;
        padding: 20px;
        line-height: 20px;
        border: 1px solid #3B3B3B;
    }
/**************************************/
.front_quote_history button{
    /*min-width: 130px;*/
    text-align: center;
}
.front_quote_history {
    text-align: center;
}
/***************************************/
.front_order_detail .form_detail{
        border: 1px solid #3B3B3B;
        margin: 20px;
        line-height: 26px;
        padding: 10px;
        float: left;
        width: 100%;
    }
    .front_order_detail .form_detail .detailimg{
        float: left;
        width: 200px;
    }
    .front_order_detail .form_detail .detailimg img{
        padding: 4px;
        background: #fff;
        border: #ccc solid 1px;
    }
    .front_order_detail .form_detail .detailsum{
        float: left;
    }
/*****************************************/
.front_newaddr{
        
    }
    .front_newaddr td{
        line-height: 30px;
    }
    .front_newaddr input{
        margin: 0;
    }
/**************************************/
table.result_search a.btn{
    width: 130px;
    margin: 5px 0;
}
/**************************************/
.form_search_detail{
    float: right;
    width: 450px;
}
.form_search_detail td{
}
/************************************/
.form_shipping .radio{
        float: left;
        width: 250px;
    }
    .form_shipping .select{
        float: left;
        width: 340px;
    }
/**********************************/
.frontcart .table button.a_red{
        color: #FF0000;
        font-weight: bold;
        font-size: 20px;
        background: none;
        border: none;
        height: 30px;
        line-height: 30px;
    }
    .frontcart .table input{
        margin: 0;
    }
    .frontcart button.btn{
        margin: 0 5px;
    }
/*************************************/
.error{
    font-size: 11px;
    color: #FF0000;
    margin-top: 5px;
}
/***************************************/
.front_order_detail .form＿product_detail{
        border: 1px solid #3B3B3B;
        margin: 5px 20px;
        line-height: 26px;
        padding: 10px;
        float: left;
        width: 100%;
    }
    .front_order_detail .form＿product_detail .detailimg{
        float: left;
        width: 200px;
    }
    .front_order_detail .form＿product_detail .detailimg img{
        padding: 4px;
        background: #fff;
        border: #ccc solid 1px;
    }
    .front_order_detail .form＿product_detail .detailsum{
        float: left;
    }
.user-note-block{
    position: relative;
}
.edit-comment{
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
/*****************************************/
#flashMessage .alert-error .btn-link{
    padding: 0px;
}
select option{
    color: #555555;
}