/* Homepage ------------------------------------------- */

#faqList{
	margin-top: 20px;
}

	#faqList dl{ border-bottom: 1px dotted #cecece; margin-bottom: 30px;}
		#faqList dd p{margin:0; font-size: 1em;}
		#faqList .description{ font-style: italic; padding-left: 0.5em; margin: 0;}
		#faqList .description a{font-style: normal; font-weight: normal;}

		
			#faqList dl dt a:link,
			#faqList dl dt a:visited,
			#faqList dl dt a:active,
			#faqList dl dt a:hover{
				display: block;
				height: 100%;
				padding: 0.4em 0.4em 0.4em 20px;
				background: transparent url('/static/img/icon_list_arrow.gif') no-repeat 6px 12px;
				border-top: 1px dotted #cecece;
			}
			#faqList dl dt a:hover{
				text-decoration: underline;
			}
			#faqList dl dt a:link.active,
			#faqList dl dt a:visited.active,
			#faqList dl dt a:hover.active,
			#faqList dl dt a:active.active{
				background: transparent url('/static/img/icon_list_arrow_down_small.gif') no-repeat 6px 12px;
				font-weight: bold;
				text-decoration: none;
			}

			#faqList dd.faqAnswer{
				border: 1px solid #cccc99;
				background: #fff url('/static/img/bg_faq_answer.gif') repeat-x top left;
				margin-bottom: 15px;
			}			
			#faqList dl dd.active{ padding: 0 .5em; font-weight: bold;}
			#faqList dl dd h5{ color: white; font-size: 1em;}