body {
    background: #5267d0 url(http://i716.photobucket.com/albums/ww169/gielas/border-1.gif) center top repeat-y;	
}
a:link, a:visited {
    color: #5267d0;
    text-decoration: underline;
}
a:hover, a:active {
    color: #7698d5;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #7698d5;
	color: #FFF !important;
}
.button:hover {
	background: #88a7e0;
}

/* Top */
#top h1 {
	color: #5267d0;
}

#search input {
	background: #5267d0;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(http://i716.photobucket.com/albums/ww169/gielas/bar1.gif) 0 0 no-repeat;
	color: #4e82d7;
}
	#bar a:link, #bar a:visited {
	    color: #4e82d7;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #4e82d7;
		background: transparent url(http://i716.photobucket.com/albums/ww169/gielas/cart.gif) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #5267d0;
	}

/* Content */
	#content {
		background: #eaecf8;
	}
#content h2, #side h2 {
	color: #5267d0;
}
	#content h3 {
		color: #679cb3;
	}
	
	#products td p, p.price {
		color: #5267d0;
	}

/* Side */
#side li a:link, #side li a:visited {
    color: #0340a1;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #7698d5;
}

/* Footer */
#footer p, #footer a {
	color: #6b798a;
}