/* GENERAL STYLES
--------------------*/

body {
  margin: 0;
  padding: 15px 0 15px 0;
  background-color: #f1e7a4;
  text-align: center;
}

body, div, p, span, u, ul, ol, li, input, textarea, form, select {
  font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
  color: #2e2e2e;
}

a {
  color: #879956;
}

td {
  font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
  color: #2e2e2e;
}

h1 {
  font: 16px/20px Verdana, Arial, Helvetica, sans-serif;
}

.clear {
  clear: both;
}

.halfWidth {
  width: 50%;
}

.leftAlign {
  float: left;
}

.rightAlign {
  float: right;
}

.copyItalic {
  font-family: "Times New Roman", serif;
  font-size: 12pt;
  color: #666666;
  font-style: italic;
  line-height: 20px;
}

.copyItalicMedium {
  font-family: "Times New Roman", serif;
  font-size: 11pt;
  color: #666666;
  font-style: italic;
  line-height: 19px;
}

.copyItalicSmall {
  font-family: "Times New Roman", serif;
  font-size: 10pt;
  color: #666666;
  font-style: italic;
  line-height: 19px;
}

/* TEAFORTE PAGE LAYOUT
--------------------------*/

/* -------------------------------------------------------------- Outer page */
div#teafortePage {
  width: 800px;
  margin: 0 auto;
  background: #fff;
}


  /* -------------------------------------------------------------- Page */
    div#page {
      width: 100%;
      vertical-align: top;
    }

      /* ---------------------------------------------------------- Breadcrumb */
      div#breadCrumb {
        width: 770px;
        margin: 0 15px;
        padding-top: 15px;
        text-align: left;
        color: #999;
      }

        div#breadCrumb a {
          color: #999;
        }

        div#breadCrumb a:hover {
          color: #000;
        }

        div#profileLogin {
          float: right;
        }

      /* ---------------------------------------------------------- Page header */
      div#pageHeader,
      div#pageSingleHeader {
        width: 770px;
        margin: 0px 15px;
        padding: 15px 0px 0px 0px;
        text-align: left;
        color: #666;
        font: 28px/45px Verdana, Tahoma, Arial, sans-serif !important;
      }

      div#pageSingleHeader {
        border-bottom: solid 1px #ededed;
      }

      div#pageSubHeader {
        width: 770px;
        margin: 0px 15px;
        padding: 0px;
        text-align: left;
        color: #666;
        border-bottom: solid 1px #ededed;
      }

      div#checkOutHeader {
        width: 770px;
        margin: 0 15px;
        padding-top: 15px;
        text-align: left;
        border-bottom: solid 1px #ededed;
      }

      span#checkOutTitle {
        padding-right: 35px;
        color: #666;
        font: 28px/45px Verdana, Tahoma, Arial, sans-serif !important;
      }

      a#checkOutCrumb {
        text-transform: uppercase;
      }

      span#checkOutCrumb {
        color: #888;
        text-transform: uppercase;
      }

      span#checkOutCrumb.active {
        color: #222;
        font-weight: bold;
      }

      /* ---------------------------------------------------------- Content */
      div#content {
        width: 770px;
        margin: 0 15px;
        padding: 20px 0;
        text-align: left;
        border-bottom: solid 1px #ededed;
      }

      /* ---------------------------------------------------------- Footer */
      div#footer {
        width: 100%;
        padding: 5px 0;
        color: #999999;
        text-align: center;
      }

/* ------------------------------*/

/* === Join our email list */

a#joinOpener {
  float: left;
  border: 1px solid #c8c7c7;
  margin-top: 5px;
  margin-left: 15px;
  padding: 3px 15px;
  color: #666666;
  text-decoration: none;
}

a#joinOpener img {
  padding-left: 10px;
}

div#mailingPopup {
  display: none;
  position: absolute;
  height: 150px;
  border: 1px solid #999999;
  background-color: white;
  padding: 2px;
}

div#closeHeader {
  text-align: right;
}

a#closeMailingBtn {
  text-decoration: none;
  color: #c8c7c7;
}

div#joinHeader {
  padding-top: 3px;
  color: #4a4949;
  font: 16px Tahoma, Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

div#joinPitch {
  padding-top: 10px;
  color: #4a4949;
  text-align: center;
}

form#joinForm {
  margin-top: 20px;
  padding: 0px;
}

input#address {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
  width: 220px;
  border: solid 1px #999999;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}

a#joinSubmit {
  text-decoration: none;
}

a#joinSubmit img {
  float: left;
  margin-left: 15px;
}

/* HOME PAGE
---------------*/

div#home_top_categories {
}

div#home_middle_categories {
  margin: 10px;
  height: 302px;
  border: 1px solid #a0a29b;
}

div#home_middle_categories img {
  float: left;
}

div.homTable {
  clear: both;
  text-align: center;
  padding: 0px;
  border: none;
  margin: 15px 10px 0px 10px;
}

div.homRow {
}

div.homRowEnd {
  clear: both;
}

div.homChoice {
  float: left;
  height: 185px;
  width: 165px;
  padding: 0px;
  border: solid 2px #ffffff;
  margin: 0px;
}

div.homChoice.high {
  border: solid 2px #8b9c00;
  cursor: pointer;
}

div.titleOrg {
  text-transform: uppercase;
  font-weight: bold;
  color: #465212;
}

div.titleTrn {
  color: #465212;
  margin-bottom: 10px;
}

div.titleSng {
  height: 40px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #465212;
}

div.homDesc {
  padding: 15px 5px 0px 5px;
  text-align: center;
}

div.homSepCol {
  float: left;
  height: 185px;
  width: 1px;
  padding: 0px;
  background-color: #ededed;
  margin: 2px 11px;
}

div.homSepRow {
}

div.homSepRowW {
  float: left;
  height: 2px;
  width: 165px;
  padding: 0px;
  border: solid 2px #ffffff;
  margin: 0px;
  background-color: #ededed;
}

div.homSepRowN {
  float: left;
  height: 2px;
  width: 1px;
  padding: 0px;
  background-color: #ededed;
  margin: 2px 11px;
}

div#home_bottom_categories {
  height: 100px;
  margin: 11px;
}

/* Applies also to 'sto' and 'our' pages */
div.catSection {
  width: 178px;
  float: left;
}

div.catImg {
  float: left;
}

div.catText {
  float: right;
  width: 80px;
}

div.catSection.tea,
div.catSection.bao {
  padding: 0px 5px 0px 0px;
  border-right: solid 1px #c8c7c7;
}

div.catSection.toi,
div.catSection.acc,
div.catSection.gaw,
div.catSection.har {
  padding: 0px 5px 0px 5px;
  border-right: solid 1px #c8c7c7;
}

div.catSection.gif,
div.catSection.col {
  padding: 0px 0px 0px 5px;
}

a.mainStore {
  text-decoration: none;
}

/* CATEGORY MENU
----------------*/
div.catTable {
  text-align: center;
  padding: 0px;
  border: none;
  margin: 0px 10px;
}

div.catRow {
}

div.catRowEnd {
  clear: both;
}

div.catChoice {
  float: left;
  height: 165px;
  width: 165px;
  padding: 0px;
  border: solid 2px #ffffff;
  margin: 0px;
}

div.catChoice.high {
  border: solid 2px #8b9c00;
}

a.catChoice {
  text-decoration: none;
  color: #5D692B;
}

div.catSepCol {
  float: left;
  height: 165px;
  width: 1px;
  padding: 0px;
  background-color: #ededed;
  margin: 2px 11px;
}

div.catSepRow {
}

div.catSepRowW {
  float: left;
  height: 2px;
  width: 165px;
  padding: 0px;
  border: solid 2px #ffffff;
  margin: 0px;
  background-color: #ededed;
}

div.catSepRowN {
  float: left;
  height: 2px;
  width: 1px;
  padding: 0px;
  background-color: #ededed;
  margin: 2px 11px;
}

/* PRODUCT MENU
----------------*/
div.proTable {
  float: left;
  width: 600px;
  text-align: center;
  padding: 0px;
  border: none;
  margin: 0px 10px;
}

div.proRow {
}

div.proRowEnd {
  clear: both;
}

div.proChoice {
  float: left;
  height: 210px;
  width: 165px;
  padding: 0px;
  border: solid 2px #ffffff;
  margin: 5px;
}

div.proChoice.high {
  border: solid 2px #8b9c00;
  cursor: pointer;
}

a.proChoice {
  text-decoration: none;
  color: #5D692B;
  font-weight: bold;
  text-transform: uppercase;
}

div.proSepCol {
  float: left;
  height: 210px;
  width: 1px;
  padding: 0px;
  background-color: #ededed;
  margin: 2px 11px;
}

div.proSepRow {
}

div.proSepRowW {
  float: left;
  height: 2px;
  width: 175px;
  padding: 0px;
  border: solid 2px #ffffff;
  margin-bottom: 7px;
  background-color: #ededed;
}

div.proSepRowN {
  float: left;
  height: 2px;
  width: 1px;
  padding: 0px;
  background-color: #ededed;
  margin: 2px 11px;
}

div.proNameOrg {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

div.proNameTrn {
  font-size: 10px;
}

div.proPrice {
  font-size: 11px;
}

div.proOutOfStock {
  color: red;
}

div.catQuote {
}

/* STORE & OUR TEAS PAGES
----------------------------*/

div#storeImage,
div#ourTeasImage {
  padding-bottom: 10px;
  margin: 11px;
}

div#bottom_categories {
  margin: 11px;
  text-align: center;
}

div.stoCategory {
  float: left;
  height: 170px;
  width: 173px;
  padding: 5px;
  border: solid 2px #ffffff;
  margin: 1px;
}

div.stoCategory.high {
  border: solid 2px #8b9c00;
}

a.stoCategory {
  text-decoration: none;
  color: #5D692B;
  font-weight: bold;
  text-transform: uppercase;
}

div.stoCatTitle {
  width: 150px;
}

table#collections {
  margin-bottom: 20px;
}

td#collDetails{
  width: 700px;
}

div#collImage {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

div#collDescription{
  float: right;
  width: 600px;
  margin-top: 20px;
}

div#collDescription a,
div#blendDescription a {
  color: #879956;
}

div#blends {
  margin: 15px;
}

td#blendDetails{
  width: 740px;
}

div#blendImage {
  float: left;
}

div#blendNameOrg,
div#blendTitle {
  padding-top: 10px;
  float: right;
}

div#blendTitle {
  border-bottom: solid 1px #ededed;
  margin-bottom: 10px !important;
}

div#blendNameTrn {
  clear: right;
  width: 500px;
  float: right;
  border-bottom: solid 1px #ededed;
  margin-bottom: 20px !important;
}

div#blendDescription{
  float: right;
  width: 500px;
  padding-bottom: 20px;
}

div#aboutSilkenPyramids {
  width: 450px;
  margin-left: 15px;
  padding-top: 20px;
}

div#aboutSilkenPyramids p {
  margin: 20px 0;
}

div#aboutSilkenPyramidsImages {
  height: 135px;
}

/* PRODUCT FAMILY PAGE
-------------------------*/

table#productTable {
  margin: 15px 0;
  border: solid 1px #879956;
}

td.product {
  width: 175px;
  padding: 5px;
  text-align: center;
}

td.verSep {
  width: 1px;
  background-color: #e8e8e8;
}

td.horSep {
  height: 1px;
  line-height: 1px;
  background-color: #e8e8e8;
}

a.productTitle {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #5f5f5f;
}

span.newProdHeader {
  font: 28px/45px Verdana, Tahoma, Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  color: red;
}

div.newProduct,
span.newProduct {
  font-size: 10px;
  font-weight: bold;
  color: red;
}

div#categoryRight {
  float: right;
  width: 140px;
}

div.toiTitle {
  color: #465212;
  font: 20px Verdana, Tahoma, Arial, sans-serif !important;
  margin: 0px 162px 20px 0px;
  padding: 0px;
  background-color: #D9D886;
  text-transform: uppercase;
  text-align: center;
}

div#toiSteps {
  margin-bottom: 15px;
}

img.toiImage {
  margin-right: 9px;
}

div#cocktailRecipes {
  clear: both;
  margin-top: 20px;
  width: 750px;
}

div#recipeTitle {
  color: #465212;
  font: 20px Verdana, Tahoma, Arial, sans-serif !important;
  margin: 0px 10px 20px 0px;
  padding: 0px;
  background-color: #D9D886;
  text-transform: uppercase;
  text-align: center;
}

div#recipeBody {
}

div#recipeBlock {
  width: 240px;
  margin-right: 10px;
  float: left;
}

img.flavor {
  float: left;
}

div#flavorTitle {
  float: left;
  margin-top: 30px;
}

div.useWith {
}

div.flavor {
  width: 50px;
  font: 16px Verdana, Tahoma, Arial, sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
}

div.flavor.lac {
  color: #A17CAD;
}

div.flavor.lem {
  color: #94AC5A;
}

div.flavor.sic {
  color: #D96E3E;
}

div.flavorRecipes {
  clear: both;
}

div.recipeLink {
  height: 35px;
  width: 75px;
  padding: 0px 2px;
  float: left;
  text-align: center;
}

div.recipeLink.lac {
  color: #ffffff;
  background-color: #A17CAD;
}

div.recipeLink.lem {
  color: #ffffff;
  background-color: #94AC5A;
}

div.recipeLink.sic {
  color: #ffffff;
  background-color: #D96E3E;
}

div.recipe {
  clear: both;
  height: 300px;
  padding: 20px 10px 0px 10px;
}

div.recipe.lac {
  border: solid 1px #A17CAD;
  background-image: url(../img/css/lac_bck.jpg);
}

div.recipe.lem {
  border: solid 1px #94AC5A;
  background-image: url(../img/css/lem_bck.jpg);
}

div.recipe.sic {
  border: solid 1px #D96E3E;
  background-image: url(../img/css/sic_bck.jpg);
}

div.ingredientList {
  height: 100px;
}

div.ingredient {
  color: #000000;
  font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

ul.steps {
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 10px;
}

ul.steps li {
  padding-top: 5px;
  font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

/* PRODUCT PAGE
------------------*/

table#prodContainer {
  border-collapse: collapse;
}

div#prodDetailLeftColumn {
  width: 391px;
}

/* --- Product Image */

div#picContainer {
  border: solid 1px #d8d7d7;
}

div#prodPic {
  height: 307px;
  width: 389px;
  background-position: center center;
  background-repeat: no-repeat;
}

div#showPic {
  width: 375px;
  padding-left: 14px;
}

div.selPic {
  float: left;
  height: 10px;
  width: 10px;
  background-color: #E6ECCD;
  padding: 0px;
  border: none;
  margin: 7px 5px 0px 5px;
}

div#ss {
  color: #9DAB5E;
  font-size: 11px;
  line-height: 22px;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}

div.ovr {
  background-color: #F8DA78;
  cursor: pointer;
}

div.sel {
  background-color: #BD5015;
}

div#ss.hvr {
  color: #C8A348;
}

/* --- Collections */

table#collections {
  border-collapse: collapse;
  margin-left: 20px;
}

div#collectionsHeader {
  padding: 10px 0px;
  color: #444;
  font: 14px/18px Verdana, Tahoma, Arial, sans-serif !important;
  text-transform: uppercase;
}

td.collectionDetails {
  width: 350px;
  border-bottom: solid 1px #e5e5e5;
}

td.collectionDetails.last {
  border-bottom: none !important;
}

div.collectionImage {
  width: 65px;
  height: 53px;
  float: left;
}

div.collectionDescription {
  font-size: 10px;
  width: 270px;
  padding: 3px 3px 0 10px;
  float: right;
}

/* --- Suggestions */

table#suggestions {
  border-collapse: collapse;
  width: 350px;
  margin-left: 20px;
}

div#suggestionsHeader {
  color: #444;
  font: 10px/14px Verdana, Tahoma, Arial, sans-serif !important;
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
}

div.recommendation {
  width: 115px;
  height: 120px;
  margin-top: 10px;
  float: left;
  text-align: center;
}

div.recommendation.rightBorder {
  border-right: solid 1px #e5e5e5;
}

div.recommendation a {
  color: #787878;
  text-decoration: none;
}

span.suggOrg {
  font-size: 11px;
}

span.suggTrn {
  font-size: 9px;
}

/* --- Product information */

div#prodDetailRightColumn {
  width: 356px;
  padding-left: 20px;
  float: right;
}

div#prodHeader,
div#prodSingleHeader {
  color: #666;
  font: 28px/45px Verdana, Tahoma, Arial, sans-serif !important;
  font-weight: normal !important;
}

div#prodSingleHeader {
  border-bottom: solid 1px #ededed;
  margin-bottom: 20px !important;
}

div#prodSubHeader {
  color: #666;
  border-bottom: solid 1px #ededed;
  margin-bottom: 20px !important;
  font-weight: normal !important;
}

div#prodDescription,
div#prodDescription li {
  color: #787878;
}

div#prodPrice {
  padding: 20px 0 10px 0px;
}

div.continue {
  padding: 10px 5px 0 0;
  text-align: right;
}

/* --- Order form */

table#orderForm {
  border-collapse: collapse;
}

td#addToBasket {
  padding-bottom: 10px;
  border: solid 1px #879956;
}

div#addToBasketHdr {
  width: 326px;
  padding: 3px 10px;
  background: #ddebb0;
}

div#addToBasketTitle {
  color: #424141;
  font-weight: bold;
}

div#addToBasketQty {
  float: right;
  font-weight: bold;
}

form#orderForm {
  margin: 0;
  padding: 5px 0 0 0;
}

div.optionType {
  padding: 5px 0px 5px 10px;
  font-weight: bold;
  color: #424141;
}

div.addToBasket {
  clear: both;
  color: #787878;
  padding-right: 10px;
  vertical-align: bottom;
}

label.itemName {
  padding-left: 15px;
}

label.itemName.pad {
  display: block;
  margin-bottom: 5px;
}

span.itemOutOfStock {
  color: red;
}

input.itemQuantity {
  float: right;
  text-align: right;
}

/* DIALOG BOX
----------------*/

div#dialog {
  visibility: hidden;
  position: absolute;
  left: 100px;
  top: 100px;
  width: 225px;
  height: 177px;
}

div#dialogMessage {
  position: absolute;
  left: 60px;
  top: 45px;
  width: 140px;
  height: 70px;
  text-align: center;
  font: 12px/16px Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #747762;
}

a#dialogOK {
  position: absolute;
  left: 148px;
  top: 126px;
}

/* ABOUT PAGE
----------------*/

div#aboutLeftCol {
  float: left;
  width: 346px;
  padding-top: 10px;
}

div#aboutRightCol {
  float: right;
  width: 390px;
  padding-top: 10px;
}

div#aboutSection {
  margin-top: 10px;
}

div.moreInfo {
  border: 1px solid #e2e3d0;
  padding: 3px 4px;
  width: 180px;
}

div.moreInfo div.moreInfoContent {
  background: #f6f8ec;
  padding: 10px 15px 10px 15px;
}

div#moreInfoTitle {
  color: #DB7747;
  text-transform: uppercase;
}

div.moreInfo div.moreInfoContent a {
  color: #666f49;
  text-decoration: none;
  font-size: 10px;
}

/* CORPORATE GIFT PAGE
-------------------------*/

div#crpLeftCol {
  float: left;
  width: 50%;
  padding-top: 10px;
}

div#crpRightCol {
  float: right;
  width: 50%;
  padding-top: 10px;
}

div#crpSubTitle {
  font-family: Arial, Verdana, sans-serif;
  line-height: 34px;
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: #89a224 !important;
  font-weight: normal !important;
}

.corporateGift {
  font: 12px/22px Arial, Helvetica, sans-serif;
  color: #898989;
}

ul.corporateGift {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.corporateGift li {
  background: #fff url(../img/css/bg-corporate-gift2.gif) no-repeat 10px 6px;
  padding-left: 25px;
  font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
  color: #898989;
}

/* PRINT PRESS PAGE
----------------------*/
div#olist {
  clear: both;
  text-align: center;
}

div.olistSep {
  height: 3px;
/*  width: 500px;*/
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  margin: 10px 0px;
}

p#pressCaption {
  padding: 0;
  margin: 20px 0px;
}

div.printPressItem {
  float: left;
  width: 124px;
  padding-bottom: 20px;
  text-align: center;
}

p.pressDate {
  margin: 0;
  padding: 0;
  font: 11px/15px Arial, Verdana, Helvetica, sans-serif;
  color: #abb67d;
}

p.pressPubName {
  margin: 0;
  padding: 0;
  font: 11px/15px Arial, Verdana, Helvetica, sans-serif;
  color: #898989;
}

/* POLICIES PAGE
-------------------*/
div#policies {
  margin: 15px;
}

div#policies h1 {
  font-family: Arial, Verdana, sans-serif;
  line-height: 34px;
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: #898989 !important;
  font-weight: normal !important;
}

div#policies blockquote {
  padding: 0 0 0 25px;
  margin: 0;
}

/* PRIVACY PAGE
------------------*/
.big {
  font-size: 12px;
}

div.privacyTitle {
  margin-top: 30px;
}

div.privacySection {
  margin-top: 15px;
}

div.privacyPar {
  margin-top: 8px;
}

ol.privacyList {
  padding-top: 0px;
  margin-top: 0px;
}

li.privacyItem {
  padding-bottom: 20px;
}

/* BASKET PAGE
-----------------*/
div.continueShopping {
  padding: 20px 0 10px 0;
  text-align: left;
}

form#basketForm {
  margin: 0;
}

table.orderItems {
  border-collapse: collapse;
  margin-top: 20px;
  width: 760px;
}

table.orderItems th {
  padding: 0 5px;
  text-transform: uppercase;
  color: #040404;
  font-size: 10px;
}

table.orderItems td {
  padding: 5px;
}

table.orderItems th.itemRemove,
table.orderItems td.itemRemove {
  width: 20px;
  text-align: right;
}

table.orderItems th.itemImage,
table.orderItems td.itemImage {
  width: 68px;
  text-align: center;
}

table.orderItems td.itemImage {
  height: 55px !important;
  padding: 2px 0 !important;
}

table.orderItems th.itemDescription,
table.orderItems td.itemDescription {
  width: 393px;
}

table.orderItems th.itemQuantity,
table.orderItems td.itemQuantity {
  width: 75px;
  text-align: right;
}

table.orderItems th.itemPrice,
table.orderItems td.itemPrice {
  width: 90px;
  text-align: right;
  padding-right: 10px;
}

table.orderItems th.itemTotal,
table.orderItems td.itemTotal {
  width: 90px;
  text-align: right;
  padding-right: 10px;
}

table.orderItems tr.items {
  height: 50px;
  background: #fff url("../img/css/bg-orderitems-td.gif") repeat-x center;
}

table.orderItems td.updateCart {
  padding: 0 5px;
  text-align: right;
}

table.orderItems td.subTotal {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #040404;
  font-weight: bold;
  text-align: right;
}

table.basketTotal {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

a#btnRecalc,
a#btnOrder {
  float: right;
  padding-right: 4px;
  text-decoration: none;
}

a#btnRecalc {
  display: none;
}

/* ADDRESSES PAGE
--------------------*/
table#addresses {
  border-collapse: collapse;
}

td.addressHeader {
  padding: 5px;
  color: #424141;
  font-weight: bold;
  text-transform: uppercase;
  background: #ddebb0;
  border: solid 1px #879956;
}

td.addressColumn {
  width: 350px;
  vertical-align: top;
  padding: 10px;
  border: solid 1px #879956;
}

td.addressSeparator {
  width: 20px;
}

div.billToInput,
div.shipToInput {
  height: 18px;
  padding: 2px 10px;
}

input#addCheck {
  float: left;
  margin-right: 5px;
}

div.required {
  background: #fff url("../img/css/bg-required.gif") no-repeat left center;
}

input.billToField,
input.shipToField {
  width: 120px;
  float: right;
}

select.billToField,
select.shipToField {
  width: 126px;
  float: right;
}

label.billToLabel,
label.shipToLabel {
  color: #222;
  font-weight: bold;
}

div#sameAsBill {
  padding-top: 20px;
}

div#noShipTo {
  display: none;
  color: #888;
  font-size: 8pt;
  font-style: italic;
}

label.sameAsBill {
  color: #000;
}

/* PAYMENT PAGE
----------------*/
div#cartReview {
  width: 715px;
  margin: 0 2px;
}

div.dataHolder2 {
  padding: 0 10px 10px 10px;
  border: solid 1px #bcc6ab;
  background: #fcfdf8 url("../img/css/bg-dataholder2.gif") repeat-x top;
}

div.dataHolderHeader2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #558137;
  height: 25px;
  padding: 2px 0;
}

table.orderItems {
  margin-top: 20px;
  width: 760px;
}

table.review {
  margin-top: 10px !important;
  width: 715px !important;
}

table.orderItems th.itemDescription,
table.orderItems td.itemDescription {
  width: 358px;
}

table.orderItems th.itemQuantity,
table.orderItems td.itemQuantity {
  width: 75px;
  text-align: right;
}

table.orderItems th.itemPrice,
table.orderItems td.itemPrice {
  width: 90px;
  text-align: right;
  padding-right: 10px;
}

table.orderItems th.itemTotal,
table.orderItems td.itemTotal {
  width: 90px;
  text-align: right;
  padding-right: 10px;
}

table.orderItems th.itemReference,
table.orderItems td.itemReference {
  width: 68px;
  text-align: left;
  padding-right: 10px;
}

table.review th.itemTotal,
table.review td.itemTotal {
  width: 100px !important;
  padding-right: 20px !important;
}

table.review th.rowEnd,
table.review td.rowEnd {
  padding: 0 !important;
  width: 1px;
}

table.review td.rowEnd {
  background: url("../img/css/bg-orderitems-td2-end.gif") no-repeat right center !important;
}

div#orderReview {
  width: 380px;
  float: left;
}

div.addressesReview {
  width: 380px;
  border: solid 1px #e4ebdc;
  background-color: #f7faed;
}

div.billAddressReview {
  width:175px;
  float: left;
  margin: 5px 0px 5px 5px;
}

div.shipAddressReview {
  width:175px;
  float: right;
  margin: 5px 5px 5px 5px;
}

div.addressesModify {
  float: left;
}

div.messageModify {
  float: left;
  margin-top: 10px;
}

div.messageReview {
  margin-top: 10px;
  width: 380px;
  border: solid 1px #e4ebdc;
  background-color: #f7faed;
}

div.messageContent {
  padding: 5px;
}

div.dataHolderSubHeader {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 3px 0;
}

div.promotionCode {
  margin-top: 10px;
  width: 380px;
  border: solid 1px #e4ebdc;
  background-color: #f7faed;
}

div#orderNow {
  width: 715px;
}

div#buyButton {
  float: right;
  margin-top: 35px;
}

div.paymentMethod {
  float: left;
  margin-top: 10px;
  width: 380px;
  border: solid 1px #e4ebdc;
  background-color: #f7faed;
}

form#payment {
  padding: 0px;
  margin: 0px;
}

div#cartSummaryTotals {
  float: right;
  width: 230px;
  text-align: right;
}

div#cartSummaryTotals.review {
  margin-right: 21px;
}

div#cartSummaryTotals.review .desc,
div#cartSummaryTotals.review .amount {
  height: 23px;
}

div#cartSummaryTotals.review .total {
  padding-top: 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #ebebeb;
}

div#cartSummaryTotals div.total {
  font-size: 11px;
  font-weight: bold;
}

div#cartSummaryTotals div.tax {
  font-size: 11px;
  height: 19px;
  line-height: 18px;
  margin: 3px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #ebebeb;
}

div#cartSummaryTotals div.desc {
  float: left;
  text-align: right;
  width: 150px;
  font-size: 11px;
}

div#cartSummaryTotals div.amount {
  float: right;
  width: 80px;
  font-size: 11px;
}

div#payPayPal {
}

div#logoPayPal {
  padding-right: 20px;
}

div.shipConditions {
  margin: 2px;
  width: 310px;
  padding: 5px;
  border: solid 1px #e4ebdc;
  background-color: #f7faed;
}

ul.shipConditions {
  margin: 2px 0px 5px 10px;
  padding: 0px 0px 0px 10px;
}

table.orderSummary {
  margin-top: 40px;
  width: 325px;
}

table.orderSummary tr.orderSummary {
  height: 25px;
  width: 310px;
}

table.orderSummary td.orderSummDesc {
  width: 200px;
  padding-left: 10px;
}

table.orderSummary td.itemSummTotal {
  width: 90px;
  text-align: right;
  font-weight: bold;
  padding-right: 0px;
}

/* CUSTOMER INFO PAGE
---------------------*/
.letter {
  font-family: "Times New Roman", serif;
  font-size: 10pt;
  color: #666666;
  font-style: italic;
}

.para {
  padding-bottom: 10px;
}

.subpara {
  padding-left: 10px;
  padding-bottom: 10px;
}

.label {
  font-weight: bold;
  padding-right: 10px;
}

div.head {
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 25px;
}

div.titl {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 2px;
}

div.subTitl {
  font-weight: bold;
  text-decoration: underline;
  padding-top: 5px;
  padding-left: 10px;
}

table.contactInfo {
  padding-bottom: 3px;
}

/* EVENTS PAGE
---------------*/
td#eventsCell {
  background-repeat: no-repeat;
}

/* CONTACTS PAGE
----------------*/
div.contactSection {
  padding-left: 260px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

form.contactForm {
  width: 490px;
  padding: 5px;
  border: solid 1px #d3dacb;
  margin-top: 5px;
  background-color: #f7faed;
}

div.instruction {
  padding-left: 5px;
}

div.formSection {
  margin-top: 10px;
  border: solid 2px #e4ebdc;
}

div.formInput {
  margin: 4px 0px;
}

div.inputClear {
  clear: both;
}

div.label, div.input {
  float: left;
  font-weight: normal;
}

div.label {
  margin-top: 2px;
  padding-left: 5px;
}

div.input {
  text-align: right;
}

div.input input, textarea {
  font-family: "?? ?????", Osaka, "?????? Pro W3", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}

select.topic {
  font-family: "Arial Unicode MS", "?? ?????", Osaka, "?????? Pro W3", sans-serif;
  font-size: 13px;
  color: #2e2e2e;
}

div.btnSection {
  padding-bottom: 5px;
}

div.contactBtn {
  height: 23px;
  width: 100px;
  margin-top: 10px;
  background-image: url(../img/css/email_submit.gif);
  cursor: pointer;
  text-align: center;
}

div.contactFooter {
  clear: both;
  margin-top: 30px;
}

div.contactFooter.pur {
  margin-left: 20px;
}

/* LOCATIONS PAGE
----------------- */
div.locImage {
  float: left;
}

div.locContainer {
  float: left;
  vertical-align: top;
  margin-left: 20px;
}

img.locLogo {
  border: solid 1px #dedede;
}

div.locSection {
  margin-top: 40px;
}