/* CSS Document */
.stickytooltip{
display:none;
position:absolute;
display:none;
border:0px solid #ff9f25; /*Border around tooltip*/
z-index:3000;
padding:0px;
}
.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}
.stickytooltip ul { padding:0 0 2px 8px}
.stickytooltip ul li{background:url(https://game24h.vn/images/icon-tru.gif) 0 5px no-repeat;padding:0 0 0 12px; float:left; list-style: none; font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#000; line-height:16px; font-weight:normal}
.stickytooltip ul ul{ padding:0 0 2px 8px}
.stickytooltip ul ul li{background:url(https://game24h.vn/images/icon-cong.gif) 0 5px no-repeat;padding:0 0 0 12px; float:left; list-style: none;font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#000; line-height:16px; font-weight:normal}
/** Boxover */
#tooltip{ 
		float:left; width:302px; height:auto;
		background-color:#ffd048;
	}
	#tooltip .tooltip-top{ 
		background:url(https://game24h.vn/images/tooltip-top.gif) 0 0 no-repeat #ffd048;
		float:left; width:302px;
		height:8px;	overflow:hidden;	
	}
	#tooltip .tooltip-bottom{ 
		background:url(https://game24h.vn/images/tooltip-bottom.gif) 0 bottom no-repeat #ffd048;
		float:left; width:302px;
		height:8px;
		
	}
	#tooltip .tooltip-center{ 
		background:url(https://game24h.vn/images/tooltip-center.gif) 0 0 repeat-y #ffd048;
		float:left; width:282px;
		padding:0 10px;
		
	}
	#tooltip .tooltip-center .left{
		float:left; width:132px;
		padding:0 5px 0 0
		
	}
	#tooltip .tooltip-center .right{
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		font-weight:normal;
		padding-right:10px;
	}
	#tooltip .tooltip-center .right p.title{
		font-weight:bold;
		color:#ffe737;
		font-size:9pt;
		text-transform:uppercase;
		text-align:center;
	}
	#tooltip .tooltip-center .right p{
		color:#FFF;
		font-size:8pt;
		line-height:14px;
		padding:2px 0;		
	}	
	#tooltip .tooltip-center .right p span{
		color:#FFF;
		font-size:8pt;
		font-weight:bold;
		color:#ffe737;		
	}	
	.boxover-cssheader
	{		 
		 padding-right: 5px;
		 padding-left: 5px;
		 background-color: #FFF;		
		 font-size: 13px;		 
		 padding-bottom: 5px;
		 width: auto;
		 padding-top: 5px;
		 font-family: Arial;
		 color: #000;
		 border:1px solid #000;
		 
	}

	.boxover-cssbody
	{
		/* border-left-width: 1px;
		 border-left-color: #4570c5;
		 border-left-style: solid;
		 border-right-width: 1px;
		 border-right-color: #4570c5;
		 border-right-style: solid;
		 border-bottom-width: 1px;
		 border-bottom-color: #4570c5;
		 border-bottom-style: solid;
		 padding-right: 5px;
		 padding-left: 5px;
		 font-size: 13px;
		 background-color: #FFF;
		 padding-bottom: 5px;
		 width: auto;
		 padding-top: 5px;
		 font-family: Arial;
		 */
	}