#quickviewLoading {
    background: transparent url(/images/fl/quickview/quickview_loader.gif) center no-repeat;
}

#quickview_top {
    background: transparent url(/images/fl/quickview/background_top_left.png) top left no-repeat;
}

#quickview_topRight {
    background: transparent url(/images/fl/quickview/background_top_right.png) top right no-repeat;
}

#quickview_middle {
    background: transparent url(/images/fl/quickview/background_middle_left.png) top left repeat-y;
}

#quickview_middleRight {
    background: transparent url(/images/fl/quickview/background_middle_right.png) top right repeat-y;
}

#quickview_bottom {
    background: transparent url(/images/fl/quickview/background_bottom_left.png) top left no-repeat;
}

#quickview_bottomRight {
    background: transparent url(/images/fl/quickview/background_bottom_right.png) top right no-repeat;
}
#quickview_excluded_bubble {
    background: transparent url('/images/fl/excluded_bubble.gif') top left no-repeat;
    width: 260px;
    height: 180px;
    display: none;
    position: absolute;
    z-index: 9999;
    color: white;
    font-weight: bold;
    font-family: Arial,sans-serif;
}
#quickview_excluded_bubble p {
    margin: 5px 10px;
    padding: 0;
    text-align: justify;
    font-size: 11px;
}
#quickview_freeshipping_bubble {

    background: transparent url('/images/fl/free_shipping_bubble_wide.png') top left no-repeat;
    width: 325px;
    height: 270px;

    display: none;
    position: absolute;
    z-index: 9999;
    color: white;
    font-weight: bold;
    font-family: Arial,sans-serif;
}
#quickview_freeshipping_bubble p {
    margin: 20px 10px;
    padding: 0;
    text-align: justify;
    font-size: 11px;
}
#quickview_maskpurchaseprice_bubble {
    background: transparent url('/images/fl/masked_bubble.png') top left no-repeat;
    width: 260px;
    height: 90px;
    display: none;
    position: absolute;
    z-index: 9999;
    color: white;
    font-weight: bold;
    font-family: Arial,sans-serif;
}
#quickview_maskpurchaseprice_bubble p {
    margin: 20px 10px;
    padding: 0;
    text-align: justify;
    font-size: 11px;
}