﻿/*FAQ*/

.dhtmlgoodies_question{	
	color: #FF6600;
	font-size:12px;
	width:250px;
	height:22px;
	text-indent:-99999px;
	background-image: url(../img/t_w_case.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	
	
	overflow:hidden;
	cursor:pointer;	
}
.dhtmlgoodies_answer{	
	background-color: #F3F2EB;
	width:240px;
	margin-bottom:10px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;	

}
.dhtmlgoodies_answer_content{	
	padding:5px;
	font-size:12px;
	color:#666666;	
	position:relative;
}
