

body {
    background: #CCFF99 url(http://custom.buyitsellit.com/16556/bg.gif) center top repeat-y;	
}

}
a:link, a:visited {
    color: 000000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000000;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #000000;
	color: #FFF !important;
}
.button:hover {
	background: #c1cb6b;
}

/* Top */
#top h1 {
	color: #909a38;
}

#search input {
	background: #CCFF99;
	color: #000000;
}
#search label input {
	background: #FFF;
	color: #000000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(http://custom.buyitsellit.com/16556/bar.jpg) 0 0 no-repeat;
	color: #000000;
}
	#bar a:link, #bar a:visited {
	    color: #000000;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #000000;
		background: transparent url(http://stores.mybisi.com/templates/01/_images/green/cart-icon.gif) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #000000;
	}

/* Content */
#content h2, #side h2 {
	color: #000000;
}
	#content h3 {
		color: #000000;
	}
	
	#products td p, p.price {
		color: #000;
	}

/* Side */
#side li a:link, #side li a:visited {
    color: #000000;
    text-decoration: none;




}
#side li a:hover, #side li a:active {
    color: #585858;
}

/* Footer */
#footer p, #footer a {
	color: #000000;
}