.min-height-3 {
    min-height: 30px !important;
}

.min-height-4 {
    min-height: 40px !important;
}

.min-height-5 {
    min-height: 50px !important;
}

.padding_10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding_40 {
    padding: 40px;
}

.padding_100 {
    padding: 100px;
}

.padding-top-bottom-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-top-bottom-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-left-right-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-left-right-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding_left_right_100 {
    padding-left: 100px;
    padding-right: 100px;
}

.float_left {
    float: left;
}

.float-left {
    float: left !important;
}

.float_right {
    float: right;
}

.float-right {
    float: right !important;
}

.width-120 {
    width: 120px !important;
}

.width_120 {
    width: 120px;
}

.width_200 {
    width: 200px;
}

.width_240 {
    width: 240px;
}

.width_300 {
    width: 300px;
}

.width_400 {
    width: 400px;
}

.margin-0 {
    margin: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-left-200 {
    margin-left: 200px !important;
}

.margin-left-300 {
    margin-left: 300px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.idx-clear-both {
    clear: both;
}

.idx-inline {
    display: inline !important;
}

.idx-block {
    display: block;
    clear: both;
}

.idx_display_none {
    display: none;
}

.border-1 {
    border: 1px solid #f2f2f2;
}

.border-1-ccc {
    border: 1px solid #ccc;
}

.div_search_key {
    width: 400px !important;
}

.bgcolor-0 {
    background-color: #f2f2f2 !important;
}

.bgcolor_0 {
    background-color: #f2f2f2;
}

.bgcolor-1 {
    background-color: #999 !important;
}

.list_style_type_none {
    list-style-type: none;
}

.list_style_type_none > li {
    width: 210px;
    height: 260px;
}

.lc-product-list {
    width: 700px;
}

.lc-product-list > li {
    float: left;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.list_img {
    /*
    max-height: 180px;
    max-width: 220px;
     */

    height: 180px;
    width: 180px;
}

.category_product_list {
    float: left;
    width: 720px;
    margin-top: 6px;
}

.category_product_list > li {
    float: left;
    width: 220px;
    height: 300px;
    list-style-type: none;
}

.category_product_list > li > p {
    margin-top: 6px;
    margin-left: 6px;
}

.font_size_14 {
    font-size: 14px;
}

.list_price {
    color: #e43a3d;
    font-weight: bolder;
    font-size: 14px;
}

.list_product_title {
    font-size: 14px;
}

.color-standard-bg {
    background-color: #71C321;
}

.product_title {
    font-size: 20px;
    font-weight: bolder;
    padding: 10px;
    color: white;
}

.product_info_standard > li {
    font-size: 16px;
    list-style-type: none;
    padding: 6px;
    border-bottom: 1px dashed #ddd;
}

.order_detail_title {
    background-color: #1d89c9;
    color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
}

.product_quality_report_path_title {
    padding: 10px;
    background-color: #f2f2f2;
}

.product_quality_report_path_title li {
    float: left;
    list-style-type: none;
    padding: 5px 10px;
}

.product_quality_report_path_title li:hover {
    cursor: pointer;
}

.product_quality_report_path_title li.active {
    background-color: #1d89c9;
    color: white;
}

table.innertable {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-collapse: collapse;
}

table.innertable th {
    border-width: 1px;
    padding: 10px;
    border-style: solid;
    border-color: #666666;
    background-color: #1d89c9;
    color: white;
}

table.innertable td {
    border-width: 1px;
    padding: 10px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}

table.innertable_product {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-collapse: collapse;
}

table.innertable_product th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
    color: #000;
}

table.innertable_product td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}

.cart-title-bg {
    background-color: #1d89c9;
    color: white;
    font-size: 14px;
    font-weight: bolder;
}

.cart-title-bg a {
    color: white;
    font-size: 12px;
    font-weight: normal;
}

.address-list {
    line-height: 30px;
    font-size: 14px;
}

.buyer_info {
    font-size: 14px;
    line-height: 1.42857143;
}

.footer-mini {
    height: 70px !important;
    padding-top: 0px !important;
    background-color: #f8f8f8 !important;
    border-color: #e7e7e7 !important;
}

@media (min-width: 1200px) {
    .div_search_key {
        width: 600px !important;
    }

    .category_product_list {
        float: left;
        width: 900px;
    }

    .lc-product-list {
        width: 900px;
    }
}

@media (max-width: 992px) {
    .public_navbar_top_company_name {
        display: none;
    }

    .public_footer {
        display: none;
    }

    .index_index_floor_main_img {
        display: none;
    }

    .index_index_floor_product_list_ul {
        padding: 0px;
    }

    .div_search_key {
        width: 200px !important;
    }

    .category_product_list {
        float: left;
        width: 500px;
    }

    .lc-product-list {
        width: 400px;
    }

    .lc-product-list > li {
        padding-right: 0px;
    }

    .list_style_type_none > li {
        width: 160px;
    }

    .category_product_list {
        width: 400px;
    }

    .category_product_list > li {
        width: 160px;
        height: 220px;
    }

    .list_img {
        width: 120px;
        height: 120px;
    }

}