.accordionWrapper{
	display:inline-block;
	background-color:#fff;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	width:100%;
	padding: 0px;
	float: left;
}
.set
{
	background-color:#ffffff;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFF4F9;
}
.accordionWrapper div
{
	display:inline;
	margin:auto;
	padding:0px;
}
.accordionWrapper div.title
{
	cursor:pointer;
	height: 30px;
	background-color:#FBFCFD;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-image: url(../q_icon1.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	background-position: 6px center;
	margin-bottom: 4px;
}

.accordionWrapper div.content
{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	text-indent: 18px;
}
