

/*===================================================================================*/img.expando


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-family:Arial;
	font-size:11px;
	/*font-weight:bold;*/
	color:#000000;
	/*background-color: #EEF7FF;*/
	width:120px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
	
	/*height:20px;*/
		
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_question:hover{	/* Styling question */
	
	color:#004E97;
	text-decoration:underline;
	cursor:pointer;
}



.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	/*top:10px;*/
	color:#004E97;	
	width:120px;
	
	/* End layout CSS */
	margin-top:0px;
	margin-bottom:0px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-left:0px
	
	

}


.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	font-size:0.9em;	
	position:relative;
	width:120px;
}

