.pai_acordeon{ width: 95%; margin-left: 15px; }
.dhtmlgoodies_question{   
   color:#FFF;
   font-size:1.1em;
   background-color:#317082;
   width:430px;
   margin-bottom:2px;
   margin-top:2px;
   padding-left:2px;
   background-image:url('../images/sliding-contents/bg_answer.gif');
   background-repeat:no-repeat;
   background-position:top right;   
   height:20px;
   
   overflow:hidden;
   cursor:pointer;
}


.accordionHeader  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebf5df;
	border-right-color: #ebf5df;
	border-bottom-color: #ebf5df;
	border-left-color: #ebf5df;
	color: #578c00;
	background-color: #ebf5df;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	cursor: pointer;
}


.accordionHeaderSelected {

    border: 1px solid #ebf5df;
    color: #578c00;
    background-color: #ebf5df;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent { 
  /*
   border:1px solid #317082;
   background-color:#E2EBED;
    */
	background-color: #ebf5df;
    border: 2px dashed #FFF;
  
   visibility:hidden;
   height:0px;
   overflow:hidden;
   position:relative;

}

.accordionContent111 {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


.dhtmlgoodies_answer_content {
   padding: 10px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   color: #444;
   position:relative;
   text-align: justify;
}
