.basket_items, .tt_products_basket{
  padding: 5px;
  width: 100%;
}
caption{
  text-align: left;
  margin-bottom: 10px;
}
.form_control{
  margin-top: 17px;
}
.basket_items{
  margin-top: 17px;
  margin-bottom: 17px;
}
h2{
  margin-bottom: 10px;
}
.product_image{
  float: left;
  height: 70px;
  width: 130px;
  margin-right:10px;
  text-align:center;
}
.product_image img{
  margin-bottom: 5px;
}
.product_note{
  float:left;
  width:380px;
}
.listitem{
  border-bottom: 1px solid #792400;
  overflow:auto;
  padding-bottom:17px;
}
.product_note .price{
  margin: 6px 0px;
}
legend{
  text-transform: uppercase;
  font-weight: bold;
}
.order_data dt{
  width: 340px;
}
.order_data dd{
  margin-left: 40px;
}

