@charset "utf-8";
/* CSS Document */


.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	color:#e50c6d;
	font-size:12px;
	height:auto;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
	text-transform: none;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	width: 580px;
	background-position: 26px 13px;
}

.dhtmlgoodies_question img, .dhtmlgoodies_answer img {
	padding: 3px;
	border: 1px solid #ccc;
	float:right;
}

.dhtmlgoodies_question img.logo {
	padding: 0px;border: none; float:none;
}

.dhtmlgoodies_answer img {
	padding: 3px;
	border: 1px solid #ccc;
	float:right;
	margin-bottom: 5px;
}

.dhtmlgoodies_question h4 {
	font-size: 16px;
	text-transform: uppercase;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:566px;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin: 0px;
	padding-left: 10px;
	font-size: 11px;
	color:#333;
	line-height: 17px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #DDD7E5;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}

