/* -------- CART PAGE ---------- */

.cart-header-message {
 font-size:14px;
 font-weight:bold;
 text-align:center;
}
 
.cart {
 padding:0;
 margin:0;
}
 
.carttable {
 width:95%;
 margin:0 auto;
}

.carttable th {
 font-weight:bold;
 border-bottom:1px solid #475469;
 padding:0 5px;
 white-space:nowrap;
}

th.cartitemhead, th.wishitemtitle {text-align:left}

td.itemcell0, td.itemcell1 {
 border-top:1px dotted #475469; 
 padding:2px 0 2px 1px;
}

.item_thumb {
 display:block;
 text-align:center;
}

.cart-thumb-image {float:left; vertical-align:middle; margin-right:2px}

.cartqtybox {
 font-size:11px;
}

.optioncell0, .optioncell1, .totalcell0, .totalcell1 {padding:2px;}

.optionname {display:inline; font-weight:bold; padding-right:6px; text-align:left; padding-left:35px}

.attributename {display:inline}

.textoption {
 display:inline;
 text-indent:10px;
 text-align:right;
}

.carttotalrow {
 padding:4px 0;
 border-top:1px solid #475469;
 border-bottom:2px solid #475469;
}

.cart-sub-total, .cart-total {text-align:right}

.shippingrow {
padding:5px 0; 
vertical-align:middle; 
text-align:left;
border-bottom:1px dotted #475469;
}

.shipright, .salestax, .ordersubtotal, .ordertaxrow {text-align:right}

.cart-zip input {width:6em}

.cart-shipping-message {
 font-size:11px;
 font-style:italic;
}

.grandtotalrow {
 padding:4px 0;
 text-align:right;
 font-weight:bold;
 border-top:2px solid #475469;
}

#ppbutton { width: 145px; height: 42px; }



.cartbottom {
 width:90%;
 margin:0 auto;
}

.cartbottom .cbutton {
 margin: 2px;
 float:right;
 font-size: 1em;
 padding: 4px;
}


@media screen and (max-width: 580px) {

.cartbottom .cbutton {
 margin: 1px;
 float:right;
 font-size: .875em;
 padding: 2px;
}


}

.cartsubmit {
 float:right;
 text-align:right;
}


.cart-footer-message {
 text-align:center;
 clear:right; 
 padding-top:0.5em;
}

.cartmessage {
 color:#f00; 
 font-weight:bold; 
 margin:1em 0;
}

.carterror, .checkoutalert {
 color:#f00;
 font-weight:bold;
} 


/* -------- CHECKOUT PAGE ---------- */

.wlcheck, .checkoutloginbox, .checkouttxt {text-align:center}

.logintable {width:250px; margin:0 auto}

.billing-table {
 text-align:left;
 width:100%;
 margin:1em 0;
}

.billing-table th {
 padding:2px;
 color:#fff;
 background-color:#475469;
 border-bottom:1px solid #475469;
}

.billing-head {
 font-weight:bold;
 padding:4px;
 background-color:#475469;
 border-bottom:1px solid #475469;
 color:#fff;
}

.checkout-table {
 width:100%;
}

.checkout-table-cell {
 text-align:center;
}

.billing-field, .billing-required {
 font-size:11px;
 text-align:right;
 padding:1px;
}

.billing-input {
 font-size:11px;
 text-align:left;
}

#paymenttable {
 width:100%;
}

.smallmsg {
 font-size:10px;
 font-style:italic;
}

div.confirm-button {
 text-align:center; 
 margin:1em 0;
}

.billtable {
 width:100%;
 padding:1px;
 margin:0;
}

.billtable th {
 padding:4px;
 background-color:#475469;
 color:#fff;
 border-bottom:1px solid #475469;
}

.billingrow, .billingrow-on {
 text-align:left;
}

.billingrow a, .billingrow-on a {
 font-weight:bold;
}

.pwppbox {
 width:50%; 
 margin:0 auto;
}

.pwtype {
 width:250px;
 margin:3px auto;
 text-align:left;
}

.pwpptab {width:100%}
.pwpptab td {width:50%}


/* -------- CONFIRM PAGE ---------- */

.confirmation-header, .confirmation-footer, .confirmation-message {
 font-weight:bold;
 text-align:center;
}

div.checkout-questions {
margin-top:1em; 
text-align:center;
}

.checkout-question, .checkout-question-required {
 font-weight:bold;
 margin-top:1em;
}

.checkout-answer {
 display:inline;
}

.checkout-answer-radio {
 display:inline;
 padding-right:8px;
}


/* -------- PLACE ORDER PAGE ---------- */

.order-complete-header, .order-complete-footer, .order-complete-message{
 font-weight:bold;
 text-align:center;
}

.attn {
 font-size:16px;
 font-weight:bold;
}

.order-complete-footer {
 margin-top:1em;
}

.billing-mid {
 width:25px;
}

.questionstable td {padding:2px}


/* -------- INVOICE/EMAIL ---------- */

.mainordertable {
 width:95%;
 margin:0 auto;
}

.billing-order {
 font-weight:bold;
}
 
.invoice-leftcol {
 width:35%;
}

th.cartpricehead, th.cartottalhead {text-align:right}

.emailheader, .emailfooter {
 padding:10px 0;
}

div.paypal-status {
 margin:2em;
 padding:10px;
 border:2px solid #ccc;
}


/* -------- (NOT USED) ---------- */

.updatecart {position:relative; top:-2.5em; width:50%;}
.cartcont {position:relative; top:-1.5em; width:50%;}
.checkoutbuttontable {float:right}
