.cartOpt th{width:250px;
background-color:#FFC;
font-weight:normal;
font-size: 14px;
padding:3px;
   border-bottom: solid #EEE 1px;
}
.cartOpt td{padding:3px;
     border-bottom: solid #EEE 1px;
}


/**/

.product_images {
  display: inline-block;
  float: left;
  width: 400px;
}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}
