body {
    background: #a9bac3 url(http://custom.buyitsellit.com/23490/bg.gif) center top repeat-x;  
}
a:link {
    color: #6297bc;
    text-decoration: none;
}

a:visited {
    color: #6297bc;
    text-decoration: none;
}
a:hover, a:active {
  Font-family: 'Georgia', Times, serif;
    color: #9EC068;
    text-decoration: underline;
}

/* Buttons */
.button {
  background: #679cb2;
  color: #FFF !important;
}
.button:hover {
  background: #b0d2e0;
}

/* Top */
#top h1 {
  color: #679cb2;
}

#search input {
  background: #679cb2;
  color: #FFF;
}
#search label input {
  background: #FFF;
  color: #000;
  border: 1px solid #999;
}

/* Bar */
#bar {
  background: transparent url(http://custom.buyitsellit.com/23490/headerphoto.jpg) 0 0 no-repeat;
  color: #ffffff;
}
  #bar a:link {
      color: #ffffff;
      text-decoration: none;
  }
  
#bar a:visited {
      color: #ffffff;
      text-decoration: none;
  }
  
  #bar a:hover, #bar a:active {
      text-decoration: underline;
  }
  
  #cart {
    color: #FFF;
    background: transparent url(http://custom.buyitsellit.com/23490/basket.gif
) 0 0px no-repeat;
    vertical-align:text-bottom;
  }
  
  #cart-total strong {
    color: #679cb2;
  }

/* Content */
#content h2, #side h2 {
  color: #000000;
}
  #content h3 {
    color: #679cb3;
  }
  
  #products td p, p.price {
    color: #000000;
    Font-weight: bold;
  }

/* Side */
#side li a:link, {
    color: #6297bc;
    font-family: 'Georgia', Times, serif;
    font-weight: bold;
    text-decoration: none;
    border-left:4px solid #9EC630;
}

#side li a:visited {
    color: #6297bc;
    font-family: 'Georgia', Times, serif;
    font-weight: bold;
    text-decoration: none;
}

#side li a:hover, #side li a:active {
    color: #9ec068;    
}

#category.productcount li a {
    color: #838383;
}

#category.subcategorycount li a 
    color: #838383;
}

/* Footer */
#footer p, #footer a {
  color: #ffffff;
  font-family: 'Georgia'; Times, serif;
  font-weight: bold;
}













