 #dhtmltooltip{
  position: absolute;
  visibility: hidden;
  z-index: 100;
 }
 
 #dhtmltooltip .cover{
  width: 270px;
  padding: 3px;
  background-color: #dce1e4;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  color: #646464;
 }

 #dhtmltooltip .into{
  width: 238px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  border: 1px solid #bfcbdd;
  padding: 5px 15px 5px 15px;
  background: #ffffff;
 }
 
 .ddullist{
   float:left;
   display: table;
   width: 200px;
   font-size:11px;
 	background-image: transparent;
 	background-position: 4 6px;
   background-repeat: no-repeat;
 	margin: 0px;
 	padding: 0px 0px 0px 16px;
 	white-space: nowrap;
 }
