
@charset "UTF-8";


/*STYLES FOR CSS POPUP*/

#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

.popUpDiv {
	position:absolute;
	background: none repeat scroll 0 0 #F1F1F1;
	width:400px;
	height:300px;
	border:15px solid #FFF;
	z-index: 9002;
	left: 42%;
   /* margin-left: -325px;
    margin-top: -150px;*/
    position: fixed;
    top: 26%;
	height:auto;
	min-height:240px;
}

.popUpDiv a.fancybox-close
{
	top:22px;
}
.list_view .popUpDiv .product-shop {
    margin-left: 0;
}