.tooltip-target {display:block;}
.tooltip-content {
	display: none;
	position: absolute;
	padding: 10px;
	border: 1px solid #ccc;
	background:#fff;
	box-shadow:0px 0px 3px #999;
	-moz-box-shadow:0px 0px 3px #999;
	z-index:99999999;
	width:350px;
	font-size:12px;
	text-align: center;
}

.title_tooltip{font-weight:bold; padding-bottom:7px;}
.img_tooltip{width:350px;}
.price_tooltip{word-wrap: break-word; width:auto; padding-top:7px; color:#900; font-weight:bold;}
.tt_tooltip{word-wrap: break-word; width:auto; padding-top:7px; color:#666;}