﻿/* quick view classes */
#qv_window div
{
}
.qv-wrapper
{
    position: relative;
    text-align: left;
}
.qvicon
{
    border: none !important;
    position: absolute;
    top: -84px;
    left: 0px;
    cursor: pointer;
 /*   behavior:url(assets/images/pngfix/iepngfix.htc); important for png transparency*/
}
/* end quick view classes */

/* Start Popup Div Classes */
#QVDiv
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: auto;
    width: 475px;
    background: #FFFFFF;
    border: 1px solid #323232;
    z-index: 9999979;
    padding: 12px;
    font-size: 13px;
}
#QVDivClose
{
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.QVProductName 
{
    font-size: 13px; 
    font-weight: bold;
    color: #456675;
    text-transform: uppercase;
}

/* quick view Iframe */
.qv_iframe	{
	z-index:999997; /* Make sure this is less than that of QVDiv */
	position:absolute;
}
/* End Popup Div Classes */
