body {
  text-align: center;
  font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
}
* html {
  
  font-size: 11px;
  font-weight: normal;
}
font * { color: inherit; font-family: inherit; font-size: inherit}
/* LINK COLORS */
a, .subcategory a:visited, .subcategory a {
  color: #be1e2d;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 23px;
}

h2 {
  margin: 2px 0;
  font-size: 13px;
}
.smallText {
  font-size: 11px;
}
table {
  border-collapse:collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.low-alpha {
  list-style-type: lower-alpha;
}
input.text, input.password, select, textarea {
  border: 1px solid #BE1E2D;
}

#pageWrapper {
  background: url('images/design/bodyBorder.gif') repeat-y;
  width: 960px;
  _width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 10px;
  overflow: hidden;
}
#mainContent {
  background-color: #faf6ad;
  width: 100%;
  overflow:hidden;
  font-size: 11px;
}
.mainContent {
  width: 100%;
  table-layout: fixed;
}
.centerColumn {
  background-color: #FFFFFF;
  padding: 0 10px;
}
/*.mainContent td.rightColumn table {
  table-layout: fixed;
}*/
.mainContent td.centerColumn table {
  table-layout: auto;
  overflow: hidden;
}
.mainContent td.centerColumn table table.notFixed {
  table-layout: auto;
}
.banner {
  background: url('images/design/topBannerBg.png') no-repeat 0 0;
  padding-left: 300px;
}
.banner table {
  height: 104px;
  overflow: hidden;
}

.pageHeading h1, .pageHeading {
  color: #3b2313;
  font-size: 16px;
  font-weight: bold;
}
.main {
  font-size: 12px;
  color: #be1e2d;
  text-align: center;
}

.greeting ul {
  font-size: 11px;
  list-style-type: disc;
} 
.greeting ul li {
  
  color: #7e7e7e;

  margin-left: 10px;
}
.footer {
  background-color: #ffffcc;
}
/* SHOPPING CART */
.productListing-heading.total {
  width: 30%;
}
.productListing-heading.products {
  width: 50%;
  text-align: center;
}
.productListing-heading.remove {
  width: 10%;
}
.productListing-heading.quantity {
  width: 10%;
}
.productListing-data.quantity input{
  text-align: right;
  padding: 0 5px;
}

/* NAVIGATION TOOL BAR */
table.navigation {
  width: 100%;
}
table.navigation td {
  vertical-align: middle;
}
div.navigation, div.navigation a {
  background-color: #be1e2d;
  color: #FFFFFF;
  font-size: 11px;
}
.headerNavigation {
  color: #FFFFFF;
}
/* SEARCH BOX */
.search .infoBox, .categoryHeader, .productListing-heading {
  background: url('images/design/redBG.gif') repeat-x #39090e;
}
.productListing-heading {
  color: #FFFFFF;
}
 .productListing-heading a {
  background: none;
 } 
.search .infoBoxContents .boxText {
  font-size: 11px;
}
.search form {
  margin: 5px 0;
}
.search .advancedSearch {
  margin: 5px 10px 0 0;
}
.search input[type=submit], .search input.textButton {
  border: none;
  background: none;
  color: #FFFFFF;
  font-size: 18px;
  cursor: hand;
  cursor: pointer;
}
.search input[type="submit"]:hover {
  text-decoration: underline;
}

/* SIDE BOXES */
ul.categoryWrapper {
  list-style: none;
  padding: 0;
  margin: 0 0 1px 0;
  width: 142px;
}
ul.categoryWrapper ul {
  list-style:  none;
  padding: 0 0 0 5px;
  margin: 0;
}

.categoryHeader {
  padding: 5px 5px;
  
}
div.categoryHeader a, .categoryHeader {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
}
li.categoryHeader {
  display: block;
}
.categoryHeader a .selected {
  color: #faf6ad;
}
.subCategory {
  padding: 0 0 0 5px;
  height: auto;
  line-height: auto;
  font-size: 11px;
}

.boxText, .infoBoxContents, .stockWarning {
  font-size: 11px;
}
/* MAIN CONTENT BOXES */
.centerColumn td.infoBoxHeading {
  color: #FFFFFF;
  background-color: #be1e2d;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
}
.infoBoxHeading a:hover {
  text-decoration: none;
}
.centerColumn .newProducts {
  width: 100%;
}

.centerColumn table.infoBoxContents {
  border-collapse: separate;
}
.centerColumn .newProductItem
{
  border: 1px solid #be1e2d;
}
.centerColumn .categoryDescription {
  font-size: 10px;
}
.newProductItem .image {
  height: 80px;
  overflow: hidden;
}
.newProductItem .productName {
  font-size: 14px;
  text-align: left;
  height: 20px;
  overflow: hidden;
}
.newProductItem .productDescription {
  text-align: left;
  height: 80px;
  overflow: hidden;
}
td.smallText .price{
  background-color: #f6f16f;
  font-size: 11px;
}
.price .svk {
  color: #e30000;
  font-weight: bold;
  padding: 0 5px;
}
.footer .smallText {
  font-size: 16px;
  padding: 10px 0;
}