.faq dd, .faq dd.expanded {
position: static;

padding-bottom: 2px;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
	
}

.faq dd.collapsed {
position: absolute;
top: 0;
left: -999em;
}


