.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:1px solid #fff; /*Border around tooltip*/
background:white;
z-index:3000;
width:350px;
}
.p_name{
padding:5px;height:20px;line-height:20px; background:blue; color:#fff;
}
.p_gia{
	padding:5px;color:#E70103; font-size:14px; font-weight:bold;
}
.p_km{
	padding:5px;color:red;
}

.div_mota{padding:5px;}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}