dl.accordion { background:#FFF; width:98%; margin:0 auto 5px; padding:10px; font-size:12px;}
dl.accordion dt {
	background:url(http://reginaforest.com/rdc/img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background:url(http://reginaforest.com/rdc/img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	border-bottom:1px solid #FFF; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
	background:url(http://reginaforest.com/rdc/img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background:url(http://reginaforest.com/rdc/img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));}
dl.accordion dd { background:#FFF; padding:0px; line-height:2.5; display:none;}