﻿div.expander {
  color: #006633;
}
div.expander span.text {
  color: #006633;
  line-height: 22px;
  margin-left: 30px;
  text-decoration: underline;
  cursor: pointer;
}
div.expander span.arrow {
  color: #006633;
  font-size: 20px;
  line-height: 22px;
}
div.contentpanel {
  clear: both;
  width: 530px;
}
span.insidecp {
  clear: both;
  height: auto;
  display: block;
}
div.contentpanel div.contentpanel {
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-image: none;
  background: #E8E8E8 url(images/bubble_bottom.gif) no-repeat scroll left bottom;
}
