
.expander_container {
  width: 175px;
  height: auto;
  border: 0px solid #000000;
  font-size: 10pt;
  text-align: left;
}

.expander_title {
  width: 155px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.expander_title_text {
  font-size: 10pt;
  position: relative;
  top: 0px;
  left: 16px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: left;
  background: transparent;
  color: #000000;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border: 0px solid #00ff00;
  font-weight: bold;
}

.expander_title_text_s {
  position: relative;
  top: 0px;
  left: 16px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: left;
  background: transparent;
  color: #000000;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  font-weight: bold;
}

.expander_title_icon {
  position: relative;
  top: -30px;
  left: 0px;
  width: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  background: url(images/plus.png) no-repeat center center;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border: 0px solid #ff0000;
}

.expander_title_icon_s {
  position: relative;
  top: -30px;
  left: 0px;
  width: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  background: url(images/minus.png) no-repeat center center;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

.expander_link {
  text-align: left;
  margin-left: 0px;
  font-size: 9pt;
}

a.expander_product {
  color: #adaa99;
  font-size: 8pt;
  font-weight: bold;
  margin-left: 10px; 
}

span.expander_product_noproduct {
  color: #adaa99;
  font-size: 8pt;
  font-weight: bold;
  margin-left: 10px;
}
