
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */

	font-size:1em;
	width:285px;
	margin-bottom:1px;
	margin-top:1px;
	height:20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	text-align: right;
}
.dhtmlgoodies_question a{
	color:#000;
	background-color:#D5D5D5;
	padding:0 20px 0 0;
	display: block;
	border-top:1px solid #bbb;
}
.dhtmlgoodies_question a:hover,
.dhtmlgoodies_question a:active{
	color:#fff;
	background-color:#637079;
	text-decoration: none;
}

.dhtmlgoodies_answer{
	/* Start layout CSS */
	border:1px solid #bbb;
	width:283px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content{
	padding:1px;
	font-size:0.9em;	
	position:relative;

}
#content-outer #content-wrapper .dhtmlgoodies_answer ul {
	margin: 10px 0 10px 0;
}

#content-outer #content-wrapper .dhtmlgoodies_answer li {
	line-height: 20px;
}
#content-outer #content-wrapper .dhtmlgoodies_answer li a{
	font-size:0.9em;
	background-color:#eee;
	display: block;
	margin-bottom: 1px;
	padding: 0 10px;
	border-top: 1px solid #ccc;
}
#content-outer #content-wrapper .dhtmlgoodies_answer li a:hover{
	color: #000;
	background-color:#DADADA; 
	display: block;
	text-decoration: none;
}
#content-outer #content-wrapper .dhtmlgoodies_answer li img {
	border: none;
	padding: 0;
}
