  /* Layout: One Column
	Theme: Basic Gray v.2

Controls fonts, colors and images.
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
	font: 15px/1.5 'Open Sans', Arial, sans-serif;
    color: #222;
    /* background:#1169a6 */
    background: url('https://www.indicatorwarehouse.com/wp-content/uploads/2016/11/bg.png') no-repeat top center scroll; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    }



/* NAVIGATION
===============================================================*/

#nav {
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top,   #ffffff,  #dddddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	}

#nav li a {
	border-right: 1px solid #ddd;
	}


#nav li a:hover {
	background-color: #efefef;
	}

#nav a {
	text-decoration: none;
	color: #000;
	}

#nav a:hover {
	text-decoration: none;
	color: #333;
	}



/* CONTENT / PRODUCT
===============================================================*/

.priceBold {
    font-weight: bold;
    }

.productName {
     /* Product name in product grid */
	font-size: 14px;
	font-weight: bold;
    line-height: 1.2;
	}

.productLarge {
    border: 1px solid #ddd;
    }

.subscriptionPrice {
    font: 16px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #444;
    }

#productGrid a {
	color: #222;
    text-decoration: none;
	}

#productGrid img {
    border: 1px solid #ddd;
    }

#productGrid a:hover {
    text-decoration: underline;
    }


/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
    /* Discount shown in cart */
	color: #d44;
	}

.cartProduct {
	/* Product name in cart */
	font-weight: bold;
    color: #444;
	}

.cartThumb {
    border: 1px solid #ddd;
    }

.removeItem {
    /* Remove item link in cart */
	color: #999;
	}

.discountedPrice {
	/* Slashed price in cart */
    text-decoration:line-through;
    }

.promoField {
    /* Text fields for search and promo code */
	color: #000;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
    color: #777;
	}

.search {
    /* Text fields for search and promo code */
	color: #000;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 11px;
    color: #777;
	}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, 

.qtyField, .checkoutInput  {
	/* Form fields used in checkout forms */
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
    color: #777;
	}

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .shippingTable, 

.paymentMethodTable, .signinTable {
	outline: 1px solid  #ddd;
    border-collapse: collapse;
	}


.promoCode th {
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, 

.paymentInfo th, .signinTable th, .paymentMethodTable th {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top,   #ffffff,  #dddddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	
    }

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
	border-top: 1px solid #ddd;
	}

.subtotal {
	background-color: #f0f0f0;
	font-weight: bold;
	}

.financeCharge {
    font-size: 12px;
    color: #777;
    }



/* UPSELLS
===============================================================*/

#upsellContainer {
  	overflow: hidden;
	}

.upsell {
	background-color: #fcfbe9;
	border: 1px solid #f1edb4;
	}

.upsellRegPrice {
	font-style: italic;
	}

.upsellPrice {
	color: #d44;
	}
	
.upsell img {
	border: 1px solid #ddd;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
	font-size: 32px;
    color: #444;
    font-weight: normal;
	}

#contentWide h1 {
    /* Headings on checkout pages */
    font-size: 24px;
    text-transform: uppercase;
    }

#upsellContainer h2 {
    /* Used for product description header */
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
    border: none; !important 
    }

h2 {
    /* Used for product description header */
    font-size: 18px;
    color: #444;
    border-bottom: 4px double #ddd;;
    }

h3 {
    /* Used for product grid headline */
    font-size: 18px;
    color: #444;	
    border-bottom: 4px double #ddd;
	}

.tableHeader {
    /* Used for billing address and shipping options header on summary page */
    font-weight: bold;
    }



/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.newsButton, .formButton {
	background-color: #555;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	color: #fff;
	}

.cartButton, .codeButton, .continueButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #3F3F3F;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #9B9B9B;
	background: #f6f6f6; /* Old browsers */
background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f6f6 0%, #e1e1e1 50%, #cbcbcb 51%, #d5d5d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#e1e1e1), color-stop(51%,#cbcbcb), 

color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 50%,#cbcbcb 51%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 50%,#cbcbcb 51%,#d5d5d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f6f6 0%,#e1e1e1 50%,#cbcbcb 51%,#d5d5d5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f6f6 0%,#e1e1e1 50%,#cbcbcb 51%,#d5d5d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */


    }

#checkoutButton {
background: #f9e1c2; /* Old browsers */
background: -moz-linear-gradient(top,  #f9e1c2 0%, #fab55f 50%, #f79722 51%, #f4a74e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e1c2), color-stop(50%,#fab55f), color-stop(51%,#f79722), 

color-stop(100%,#f4a74e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9e1c2 0%,#fab55f 50%,#f79722 51%,#f4a74e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9e1c2 0%,#fab55f 50%,#f79722 51%,#f4a74e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9e1c2 0%,#fab55f 50%,#f79722 51%,#f4a74e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9e1c2 0%,#fab55f 50%,#f79722 51%,#f4a74e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e1c2', endColorstr='#f4a74e',GradientType=0 ); /* IE6-9 */
}

#checkoutButton:hover {
background: #f4ac5a; /* Old browsers */
background: -moz-linear-gradient(top,  #f4ac5a 0%, #f4901d 44%, #f49222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ac5a), color-stop(44%,#f4901d), color-stop

(100%,#f49222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4ac5a 0%,#f4901d 44%,#f49222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4ac5a 0%,#f4901d 44%,#f49222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4ac5a 0%,#f4901d 44%,#f49222 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4ac5a 0%,#f4901d 44%,#f49222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ac5a', endColorstr='#f49222',GradientType=0 ); /* IE6-9 */

}

#checkoutButtonDup {
background: #f9e1c2; /* Old browsers */
background: -moz-linear-gradient(top,  #f9e1c2 0%, #fab55f 50%, #f79722 51%, #f4a74e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e1c2), color-stop(50%,#fab55f), color-stop(51%,#f79722), 

color-stop(100%,#f4a74e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9e1c2 0%,#fab55f 50%,#f79722 51%,#f4a74e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9e1c2 0%,#fab55f 50%,#f79722 51%,#f4a74e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9e1c2 0%,#fab55f 50%,#f79722 51%,#f4a74e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9e1c2 0%,#fab55f 50%,#f79722 51%,#f4a74e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e1c2', endColorstr='#f4a74e',GradientType=0 ); /* IE6-9 */

}

#checkoutButtonDup:hover {
background: #f4ac5a; /* Old browsers */
background: -moz-linear-gradient(top,  #f4ac5a 0%, #f4901d 44%, #f49222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ac5a), color-stop(44%,#f4901d), color-stop

(100%,#f49222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4ac5a 0%,#f4901d 44%,#f49222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4ac5a 0%,#f4901d 44%,#f49222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4ac5a 0%,#f4901d 44%,#f49222 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4ac5a 0%,#f4901d 44%,#f49222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ac5a', endColorstr='#f49222',GradientType=0 ); /* IE6-9 */

}

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
    background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#555555));
	background: -moz-linear-gradient(top,  #888888,  #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
	text-decoration: none;
	}

.searchButton:active, .cartButton:active, .codeButton:active, .continueButton:active, .upsellButton:active {
	position: relative;
	top: 1px;
    }

.searchButton, .upsellButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #666;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
	background: -moz-linear-gradient(top,  #777777,  #444444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    }



/* FOOTER
===============================================================*/

#footer {
	color: #777;
    font-size: 13px;
    font-weight: 400;
    border-top: 4px double #ddd;
	}



/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949
	}
