

/*

	 
  [           Date: May 2013            ]
<-:     Author: Robert M. Ashworth      :->
  [  webmaster@fishkillsupplydepot.org  ]
	 
            
*/



.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span {
  color: lightgray; 
  font-family: Tahoma, verdana, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  border-radius: 1px 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.tooltip:hover img {
  border: 0;
  margin: -5px 0 0 -50px;
  float: left;
  position: absolute;
}
.tooltip:hover em {
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.info { 
  background: black; 
  padding: 10px;
  border-top: 1px solid #909090;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  border-left: 1px solid #909090; 
}
.classic { 
padding: 0.8em 1em; 
}
.custom { 
padding: 0.5em 0.8em 0.8em 2em; 
}
* html a:hover {

background: transparent; 
}