/* cart */
.cart {
  float:left;
  width: 782px;
  padding-top: 15px;
  color: #000;
}

.cart_right_col {
  width: 145px;
  overflow: hidden;
  float:left;
  padding-left: 15px;
  padding-top: 33px;
}

.cart_empty {
  font-size: 14px;
  font-weight: bold;
}

.cart_empty a {
  font-size: 11px;
  font-weight: normal;
}

.cart_header {
  padding: 5px 0 0px 5px;
  margin-bottom: 15px;
  background: #ddd;
  font-size: 15px;
  height: 20px;
  font-weight: bold;
}

.cart_status {
  padding: 5px;
	border: 1px dashed #ccc;
}
.cart_status .heading {
  font-size: 18px;
  color: #6BBA70;
  line-height: 17px;
}
.cart_status .value {
  font-size: 13px;
  color: #333;
}

.cart_nav {
  text-transform: uppercase;
  padding: 2px 27px 2px 28px;
  float: left;
  font-weight: bold;
	color: #ccc;
}

.cart_nav_selected {
  background: #ddd;
  color: black;
}

.cart_nav a {
  font-weight: bold;
}

.cart_middle {
  border-left: 1px solid #999;
}

.cart_item_header {
  background: #9aa2af;
  height: 20px;
  font-size: 15px;
}

tr.cart_item_row td {
  height: 55px;
  border: solid;
  border-color: #999;
  border-width: 0 0 1px 0;
}

.cart_message {
  padding-left: 3px;
  color: red;
  font-size: 10px;
  font-weight: bold;
}

.cart_item_row a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.cart_join_news {
  font-size: 11px;
  padding: 0 0 0 5px;
}

.cart_email {
  padding: 5px;
  margin: 0 0 15px 0;
  background: #EFF6ff;
  font-size: 15px;
  background: #EFF6ff;
  padding: 5px;
  border: 1px solid #999;
}

.cart_email .form_input input {
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 2px;
}

.cart_label_font {
  font-family: Trebuchet MS,Verdana;
}

.cart_shipping_label {
  font-size: 13px;
}

.cart_shipping_form {
  background: #EFF6ff;
  padding: 5px;
  border: 1px solid #999;
}
.cart_shipping_form input, .cart_shipping_form select {
  border: 1px solid #ccc;
  padding: 2px;
}
.cart_shipping_form .submit {
  border: 1px solid #ccc;
  background: #fff;
  color: #6f9be2;
  font-weight: bold;
  height: 23px;
  font-size: 11px;
  line-height: 20px;
  padding: 0px 2px;
  margin-right: 3px;
  width: 50px;
}
.cart_shipping_form .submit:hover {
  color: #333;
  background: #eee;
}

.cart_inputs {
  float: left;
  padding: 0px 12px 10px 0;
}

.shipping_option {
  display: block;
  cursor: pointer;
  font-size: 13px;
	float: left;
	padding: 5px;
	margin: 4px 7px 0px 0;
	border: 1px solid black;
}

.shipping {
  padding: 5px;
  margin: 0 0 0px 0;
  color: #ddd;
  font-size: 15px;
  background: #EFF6ff;
  border: 1px solid #999;
}

.cart_section_header {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.cart_info {
  color: #ff0000;
  font-size: 11px;
}

.cart_total {
  float: right;
  padding-right: 8px;
  font-size: 11px;
}

.paypal_submit {
  float: left;
  height: 450px;
  margin: 0 0 0 0px;
  padding: 0 0 0px 20px;
  border-left: 1px dotted black;
}

/* print invoice */
.user_print_invoice a {
  font-size: 11px;
  font-style: italic;
}

img#continue_to_shipping {
  width: 202px;
  height: 28px;
}

#subscribe_header {
  padding-bottom: 5px;
}

#subscribe_header img {
  height: 83px;
}

.newsletter_message {
  color: #ff0000; 
  font-size: 11px;
  line-height: 11px;
  height: 11px;
}

.newsletter_text, .newsletter_inner {
  font-weight: bold;
  padding: 0px 0 0 0px;
}

.newsletter_email input {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
}

/* clothing product */
.clothing_product_container {
  float: left;
  width: 182px;
  height: 285px;	
  margin: 4px 13px 5px 0;
  position: relative;
}

.clothing_product_container.last {
  margin-right: 0;
}

.notes {
  padding: 20px 0 0 0px;
  width: 600px;
  color: #555;
}

.simple_submit {
  border: 1px solid rgb(170, 170, 170);
  background: #ffffff;
  font-size: 14px;
  padding: 1px;
  color: #000;
}