/* CSS Document */

.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	display: block;
	background-color: transparent;
	border-bottom: 1px solid #89ac5e;
	padding: 14px 4px 24px 10px;
	margin: 0px 0px 0px 0px;
	color: #444444;
	
	/* End layout CSS */
	
	overflow: visible;
	cursor: pointer;
}

.dhtmlgoodies_question:hover {
	background-color: #ebf7db;
	color: #333333;
}
	.dhtmlgoodies_question h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.dhtmlgoodies_question h2 {
		margin: 0px 0px 0px 0px;
		padding: 14px 0px 10px 0px;
	}
	.dhtmlgoodies_question span {
		font-size: 12px;
		color: #444444;
	}
	.dhtmlgoodies_question {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 14px;
	}

.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	background-image:url(../../images/bg-stripe.gif);
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	
	/* End layout CSS */
	
	visibility: hidden;
	overflow: hidden;

}
.dhtmlgoodies_answer_content {	/* Content that is slid down */
	padding: 15px;
}