@charset "utf-8";
/* CSS Document */
.contenttooltip {
	float:left;
	width:370px;
	margin-left:90px;
}
.tieudetooltip {
	height:23px;
	width:370px;
}
.tieudetooltip .muitentip{
	float:left;
	height:23px;
	width:11px;
	background:url(../images/arrow_left.gif) top left no-repeat;
}
.tieudetooltip .bgtieudetip{
	float:left;
	height:19px;
	width:354px;
	background:#fc6639;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:4px 0px 0px 5px;
}
.noidungtoolip {
	float:left;
	background:#eee;
	min-height:100px;
	border:solid 2px #fc6639;
	padding:5px 5px 10px 5px;
	margin-left:12px;
	color:#000;
	text-align:justify;
	width:344px;
	line-height:20px;
}
.noidungtoolip  p{
	margin:0px;
	padding:0px;
}