a.tip 	{   
  text-decoration: none;
  /* border-bottom: 1px dashed #66750D; */
}

a:hover.tip {
  position: relative;
}
a.tip span {
  display: none;
}
a:hover.tip span {   
  display: block;
  position: absolute;
  top: 7px; /* 10 */
  left: -100; /* 0 */
  padding: 5px; 
  margin: 10px;
  z-index: 100;      
  background: #6699CC; /* 8AB1D8; f0f0f0 */
  border: 1px solid #555555; /* c0c0c0 */
  opacity: 1;  /*0.8*/
  color:#FFFFFF; /*66750D*/
  width:200px; /*130*/
  font-size:11px;
}

a.tip2 	{   
  text-decoration: none; border-bottom: 1px dashed #8AB1D8; /*66750D */
}

a:hover.tip2 {
  position: relative;
}
a.tip2 span {
  display: none;
}
a:hover.tip2 span {   
  display: block;
  position: absolute;
  top: 7px; /* 10 */
  left: -80; /* 0 */
  padding: 5px; 
  margin: 10px;
  z-index: 100;      
  background: #6699CC; /* f0f0f0 */
  border: 1px solid #555555; /* c0c0c0 */
  opacity: 1;  /*0.8*/
  color:#FFFFFF; /*66750D*/
  width:700px;
  font-size:11px;
}
