/* Shopping Cart Style */
/* IMPORTANT: If the field sizes are off, make sure the DOCTYPE is included in the HTML */

/* CART CONTENTS */

#cart_display {
  clear: both;
  }

#cart_display .form_field {
  font-family: tahoma, sans-serif;
  font-size: 11px;
  }

#cart td {
  vertical-align: top;
  text-align: left;
  padding: 8px 4px;
  }

#cart tbody, #cust tbody {
  border: none;
  }

#cart, #cart_status, #cust, #cust_status, #cart div, #cart_status div {
  font-family: tahoma, arial;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  }

#cart .cart_qty {
  vertical-align: top;
  padding: 0px 1px;
  margin: 0px 4px;
  font-family: tahoma, arial;
  font-size: 11px;
  width: 24px;
  height: 14px;
  line-height: 12px;
  border: 1px solid #a3b7d4;
  }

#cart tr.even {
  background: white;
  }

#cart tr.even td {
  border-bottom: 1px solid #D3E7F4;
  }

#cart tr.odd {
  background: #EDF5FA;
  }

#cart tr.odd td {
  border-bottom: 1px solid #D3E7F4;
  }

#cart td.label {
  text-align: right;
  padding: 4px 4px;
  }

#cart .amount {
  border-bottom: 1px solid white;
  text-align: right;
  background: #EDF5FA;
  padding: 4px 4px;
  }

#cart_subtotal td {
  border-top: 1px solid #D3E7F4;
  }

#cart_total {
  font-weight: bold;
  }

#cart_total .amount {
  background: #D3E7F4;
  }

#cart_header td {
  padding: 0px 4px;
  background: #D3E7F4;
  color: #a3b7d4;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  }

#cart td.qty {
  white-space: nowrap;
  width: 5%;
  }

#cart td.item {
  width: 10%;
  }

#cart td.unit {
  text-align: right;
  width: 10%;
  }

#cart td.cost {
  text-align: right;
  width: 10%;
  }

#cart_status {
  text-align: center;
  margin: 10px 0px;
  border: 1px solid #e5e5e5;
  padding: 6px;
  background: #f5f5f5;
  color: gray;
  }


/* EXPRESS CHECKOUT */
#express_checkout {
  text-align: center;
  margin-top: 10px;
  border: 1px solid #D3E7F4;
  background: #EDF5FA;
  padding-bottom: 10px;
  }

#express_checkout_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: left;
  color: #D3E7F4;
  text-transform: lowercase;
  }

#cust_search {
  vertical-align: middle;
  padding: 0px 2px;
  width: 80px;
  margin: 3px 0px 3px 3px;
  font-family: tahoma, arial;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #a3b7d4;
  }

#cust_search_button {
  vertical-align: middle;
  margin: 2px 0px;
  font-size: 11px;  
  }


/* COMMON */

form {
  margin: 0px;
  }

.ajax_loading {
  background: url(/cart/javascript/images/spinner.gif) no-repeat center #f5f5f5 !important;
  }

#cart_error_title {
  font-weight: bold;
  font-size: 48px;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: left;
  color: #a3b7d4;
  text-transform: lowercase;
  overflow: hidden;
  }

#cart_error {
  padding: 15px;
  font-weight: bold;
  border: 5px solid #a3b7d4;
  background: #D3E7F4;
  line-height: 150%;
  }


/* FINAL */

#cart_charge_notice {
  text-align: center;
  background: #ffeeee;
  margin: 20px 0px 10px 0px;
  padding: 5px;
  font-weight: bold;
  color: red;
  border: 1px solid #ffdddd;
  border-right: none;
  border-left: none;
  }

#cart_purchase_id {
  margin-top: 5px;
  font-size: 11px;
  color: silver;
  }

#cust_final_container {
  width: 50%;
  }

#cust_final_box {
  padding: 10px;
  border: 5px solid #D3E7F4;
  background: #EDF5FA;
  line-height: 150%;
  }

#cust_final_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: left;
  color: #D3E7F4;
  text-transform: lowercase;
  overflow: hidden;
  }

.cust_final {
  background: #EDF5FA;
  padding: 1px 10px;
  }


/* CUSTOMER INFO */

#cust {
  margin-top: 10px;
  font-size: 11px;
  }

#cust td, #cust tr {
  padding: 0px;
  }

#cust td.label {
  width: 115px;
  white-space: nowrap;
  text-align: right;
  }

#cust td.field {
  width: 240px;
  white-space: nowrap;
  text-align: left;
  }

#cust span.inline_label {
  margin-left: 5px;
  height: 18px;
  line-height: 21px;
  }

#cust input.textbox {
  vertical-align: top;
  padding: 0px 2px;
  margin: 3px 0px 3px 5px;
  font-family: tahoma, arial;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #a3b7d4;
  }

#cust input.checkbox {
  vertical-align: middle;
  border: 1px solid #a3b7d4;
  }

#cust select {
  font-family: tahoma, arial;
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  margin: 3px 0px 3px 5px;
  height: 16px !important;
  border: 1px solid #a3b7d4;
  }

#cust_name, #cust_address, #cust_company {
  width: 220px;
  margin-right: 10px;
  }

#cust_city {
  width: 115px;
  }

#cust_state {
  width: 45px;
  }

#cust_zip {
  width: 44px;
  }

#cust_email {
  width: 220px;
  }

#cust_phone {
  width: 100px;
  }

#cust_shipping {
  max-width: 220px;
  }

#shipping_button {
  margin: 2px 4px;
  font-size: 11px;
  }

#tos_panel {
  text-align: center;
  padding: 10px 5px 5px 5px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin-top: 15px;
  }

#tos_textbox {
  width: 400px;
  height: 80px;
  color: gray;
  font-family: tahoma, arial;
  font-size: 11px;
  padding: 2px;
  border: 1px solid #a3b7d4;
  }

#cust_tos {
  border: none !important;
  }

#cust_status_container {
  vertical-align: top;
  padding: 10px !important;
  font-weight: bold;
  }

#cust_status_container input {
  float: right;
  margin-top: 5px;
  font-size: 11px;
  }

#cust_status {
  margin-bottom: 8px;
  line-height: 18px;
  }

.status_bg_bad {
  background: url(/cart/javascript/images/bad_bg.gif) no-repeat -20px 15px #ffeeee;
  }

.status_bad {
  color: #ee6666;
  }

.status_bg_good {
  background: url(/cart/javascript/images/good_bg.gif) no-repeat -20px 15px #eeffee;
  }

.status_good {
  color: #669966;
  }


/* TOOL TIPS */

#shipping_address_help {
  padding-top: 5px;
  text-align: center;
  }

#shipping_address_help a {
  font-size: 11px;
  text-decoration: none;
  }

.tool-tip {
  border: 3px solid #a3b7d4;
  color: #fff;
  width: 250px;
  z-index: 13000;
  }
 
.tool-title {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  color: #a3b7d4;
  padding: 10px 10px 5px 10px;
  background: #444;
  }
 
.tool-text {
  font-size: 11px;
  padding: 4px 10px 15px 10px;
  background: #444;
  line-height: 14px;
  color: white;
  }

.tool-text ul li {
  margin: 0px 0px 3px 10px;
  padding: 0px 0px 0px 15px;
  }

