#sh_dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #cccccc;
padding: 2px;
background-color: lightyellow;
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=gray,direction=135);
}
.sh_banner {
	clear:left;
	width:250px;
	border:1px #aaa solid;
	background:#fff;
	margin-left:1px;
}
.sh_banner_header {
	width:250px;
	overflow:hidden;
	height:63px;
	background:url('http://static.imgsrv.farm.hu/sporthirado_header.gif') top left no-repeat;
	/*margin-bottom:15px;*/
}
.sh_banner_footer {
	width:250px;
	overflow:hidden;
	height:5px;
	background:url('http://static.imgsrv.farm.hu/sporthirado_footer.gif') top left no-repeat;
	/*margin-top:8px;*/
}
.sh_banner A {
	color:#545454!important;
	font:normal 11px Arial;
}
.sh_banner TD {
	background:url('http://static.imgsrv.farm.hu/sporthirado_arrow.gif') top left no-repeat;
	background-position:10px 7px;
	padding-left:30px;
	padding-right:10px;
}