@charset "utf-8";
/* CSS Document */
body{
	color:#042d98;
}
a{
	color:#333;
}
.box_content{
	float:left;
	width:932px;
	height:172px;
	background-image:url(http://248.vn/images/webgame/bgr.gif);
	background-repeat:no-repeat;
}
.content{
	float:left;
	width:912px;
	height:160px;
	margin:10px 10px 10px 10px;
	_margin:10px 10px 10px 5px;
}
.content a{
	color:#042d98;
	text-decoration:none;
}
.content a:hover{
	color:#ff6600;
}
.title{
	height:30px;
	background-image:url(http://248.vn/images/webgame/bg.gif);
	background-repeat:repeat-x;
}
.title img{
	padding: 1px 0 1px 5px;
	float:left;
}
.title span{
	float:right;
	padding-right:10px;
	padding-top:5px;
}
.nd{
	padding:0;
	margin:0;
	float:left;
}
.nd_tintuc{
	float:left;
	padding:5px 10px 5px 10px;
	width:420px;
}
.nd_hinhanh{
	float:left;
	margin:5px 10px 10px 12px;
	width:130px;
	font-weight:bold;
}
.nd_tintuc .item{
	height:19px;
	overflow:hidden;
}
.item img{
	vertical-align:middle;
	padding-right:5px;
}
.thumb{
	float:left;
	height:90px;
	width:120px;
}
.thumb img{
	border:1px solid #333;
}
.nd_hinhanh p{
	height:20px;
	overflow:hidden;
	margin:0;
	text-align:center;
}
.thumb_tooltip{
	padding-right:5px;
	float:left;
}
.thumb_tooltip img{
	border:1px solid #333;
}
.title_tooltip{
	color:#ff7800;
	font-weight:bold;
	padding-bottom:5px;
}
.tooltip_nd{
	float:left;
}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	color:#000;
	padding: 5px;
	background-color:#fbfbde;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}