/* ******************* SlidOut.js********************** */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFBB77;
	font-size:12px;
	font-weight:bold;
	width:135px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:100%;
	background:#0F529C;
	border: #999999 dotted 1px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

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

