
#service-accordion {
  width: 465px;
}
#service-accordion a {
  text-decoration: none;
}
.accordion_toggle {
  display: block;
  height: 28px;
  width: 465px;
  background: #1098e4 url(../images/navigation/accordion-h1-bg.gif) no-repeat left top;
  line-height: 28px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  margin: 1px 0 0 0;
} 
.accordion_toggle a {
  display: block;
  padding: 0 0 0 12px;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}
.accordion_toggle span {
  display: block;
  padding: 0 0 0 12px;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}
.accordion_content {
  background-color: #ffffff;
  color: #444444;
  overflow: hidden;
}
.accordion_content h2 {
  display: block;
  height: 28px;
  width: 465px;
  background: #fff url(../images/navigation/accordion-h2-bg.gif) no-repeat left top;
  margin: 1px 0 0 0;
  color: #646567;
  padding: 0;
}
.accordion_content h2 a {
  outline: none;
  cursor: pointer;
  display: block;
  padding: 0 0 0 12px;
  font-size: 11px;
  color: #646567;
  line-height: 28px;
  padding: 0 0 0 24px;
  font-weight: bold;
  text-decoration: none;
}
#tooltip {
  position: absolute;
  left: 400px;
  top: 300px;
  width: 200px;
  height: 50px;
  border: 1px solid #000;
  background-color: #fff;
  display: none;
}
.mktipmsg {
  padding: 12px;
  background-color: #fff;
  border: 1px solid #0f97e3;
  width: 180px;
  font-size: 11px;
  line-height: 15px;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
}
.mktipmsg h3 {
  font-weight: bold;
  padding: 0 0 4px 0;
  margin: 0;
}