#faqs dl { margin-top: 5px; margin-left: 18px; }

#faqs dl dt, #faqs dl dd {background: none;  } 

#faqs dl dt.DTplus, #faqs dl dt.DTminus, #faqs dl dd {
	background: none;
	padding: 0 0 0 22px;
	font-size: 1.3em;
}

#faqs dl dt.DTplus a { line-height: 1.8em;  background: url(/images/icnArrowSmall.gif) left center no-repeat; padding-left: 10px; text-decoration: none; }
#faqs dl dt.DTminus a { line-height: 1.8em;  background: url(/images/icnArrowSmallActive.gif) left center no-repeat; padding-left: 10px; text-decoration: none;}

#faqs dl dd.showDD { position:relative; top:0; margin-bottom: .8em; }
#faqs dl dd.hideDD { position:absolute; left:-9999px; }

/*#faqs dl dd.hideDD {display: none;}*/

#faqs dl dd.showDD {padding: 5px 32px 0 32px; position: relative; }

#faqs dl dd p, #faqs dl dd li { font-size: 1em; }
#faqs dl dt a:hover, #faqs dl dt a:focus { text-decoration: underline; }

#faqs div.productsList dl { position:absolute; left:-9999px; }
#faqs div.productsList.on dl { position:relative; left:0px; }

