﻿.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	width:869px;
        margin: 0px auto;
	height:30px;
	padding-top:15px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_question h2 {
	margin: 0;
}
.dhtmlgoodies_question h2 a {
	text-decoration: none;
	background: url(../images/arrow-down.gif) no-repeat;
	padding: 0 20px 0 0;
	color: #870006;
}
.dhtmlgoodies_question h2 a:hover {
	text-decoration: underline;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
        margin: 0px auto;
        color: #fff;
        font-size: 15px;
	width:869px;
        height:250px;
        background-image: url(images/sponsors.jpg) no-repeat;


	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
        margin: 0px auto;
        padding-bottom:20px;
}


