﻿/* the overlayed element */ 
.qv_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(images/overlay/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:640px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.qv_overlay div.close { 
    background-image:url(images/overlay/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

div.qv_contentWrap { 
    height:441px; 
    overflow-y:auto; 
} 

#overlay #productHeading	{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	}
	
	#overlay #productHeading a	{
	    color: #777;
	    text-decoration:none;
	}
	    #overlay #productHeading a:hover { color:Red; }
	
#overlay #productPreviews	{
	float: left;
	width: 300px;
	padding-right: 20px;
	}
	
#overlay #productDetails	{
	float: left;
	width: 250px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	}
	
	#overlay #productDetails h2	{
		font-weight: normal;
		font-size: 20px;
		color: #666;
		margin-bottom: 1em;
		padding-left: 0;
		padding-top: 0;
		}
	
	#overlay #productDetails h3	{
		font-weight: normal;
		font-size: 16px;
		color: #777;
		margin-bottom: 1em;
		}
	
	#overlay #productDetails p	{
		margin-bottom: 1.5em;
		font-size: 14px;
		}
		
	#overlay #productDetails a	{
		color: #555;
		}
		#productDetails a:hover	{ color: #111; }

    .quickViewImg
    {
        position:absolute;
        display:none;
        top:60px;
        left: 50px;
        z-index:99;
    }