.tipper{
	color:#00f;
	text-decoration: underline;
}
.tooltiptext{
	display:none;	
	width:300px;
}

.tooltiptext .inner_cont{
	overflow:hidden;
	margin-bottom:10px;
	
}
.tooltiptext .big_img{	
	margin-right:2%;
	width:30%;
	max-width:200px;
	float:left;
}
.tooltiptext .data_block{
	
	width:65%;
}
.tooltiptext .title{
	font-size:18px;
	display:block;
	color:#000;
	line-height:20px;
	margin-bottom:10px;
	width: 95%;
}
.tooltiptext .old_price{
	font-size:14px;
	display:block;
	color:#000;
	margin:5px 0px;
}

.tooltiptext .price{
	font-size: 17px;
	display: block;
	color: #000;
	margin: 5px 0px;
	font-weight: bold;
}

.tooltiptext .saved{
	font-size: 16px;
display: block;
color: #118A00;
margin: 5px 0px;
}
.tooltiptext .button_block{
	display:block;
	text-align:center;
	margin:15px 0px;
}