/*
@description 

@author	Bryan Gullan
@created yyyy-mm-dd
*/

dl#faq {
	
}
	
	dl#faq dt {
		float:none;
		margin:0 0 0 0;
		padding:0 15px 5px 15px;
		width:auto !important;
	}
		dl#faq dt.active {
			margin-bottom:5px;
			border-bottom:none;
			background:url(/display_images/kicka/icon/pro_li_open.gif) left 0.3em no-repeat;
		}
		dl#faq dt.inactive {
			margin-bottom:15px;
			/*border-bottom:1px solid #CC8102;*/
			background:url(/display_images/kicka/icon/pro_li_close.gif) left 0.3em no-repeat;
		}
	dl#faq dd {
		margin:0 0 15px 0;
		padding:0 15px;
	}
		dl#faq dd.active {
			/*border-bottom:1px solid #CC8102;*/
		}
		dl#faq dd.inactive {
			/*display:none;*/
			border-bottom:none;
		}
		dl#faq dd p{
			margin-top:0;
		}