body { /*Not used*/
background-color: #212121;
background-image: url("http://custom.buyitsellit.com/14469/BG_LOOP_01.jpg");
background-repeat: repeat-x;
}


a:active {
  outline: none;
}

a:link, a:visited {
    color: #dddddd;
    text-decoration: none;
    outline: none;
}
a:hover, a:active {
    color: #84d6ff;
    text-decoration: none;
    outline: none;
}

/* Buttons */
.button {
  background: #a6c634;
  color: #000 !important;
  outline: none;
}
.button:hover {
  background: #c9dc87;
  outline: none;
}

/* Top */
#top h1 {
  color: #2c4059;
}

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

/* Bar */
#bar {
    color: #c1c8ce;

}
  #bar a:link, #bar a:visited {
      color: #c1c8ce;
      text-decoration: none;
  }
  #bar a:hover, #bar a:active {
      text-decoration: underline;
  }
  
  #cart {
    color: #999999;
    
  }
  
  #cart-total strong {
    color: #999999;
  }
  
  #menu {color:#c1c8ce;}

/* Content */
#content h2, #side h2 {
  color: #333333;
}
  #content h3 {
    color: #222222;
  }
  
#content li a:link, a:visited {
    color: 9c9c9c; /* not working */
    text-decoration: none;
}

#content li a:hover, #side li a:active {
    color: #cae451;
  text-decoration: none;
}
   #products td p, p.price {
    color: #ffffff;
  }

/* Side */
#side li a:link, a:visited {
    color: 9c9c9c; /* Browse All, Category Link */ /* not working */
    text-decoration: none;
}

#side li a:hover, #side li a:active {
    color: #84d6ff;  /* SIDE ROLLOVER COLOR*/
}

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



