body {
  background: #e0e0e0 url(http://custom.buyitsellit.com/19195/background1.gif) center top repeat-y; 
}
a:link, a:visited {
    color: #366200;
    text-decoration: underline;
}
a:hover, a:active {
    color: #1e3700;
    text-decoration: underline;
}

/* Buttons */
.button {
  background: #5c0061;
  color: #FFF !important;
}
.button:hover {
  background: #640e20;
}

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

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

/* Bar */
#bar {
  background: transparent url(http://custom.buyitsellit.com/19195/bar1.png) 0 0 no-repeat;
  color: #729635;
}
  #bar a:link, #bar a:visited {
      color: #1e3700;
      text-decoration: none;
  }
  #bar a:hover, #bar a:active {
      text-decoration: underline;
  }
  
  #cart {
    color: #1e3700;
    background: transparent url() 0 25px no-repeat;
  }
  
  #cart-total strong {
    color: #366200;
  }

/* Content */
  #content {
  background:none repeat scroll 0 0 #03600e;
  }
#content h2, #side h2 {
  color: #036010;
}
  #content h3 {
    color: #679cb3;
  }
  
  #products td p, p.price {
    color: #366200;
  }

/* Side */
#side li a:link, #side li a:visited {
    color: #366200;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #1e3700;
}

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

/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}       
            






























