


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */

	background-color:#eae6db;
	width:264px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:20px;
	padding-top: 3px;
	background-image:url('images/faq-bg.jpg');
	background-position:left;
	background-repeat:no-repeat;
	height:18px;
	font-size: 12px;
	border-bottom: 1px solid #d8d1bf;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

	width:276px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin: 0px;
	font-size: 12px;
	background-color: #f4f2ed;
	padding: 4px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}


