TABLE.Box {
  width: 100%;
}

TABLE.BoxColumn {
  width: 100%;
  border-top:1px solid #AAAAAA;
  border-left:1px solid #AAAAAA;
  border-right: solid thin #888888;
  border-bottom: solid thin #888888;
  margin-bottom: 3px;
}

TD.BoxColumnHeader {
  width: 100%;
  background-color: #FFFF99;
  vertical-align: top;
  font-weight: bolder;
  white-space: normal;
}

TD.BoxColumnContentCenter {
  background-color: #FFFFCC;
  vertical-align: top;
  text-align: center;
  white-space: normal;
}

TD.BoxColumnContent {
  background-color: #FFFFCC;
  vertical-align: top;
  white-space: normal;
}

LI.BoxColumnList {
  line-height: 18px;
  text-decoration:none;
  margin-left: -20px;
  vertical-align: text-top;
  white-space: nowrap;
}

DIV.BoxList {
  text-decoration:none;
  font-weight: bolder;
  height: 16px;
}

HR.Box {
  height: 1px;
  color: #AAAAAA;
}

/* **************************************************************** */
/* Box Categories */
/* **************************************************************** */

A.BoxCategories {
  color: #790706;
  text-decoration:none;
  font-weight: bolder;
}

A.BoxCategoriesActive {
  color: #FF6600;
  text-decoration:none;
  font-weight: bolder;
}

A.BoxCategories:hover {
  color: #000000;
  text-decoration:none;
  font-weight: bolder;
}

/* **************************************************************** */
/* Box Information */
/* **************************************************************** */

A.BoxInformation {
  color: #790706;
  text-decoration:none;
  font-weight: bolder;
}

A.BoxInformation:hover {
  color: #000000;
  text-decoration:none;
  font-weight: bolder;
}

/* **************************************************************** */
/* Box shopping cart */
/* **************************************************************** */

A.BoxShoppingCart {
  font-size: 90%;
  color: #790706;
  text-decoration:none;
  font-weight: normal;
}

A.BoxShoppingCart:hover {
  font-size: 90%;
  color: #000000;
  text-decoration:none;
  font-weight: normal;
}

/* ************************************************************************ */
/* Links */
/* ************************************************************************ */

TABLE.BoxLinks {
  width: 98%;
  border-spacing: 3px;
}

TD.BoxLinks {
  font-size: 90%;
  font-weight: bolder;
  text-align: center;
  background-color: #FFFFCC;
  padding: 2px;
  white-space: normal;
  width: 33%;
  min-height: 50px;
}

A.BoxLinks {
  color: #666666;
  text-decoration: none;
}

A.BoxLinks:hover {
  color: #444444;
  text-decoration: underline;
}

IMG.BoxLinks{
  border: none;
}

