


div.faq #headingSection{
	border-bottom:none;
}

div.faq h1{
	color:#fff;
	font-size:36px;
	font-weight:normal;
}

/* The expand / collapse button */

/* Definition Lists */

div.faq dt{
	font-size:16px;
	margin-top:5px;
	padding-left:15px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
}

div.faq dt:hover{ color:#5f6a73;}

div.faq dt .icon{
	background:url('img/bullets.png') no-repeat;
	height:12px;
	left:0;
	position:absolute;
	top:6px;
	width:12px;
}

div.faq dt.opened .icon{ background-position:left bottom;}

div.faq dd{
	font-size:14px;
	color:#717f89;
	line-height:1.5;
	padding:10px 0 0 25px;
	width:580px;
	display:none;
}


/* Only Needed For The Demo Page */


div.faq p.createdBy{
	font-size:15px;
	font-weight:normal;
	margin:50px;
	text-align:center;
	text-shadow:none;
}


div.faq a:hover{
	border-bottom:1px dashed transparent;
}