#tabContainer {
  width: 550px;
  /* new gradient stuff */
  background-image: url(/images/sbGrad.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
html>body #tabContainer {
  width: 550px;
}
#tabContainer a {
  color: #990000;
}
#tabContainer ul {
  margin: 0px;
  padding: 0px;
}
#tabContainer ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: absolute;
  top: inherit;
}




#tabContainer ul li a:hover.tabActive {
  background-color: #FFFAEF;
  color: #ffffff;  
  background-image: url(/images/sbGrad_red.jpg);
  background-position: 0px -9px;
  background-repeat: no-repeat;
}
#tabContainer ul li a.tabActive {
  color: #ffffff;
}
#tabContainer ul li a:hover {
  background-color: #990000;
  cursor: pointer;
  cursor: hand;
  background-image: url(/images/sbGrad_rev.jpg);
  background-position: -150px 0px;
  background-repeat: no-repeat;
}


#tabFeatures,#tabSpecs,#tabAccess,#tabWarrant,#tabNew {
  display: none;
}



.notVisible {
  visibility: hidden;
  display: none;
}
.tabActive {

  overflow: hidden;
  /* new gradient stuff */
  background-position: 0px -9px;
  background-repeat: no-repeat;
  display: block;
  /* ********** */
}
