.product_images {
  width:50%;
}
.zoom-small-image {
  width:auto;
}
.add_cart {
    clear: right;
    float: right;
    overflow: visible;
    width: 45%;
}
.product_description {
  font-size:1.2em;
}
.option_box {
clear: none;
width: 100%;
}


dl {
  font-size:0.9em;
  line-height:1.4em;
}
dl br {
  display:none;
}
dl dt {
  padding: 3px 7px;
  font-weight:bold;
  border-left: 2px solid #6e8365;

}
dl dd {
  padding: 3px 9px;
  line-height:1.4em;
  margin-bottom:8px;
}
dl dd br {
  display:inline;
}