﻿/* quick view classes */
#qv_window div
{
}
.qv-wrapper
{
    position: relative;
    text-align: left;
}
.qvicon
{
    border: none !important;
    position: absolute;
    top: -20px;
    left: 15px;
    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: 700px;
    background: #FFFFFF;
    border: 8px solid #000000;
    z-index: 9999979;
    padding: 12px;
    font-size: 13px;
}
#QVDivClose
{
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #000000;
    font-weight: 700;
    display: block;
    cursor: pointer;
}
.QVProductName
{
	color:#818181;
	font-size:14px;
}
.QVProductDescription
{
		
}
#prod_img
{
	border:solid 1px #cccccc; 
	padding:10px;
	width:250px;
}

.QVAlt
{
	border:solid 1px #cccccc; 
	padding:3px;
	margin-bottom:2px;
}
/* quick view Iframe */
.qv_iframe	{
	z-index:999997; /* Make sure this is less than that of QVDiv */
	position:absolute;
}
/* End Popup Div Classes */
