/* BAG CHECKOUT.CSS */

/* common checkout styles */
#cartQuestions {
  clear:left;
  width: 100%;
  text-align: center;
}

#cartQuestionsLeft {
  float: left;
  width: 50%;
  background-color: black;
  font-size: 16px;
  color: white;
  padding: 3px 0px;
}

#cartQuestionsRight {
  float: left;
  width: 50%;
  background-color: white;
  font-size: 16px;
  color: black;
  padding: 3px 0px;
}

#checkoutNewAddressButton,
#paymentNewAccountButton {
  clear:both;
  padding: 10px 0px 30px 0px;
}

.nopaddingbtm {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.paymentFormLabel,
.giftCardNumberFormLabel,
.applyCreditButton,
.continueCheckoutButton {
  float: left;
  clear: left;
  /* width: 100px; */
  width: 115px;
  text-align: left;
}

.smallPaymentFormLabel {
  width: 108px;  
}

.applyCreditButton {
  margin-bottom: 20px;
}

.textFieldSmall {
  width: 70px; 
  font-family:Arial,Helvetica,Sans-serif;
  font-size:11px;  
} 

.smallText {
  font-size: 7pt;
}

/* shipping.jsp */
#cartShippingContainer .addressValue {
  padding-left: 5px;
}


/* payment.jsp */
#cartPaymentContainer {
  float:left; 
  clear: left;
  width: 100%;
  padding-bottom:50px;
}

#cartPaymentContainer h1 {
  clear: both;
  display: block;
  padding: 3px;
  text-transform: uppercase;
  font-weight: bold
  font-size: 14px;
  border: 1px solid #CCCCCC;
  background: url('/images/greyCheckoutGradient.gif') bottom left repeat-x;
}

#cartPaymentContainer h2 {
  font-size: 12px;
  text-transform: capitalize;
}

#cartPaymentForm {
  float:left; 
  clear: left;
  padding-left: 130px;
  padding-top: 15px;
  width: 700px;
}

#cartPaymentForm a {
  color: black;
}

#cartPaymentCreditCardInfoContainer {
  float: left;
  min-height: 528px;
  height: auto !important;
  height: 528px;
  padding-left: 10px;
  padding-top: 15px;
  width: 700px;
}

#cartPaymentCreditCardInfoContainer hr {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 10px;
}

#cartPaymentCreditCardSavedContainer {
  float: left;
  width: 100%;
}

#cartPaymentCreditCardItem {
  float: left;
  padding: 5px 5px 5px 0;
  text-align: left;
  width: 185px;
}

#cartPaymentCreditCardItem .creditcardSelect {
  float: left; 
}

#cartPaymentCreditCardItem .creditcardValue {
  float: left; 
  padding-left: 5px;
  text-transform: capitalize;
}

.creditcardValue a {
  text-transform: lowercase;
}

#cartPaymentCreditCardItem a {
  text-decoration: underline;
  /* color: blue; */
}

#cartPaymentNewCreditCardContainer {
  float: left;
  clear: left;
  width: 545px;
}

#giftCardContainer {
  float:left; 
  clear: left;
  padding-top: 15px;
  width: 700px;
}

#giftCardContainer a {
  color: black;
  text-decoration: underline;
}

#giftCardNumberFormContainer {
  clear:both;
  width: inherit;
}

#giftCardContainer .formValue {
  width: 250px;
}

.formInput {
  float: left;
  padding-left: 5px;
}

.formValuePin {
  float: left;
  padding-left: 5px;
  width: 100px;
}

.formValueBalance {
  float: left;
  width: 150px;
}

.formValueSummary {
  float: left;
  padding-left: 10px;
  width: 400px; 
}
.formLabelSmall {
  
}

/* order review */
#cartOrderReviewContainer {
  float:left;
  clear:left;
  width: 100%; 
}

.orderReviewContainer {
  float: left;  
  padding-bottom: 10px;
}

.orderReviewItemContainer {
  float: left;
  width: 200px; 
  min-height: 400px;
  padding-top: 10px;
  padding-right: 10px;
  border-right: 1px dotted #cccccc;
}

.orderReviewAddressContainer {
  float: left;
  width: 220px;  
  min-height: 400px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px dotted #cccccc;
}

.orderReviewSubtotalContainer {
  float: left;
  padding-top: 10px;
  width: 280px; 
  padding-right: 10px;
  padding-left: 10px;
}

.orderReviewSubmit {
  float:left;
  width: 160px;
  padding-top: 10px;
  text-align: center;
}

#orderReviewBilling {
  clear:left;
  padding-top: 20px;
  text-transform: capitalize;
}

#orderReviewOrderSummaryShippingTotal {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 10px;  
}

#orderReviewOrderSummaryShippingTotalLabel {
  float: left;
  clear: left;
  width: 140px;
  font-weight: bold;
}

#orderReviewOrderSummaryShippingTotalValue {
  float: right;
  text-align: right;
}

#orderReviewOrderSummaryTaxTotal {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 10px;  
}

#orderReviewOrderSummaryTaxTotalLabel {
  float: left;
  width: 140px;
  font-weight: bold;
  clear: left;
}

#orderReviewOrderSummaryTaxTotalValue {
  float: right;
  text-align: right;
  width: 40px;
}


#orderReviewOrderSummarySubTotal {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 10px;
}

#orderReviewOrderSummarySubTotalLabel {
  float: left;
  clear: left;
  width: 140px;
  font-weight: bold;
}

#orderReviewOrderSummarySubTotalValue {
  float: right;
  width: 40px;
  text-align: right;
}

#orderReviewOrderSummaryTotal {
  float: left;
  clear: left;
  width: 100%;
  border-top:1px solid black;
  padding-top: 5px;
}

#orderReviewOrderSummaryTotalLabel {
  float: left;
  clear: left;
  font-weight: bold;
  width: 140px;
}

#orderReviewOrderSummaryTotalValue {
  float: right;
  text-align: right;  
  width: 40px;
  font-weight: bold;
  font-size: 9pt;
}

#orderReviewRemoveLink {
  clear:both;
  font-size: 8.5pt;
  text-align: right;
  text-decoration: underline;
  padding-bottom: 10px;
}

#orderReviewLink {
  clear: both;
  text-decoration: underline;
  color: #cccccc;
  padding-top: 30px;
}