.dim {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #000000;
			opacity: 0.9;
			
			z-index: 10000;
		}

		.box {
			background-color: #fff;
			width: 500px;
			height: 350px;
			border: 1px solid #333;
			position: fixed;
			padding:5px;
			top: 35%;
			left: 43%;
			margin-left: -150px;
			margin-top: -75px;
			z-index: 10001;
		}

		.close {
			position: absolute;
			font-family:MinionPro-Medium;
			top: 10px;
			right: 11px;
			display: inline;
			cursor: pointer;
			color:white;
			font-size:16px;
			z-index:1000;
		}
		.popup_wrapper
		{
			position: relative;	
		}
		.popup_title
		{
			float: left;
			width:98%;
			background:red;
			border-radius:5px;
			color:white;
			font-size:20px;
			padding:5px;
			margin-bottom:10px;
			
		}
		.popup_content
		{
			float: left;
			width:100%;
			height:250px;
			color:black;
			margin-bottom:10px;
			border-bottom:1px solid #d6d7d8;
			padding-bottom:5px;
			font-family:MinionPro-Medium;
		}
		.close1
		{
			float: right;
			padding:3px 10px;
			border-radius:3px;
			border:1px solid #178fe8;
			color:black;
			font-size:16px;
			font-family:MinionPro-Medium;
			cursor: pointer;
		}
		.close2 
		{
			float: right;
			color:black !important;
			font-size:20px;
			font-family:MinionPro-Medium;
			cursor: pointer;
			position: absolute;
			top:5px;
			right:0;
			
			border-radius:10px;
			width:30px;
			height:40px;
		}
		.close2  a
		{
			
			font-size:24px;
			padding:4px 6px;
			text-align: center;
		}
		
		
		#product_quickview
		{
			background:url(../images/rg_f_bg.jpg) repeat-x bottom #f6f6f6;
			width: 78%;		
			border: 1px solid #81acbd;
			position: fixed;
			padding:5px;
			top: 25%;
			left: 20%;
			margin-left: -159px;
			margin-top: -70px;
			z-index: 10001;
			color:black;
			padding:5px 15px;
			line-height:18px;
			font-family:arial;
			height:440px;
			overflow: auto;
			padding:2%;
		}
	.module_popup img
	{
		width:500px;
		height:255px;
	}
	