#dhtmltooltip{
	position: absolute;
	width: 232px;
	padding: 0px;
	visibility: hidden;
	z-index: 10000;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmltooltip img{ border:0;}
#dhtmltooltip h1,h2,h3,h4,h5,h6{ font-size:100%;}
#dhtmltooltip a:link, #dhtmltooltip a:visited{ color:#ff4a92; text-decoration:none;}
#dhtmltooltip a:hover{ color:#fff501;	text-decoration:none;}
#dhtmltooltip a:active{ color:#ff4a92; text-decoration:none;}

#dhtmltooltip table, td{	font-size:11px;	margin:0px;	padding:0px; color:#fff; line-height:16px;	font-family:Tahoma;}
#dhtmltooltip .textyellow{ color:#ffbd00; font-weight:bold}
#dhtmltooltip .textyellow a:link{ color:#ffbd00;}
#dhtmltooltip .textyellow a:visited{ color:#ffbd00;}
#dhtmltooltip .textyellow a:hover{ color:#fff;}
#dhtmltooltip .textyellow a:active{ color:#ffbd00;}

#dhtmltooltip table td.lTop{
	background:url(../images/tooltip/box_tip_left_top.gif) no-repeat;
}
#dhtmltooltip table td.cTop{
	background:url(../images/tooltip/box_tip_bg_top.jpg) repeat-x;
}
#dhtmltooltip table td.rTop{
	background:url(../images/tooltip/box_tip_right_top.gif) no-repeat;
}

#dhtmltooltip table td.lMidle{
	background:url(../images/tooltip/box_tip_bg_left.jpg) repeat-y;
}
#dhtmltooltip table td.cMidle{
	background:#0f0f0f; padding:5px;
}
#dhtmltooltip table td.rMidle{
	background:url(../images/tooltip/box_tip_bg_right.jpg) repeat-y;
}

#dhtmltooltip table td.lBottom{
	background:url(../images/tooltip/box_tip_left_bt.gif) no-repeat;
}
#dhtmltooltip table td.cBottom{
	background:url(../images/tooltip/box_tip_bg_bt.jpg) repeat-x;
}
#dhtmltooltip table td.rBottom{
	background:url(../images/tooltip/box_tip_right_bt.gif) no-repeat;
}

#dhtmltooltip table td.cBottom img.tip_image{
	background:url(../images/tooltip/bg_box_tintuc_img.jpg) no-repeat; padding:5px;
}

div.shorttext_top {
	background:transparent url(http://img.zing.vn/volam2/images/homepage_cb/shorttext/top.jpg) no-repeat scroll 0%;
	height:25px;
}
div.shorttext_background {
	background:transparent url(http://img.zing.vn/volam2/images/homepage_cb/shorttext/bg_subnews.jpg) repeat-y scroll 0%;
	list-style-type:none;
	padding-left:10px;
	padding-right:10px;
}
div.shorttext_bottom {
	background:transparent url(http://img.zing.vn/volam2/images/homepage_cb/shorttext/bottom.jpg) no-repeat scroll 0%;
	height:25px;
}