.dhtmlgoodies_question{
	width:170px;
	overflow:hidden;
	cursor:pointer;
	color:#ffffff; font-weight:bold;
	background:url(../images/devider-cat.gif) top center no-repeat;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-top:0px; 
	margin-bottom:0px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:2px;
	position:relative;
}

a.yellowlink
{color:#FFD427; text-decoration:none; padding-left:8px;}