
/* ------------------------------------------------------------------ */
/* -                            Faq                                 */
/* ------------------------------------------------------------------ */


/* -------------------- CategoryList --------------------------------- *

#categoryList{
}

	#categoryList A{
		color:#5F5F5F;
		text-decoration:none;
	}
	
	#categoryList A:hover{
		color:#94B626;
		text-decoration:none;
	}

	#categoryList .item{
		border:1px solid #FFDDC0;
		display:block;
		margin-bottom:5px;
		padding:10px;
		margin-right:5px;
		font-size:13px;
	}
	
	#categoryList .childLevel1{
		padding-left:40px;
		background:url("images/puce1.gif") 25px 3px no-repeat;
	}
	
	#categoryList .childLevel2{
		padding-left:60px;
		background:url("images/puce1.gif") 45px 3px no-repeat;
	}
	
	#categoryList .childLevel3{
		padding-left:80px;
		background:url("images/puce1.gif") 65px 3px no-repeat;
	}
	
	#categoryList .childLevel4{
		padding-left:100px;
		background:url("images/puce1.gif") 85px 0px no-repeat;
	}
	
	#categoryList .childLevel5{
		padding-left:120px;
		background:url("images/puce1.gif") 105px 0px no-repeat;
	}

	*/

/* -------------------- FaqList --------------------------------- */

#faqList{
}	

	#faqList .title{
		display:block;
		padding:3px;
		background-color:#ECE8E5;
	}
	
	#faqList .item{
		/*width:420px;*/
		padding:10px;
		margin:0px 0px 5px 0px;
		border:1px dotted #FE8300;
	}		
	
	#faqList .readMore{
		margin:10px 0px 0px 0px;
		text-decoration:none;				
		clear:both;
		padding-left:12px;
		cursor:pointer;
		background:url('images/ico-plus.gif') 0px 1px no-repeat;
	}

		#faqList .readMore:hover{	
			background-color:#FE8300;
			color:#FFFFFF;
		}
	
	/*#faqList .separator{
		clear:both;
		display:block;
		border-bottom:1px dotted #FFDDC0;
		margin-bottom:10px;
		margin-top:10px;
	}*/