.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:12px;
	margin-top:2px;
	background-repeat:no-repeat;
	background-position:top -48px;
	height:21px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	background-image: url(../images/bg_metrics.png);
	padding: 5px 0 0 10px;
	width: 185px;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	width:240px;font-size: 10px;color: #111; margin: 0 0 3px 0;padding: 0;line-height: 13px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:2px;
	font-size:0.9em;	
	position:relative;
	color: #111;
}
#bodyrignt .dhtmlgoodies_answer ul {margin: 10px 0 20px 10px; padding: 3px 0 0 3px; list-style:disc; list-style-position:outside;}
#bodyrignt .dhtmlgoodies_answer ol {margin: 10px 0 20px 10px; padding: 3px 0 0 3px; list-style:disc; list-style-position:outside;}

#bodyright .dhtmlgoodies_answer li {font-size: 11px;color: #111; margin: 0 0 10px -5px; padding: 0;line-height: 15px;}

#bodyright .dhtmlgoodies_answer li a:link { text-decoration: none; color: #111; font-weight:normal;}
#bodyright .dhtmlgoodies_answer li a:visited { text-decoration: none; color: #111; font-weight:normal;}
#bodyright .dhtmlgoodies_answer li a:hover { text-decoration: none; color: #39F; font-weight:normal;}
#bodyright .dhtmlgoodies_answer li a:active { text-decoration: none; color: #39F; font-weight:normal;}
