* { font-family: Arial,Helvetica,sans-serif;
}
.header_title { font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-style: normal;
font-size: 20px;
}
.menu_button { font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 16px;
}

/* Stuff for the shop: */

  .shop_sidbar_header { font-size: medium;
    font-weight: bold;
    }

  .shop_sidebar_comment { font-size: small;
    color: rgb(102, 102, 102);
    }

  .shop_sidebar_table {border: 1px solid rgb(214, 214, 0);
    background-color: rgb(255, 255, 204);
    }

  .shop_sidebar_condition { font-size: medium;
    }

  .shop_image { border: 1px solid rgb(0, 0, 0);
    width: 180px; height: 180px;
    }

  .shop_item_header { font-size: large;
    font-weight: bold;
    }

  .shop_item_comment { color: rgb(51, 51, 51);
    font-size: small;
    }

  .shop_item_more { font-weight: bold;
    valign: right;
    }

  .shop_item_price { font-size: large;
    font-weight: bolder;
    }

  .shop_item_cell { border-bottom-style: solid;
    border-top-color: rgb(102, 102, 102);
    border-top-width: 1px;
    }
