#tooltip {
	position: absolute;
	z-index: 3000;
	
}

#tooltip {
  background:#1F051B none repeat scroll 0 0;
  border:1px solid #410B45;
  float:left;
  opacity:0.85;
  padding:10px;
  width:300px;}

#tooltip ul li{}

