body {
    background: #020200 url(http://terriblyodd.com/OddImages/OddBkg.jpg) center top repeat;	
}

a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #961717;
}

/* Buttons */
.button {
	background: transparent;
	color: #FFF !important;
}


/* Top */
#top h1 {
	color: #FFF;
}

/* Bar */
#bar {
	background: transparent url(http://terriblyodd.com/OddImages/ShopImages/ShopBanner00.jpg) 0 0 repeat-x;
	height: 275px;	
}		
		
	#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: #961717; 
	  
	 } 	

/* Content */
.productOption {padding-bottom:10px;}
.optionLabel {width:80px;}
#main {
	background: url(http://terriblyodd.com/OddImages/ShopImages/ShopMainBkg.jpg) left top repeat;
}
	#content {
		background: transparent;
	}
		#content h2 {
			color: #961717;
		}
	#products td {
	background: url(http://terriblyodd.com/OddImages/ShopImages/ThumbBkg.gif) left top repeat;
	}
	
	#next, #prev 
	{
	    text-decoration: underline;
	    color: #961717;
	}
	
	p.price {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	}
	
	#products a:link, a:visited {
	color: #961717;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	}
	
	#products a:hover, a:active {
	
	color: #961717;
		    text-decoration: underline;
	}
	
	#cart-total {
		background: url(http://terriblyodd.com/OddImages/ShopImages/ThumbBkg.gif);
	}
	
	
	
	.cart-item {
		border-bottom: 0px;
	}
	


/* Side */
#side h2 {
	color: #961717;
}
	#side li {

		color: #FFF;
	}
	#side a:link, #side a:visited {
		color: #000;
	}
	#side a:hover, #side a:active {
		color: #585858;
	}

/* Footer */
#footer {
	background: url(http://www.terriblyodd.com/OddImages/ShopImages/Footer.jpg) no-repeat left top;
}
#footer p, #footer a {
	color: #7F1C16;
	font-size: 12px;
	font-weight: bold;
}