                                                 
    /* Layout: One Column
	Theme: Glow v.2

The following styles control fonts, colors and background images
===============================================================*/

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

body {
	font: 14px/1.5  Merriweather, Georgia, serif;
	color: #eee;
	background-image: url("http://www.whiteriverpaintball.com/_includes/images/skins/global/header_bkgd.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #003e5d;
	}

td {
    color: #003e5d;
    }



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

#topNav a {
    color: #eee;
    }

#topNav a:hover {
    color: #eee;
    }

#nav {
	background-color: #b3e1e4;
	background-image: url(/resources/styledcart/images/glow/one-column/cart/glow-nav-bgr.png);
	background-repeat: no-repeat;
	}

#nav li a {
	color: #eee;
	font-weight: bold;
	background-image: url(/resources/styledcart/images/glow/one-column/cart/glow-nav-divider.png);
	background-repeat: no-repeat;
    text-transform: uppercase;
	}

#nav li a:hover {
	color: #acc8cd;
	}

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

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


/* PAYMENT CONFIRMATION
===============================================================*/

.payment-confirmation { 
    color: red; 
    background-color: rgb(255,255,255,0.9); 
    border-radius: 5px; 
}


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

#customHomeProductGridTop img{
    /* Promo Banner on home page */
	-moz-box-shadow: 0 1px 5px #34c71;
	-webkit-box-shadow: 0 1px 5px #034c71;
	box-shadow: 0 1px 5px #034c71;
	}

.subscriptionPrice {
    font-weight: bold;
    }

#breadcrumbs a {
	color: #012d55;
	}

#breadcrumbs {
	color: #cbd9df;
	}

.price {
	/* Price shown on product details page */
	font-size: 18px;
    font-weight: bold;
	}

.productName {
    /* Product name in product grid */
    color: #eee;
    font-size: 18px;
    font-weight: bold;
    }

.priceBold {
    /* Product price in product grid */
	font-weight: bold;
	}

#productGrid a {
	color: #fef7e8;
	}

.optionLabel {
    color: #eee;
    }



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

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

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

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

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

.discountedPrice {
	/* Slashed price in cart */
    text-decoration:line-through;
    }
	
.financeCharge {
    font-size: 11px;
    }

.search, .promoField {
    /* Text fields for search and promo code */
	font: 13px Merriweather, serif;
	color: #999;
	border: 1px solid #c6e1e3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .signinBottom, .productQty, .qtyField {
    /* Form fields */
	border: 1px solid #c6e1e3;
	}

.viewCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable, .user-agreement-table  {
    /* Tables with transparent background */
	border: 1px solid #f6eeda;
    background-color: #fff;
    box-shadow: 0 0 5px #003e5d;
    -moz-box-shadow: 0 0 5px #003e5d;
    -webkit-box-shadow: 0 0 5px #003e5d;
	}

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

.promoCode td {
    color: #eee;
	}

.tableHeaders{
	color: #f6e8c5;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
    /* Table headers */
	background-color: #f6eeda;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6eeda');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6eeda));
    background: -moz-linear-gradient(top,  #fff,  #f6eeda);
    background: linear-gradient(to bottom,  #fff,  #f6eeda);
    color: #003E5D;
    border-bottom: 1px solid #ebe3d0;
	}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
    /* Table cells */
	border-bottom: 1px solid #ebe3d0;
    background-color: #fff;
	}

.tableSummary {
    background-color: #fff;
	font-weight: bold;
	}

.subtotal {
    /* Table row that shows subtotal */
	background-color: #034f77;
	font-weight: bold;
	}

#forgotPasswordWindow {
    border: 1px solid #034F77;
    background-image: url(/resources/styledcart/images/glow/one-column/cart/tablebgr.png);
    }

.forgotPasswordTable td {
    font: 14px/1.2 'Merriweather', serif;
    color: #eee;
    }

.forgotPasswordTable input {
    border: 1px solid #c6e1e3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}



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

.upsell {
	border: 1px solid #f6eeda;
	background-color: #fff;
    box-shadow: 0 0 5px #003e5d;
    -moz-box-shadow: 0 0 5px #003e5d;
    -webkit-box-shadow: 0 0 5px #003e5d;
    color: #012d55;
	}

.upsellRegPrice {
	font-style: italic;
	}



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

h1 {
    /* Used for product and page headers */
	font-size: 28px;
	color: #f6e8c5;
	}

h2 {
    /* Used for product description header */
	font: normal 18px Merriweather, serif;
	color: #f6e8c5;
	}

h3 {
    /* Used for product grid headline */
	font: normal 18px Merriweather, serif;
	color: #f6e8c5;
    border-bottom: 1px solid #095477;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
	}

h4 {
	font: normal 13px Merriweather, serif;
	color: #f5f1e4;
	}

h5 {
	font-weight: normal;
	font-size: 13px;
	}

.tableHeader {
	font: bold 13px Merriweather, serif;
	color: #012d55;
	}

.smallHeader {
	font-size: 15px;
	font-weight: bold;
	}



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

a {
	color: #a98a40;
	}

a:hover {
	color: #a98a40;
	}

.searchButton, .continueButton, .cartButton, .codeButton, .formButton  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #83acc1) );
	background:-moz-linear-gradient( center top, #eeeeee 5%, #83acc1 100% );
    background:linear-gradient( center top, #eeeeee 5%, #83acc1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#83acc1');
	background-color:#83acc1;
    border: 1px solid #b7ccd7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	color: #012d55;
	font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
    }

.searchButton:hover, .continueButton:hover, .cartButton:hover, .codeButton:hover, .formButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #83acc1) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #83acc1 100% );
    background:linear-gradient( center top, #ffffff 5%, #83acc1 100% );

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#83acc1');
	background-color:#83acc1;
    border: 1px solid #b7ccd7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	color: #012d55;
	font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
    }

.upsellButton {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #83acc1) );
	background:-moz-linear-gradient( center top, #eeeeee 5%, #83acc1 100% );
    background:linear-gradient( center top, #eeeeee 5%, #83acc1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#83acc1');
	background-color:#83acc1;
    border: 1px solid #789caf;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	color: #012d55;
	font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
    -moz-box-shadow:    0 0 5px rgba(0,0,0,.1);
    }

.upsellButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0189ce), color-stop(1, #076390) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #83acc1 100% );
    background:linear-gradient( center top, #ffffff 5%, #83acc1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ce', endColorstr='#076390');
	background-color:#0189ce;
    border: 1px solid #789caf ;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	color: #012d55;
	font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
    -moz-box-shadow:    0 0 5px rgba(0,0,0,.1);
    }



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

#footer {
	border-top: 1px solid #00314a;
    border-top: 1px solid rgba(0, 0, 0, .2);
	color: #d7e9f2;

	}



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

.errorMessage {
	color: #d44;
    font-weight: bold;
	}    
