#aboutTitle.accordionToggleActive #aboutTitleText {
  display: none;
}

#aboutTitle.accordionToggleActive {
  background: #0d0d0d url(/images/home/title_about.gif) 15px 10px no-repeat;
}

#videoTitle.accordionToggleActive {
  background-color: #271717;
}

#webTitle.accordionToggleActive {
  background-color: #172027;
}

#photoTitle.accordionToggleActive {
  background-color: #201b23;
}

#audioTitle.accordionToggleActive {
  background-color: #2e291f;
}

#aboutBody table #aboutText {
  vertical-align: top;
  padding-right: 10px;
}

#aboutBody table #aboutText p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px dotted #bbb;
}

#videoBody table #videoText {
  vertical-align: top;
  padding-right: 10px;
}

#videoBody table #packageButton {
  padding: 5px 0px;
  border-top: 1px dotted #bbb;
}

#videoBody table #videoText p {
  padding-bottom: 5px;
  margin: 0px;
}

#videoBody td.bullet {
  padding: 1px;
  background: transparent url(/images/shared/icon_bullet_right.png) top right no-repeat;
}

#videoBody td.bullet a {
  color: #fff;
}

#webBody table #webText {
  vertical-align: top;
  padding-right: 10px;
}

#webBody table #emailMarketing {
  padding: 15px 0px 0px 0px;
  vertical-align: top;
  border-top: 1px dotted #bbb;
}

#webBody table #webText p {
  padding-bottom: 5px;
  margin: 0px;
}

#webBody td.bullet {
  height: 25px;
}

#photoBody table #photoText {
  vertical-align: top;
  padding-right: 10px;
}

#photoBody table #photoLearnMore {
  padding: 5px 0px 0px 0px;
  vertical-align: top;
  border-top: 1px dotted #bbb;
}

#photoBody table #photoText p {
  padding-bottom: 5px;
  margin: 0px;
}

#photoBody td.bullet {
  height: 25px;
}

#audioBody table #audioText {
  vertical-align: top;
  padding-right: 10px;
}

#audioBody table #audioLearnMore {
  padding: 15px 0px 0px 0px;
  vertical-align: top;
  border-top: 1px dotted #bbb;
}

#audioBody table #audioText p {
  padding-bottom: 5px;
  margin: 0px;
}

#audioBody td.bullet {
  height: 25px;
}

