body {
    /* background: #0B5FA5 url(/templates/01/_images/lightblue/bg.gif) center top repeat-y;	*/
}
a:link, a:visited {
    color: #0B5FA5;
    text-decoration: underline;
}
a:hover, a:active {
    color: #a5c8d6;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #0B5FA5;
	color: #FFF !important;
}
.button:hover {
	background: #b0d2e0;
}

/* Top */
#top h1 {
	color: #0B5FA5;
}

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

/* Bar */
#bar {
	color: #e4e8e9;
}
	#bar a:link, #bar a:visited {
	    color: #111;
            font-weight: bold;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		background: transparent url(http://custom.buyitsellit.com/17143/cart-icon.gif) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #C76200;
	}

/* Content */
#content h2, #side h2 {
	color: #0B5FA5;
}
	#content h3 {
		color: #679cb3;
	}
	
	#products td p, p.price {
		color: #C76200;
	}

/* Side */
#side li a:link, #side li a:visited {
    color: #333;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #666;
}

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

