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

/* Basic styling */
body, td {
    font: 15px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
    color: #222;
}

img, a img {
    border: 0 none;
    margin-top: 20px;
    max-width: 350px !important;
    self-alighn: center;
}

a {
    color: #1675a2;
    transition: color 0.3s;
}

a:hover {
    color: #1675a2;
}

/* Lists */
ul.smallchecks li {
    background: url("http://infusiontraining.s3.amazonaws.com/bootcamp/checkmark.png") no-repeat 0 0.2em;
    font-size: 14px;
    line-height: 21px;
    list-style-type: none;
    margin-bottom: 12px;
    padding-left: 2.6em;
}

/* Typography */
h1, h2 {
    font-size: 16px;
    margin: 0.83em 0;
}

h3 {
    font-size: 15px;
    font-weight: normal;
    color: #555;
    text-transform: uppercase;	
}

/* Centering */
.centered {
    text-align: center;
}

/* Quotebox Styling */
.quotebox {
    display: block;
    padding: 5px 35px;
    font: 14px "Palatino", Georgia, "Times New Roman", Times, serif;
    margin: 10px 20px;
    border: 1px solid #CCC;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #ccc;
    background-color: #e9fbff;
}

.quotebox:first-line {
    font-size: 18px;
    font-variant: small-caps;
}

.bqstart, .bqend {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 750%;
    color: #b80b0b;
    float: left;
}

.bqend {
    margin-top: 25px;
    float: right;
}

/* Product Grid & Forms */
.priceBold, .totalPrice, .subtotal {
    font-weight: bold;
}

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

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

.updateCart {
    font-size: 10px;
}

.promoField, .checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop {
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 13px;
    color: #222;
}

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
    font-size: 13px;
    color: #222;
}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
    outline: 1px solid  #ddd;
    border-collapse: collapse;
  border-radius: 10px;
}

.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 {
    border-radius: 7px;
}

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

.cartDiscount {
    color: #f00;
}

.paymentDate, .paymentAmount, .financeDate, .financeAmount, .payplanSummaryHeader {
    font-size: 12px;
}

.payplanSummaryHeader {
    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;
}

/* Buttons */
.codeButton, .continueButton, .upsellButton {
    background-color: #FFD700;
    color: #000;
    padding: 10px 50px !important;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    transition: background-color 0.3s;
}

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
  background-color: #FFA41B !important;
  color: black !important;
  text-decoration: none !important;
}

/* Misc */
.errorMessage {
    color: #dd4949;
}
