ul.trade_product_specs {
    list-style: none;
}

ul.trade_product_specs > li {
    font-size: .7em;
    list-style: none;
}

.h6_link {
    cursor: pointer;
    cursor: hand;
}

.cellphone_format_notice {
    color: red;
}

.invalid_cellphone_format {
    font-weight: bold;
    color: red;
    background: yellow;
    display: none;
    margin-right: 10px;
}

.cellphone_format_notice_segment {
    margin-top: 10px;
}

.phone_format_notice {
    color: red;
}

.invalid_phone_format {
    font-weight: bold;
    color: red;
    background: yellow;
    display: none;
    margin-right: 10px;
}

.phone_format_notice_segment {
    margin-top: 10px;
}