#tooltip {
  background: url('../images/user/white_big.png') repeat scroll 0 0 transparent;
  color: black;
  display: none;
  font-size: 11px;
  height: 421px; width : 800px;
  z-index: 900;
  width: 800px;
}

#tooltip .tooltip-wrapper {
  height: 340px;
  width: 720px;
  margin-top: 50px;
  margin-left: 50px;

  margin-left: 40px;
  overflow-y:auto;
  overflow-x:hidden;
}

#tooltip h1,#tooltip h2,#tooltip h3 {
  color: black;
  font-size: 11px;
  font-weight: bold;
  margin: 3px;
}

#tooltip p {
  margin: 10px;
}

#tooltip a {
  color: black !important;
  font-size: 11px;
  text-decoration: none;
  text-transform: none !important;
}

#seo{
  text-align: center;
  color: rgb(71, 85, 172);
  font-size:11px;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product .description {
    clear: both;
    font-size: 0.9em;
    height: auto !important;
    margin: 0;
    min-height: 5em;
    overflow: hidden;
    padding: 10px;
    text-align: justify;
}
