#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
  background: transparent url(../img/bg/bg_check_quantities.png) repeat scroll 0 0;
  color: #FFF;
  font-size: 1.3em;
  line-height: 16px;
  font-weight: normal;
}
#tooltip h3, #tooltip div { 
  margin: 0;
  font-weight: normal;
}

