.expands.collapsedI {
	background:url(collapsed.png) no-repeat left;
	padding-left:15px;
	cursor:pointer;
}
.expands {
	background:url(expanded.png) no-repeat left;
	padding-left:15px;
	cursor:pointer;
}
.innerExpand {margin-left:30px;}

.expands.style2.collapsedI {
  background:#e1e4e6 url(collapsed2.png) no-repeat 10px 50%;
  padding:6px 10px 6px 30px;
  margin:0 0 10px 0;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.expands.style2.collapsedI:hover {background-color:#dfe8f5;}

.expands.style2 {
  background:#dfe8f5 url(expanded2.png) no-repeat 10px 50%;
  padding:6px 10px 6px 30px;
  margin:0 0 0px 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}
.innerExpand.style2 {
	background:#dfe8f5;
	margin:0 0 10px 0;
	padding:0 15px 10px 35px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	}
	
#content-inner .expands.style2 h2 { margin:0;padding:0;text-transform:none;font-size:14px; }