/*

 STYLE SHEETS

 Autor: Adriano Fialho / adriano.fialho@ibonfim.com
 
 Desenvolvimento: iBONFIM - Agência Online
 				  http://www.ibonfim.com

*/

/* --- CONTENT --- */
/* CATEGORY */
#content .category{
	float:left;
	width:100%;
	padding-bottom:20px;
}

#content .category .title{
	float:left;
	width:100%;
	font-weight:bold;
	margin-bottom:3px;
}

/* QUESTIONANSWERED */
#content .category .questionAnswered{
	float:left;
	width:100%;
	margin:5px 0px 5px 0px;
}

/* QUESTION */
#content .category .questionAnswered .question{
	float:left;
	width:100%;
}

#content .questionAnswered .question a{
	float:left;
	padding:0px 0px 0px 15px;
	background:url('../../../../central/imgs/li.gif') 0px 5px no-repeat;
}

/* ANSWER */
#content .questionAnswered .answer{
	float:left;
	width:100%;
	padding:5px 0px 0px 0px;
}
#content .questionAnswered .answer p{
	margin-left:15px;
}
