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

