/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

input.quantity {
  width: 22px;
}

input[type="checkbox"] {
  border: none;
}

form {
  width: 100%;
}

#sidebar {
  float: right;
  width: 230px;
}

#checkout-main {
  float: left;
  width: 600px;
}

.wpsc_checkout_table,
.wpsc_checkout_forms {
  width: 100%;
}

h2 {
  font-size: 20px;
  color:#0b4777;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 92%;
  padding-bottom: 3px;
  text-transform: upper
}

h2.with-border {
  clear: both;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #1ca8d7;
  margin: 10px 0 15px;
  
}

/* Cart Rows */

#wpsc_shopping_cart_container,
.productcart {
  width: 90%;
}


.product-thumbnail img {
  padding: 3px;
  border: 1px solid #ccc;
}

.product_title_row.first td {
  padding-top: 0px;
}

.product_row th {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 10px;
}

.product_row th,
.product_row td {
  color: #333;
  padding: 0 7px 10px;
}

.product_row td {
  padding-bottom: 15px;
}

.product_row td.title {
  width: 80%;
}

.product_row th.quantity,
.product_row td.quantity {
  text-align: center;
  width: 25px;
}

.product_row th.price,
.product_row td.price {
  text-align: center;
  width: 30px;
}

/* Product Cart Totals */

.checkout-totals {
  border-top: 1px solid #999;
  padding-top: 4px;
  width: 90%;
  margin-bottom: 40px;
}

.checkout-totals.bottom {
  margin-bottom: 0px;
  border-top: none;
  padding-top: 0px;
}

.checkout-totals .price,
.checkout-totals .title {
  text-align: right;
  padding: 0 4px;
  float: left;
  width: 20%;
  display: block;
}

.checkout-totals .title {
  width: 65%;
}

.checkout-totals .row {
  padding-top: 10px;
  width: 35%;
  float: right;
}

.checkout-totals .row.first {
  padding-top: 0px;
}

.checkout-totals .total .title {
  font-weight: bold;
}


/* Product Cart Actions */

.checkout-actions {
  float: left;
  width: 50%;
  height: 70px;
  padding: 0px 0 0 2px;
}

/** 
 * Buttons
 */
 
button.update {
  background: transparent url('../images/btn-update.png') no-repeat;
  width: 156px;
  height: 31px;
  border: none;
}
 
button.update.active {
  background-image: url('../images/btn-update-active.png');
  width: 156px;
  height: 31px;
}

button.pay-checkout {
  background: transparent url('../images/btn-checkout.png') no-repeat;
  width: 182px;
  height: 40px;
  border: none;
}
 
button.pay-checkout.active {
  background-image: url('../images/btn-checkout-active.png');
}

/* Form Fields */


.wpsc_checkout_table.shipping,
.wpsc_checkout_table.billing {
  float: left;
  width: 50%;
}

.wpsc_checkout_table {
  margin-bottom: 10px;
}

.wpsc_checkout_payment_table {
  clear: both;
  margin-top: 30px;
}


.form-row td {
  padding-bottom: 8px;
  vertical-align: top;
}

.form-label {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.07em;
}

.form-label label {
  display: block;
  padding-top: 5px;
}

.form-field select.disabled,
.form-field textarea.disabled,
.form-field input.disabled {
  border: 1px solid #666 !important;
  background-color: #E8E8E8 !important;
}

.form-field textarea.active,
.form-field input.active {
  background-color: #EEF5F9 !important;
}

tr.required .form-label {
  color: #000;
}

tr.error .form-label label {
  color: #530B0F;
  border-bottom: 1px dashed #530B0F;
  width: auto;
  display: inline-block;
}

#ship-to-billing {
  position: relative;
  top: -10px;
}

#ship-to-billing input
#ship-to-billing label {
  float: left;
}

#ship-to-billing label {
  padding-right: 5px;
}

#shippingSameBilling {
  padding: 0px;
  margin: 0px;
  width: auto !important;
  vertical-align: middle;
  height: auto !important;
}

.r-ast {
  color: #530B0F;
}


#tos label,
#tos input {
  float: left;
}

#tos label {
  padding-right: 5px;
}

#tos_checkbox {
  width: auto;
}

/* Validation */

.validation-error {
  font-size: 11px;
  width: 155px;
  text-align: center;
}

/* Form Messages */

.message {
  color: #333;
  margin: 10px 0 15px;
}

.message.error {
  padding: 3px;
  margin: 5px 0 10px;
  color: #530B0F;
}

#tos h5 {
  padding-bottom: 4px;
}

#tos_content {
  padding: 10px;
  clear: both;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  display: none;
}

#tos_checkout {
  padding: 0px;
  margin: 0px;
}

/* Payment */

.submit-payment {
  clear: both;
}


.payment-button,
.payment-description {
  float: left;
}

.payment-button {
  width: 150px;
  padding-top: 10px;
  padding-right: 15px;
}

.payment-button .cufon {
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.payment-description {
  width: 390px;
  font-size: 12px;
  color: #333;
}

/* Shipping Calculator */

#wpsc_shopping_cart_container {
  color: #333;
}

.shipping_header {
  font-size: 13px;
  padding: 5px 0;
}

.shipping_header h4 {
  font-size: 14px;
  color: #0b4777;
}

/* Empty */
#empty_cart {
  margin-left: 36px;
  margin-bottom: 130px;
}

#empty_cart p {
  margin-bottom: 7px;
}