/*
  $Id: stylesheet.css,v 1.5 2003/03/14 12:46:31 hawk Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

=====================================================================
???????????????
  1. ????font-family???????Osaka???
       (Apple Mac/Macintosh???????)
  2. stockWarning ?font-size??????10??12???
  3. SPAN.greetUser????(????????????)?#f0a480??#0000a0???
  4. TD.smallText, SPAN.smallText ?font-size??????10??11???
  5. TD.productListing-heading  ?font-size??????10??11???
  6. TD.productListing-data ?font-size??????10??11???
  7. TD.headerNavigation ?font-size??????10??11???
  8. boxText ?font-size??????10??11???
  9. infoBoxContents ?font-size??????10??11???
10. orderEdit ?font-size??????10??11???
11. TD.footer ?font-size??????10??11???
12. TD.infoBoxHeading ?font-size??????10??11???
13. TD.infoBox, SPAN.infoBox ?font-size??????10??11???
14. SPAN.newItemInCart ?font-size??????10??11???
15. checkoutBarFrom, .checkoutBarTo ?font-size??????10??11???
16. checkoutBarCurrent ?font-size??????10??11???
=====================================================================
*/

/* ---------------------------
???????:??
--------------------------- */
.boxText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 13px;       
  font                          /* ??????? */
}
/* ---------------------------
???????:???
--------------------------- */
.errorBox {
  font-family : Osaka, Verdana, Arial, sans-serif; /* ???????? */
  font-size : 10px;                                /* ??????? */
  background: #ffb3b5;                             /* ??? */
  font-weight: bold;                               /* ?????? */
  font-color: #000000;
}
/* ---------------------------
??????????????????????????????????????
--------------------------- */
.stockWarning {
  font-family : Osaka, Verdana, Arial, sans-serif; /* ???????? */
  font-size : 11px;                                /* ??????? */
  color: #cc0033;                                  /* ??????? */
}
/* ---------------------------
???
--------------------------- */
.productsNotifications {
  background: #f2fff7;                             /* ??? */
}
/* ---------------------------
???????????????????
--------------------------- */
.orderEdit {
  font-family : Osaka, Verdana, Arial, sans-serif; /* ???????? */
  font-size : ;                                /* ??????? */
  color: #ff7ea7;                                  /* ??????? */
  text-decoration: underline;                      /* ??????? */
}
/* ---------------------------
BODY:???
--------------------------- */
BODY {
  background: #e9fffa;                             /* ??? */
  color: #000000;                                  /* ??????? */
  margin: 0px;                                     /* ???? */
}
/* ---------------------------
A:???(??)
--------------------------- */
A { 
  color: #000000;                                  /* ??????? */
  text-decoration: none;                           /* ??????? */
}
/* ---------------------------
A:???(????????????)
--------------------------- */
A:hover { 
  color: #f795bf;                                  /* ??????? */
  text-decoration: underline;                      /* ??????? */
}
/* ---------------------------
FORM:????
--------------------------- */
FORM {
  display: inline;                                 /* ????????? */
}
/* ---------------------------
TR:????(?????)
--------------------------- */
TR.header {
  background: #ffffff;                             /* ??? */
}
/* ---------------------------
TR:????(???????)
--------------------------- */
TR.headerNavigation {
  background: #f795bf;                             /* ??? */
}
/* ---------------------------
TD:????(???????)
--------------------------- */
TD.headerNavigation {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 12px;                                 /* ??????? */
  background: #f795bf;                             /* ??? */
  color: #ffffff;                                  /* ??????? */
  font-weight : bold;                              /* ?????? */
}
/* ---------------------------
A:????(???????????)
--------------------------- */
A.headerNavigation { 
  color: #FFFFFF;                                  /* ??????? */
}
/* ---------------------------
A:????(???????Œß???????????)
--------------------------- */
A.headerNavigation:hover {
  color: #ffffff;                                  /* ??????? */
}
/* ---------------------------
TR:????(???)
--------------------------- */
TR.headerError {
  background: #ff0000;                             /* ??? */
}
/* ---------------------------
TD:????(???)
--------------------------- */
TD.headerError {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* ???????? */
  font-size: 11px;                                 /* ??????? */
  background: #ff0000;                             /* ??? */
  color: #ffffff;                                  /* ??????? */
  font-weight : bold;                              /* ?????? */
  text-align : center;                             /* ??? */
}
/* ---------------------------
TR:????(?????)
--------------------------- */
TR.headerInfo {
  background: #00ff00;                             /* ??? */
}
/* ---------------------------
TD:????(?????)
--------------------------- */
TD.headerInfo {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* ???????? */
  font-size: 11px;                                 /* ??????? */
  background: #00ff00;                             /* ??? */
  color: #ffffff;                                  /* ??????? */
  font-weight: bold;                               /* ?????? */
  text-align: center;                              /* ??? */
}
/* ---------------------------
TR:????
--------------------------- */
TR.footer {
  background: #f795bf;                             /* ??? */
}
/* ---------------------------
TD:????
--------------------------- */
TD.footer {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: ;                                 /* ??????? */
  background: #f795bf;                             /* ??? */
  color: #ffffff;                                  /* ??????? */
  font-weight: bold;                               /* ?????? */
}
/* ---------------------------
TABLE:??????
--------------------------- */
.infoBox {
  background: #bbffe1;                          /* ??? */
}
/* ---------------------------
TABLE:??????(?????)
--------------------------- */
.infoBoxContents {
  background: #edfff7;                             /* ??? */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: ;                                 /* ??????? */
}
/* ---------------------------
???
--------------------------- */
.infoBoxNotice {
  background: #FF8E90;                             /* ??? */
}
/* ---------------------------
???
--------------------------- */
.infoBoxNoticeContents {
  background: #FFE6E6;                             /* ??? */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 10px;                                 /* ??????? */
}
/* ---------------------------
TD:??????(????)
--------------------------- */
TD.infoBoxHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 14px;                                 /* ??????? */
  font-weight: bold;                               /* ?????? */
  background: #f795bf;                             /* ??? */
  color: #ffffff;                                  /* ??????? */
}
/* ---------------------------
TD,SPAN:??????(??Œß????)
--------------------------- */
TD.infoBox, SPAN.infoBox {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: ;                                 /* ??????? */
}
/* ---------------------------
TR:???
--------------------------- */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #e4fef8;                             /* ??? */
}
/* ---------------------------
TR:???
--------------------------- */
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;                             /* ??? */
}
/* ---------------------------
TR:????(????)
--------------------------- */
TR.productListing-heading {
  background: #FED3E3;                             /* ??? */
}
/* ---------------------------
TD:????(????)
--------------------------- */
TD.productListing-heading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: ;                                 /* ??????? */
  background: #FED3E3;                             /* ??? */
  color: #000000;                                  /* ??????? */
  font-weight: bold;                               /* ?????? */
  font-variant: small-caps;                        /* ????(????????) */
}
/* ---------------------------
TD:????(???)
--------------------------- */
TD.productListing-data {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
}
/* ---------------------------
A:??????(??)
--------------------------- */
A.pageResults { 
  color: #0000FF;                                  /* ??????? */
}
/* ---------------------------
A:??????(????????????)
--------------------------- */
A.pageResults:hover { 
  color: #0000FF;                                  /* ??????? */
  background: #FFFF33;                             /* ??? */
}
/* ---------------------------
TD:??????
--------------------------- */
TD.pageHeading, DIV.pageHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
  /*font-weight: bold; */                               /* ?????? */
  color: #000033;                                  /* ??????? */
}
/* ---------------------------
TR:????(???)
--------------------------- */
TR.subBar {
  background: #e4fef8;                             /* ??? */
}
/* ---------------------------
TD:????(???)
--------------------------- */
TD.subBar {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 10px;                                 /* ??????? */
  color: #000000;                                  /* ??????? */
}
/* ---------------------------
TD:???
--------------------------- */
TD.main, P.main {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 12px;                                 /* ??????? */
  line-height: 1.5;                                /* ???? */
}
/* ---------------------------
TD,SPAN:?????(?????)
--------------------------- */
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
}
/* ---------------------------
TD:??????????
--------------------------- */
TD.accountCategory {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 12px;                                 /* ??????? */
  color: #aabbdd;                                  /* ??????? */
}
/* ---------------------------
TD:?????(??)
--------------------------- */
TD.fieldKey {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
  font-weight: bold;                               /* ?????? */
}
/* ---------------------------
TD:?????(?)
--------------------------- */
TD.fieldValue {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
}
/* ---------------------------
TD:???????
--------------------------- */
TD.tableHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
  font-weight: bold;                               /* ?????? */
}
/* ---------------------------
SPAN:??????(????????????)
--------------------------- */
SPAN.newItemInCart {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
  color: #ff0000;                                  /* ??????? */
}
/* ---------------------------
CHECKBOX, INPUT, RADIO, SELECT:FORM???Œß???
--------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
}
/* ---------------------------
TEXTAREA:FORM?????
--------------------------- */
TEXTAREA {
	width: 100%;
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
}
/* ---------------------------
SPAN:????????????(??????????~)
--------------------------- */
SPAN.greetUser {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
  color: #0000a0;                                  /* ??????? */
  font-weight: bold;                               /* ?????? */
}
/* ---------------------------
TABLE:???????(???)
--------------------------- */
TABLE.formArea {
  background: #f1f9fe;                             /* ??? */
  border-color: #d2e9fb;                           /* ????? */
  border-style: solid;                             /* ???????? */
  border-width: 1px;                               /* ????? */
}
/* ---------------------------
TD:???????(????)
--------------------------- */
TD.formAreaTitle {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* ???????? */
  font-size: 11px;                                 /* ??????? */
  font-weight: bold;                               /* ?????? */
}
/* ---------------------------
SPAN:???(????)
--------------------------- */
SPAN.markProductOutOfStock {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* ???????? */
  font-size: 11px;                                 /* ??????? */
  color: #c76170;                                  /* ??????? */
  font-weight: bold;                               /* ?????? */
}
/* ---------------------------
SPAN:??????
--------------------------- */
SPAN.productSpecialPrice {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  color: #ff0000;                                  /* ??????? */
}
/* ---------------------------
SPAN:???
--------------------------- */
SPAN.errorText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  color: #ff0000;                                  /* ??????? */
}
/* ---------------------------
??????????Œß????
--------------------------- */
.moduleRow { }
/* ---------------------------
??????????Œß??????
--------------------------- */
.moduleRowOver {
  background-color: #FDE8F7;                       /* ??? */
  cursor: hand;                                    /* ?????? */
}
/* ---------------------------
?????????????
--------------------------- */
.moduleRowSelected {
  background-color: #F9D5E2;                       /* ??? */
}
/* ---------------------------
?????????
--------------------------- */
.checkoutBarFrom, .checkoutBarTo {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
  color: #8c8c8c;                                  /* ??????? */
}
/* ---------------------------
?????????(?????)
--------------------------- */
.checkoutBarCurrent {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* ???????? */
  font-size: 11px;                                 /* ??????? */
  color: #000000;                                  /* ??????? */
}.textarea_02 {
	width: 574px;
}

