@charset "UTF-8";
/* CSS Document */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color: #000;
/*	background-color: #900;	*/
	margin-bottom: -5px;
	margin-top: 2px;
	padding: 0.7em 0;
	background-image: url('images/bg_answer.gif');
	background-repeat: no-repeat;
	background-position: top right;	
	border-bottom: 1px solid #000;
/*	height: 10px;	*/
	
	/* End layout CSS */
	
	overflow: hidden;
	cursor: pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	visibility: hidden;
	height: 0;
	overflow: hidden;
	position: relative;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding: 1px;
	font-size: 0.9em;	
	position: relative;
	border-bottom: 1px solid #000;
}
