body {
    background: #A7A18D url(http://custom.buyitsellit.com/6411/bg_fade.png) center top repeat-y;  
}
a:link, a:visited {
    color: #504C4C;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6E6A6A;
    text-decoration: underline;
}

/* Buttons */
.button {
  background: #000000;
  color: #A7A18D !important;
}
.button:hover {
  background: #808080;
}

/* Top */
#top h1 {
  color: #404040;
}

#search input {
  background: #000000;
  color: #A7A18D;
}
#search label input {
  background: #A7A18D;
  color: #000;
  border: 1px solid #999;
}

/* Bar */
#bar {
  background: transparent url(http://custom.buyitsellit.com/6411/bar_bw.jpg) 0 0 no-repeat;
  color: #a7a18d;
}
  #bar a:link, #bar a:visited {
      color: #d1c9af;
      text-decoration: none;
  }
  #bar a:hover, #bar a:active {
      text-decoration: underline;
  }
  
  #cart {
    color: #D1C9AF;
    background: transparent url(http://custom.buyitsellit.com/6411/cart.jpg) 0 12px no-repeat;
  }
  
  #cart-total strong {
    color: #404040;
  }
  
  #menu {color:#a7a18d;}

/* Content */
#content h2, #side h2 {
  color: #404040;
}
  #content h3 {
    color: #4d627a;
  }
  
  #products td p, p.price {
    color: #C92219;
  }

/* Side */
#side li a:link, #side li a:visited {
    color: #4F4F4F;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #000000;
    font-weight: bold;
}

/* Footer */
#footer p, #footer a {
  color: #6b798a;
}




























































