#default-example {
	width:980px;
	margin:0 auto;
}

#default-example h3 {
  margin: 0 0 10px 0;
  width:100%;
  background-color: #FFF;
  border-bottom:1px solid #999;
  font-size:22px;
}

#default-example h3 a {
  background: url(images/sprite.png)  98% 15px no-repeat;
  display: block;
  padding: 10px 20px 10px 10px;
  padding-left: 20px;
  margin: 0;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  /*border-bottom: 1px solid rgba(128, 10, 85, 0.5);
  text-shadow: 1px 1px 1px rgb(128,10,85);*/
}

#default-example h3 a:hover { color:#D71920; background: url(images/sprite2.png) 98% 15px no-repeat; }
#default-example h3.open  { /*background: #d71920;*/ }
#default-example h3.open a { color:#D71920; background: url(images/sprite2.png) 98% 15px no-repeat; }
#default-example h3 + div { padding: 10px 20px; }

/* Pre hide sections with JavaScript on
--- */
#default-example h3+div {
  display: none;
}