.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	width:150px;
	background-image:url(../css/theme/big-buddha-left-menu-background.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:34px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}

.dhtmlgoodies_question_selected{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	width:150px;
	background-image:url(../css/theme/big-buddha-left-menu-background.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:34px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}

.dhtmlgoodies_question_no_action{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	width:150px;
	background-image:url(../css/theme/big-buddha-left-menu-background.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:34px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}

.dhtmlgoodies_question_no_action_selected
{
	/* Styling question */ /* Start layout CSS */
	color: #000;
	width: 150px;
	background-image: url(../css/theme/big-buddha-left-menu-background-selected.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px; /* End layout CSS */
	overflow: hidden;
	cursor: pointer;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	font-weight: bold;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	background-color:#0E879A;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

