.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
	border:1px solid #ddd;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
.tt_header{
	margin: 2px 0px;
	padding: 0px;
	width:500px;
}
.tt_content{
	width:500px;
}
.tt_content .card_addtocart{
	border:0px;
}
.tt_content .product_info_leftbox{
	float:left;
	width:250px;
	margin-right:5px;
}
.tt_content .product_thumbs, .tt_content .product_price{
	float:left;
	width:240px;
	text-align:left;
}
.tt_content .product_thumbs .smallImg{
	float:left;
	border: 2px solid #e5e6ea;
	margin:5px 2px 0px 2px;
} 
.tt_content .product_thumbs .smallImg img{
	width:70px;
}