a {
  color: #B75003;
  text-decoration:underline;
  font-weight:bold;
}
a:hover {
  color: #B75003;
  
  
}
body {
  font-family: Verdana;
  font-size: 12px;
  background-image: url('images/cottonwood/bg_tile.jpg');
  background-repeat: repeat;
  text-align: center;
}
table {
  font-size:12px;
  font-family: Verdana;
}
div {
  font-size:12px;
  font-family: Verdana;
}
div.content_holder {
  margin:auto;
  width:995px;
}

a.subcategory_link {
  display:block;
  color:#ffffff;
  text-align:left;
  vertical-align:middle;
  width:110px;
  /*height:19px;*/
  padding-top:5px;
  padding-bottom:5px;
  font-size:12px;
  margin-left:12px;
  padding-left:5px;
  text-decoration:none;
  font-weight:normal;
}
a.subcategory_link:hover {
  background-color:#5C170A;
  text-decoration:none;
  color:#ffffff;
}
a.subcategory_link_selected {
  display:block;
  color:#ffffff;
  text-align:left;
  vertical-align:middle;
  width:110px;
  /*height:19px;*/
  padding-top:5px;
  padding-bottom:5px;
  font-size:12px;
  margin-left:12px;
  padding-left:5px;
  background-color:#5C170A;
  text-decoration:none;
  
  font-weight:normal;
}
a.subcategory_link_selected:hover {
  text-decoration:none;
}

h1 {
  font-family: Verdana;
  font-size: 16px;
  color: #441107;
  font-weight: bold;
}

h2 {
  font-family: Verdana;
  font-size: 16px;
  color: #441107;
}

table.content {
  font-size: 12px;
  font-family: Verdana;
  
}

a.top_level_category {
  color: #ffffff;
  text-decoration:none;
  
  font-weight:bold;
}
a.top_level_category:hover {
  color:#FFAC2F;
  text-decoration:none;
  
}
a.top_level_category_selected {
  color:#FFAC2F;
  text-decoration:none;
  
  font-weight:bold;
}
a.top_level_category_selected:hover {
  color: #FFAC2F;
  text-decoration:none;
}

div.footer {
  background-image: url('images/cottonwood/footer.png');
  background-repeat:no-repeat;
  /*background-position: middle center;*/
  width:172px;
  height:12px;
  margin-top: 30px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 40px;
}

a.footer_link {
  color: #FFCC33;
  text-decoration:underline;
  
  font-weight:normal;
}
a.cart_link {
  text-decoration:none;
  color:#ffffff;
  
  font-weight:normal;
}
a.cart_link:hover {
  text-decoration:underline;
  color:#ffffff;
}

table.subcategory_box {
  margin-top:40px;
  width:500px;
}
table.subcategory_box_highlighted {
  margin-top:40px;
  width:500px;
  background-color:#FB9005;
}
tr.productListing-even {
  background-color:#FB9005;
}
tr.productListing-odd {
  background-color:transparent;
}

TD.productListing-data-even {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FB9005;
}
TD.productListing-data-odd {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: transparent;
}
textarea {
  border: 1px solid #000000;
}