.acc-title{ /*header of 1st demo*/
	cursor: pointer;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px;
	color: #80878F;
	background: url(images/bg-acc-open.gif) no-repeat left 3px;
}
.acc-title h2{
	color: #FFFFFF;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}

.acc-title-act{ /*class added to contents of 1st demo when they are open*/
	background: url(images/bg-acc-close.gif) no-repeat left 3px;
}
.acc-content{
	background: url(images/bg-grd.gif) repeat-x top;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #f2f2f2;
	margin: 0px 0px 0px 15px;
}
.acc-content h3{
}
.accfull{
	margin-bottom: 15px;
	padding: 0px;
}
