body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px; }


#accordianList {
	width: 500;
	margin: 4px; 
	background: #ffffff url('../images/artisan_bg.png'); }

#accordianList ul li {
	list-style: none; }

#accordianList ul li a {
	color: #ffff00; }

#accordianList ul li a:hover {
	color: #ffffff; }


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#ffff00;
	font-size: 1.2em;
	line-height: normal;
	font-weight: normal;
	width:430px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 4px;
	padding-left: 2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer; }

.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	width:470px;
	font-size: 1em;
	line-height: normal; 
	color: #ffffaa; 
	
	/* End layout CSS */
	
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative; }

.mail, .external {
	color: #ffffff; }

.answer {
	font-size: 1.1em; 
	color: #ffffff;
	margin-left: 20px; }

#accordianList span, .mail, .external {
	background: #ffffff; }

.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative; }
