.tab-accordian dd { visibility: visible; display: block; border-top-width: 0px; border-bottom-width: 0px; padding-top: 5px; padding-bottom: 5px; margin-top: 1px; margin-bottom: 1px; opacity: 1; }
.tab-accordian dt { cursor: pointer }

dl.tab-accordian { width: 100%; font-family: Arial, sans-serif; font-size: 12px }
dl.tab-accordian dd { visibility: visible; display: block; border-top-width: 0px; border-bottom-width: 0px; padding-top: 5px; padding-bottom: 5px; margin-top: 1px; margin-bottom: 1px; opacity: 1; }
dl.tab-accordian ul { padding-bottom:5px; }

dl.tab-accordian dt
{
   background: url('../images/fstop/pointplus.png') no-repeat 4px;
   color: black;
   padding-left: 30px;
   padding-top:4px;
   padding-bottom:4px;
   font-size:16px;
   font-family: "frutiger-pro-bold-cond", Helvetica, Arial, sans-serif !important
}
dl.tab-accordian dt.Zebra_Accordion_Expanded
{
   background: url('../images/fstop/pointminus.png') no-repeat 4px;
   margin-top:10px;
}