/* Generated by KompoZer */
.accordion_toggle {
  border-top: 1px solid #fdfdfd;
  border-right: 1px solid #f9f9f9;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 10px;
  background: #eeeeee url(../images/slider_h2.gif) no-repeat scroll right top;
  display: block;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  height: 24px;
  width: 900px;
  color: #333333;
}
.accordion_toggle_active {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #ffcc00;
  background: #fdca00 url(../images/slider_h_fds.gif) no-repeat scroll right top;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  line-height: 17px;
  color: #000066;
}
.accordion_content {
  border: 1px solid #dcdcdc;
  padding: 10px;
  overflow: hidden;
  background-color: transparent;
  text-align: justify;
  line-height: 15px;
  font-size: 13px;
  color: #333333;
}
.accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #0099ff;
  background-color: transparent;
}
.accordion_content p {
  padding: 5px 10px 15px;
  line-height: 150%;
  color: #333333;
  background-color: transparent;
}
.vertical_accordion_toggle {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 10px;
  background: #eeeeee url(../images/slider_h2.gif) no-repeat scroll right top;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  width: 617px;
  height: 18px;
  color: #333333;
}
.vertical_accordion_toggle_active {
  border-bottom: 1px solid #ffcc00;
  background: #fdca00 url(../images/slider_h_fds.gif) no-repeat scroll right top;
  color: #000066;
}
.vertical_accordion_content {
  color: #444444;
  overflow: hidden;
  background-color: transparent;
}
.vertical_accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #0099ff;
}
.vertical_accordion_content p {
  padding: 5px 10px 15px;
  line-height: 150%;
}
.horizontal_accordion_toggle {
  border-left: 1px solid #fdfdfd;
  border-right: 1px solid #e8e8e8;
  margin: 0;
  background: #eeeeee url(../images/slider_v2.gif) no-repeat scroll left top;
  float: left;
  display: block;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  width: 15px;
  height: 600px;
}
.horizontal_accordion_toggle_active {
  border-right: 1px solid #cccccc;
  background: transparent url(../images/slider_vclose.gif) no-repeat scroll left top;
}
.horizontal_accordion_content {
  height: 100px;
  float: left;
  overflow: hidden;
  color: #444444;
  background-color: transparent;
}
.horizontal_accordion_content p {
  padding: 5px 10px 15px;
  width: 450px;
  line-height: 150%;
}
#horizontal_container {
  margin: 20px auto;
  height: 128px;
  width: 900px;
}
#vertical_nested_container {
  margin: 20px auto;
  width: 627px;
}
