#center {
  margin:50px 0 20px 0;
  width:800px;
  float:right;
}
#center p {
  margin:20px 0 0 0;
  color:#999999;
  font-size:14px;
}
#center ul {
  margin:10px 0 0 20px;
}

/* cart */
#updatecart {
  float:left;
  clear:both;
  width:650px;
  margin:50px 20px 0 50px;
}
#cart {
  border-collapse:collapse;
  width:650px;
}
.cart_meta img {
  margin:0 10px 10px 0;
  float:left;
}
#cart tr.nodash {
  border:none;
}
#cart tr {
  border-bottom:2px dashed  #003745;
}
#cart th {
  font-size:12px;
  text-align:center;
}
#cart td {
 text-align:center;
}
#cart td.remove {
  text-align:right;
}
.cart tr{
  border:none;
}
#subtotal {
  margin:20px 0 0 0;
  float:right;
  text-align:right;
}
#subtotal label {
  display:block;
}
.discount_fields {
  margin:10px 0 10px 0;
}
.discount_fields label {
  text-align:center;
  font-size:14px;
  color:#999999;
}
.cart_links {
  margin:10px 0 0 0;
  clear:both;
  float:right;
}
.shopping_link {
  margin:10px 0 0 0;
  float:left;
}
td.middle p {
  margin:10px 0 0 0;
  font-size:14px;
  width:350px;
  color:grey;
}
.newsletter-signup {
  margin-top:20px;
  width:auto;
}
.product-search-header h2 {
  margin:5px 0 0 0;
  font:30px/65px "Myriad Pro","Trebuchet MS",Arial,Sans-Serif;
}
