/*
  $Id: stylesheet.css,v 1.42 2002/01/29 12:21:15 jan0815 Exp $

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

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 11px; }
.errorBox { font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 11px; color: crimson; }

BODY {
  background: #ffffff;
  color: #666666; /*#000000;*/
  margin: 0px;
}

A { 
  color: #666666; /*#000000;*/
  text-decoration: none; 
}

A:hover { 
  color: #AABBDD; 
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffcce6;	/*#639aff;*/
}

TD.headerNavigation {
  font-size: 11px;
  background: #ffcce6;	/*#639aff;*/
  color: #ffffff;
  font-weight : bold;
}

TD.headerNavigation2 {
  font-size: 11px;
  background: #573710;	/*#B48D70;	/*#e9e9e9;	/*#FF99CC;*/
  color: #ffffff;
  font-weight : bold;
}

TD.headerNavigation80218 {
  font-size: 11px;
  background: #573710;	/*#B48D70;	/*#7B604C;	/*#dddddd;	/*#e9e9e9;	/*#FF99CC;*/
  color: #ffffff;
  font-weight : bold;
}

/* S---add okura 2010.7.24 for english */
TD.headerNavigation2010 {
  font-size: 11px;
  background: #C5184D; /*#800080;*/
  color: #ffffff;
  font-weight : bold;
  font-family: Times New Roman; /*Century;  /* add okura 2010.7.11 for English */
}
/* E---add okura 2010.7.24 for english */

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation2 { 
  color: #ffffff; 
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 13px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #993300;
}

TD.headerInfo {
  font-size: 13px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ffcce6;	/*#FF99CC; /*#639aff*/
}

TD.footer {
  font-size: 11px;
  background: #ffcce6;	/*#FF99CC; /*#639aff*/
  color: #ffffff;
  font-weight: bold;
}

TABLE.infoBox {
  background: #573710;	/*#B48D70;	/*#ffcce6;	/*#66CC66;	/*#CCFF66; /*#639aff;*/
}

TABLE.infoBox80218 {
  background: #573710;	/*#B48D70;	/*#ffcce6;	/*#66CC66;	/*#CCFF66; /*#639aff;*/
}

TABLE.infoBoxContents {
  background: #FFF7F8;
}

TD.infoBoxHeading {
  font-size: 11px;
  background: #573710;	/*#B48D70;	/*#ffcce6;	/*#66CC66;	/*#CCFF66; /*#639aff;*/
  color: #ffffff;
}

TD.infoBoxHeading80218 {
  font-size: 11px;
  background: #573710;	/*#B48D70;	/*#ffcce6;	/*#66CC66;	/*#CCFF66; /*#639aff;*/
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 11px;
}

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: #f4f7fd;
}

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.productListing-heading {
  background: #d2e9fb;
}

TD.productListing-heading {
  font-size: 11px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-size: 11px;
}

A.pageResults { 
  color: #0000FF; 
}

A:hover.pageResults { 
  color: #0000FF; 
  background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

/* S---add okura 2010.5.8 */
TD.main2010, P.main2010 {
  line-height: 1.3;
}
/* E---add okura 2010.5.8 */

TD.smallText, SPAN.smallText {
  font-size: 11px;
}

TD.accountCategory {
  font-size: 14px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 13px;
}

TD.tableHeading {
  font-size: 13px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-size: 12px;
}

SPAN.greetUser {
  font-size: 13px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 13px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

TD.checkoutBar {
  font-size: 11px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {
  font-size: 11px;
  color: #000000;
}

SELECT {
  color: #666666;
}

/* add ohkura 2008.11.2 */
.img-shadow {
        float: left;
        /* background: url(./images/shadowAlpha.png) no-repeat bottom right !important; */
        /* background: url(./images/shadow.gif) no-repeat bottom right; */
        margin: 10px 0px 0px 10px !important;
        margin: 10px 0px 0px 5px;
        }

.img-shadow img {
        display: block;
        position: relative;
        background-color: #fff;
        border: 1px solid #a9a9a9;
        margin: -6px 6px 6px -6px;
        padding: 4px;
        }

/* add okura 2010.3.13 */

.calendar td {
  /* background: #ffffff; */
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
}

.waku-pink {
  background: #ffffff;
  border-color: #ff80c0;
  border-style: solid;
  border-width: 1px;
}

.waku-blue {
  background: #ffffff;
  border-color: #9b9bff;
  border-style: solid;
  border-width: 1px;
}

/* S---add okura 2010.5.17 for SEO */
h1 {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}
/* E---add okura 2010.5.17 for SEO */
