 /* CSS FILE DOCUMENT:  HOST1S FRAMEWORK CSS / style.css

	 * @copyright       Copyright 2012, vanphuongdl@gmail.com
	 * @link            http://www.host1s.com
	 * @version         2.0.1
	 * @lastmodified    $Date: 2012-01-16 14:31:10 +0100 $

/*===============================================================================================*/
/*- Default All Tag -
=================================================================================================*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*opacity: 0.9;*/
}
#tooltip img{
	max-width: 350px;
	/* Resize the image for IE6 */
	width: expression(this.width > 350 ? 350: true);
	max-height: 350px;
	/* Resize the image for IE6 */
	height: expression(this.height > 350 ? 350: true);
}
#tooltip h3, #tooltip div { margin: 0; }
