a.info { position:relative !important; position: static; /*ie6 users don't get the hover */ background-color:#000; color:#FFF; text-decoration:none; display: block; padding: 2px 4px 2px 2px; }
a.info:hover { background-color: #222; }
a.info span { display: none; z-index: 2; }
a.info:hover span { /*the span will display just on :hover state*/ display: block; position: absolute; top: 0em; right: -23.1em; width: 22em; border: 1px solid #855E03; line-height: 1.3em; background-color: #222; padding: 5px; color: #FFF; text-align: center; }		
td.item { line-height: 23px; padding: 0px !important; }

