#content
  {
  color: #44565E;
  }

li
  {
  list-style-image: url('/images/orange-bullet-point.gif');
  }

#content li {margin-left: 20px;}

#hf-container
  {
  vertical-align: middle;
  }
  
#hf
  {
  float: left;
  width: 150px;
  }

#hf-right
  {
  margin-left: 170px;
  }

#hf-container a
  {
  text-decoration: none;
  color: #E55E1B;
  }

#hf-container h1
  {
  font-size: 191.7%;
  }

#hf-container h2
  {
  font-size: 150%;
  color: #9CAD30;
  }

#hf-container h3
  {
  color: #4C4C4C;
  }

.special-offer
  {
  background-image: url('/images/special_offer.gif');
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 65px;
  height: 100px;
  }
  
.special-offer-list
  {
  background-image: url('/images/special_offer.gif');
  background-repeat: no-repeat;
  background-position: top -70px; 
  }  

.tabbuttons
  {
  margin: 0;
  padding: 0;
  height: 2.5em;
  list-style: none;
  border-bottom: 1px solid #8CA521;
  }

.tabbuttons li { float: left; background: #FFF url('/images/tabbutton_background.gif') repeat-x; margin: 0 5px 0 0; font-size: 90%; height: 2em; line-height: 2em; list-style: none; padding: 0.4em 0.7em; }
.tabbuttons li a { display: block; color: #44565E;  text-decoration: underline;}
.tabbuttons li.selected { background: none; background-color: #8CA521; }
.tabbuttons li.selected a { color: #FFFFFF; }
.tabbuttons li.disabled a { color: #666; }

.tabcontent { border: 6px solid #DDD; background-color: #FFF; padding: 0.5em; overflow: auto; }

.product-list-price
  {
  color: #7897A5;
  font-weight: bold;
  }