﻿/*FAQ*/

.dhtmlgoodies_question{
	color: #333333;
	font-size:12px;
	width:99%;
	height:18px;
	background-image: url(../img/t_w_case.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	overflow:hidden;
	cursor:pointer;
	text-align: center;
	background-color: #E9E7D8;
	margin-right: auto;
	margin-left: auto;
}
.dhtmlgoodies_answer{
	background-color: #F3F2EB;
	width:96%;
	margin-bottom: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;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.dhtmlgoodies_answer_content{	
	padding:5px;
	font-size:12px;
	color:#666666;	
	position:relative;
}

