
.dhtmlgoodies_question{	
	width:110px;
	background:url(../img/bgHakkimizda.png) no-repeat;
	padding:0 5px;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:562px;
	border:1px dotted #ccc;
	/* End layout CSS */
	background-color:#fff;
	padding:5px;
	padding-top:3px;	
	visibility:hidden;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer p, .dhtmlgoodies_question p  {
	margin: 0;
	padding:0;
	font-size:12px;
	margin-bottom:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif}
.dhtmlgoodies_question p { padding-top:2px; color:#FFF;}


