/* -----------------------------
 * 
 * ----------------------------- */
DIV#VENDOR a span {
  display:none;
}
DIV#VENDOR a:hover {
  border:none;
  cursor:default;
}
DIV#VENDOR a:hover span {
  display:block;
  position:absolute;
  background-color:#FFFFFF;
  top:+10px;
  left:390px;
  color:#000;
  padding:5px;
  border:none;
}

