/* ============================================================== */
/* Estilos Genericos de FAQ */
/* ============================================================== */
div#faqIntro{
	background:url(/imgLib/global/areas/faq/decor.jpg) no-repeat right top;
	padding:15px 0 10px 10px;
}
div#faqIntro p{ padding-right:150px; }
div#contentBox  { padding-bottom:5px; }
div#contentBox a:link, div#contentBox a:visited { 
	border-bottom:1px solid #EBEBEB;
	text-decoration:none;
	color:#EBEBEB;
}
div#contentBox a:hover{
	color:#FF3;
	text-decoration:none;
	border-bottom:1px dotted #FF3;
}
div#faqLinks{ padding:0px 0 10px 10px; }
div#faqLinks li { margin:5px; list-style-type:none; color:#FFF; }
div#faqLinks li:hover{ list-style-type:square; }
div#faqReply div.reply{
	width:600px;
	margin:10px 15px 15px 15px;
	padding-bottom:1px;
	background: #CC9 url(/imgLib/global/areas/faq/reply_bg_bot.gif) no-repeat left bottom;
}
div#faqReply div.reply h3{
	font-size:15px;
	font-weight: bold;
	color:#F0F0E1;
	margin-left:0px;
	padding-left:15px;
	background: #CC9 url(/imgLib/global/areas/faq/reply_bg_top.gif) no-repeat left top;
	padding-top:15px;
}
div#faqReply div.reply ul {
	padding-left:12px!important;
	margin-left:0px!important;
}
div#faqReply div.reply li {
	display:inline;
	padding-left:20px;
	background: url(/imgLib/global/interface/bullet_arrow.gif) no-repeat left top;
	margin-right:20px;
	list-style-type:none; 
}
div#faqReply div.reply ul.customList li{ display:block;}
div#faqReply div.reply li.up {
	background: url(/imgLib/global/interface/bullet_arrow_up.gif) no-repeat left top;
	padding-left:15px;
}
