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

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#999999;
	background-color:#E9E9E9;
	width:240px;
	background-image:url(../styles/images/bgd_001.png);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #990000;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #990000;
	width:260px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-top: -3px;
	margin-bottom: 5px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:5px;
	position:relative;
}
