body {
    background: #c3b287 url(http://custom.buyitsellit.com/8571/bg.gif) 0 0 repeat-x;	
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    color: #8e7b12;
}
a:link, a:visited {
    color: #8e7b12;
    text-decoration: underline;
}
a:hover, a:active {
    color: #b09e3b;
}

.button {
	background: #7fac0d;
	color: #FFF !important;
}
.button:hover {
	background: #aed351;
}

/* Top */
#top h1 {
	color: #8e7b12;
}

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

/* Bar */
#bar {
	background: transparent url(http://custom.buyitsellit.com/8571/bar.gif) 0 0 no-repeat;
	color: #c1c8ce;
}
	#bar a:link, #bar a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
		background: transparent url(http://custom.buyitsellit.com/8571/cart-icon.gif) 0 13px no-repeat;
	}		
		#bar #cart a:link, #bar #cart a:visited {
			color: #FFF;
			text-decoration: none;
		}
		#bar #cart a:hover, #bar #cart a:active {
			color: #EFEFEF;
		}
		
	#menu {
		color: #FFF;
	}

/* Content */
#main {
	background: #e3dbc4;
}
	#products td {
		background: #FFF;
	}
	#products td p {
		color: #8e7b12;
	}
	
	p.price {
		color: #82b003;
	}
	
	#cart-total {
		background: #c3b287;
		color: #FFF;
	}
		#cart-total a:link, #cart-total a:visited {
			color: #FFF;
		}
		#cart-total a:hover, #cart-total a:active {
			color: #EFEFEF;
		}
	
	.cart-item {
		border-bottom: 1px solid #9ea194;
		 
	}

/* Side */
#side {
	background: #f1ede0;
}
	#side li {
		background: transparent url(http://custom.buyitsellit.com/8571/category-divider.gif) left bottom repeat-x;
		color: #8e7b12;
	}

/* Footer */
#footer {
	background: #e3dbc4 url(http://custom.buyitsellit.com/8571/footer-divider.gif) 0 0 repeat-x;
}
#footer p, #footer a {
	color: #8e7b12;
}

