body {
  margin: 0;
  background-color: white;
  color: #000000;
}
table.contentrow {
  border: 0px solid #009900;
  border-spacing: 5px;
  border-collapse: separate;
  background-color: #fef5bc;
}
table.contentrow th {
  border: 1px solid black;
  padding: 2px;
  background-color: #ffffff;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}
table.contentrow td {
  border: 1px solid black;
  padding: 0px;
  background-color: #ffffff;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}
table.purplebox {
  border-style: solid;
  border-color: black;
  border-width: 0px 0px 1px;
  padding: 0px;
  background-color: #ffffff;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}
table.itemrow {
  border: 0px solid #009900;
  border-spacing: 0px;
  border-collapse: separate;
  background-color: #ffffff;
}
table.itemrow th {
  border: 0px solid #009900;
  padding: 0px;
  background-color: #ffffff;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}
table.itemrow td {
  border: 0px solid #009900;
  padding: 3px;
  background-color: #ffffff;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
#pageSurround {
  border: 1px solid #000000;
  margin: 0px auto;
  padding: 5px;
  width: 748px;
  background-color: #ffffff;
}
#subSurround {
  border: 1px solid #5c84ce;
  background-image: url(../styleImages/backgrounds/contentBg.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
}
#topHeader {
  border-bottom: 1px solid #000000;
  text-align: right;
  height: 116px;
  margin-bottom: 10px;
  padding-right: 9px;
  padding-top: 0px;
  background-image: url(../styleImages/backgrounds/topHeader.jpg);
}
.boxTitleLeft, .boxTitleRight {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  color: #434343;
  height: 15px;
  padding-left: 5px;
  padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
  border-left: 0px solid #009900;
  border-right: 0px solid #009900;
  border-bottom: 0px solid #009900;
  padding: 3px 0px 0px 5px;
  background-color: #ffffff;
  margin-bottom: 0px;
  margin-right: 0px;
}
.colLeft {
  position: relative;
  left: 0px;
  width: 160px;
  padding-left: 9px;
  padding-right: 5px;
  float: left;
}
.colMid {
  position: relative;
  width: 398px;
  float: left;
}
.colRight {
  position: relative;
  width: 160px;
  padding-left: 5px;
  right: 9px;
  float: right;
}
.boxContent {
  border-style: solid;
  border-color: black #5e85cf #5e85cf;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  background-color: #ffffff;
  font-size: 85%;
}
.colLeftCheckout {
  position: relative;
  left: 0px;
  width: 160px;
  padding-left: 9px;
  padding-right: 10px;
  float: left;
}
.colMainCheckout {
  position: relative;
  width: 558px;
  float: left;
}
.siteDocs {
  text-align: center;
  margin-top: 2px;
}
.pagination {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
#subCats {
  border: 0px solid #ffffff;
  margin: 0px;
  padding: 3px;
  background-color: #ffffff;
  text-align: center;
  float: left;
}
a.subCat, .subCat {
  padding: 9px 8px 8px 29px;
  text-align: left;
  float: left;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.regSep {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 10px 0px;
  padding: 10px 0px;
}
.latestProds {
  float: left;
  text-align: center;
}
.BlackTableLine {
  background-color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 5px;
  margin-top: 3px;
  padding-top: 4px;
  padding-right: 3px;
  padding-bottom: 0px;
}
.subCat:hover {
  padding: 9px 8px 8px 29px;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #efefef;
  font-size: 12px;
  text-decoration: underline;
}
.productImage {
  border: 1px solid black;
}
.chooseCatTitle {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #fe007c;
  font-family: Arial,Verdana,Helvetica,sans-serif;
}
.chooseCat {
  padding-top: 3px;
  height: 24px;
  margin-left: 6px;
  color: white;
  text-transform: uppercase;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  float: left;
  background-color: #ea0a8d;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 6px;
  margin-bottom: 5px;
}
.chooseCat:hover {
  background-color: black;
  color: white;
}
.blackLine {
  border-top: 1px solid black;
  margin: 0px;
  width: 100%;
  font-size: 4px;
}
.txtPriceWord {
  font-size: 160%;
  color: black;
  font-weight: bold;
}
