.zoomin_product{background:#ffffff;}
.zoomin_product span{
	width: 700px;
	min-height: 100px;
	position:fixed;
	right:300px;
	top:200px;
	/*display: inline;*/
	margin-left: 14px;
	padding: 10px;
	/*visibility:hidden;*/
	display:none;
	margin-top: 20px;
	background: #ffffff;
	border-radius: 5px; 
 	-moz-box-shadow: 0 0 8px gray;
	-webkit-box-shadow: 0 0 8px gray;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3);
	box-shadow: 0 0 8px gray;
	text-align:center;
	color:#000000;
	border:solid 1px #999999;
	z-index:999999;
}
.tooltip{ display:inline-block; cursor:pointer;}
.zoomin_product:hover span{
	visibility:visible;
	opacity: 1;
	margin-top: -50px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

.close_button{
	position:absolute;
	top:-6px; right:-16px;	
}
.close_button img{
	width:25px; height:25px; border:0;	
}
.zoomin_product h1{color:#000000; text-align:left;}
.zoomin_product span img{margin-right:10px; margin-bottom:10px; float:left; border:0;}
.zoomin_product span p{font-weight:normal; text-align:justify; padding:1px 5px;}
.zoomin_product span a{color:#F00; text-decoration:underline; font-weight:bold; float:right;}
.zoomin_product span a:hover{text-decoration:none;} 
