body {
    background: #e2c9df url(http://custom.buyitsellit.com/16193/grassybg.jpg) center top repeat-x;	
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}
a:link, a:visited {
    color: #B85068;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000;
}

/* Buttons */
.button {
	background: #886e5c;
	color: #FFF !important;
}
.button:hover {
	background: #b6a193;
}

/* Top */
#top h1 {
	color: #A44054;
}

#search input {
	background: #FFE7FF;
	color: #A44054;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */

#bar {
	background: #A44054 url(http://custom.buyitsellit.com/16193/bar.gif) 0 0 repeat-x;
	color: #A44054;
}			
		
	#menu {
		
	}
	#menu a:link, #menu a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
	}
	
	#cart a:link, #cart a:visited {
	color: #FFF;
	 
	}
	
	#cart a:hover, #cart a:active {
    color: #eaeaea;
	
	}
	
	 #crumb a:link, #crumb a:visited {
	  color: #000; 
	  
	 } 
	 
	 	 #crumb a:hover, #crumb a:active {
	  color: #B85068; 
	  
	 } 	

/* Content */
.productOption {padding-bottom:10px;}
.optionLabel {width:80px;}
#main {
	background: #FFF;
}
	#content {
		background: #FFF url(http://custom.buyitsellit.com/16193/contentbg.gif) right top no-repeat;;
	}
		#content h2 {
			color: #B82E8A;
		}
	#products td {
		background: white;
	}
	
	#next, #prev 
	{
	    text-decoration: underline;
	    color: #B85068;
	}
	
	p.price {
		color: #886e5c;
	}
	
	#products a:link, a:visited {
	
	color: #3D3D3D;
		    text-decoration: none;
	}
	
	#products a:hover, a:active {
	
	color: #3D3D3D;
		    text-decoration: underline;
	}
	
	#cart-total {
		background: #B85068;
	}
	
	
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}
	

/* Product Specifications Table */
	.tablespecs {
	  background: whitesmoke;
	  border-collapse: collapse;
	}

  	.tablespecs th {
	  background: gainsboro;
	  text-align: left;
	}
	.tablespecs caption {
	 margin-left: inherit;
	 margin-right: inherit; 
	}

        .tablespecs th, .tablespecs td {
	  border: 1px silver solid;
	  padding: 0.2em;
	}



/* Side */
#side h2 {
	color: #B82E8A;
}
	#side li {

		color: #FFF;
	}
	#side a:link, #side a:visited {
		color: #000;
	}
	#side a:hover, #side a:active {
		color: #585858;
	}

/* Footer */
#footer {

}
#footer p, #footer a {
	color: #FFF;
}