@CHARSET "UTF-8";
/**
 * Stle for the quick view/quick look overlay
 *
 * @todo clean product_details.css file to have everything more clean
 */


/**
 * Quickview PDP overlay
 */
.pdp_container {
    width: 660px;
}

/**
 * The right area of the overlay. Width needs to be set to be shown
 * right in IE7
 */
.product_information_div {
    width: 380px;
    float: right;
}
