.product_description {
    clear: both;
    margin-bottom: 40px;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 24px;
}
.product_images {
    display: inline-block;
    float: none;
    width: 100%;
}

.zoom-small-image {
    float: left;
    margin-top: 4px;
    width: 100%;
}
.add_cart {
    clear: right;
    float: left;
    overflow: hidden;
    width: 50%;
}



table.add_cart_table td select {
    padding: 0 4px;
    height: 29px;
    font-size: 100%;
    line-height: 28px;
    vertical-align: middle;
}

.movie-wrap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}