/* ========================================================== */
/* Main elements styles                                       */
/* ========================================================== */

BODY {
  background-color: #000000;
  font-family: Times;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #333333;
}

#mainTable {
  width: 791px;
}

/* == links at the bottom of the page (on black background) = */

#underMenu {
  padding-top: 5px;
  color: #AAA; 
  text-align: center;
  font-family: Arial;
}

#underMenu A {
  color: #EEA;
}

/* =================== cover page images ==================== */

#coverMain {
  background: url(/images/cover/coverBg.jpg);
  background-repeat: vertical;
  padding-top: 50px;
  padding-top: 1px;
  margin-top: 0px;
  border: 0px solid #F00;
  padding-left: 39px;
}

#coverContent {
  padding: 50px 40px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
#coverTop {
  background: url(/images/cover/coverTop.jpg);
}
#coverBottom {
  background: url(/images/cover/coverBottom.jpg);
}

/* =================== standard page images ================= */

#page {
  background: url(/images/pageBg.jpg);
  background-repeat: vertical;
  padding-top: 1px;
  margin-top: 0px;
  border: 0px solid #F00;
}

#pageTopLeft {
  background: url(/images/pageTopLeft.jpg);
}

#pageTopRight {
  background: url(/images/pageTopRight.jpg);
}

#pageLeft {
  background: url(/images/pageLeft.jpg);
}

#pageBottomLeft {
  background: url(/images/pageBottomLeft.gif);
}
#pageBottom {
  background: url(/images/pageBottom.jpg);
}

/* =================== menu style =========================== */

#menu {
  width: 180px;
}

#menu IMG {
  border: 0px;
}

.menu {
  float: right;
  position: absolute;
  width: 200px;
  margin-top: -16px;
  margin-left: 5px;
  visibility: hidden;
}

.subMenuLinks {
  background: url(/images/subMenuBg.gif);
  background-repeat: vertical;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
}

/* ================== page content ========================== */

#contentDiv {
  width: 565px;
  margin: 0px 0px 0px 0px;
}

#content {
  padding-left: 20px;
  padding-right: 15px;
}

/* =================== left pane ============================ */

#translate {
  width: 180px;
  text-align: left;
  padding-bottom: 30px;
}

#proContact {
  width: 180px;
  text-align: center;  
}


/* ========================================================== */
/* Shop styles                                                */
/* ========================================================== */

.productThumbnail {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.productThumbnail IMG {
  border: 0px solid #000;
}

.cellProductDescription {
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
}

.productDescription {
  color: #61605E;
  margin-left: 1px;
  margin-bottom: 0px;
  padding-top: -10px;
  margin-top: 0px;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
}

.addToCaddy {
  padding-top: 5px;
}

/* ===================== order presentation ================= */

.order {
  width: 504px;
}

.orderTop {
  width: 504px;
  height: 40px;
  margin-top: 60px;
  /*
  0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: bottom;
  */
}

.orderTop img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.orderMain {
  width: 504px;
  background: url(/images/orderBg.jpg);
}

.orderInside {
  width: 464px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 2px solid #9f9b90;
  border-bottom: 2px solid #9f9b90;
}

.orderBottom {
  padding-top: 3px;
  width: 504px;
  background: url(/images/orderBottom.jpg);
  background-repeat: no-repeat;
  height: 40px;
}

/* ================= generic button div ===================== */

.buttons {
  width: 464px;
  text-align: right;
}

.buttonsLeft {
  width: 464px;
  text-align: left;
}

.buttons INPUT {
  border: 1px solid #9A988F;
  background-color: #DDDBD2;
  color: #605e52;
  font-family: Times;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0px;
}

.buttonsLeft INPUT {
  border: 1px solid #9A988F;
  background-color: #DDDBD2;
  color: #605e52;
  font-family: Times;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0px;
}

/* ==================== caddy table ========================= */

TABLE.caddy {
  width: 458px;
/*  border: 1px solid #000; */
  border-collapse: collapse;
}

TABLE.caddy TD {
  color: #605e52;
/*padding-left: 10px;
  padding-right: 10px;
  */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.c {
  border-left: 1px solid #9e9a8f;
  border-right: 1px solid #9e9a8f;
}

TABLE.caddy TH {
  border-bottom: 1px solid #9e9a8f;
  color: #605e52;
/*padding-left: 10px; 
  */
  font-family: Times;
  font-style: italic;
  font-weight: bold;
  font-size: 12pt;
}

.infoHead {
  color: #605e52;
  font-family: Times;
  font-style: italic;
  font-weight: bold;
  font-size: 12pt;
}

TD.c0 {
  background-color: #DDDBD2;
  color: #605e52;
}

/* image column */
TD.cimg {
  background-color: #DDDBD2;
  color: #605e52;  
}

/* title column */
TD.ct {
  text-align: left;
  background-color: #DDDBD2;
  color: #605e52;  
}

/* caddy end line */
TD.cEnd {
  height: 30px;
  border-left: 1px solid #9e9a8f;
  border-right: 1px solid #9e9a8f;
  border-bottom: 1px solid #9e9a8f;
}

TD.cEnd0 {
  height: 30px;
  background-color: #DDDBD2;
  border-bottom: 1px solid #9e9a8f;
}

TD.money {
  border-left: 1px solid #9e9a8f;
  border-right: 1px solid #9e9a8f;
  text-align: right;
}

TD.total {
  text-align: right;
/*  padding-right: 10px; */
  font-weight: bold;
  font-style: italic;
}

TD.totalValue {
  text-align: right;
/*  padding-right: 10px; */
}

.categoryContent {
  width: 525px;
  margin: 0px 0px 0px 0px;
}

/* ========================================================== */
/* Misc styles                                                */
/* ========================================================== */

.debug {
  background-color: #AAA;
  padding: 10px 10px 10px 10px;
}

TH {
  text-align: center;
}


STRONG {
  font-weight: bold;
}


