body {
    background-image: url("../image/body_background.jpg");
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.header_bar {
    height: 128px;
    background-image: url("../image/header_banner_20200513.png");
}

.header_menu {
    height: 39px;
    background-image: url("../image/header_menu.png");
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding: 0 8px 0 8px;
}

.header_menu a {
    color: inherit;
    text-decoration: none;
}

.header_menu .go_home {
    line-height: 39px;
    padding-left: 10px;
    float: left;
}

.header_menu .go_home a {
    margin-right: 25px;
}

.header_menu .other_menu_item {
    float: right;
    line-height: 39px;
}

.header_menu .other_menu_item a {
    margin-left: 10px;
}

.footer {
    background-image: url("../image/footer.png");
    height: 55px;
}

.online_shop_detail {
    float: right;
    line-height: 55px;
    font-size: 15px;
    color: #ac8843;
    font-weight: bold;
}

.online_shop_detail a {
    color: #ac8843;
    background-image: url("../image/online_shop_detail_arrow.png");
    padding-left: 10px;
}

.ui-dialog-content .ui-widget-content {
    font-size: 17px;
}

.jumplink {
    cursor: pointer;
}

.confirm_btn {
    border: 1px solid #99792c;
    background: url("../image/cart/confirm_bg.jpg") 0 0px repeat-x;
    height: 28px;
    border-radius: 5px;
    padding: 3px 8px 3px 8px;
    line-height: 22px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    float: left;
    margin: 0 10px 5px 0;
}