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

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

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

body {
	font: 14px/1.5 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Calibri, Verdana, sans-serif;
	color: #402719;
	background-color: #bfa37c;
	background-image: url(http://www.innsbrook-resort.com/images/mainbg.jpg);
	background-repeat: repeat-x;
	}



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

#nav {
	background-image: url(http://www.innsbrook-resort.com/images/contentbg.jpg);
	background-repeat: no-repeat;
	}

#nav li a {
	color: #402719;
	
	}

#nav li a:hover {
	color: #2b6b75;
	}

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

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



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

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

.subscriptionPrice {
    font-weight: bold;
    }

.priceBold {
    /* Product price in product grid */
	font-weight: bold;
	color: #6c7c84;
	font-size: 15px;
	}

#productGrid a {
	color: #6b6f51;
	}

#contentProductDetail {
	background-color: #fff;
	}



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

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

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

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

.discountedPrice {
	/* Slashed price in cart */
    text-decoration:line-through;
    }
	
.qtyField {
    border: 1px solid #B3C49E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #999;
    font-size: 12px;
    }

.promoField {
    /* Text field for promo code */
	font-size: 12px;
	color: #999;
	border: 1px solid #b3c49e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.search {
    /* Text field for search */
	font-size: 12px;
	color: #bbb;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.checkout, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .checkoutShort, .checkoutShortest {
    /* Form fields */
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.promoCode th {
	border-bottom: 1px solid #b3c49e;
    border-top: 1px solid #b3c49e;
	color: #50646E;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
	background-color: #402719;
	color: #fff;
    font-size: 15px;
	}

.viewCart, .viewCartShort, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .signinTable, .summaryCart, .paymentMethodTable  {
	outline: 1px solid  #402719;
    border-collapse: collapse;
	background-color: #fff;
	}

.shippingTable, .billingTable  {
	border: 1px solid  #402719;
    border-collapse: collapse;
	background-color: #fff;
	}


.shippingTable td, .billingTable td {
	border: none;
	background-color: #fff;
	}

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

.updateCart {
	font-size: 10px;
	}

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

#forgotPasswordWindow {
    border: 1px solid #b3c49e;
    background-color: #fff;
    }

.productQty {
    border: 1px solid #B3C49E;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #999;
    font-size: 12px;
    }

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

.forgotPasswordTable td {
     color: #6B6F51;
    font: 13px/1.5 'Open Sans',"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Calibri,Verdana,sans-serif;
     }

.forgotPasswordTable th {
    color: #6C888A;
    }

.financeCharge {
	/* Comment in PayPlan table that displays the finance charge */
	font-size: 10px;
	color: #999;
	}




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

.upsell {
	background-color: #fff;
	border: 1px solid #99b279;
	}

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

.upsellRegPrice {
	font-style: italic;
	}



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

h1 {
    /* Used for product and page headers */
	font: normal 26px 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 0 0 15px 0;
	font-weight: bold;
	}

h3 {
    /* Used for product grid headline */
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 700;
	color: #bfa37c;
	background-image: url(http://www.innsbrook-resort.com/dev/images/uploads/e-comm-productbg.jpg);
	background-repeat: repeat;
	height: 37px;
	padding: 6px 0 0 30px;
	margin:  0 0 20px 0;
	width: 930px;
	}

h4 {
	font: bold 14px 'Open Sans', sans-serif;
	color: #337778;
	text-transform: uppercase;
	margin: 13px 0 0 10px;
	}

.tableHeader {
	font-size: 14px;
    font-weight: bold;
	color: #555;
	}

.smallHeader {
	font-size: 15px;
	font-weight: bold;
	color: #50646E;
	}

p.productName {
  color: #402719;
}

p.priceBold {
  color: #402719;
}

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

a {
	color: #402719;
	}

a:hover {
	color: #402719;
	}

.continueButton, .cartButton, .newsButton, .codeButton, .formButton {
	background-color: #697c86;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 0 #4f5e65;
	color: #fff;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	background-color: #50646E;
	color: #fff;
	}

.searchButton {
    background-color: #b1e1e5;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 13px Helvetica, Arial, sans-serif;
	}

.searchButton a:link {
    color: #eee;
	}

.searchButton:hover {
	background-color: #a0d0d4;
	text-decoration: none;
	}

.cartButton, .codeButton, .continueButton, .upsellButton {
    background-color: #697c86;
    color: #fff;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 13px Helvetica, Arial, sans-serif;
	}

.cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	background-color: #50646E;
	text-decoration: none;
	color: #fff;
	}



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

#footer {
	border-top: 1px solid #b3c49e;
	}



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

.errorMessage {
	color: #fe5d32;
	}
