.basefontwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 11px;
	color: #333333;
	text-decoration: none;
	vertical-align: baseline;
}
td {
	font-family: "century gothic", "trebuchet ms", geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
}
.productheadline {
	font-weight: bold;
	font-size: larger;
}
/* css/tooltip.css -- fancy tooltips */

a {
	text-decoration: none;
	}

div.tool {
  position: relative;   /* this is key */
	font-weight: bold;
	font-size: larger;
  color: #333;
  padding-top:8px;
}
 
div.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
div.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0em;
  left: 12em;
  width: 200px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 2px solid #339933;
  background-color:#CCFF99;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  text-align: left;
	text-decoration: none;
  
}

#content div.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(/images/bubble.gif);
}

/* css/tooltip.css */.productheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
