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


.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	color:#333333;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_question strong {
	color: #006600;
}

.dhtmlgoodies_question img {
	float: right;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:380px;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 11px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}
