/* Layout: One Column
Theme: GGA

Appearance.css contains the costmetic properties for your order 
form, such as fonts, colors, background images and borders.

NOTE: There are additional classes that are not listed here 
because they currently have no attributes. You can locate 
these by downloading and using Firebug.
===============================================================*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
This is the correct location for import, remove import link in layout.css when ready
*/

body {
    color: #3B3232;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
    background-color: #F8F8F8;
}
	
td{
color: #3B3232;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color:#FFFFFF;

}
	
img, img a {
    border: 0 none;
	}



/* PRODUCT GRID
===============================================================*/

.priceBold {
	/* Price subtotal on bottom right of product grid */
	font-weight: bold;
	 color:#900;
	}

.discountedPrice {
	text-decoration: line-through;
	}

.totalPrice {
	/* Subtotal label on bottom left of product grid */
	font-weight: bold;
	}

.optionChosen {
	font-style: italic;
	color: #999;
	font-size: 14px;
	}

.updateCart {
	/* Link to update quantity */
	font-size: 10px;
	}

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



/* FORMS
===============================================================*/

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop  {
	/* 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: #222;
	}

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
	/* Form fields used on confirmation page */
    font-size: 13px;
	color: #222;
	}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
	outline: 1px solid  #ddd;
    border-collapse: collapse;
	}
	
.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .shipMethodTable th, .payplanTable th, .orderSummary 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, .orderSummary td {
	border-top: 1px solid  #ddd;
	}

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

.cartDiscount {
    /* Discount text */
	color: #f00;
    }

.paymentDate, .paymentAmount, .financeDate, .financeAmount { /* Shown in payplan pay schedule box */
	font-size: 12px;
	}

.payplanSummaryHeader { /* Header for payplan pay schedule box */
	font-size: 12px;
	font-weight: bold;
	}



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

#upsellContainer {
  	overflow: hidden;
	}

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

.upsellRegPrice {
	font-style: italic;
	}

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



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

h1 {
    /* Used for product names */
	font-size: 16px;
	color: #900;
	}

h2 {
    /* Used for upsell product names */
    font-size: 16px;
	color:#060;
    }

h3 {
    /* Used for upsell headline */
    font-size: 15px;
	font-weight: normal;
    color: #555;
	text-transform: uppercase;	
	}



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

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.codeButton, .continueButton  {	
 font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 900;font-style:italic;font-stretch:ultra-condensed ;
    font-size:30px;
    display: inline-block;
	outline: none;
	cursor: pointer;
    line-height: 1.2em;
    padding: 5px 20px;
    margin: .3em 0 ;
    border: 1px solid #af7440;
    color: white !important;
    text-align: center;
    text-shadow: 1px 1px 0 hsla(0,0%,0%,.5);
    text-decoration: none !important;
    /*Border radius*/
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    border-color: #af7440; border-bottom-color: #9a5420; background-color: #d35d14;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #ef8217),color-stop(1, #d35d14));
    background: -moz-linear-gradient(center top,#ef8217 20%,#d35d14 100%);
    /*Box shadow*/
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
      inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
      0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
      inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
      0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
      inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
      0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    }
	
.upsellButton  {
	 font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 900;font-style:italic;font-stretch:ultra-condensed ;
    font-size:20px;
    display: inline-block;
	outline: none;
	cursor: pointer;
    line-height: 1.3em;
    padding: 5px 20px;
    margin: .3em 0 ;
    border: 1px solid #af7440;
    color: white !important;
    text-align: center;
    text-shadow: 1px 1px 0 hsla(0,0%,0%,.5);
    text-decoration: none !important;
    /*Border radius*/
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    border-color: #305b0e; border-bottom-color: #2a520d; background-color: #72b12f;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #72b12f),color-stop(1, #449414));
	background: -moz-linear-gradient(center top,#72b12f 20%,#449414 100%);
    /*Box shadow*/
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
      inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
      0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
      inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
      0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
      inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
      0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    }

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
	 border-color: #57a62c; border-bottom-color: #2e740f; background: #449414;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #57a62c),color-stop(1, #2e740f));
	background: -moz-linear-gradient(center top,#57a62c 20%,#2e740f 100%);
	}

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



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

.errorMessage {
	color: #dd4949;
	}

