/* Toggle - Heading Only template */

#content-primary #toggle-wrapper .toggle-header .titlesmall {
  float: left;
  margin: 0 0 0 10px;
}

#content-primary #toggle-wrapper .toggle-header .titlesmall h3 {
  color: #767676;
  font-size: 16px;
  margin: 2px 0 2px 20px;
  letter-spacing: 0;
}

#content-primary #toggle-wrapper .toggle-header .titlesmall h3 a {
  color: #767676;
}

#content-primary #toggle-wrapper .toggle-header.normal {
  background: url('../templates/toggle/images/toggle-arrow-up.gif') no-repeat scroll 5px 19px transparent !important;
}

#content-primary #toggle-wrapper .toggle-header.normal:hover {
  background: url('../templates/toggle/images/toggle-arrow-up.gif') no-repeat scroll 5px 19px #f9f9f9 !important;
}

#content-primary #toggle-wrapper .toggle-header.highlight {
  background: url('../templates/toggle/images/toggle-arrow-down.gif') no-repeat scroll 5px 19px #f9f9f9 !important;
}