.dhtmlgoodies_question{	
	color:#000000;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_question p.heading a{	
	color: #00a5e7; 
	font-weight: bold;
	text-decoration:none;
}

.dhtmlgoodies_question p.heading a:hover{	
	color: #c4c4c4; 
}

.dhtmlgoodies_question p.bread{	
	color: #000000; 
	font-weight: normal;
	text-decoration:none;
}

.dhtmlgoodies_answer p {	
	color: #000000; 
	font-weight: normal;
	font-size:110%;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#ececec;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-bottom:15px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:13px 13px 1px 14px;
	font-size:0.9em;	
	position:relative;
}

