#accordian-top {
  width: 920px;
  height: 112px;
  background: url(../images/commercial-accordian/ac-top.gif) right bottom no-repeat;
}
#accordian-top h1 {
  font-size: 55px;
  color: #fff;
  padding: 33px 0 0 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Verdana, Sans-Serif;
}
#accordian-bottom {
  height: 26px;
  width: 920px;
  background: url(../images/commercial-accordian/ac-bottom.gif) bottom no-repeat;
}

#accordian .toggle {
  width: 920px;
  background: #66ab0c;
  border-bottom: 1px solid #000;
  /*background: url(../images/commercial-accordian/toggle_bg.gif) 0px -71px no-repeat;*/
  position: relative;
  cursor: pointer;
}

#accordian .toggle img {
 display: none !important;
}

#accordian .toggle-top {
 /* background: #66ab0c;
  background: url(../images/commercial-accordian/toggle_bg.gif) 0px 0px no-repeat;*/
}
#accordian .toggle-bottom {
  /*background: #66ab0c;
  background: url(../images/commercial-accordian/toggle_bg.gif) 0px -140px no-repeat;*/
}

#accordian .toggle h2 {
  font-size: 17px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 8px 0 8px 40px;
}

#accordian .toggle .indicator {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/commercial-accordian/toggle_indicator.gif) 0px 0px no-repeat;
  padding: 0;
  margin: 0;
  left: 8px;
  top: 5px;
}

#accordian .active .indicator {
  background: url(../images/commercial-accordian/toggle_indicator.gif) -25px 0px no-repeat;
}

#accordian .toggle img {
  position: absolute;
  top: 10px;
  left: 22px;
}

#accordian .contents {
  width: 920px;
  height: 5px;
  padding: 0 5px 0 5px;
  margin: 0;
  background: url(../images/commercial-accordian/contents_bg.gif) repeat-y;
  overflow: hidden;
  }

#accordian .contents-bottom {
  /*background: url(../images/commercial-accordian/contents_bottom.gif) bottom;*/
}

#accordian .contents .product {
  width: 296px;
  height: 145px;
  padding: 0;
  margin: 0;
  float: left;
  }

#accordian .contents .product a.pack{
  margin: 20px 0 0 5px;
  float: left;
  }

#accordian .contents .product a {
  font-size: 12px;
  line-height: 19px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #76AF2B;
  font-weight: bold;
  text-decoration: none;
  float: left;
  /*top: 20px;
  left: 100px */;
  margin: 20px 0 0 8px;
  width: 135px;
  }

#accordian .contents .product img.brand {
  position: absolute;
  left: 118px;
  top: 98px;
  }

