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

#default-example h3 {
  margin: 0 0 10px 0;
  width:100%;
  /*background-color: #ff9e48;*/
  background-color:#DDD;
}

#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 #FFF;*/
}

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

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