/*
------------ FONT HEADER ------------
*/

	/*@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);*/
    @import url(http://fonts.googleapis.com/css?family=Droid+serif);
	
	h1, h2, h3, h4, h5, h6, header #cart .cart-total, header #cart .cart-text, header #cart .cart-count, .nav > ul > li, .rows .name, .product-info .price-default, .product-info .price-new, .product-info .price-old, .nav-phone div {
		font-family: 'PT Sans Narrow';	
	}
	
/*
------------ FONT TEXT ------------
*/

	body, .nav .sub-content {
		font-family: Arial;	
	}

/*
------------ BACKGROUND IMAGE ------------
*/

	body {

		background:#fff;
		
	}
	
/*
------------ BACKGROUND COLOR ------------
*/

	body, #cb-option-bgcolor {
        background-color: #fff;
        /*background-image: url("/images/patterns/grey.png");
        background-image:-webkit-gradient(radial,50% 500px,0,50% 500px,400,color-stop(0%,#fff),color-stop(50%,#f3f3f3),color-stop(100%,#d3d3d3));
        background-image:-webkit-radial-gradient(center 500px,ellipse closest-side,#fff,#f3f3f3 200px,#d3d3d3 400px);
        background-image:-moz-radial-gradient(center 500px,ellipse closest-side,#fff,#f3f3f3 200px,#d3d3d3 400px);
        background-image:-o-radial-gradient(center 500px,ellipse closest-side,#fff,#f3f3f3 200px,#d3d3d3 400px);
        background-image:-ms-radial-gradient(center 500px,ellipse closest-side,#fff,#f3f3f3 200px,#d3d3d3 400px);
        background-image:radial-gradient(center 500px,ellipse closest-side,#fff,#f3f3f3 200px,#d3d3d3 400px);
        */
    }
	
/*
------------ COLOR 1 ------------
*/

	footer h2, .category .active, .typography a, .product-info .price-default, .custom-footer .twitter .tweet_text a {
		color: #666;
	}
	.theme-colors-1, .cart-total, .cart-list .remove div:hover, header #search .button-search:hover, .grid .button-icon:hover, .button-alt {
		background-color: #113562;
	}
    .button-theme-1 {background-color: #fff;}
	@media only screen and (max-width: 780px) {
		footer h2 {
			color: #fff;
		}
		header #cart .cart-total, footer h2:hover {
			background-color: #fff;
		}
	}
	
/*
------------ COLOR 2 ------------
*/

	header a,  header #cart .cart-list a:hover, #copyright a:hover, .category .active:hover, .typography a:hover, .custom-footer .twitter .tweet_text a:hover, .custom-footer .twitter .tweet_time a:hover {
		color: #666;
	}
	.theme-colors-2, .rows .button-icon:hover .icon, .grid .button-icon:active, .product-info .button-icon:hover .icon {
		background-color: #fff;
	}
	@media only screen and (max-width: 780px) {
		.nav-phone div {
			background-color: #fff;
		}
	}
.button-theme-2 {background-color: #d6050a;}
.breadcrumb h1 { color:#666;}