div.foldMenu
{
   margin: 10px 0 0 0;
   padding: 0;
}

div.fmItem
{ 
   margin: 0;
   padding: 0;
}

div.fmItemHeader
{
   padding: 0;
   color: #838383;
   font-size: 11px;
   font-weight: bold;
   cursor: pointer;
   border-bottom: 1px solid #373737;
}

table.fmItemTable
{
   height: 28px;
   padding: 0;
   color: #838383;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
}

td.fmItemImg
{
   padding: 0 0 3px 0;
   width: 0;
   font-size: 0;
   line-height: 0;
   vertical-align: bottom;
   text-align: left;
}

td.fmItemTitel
{
   padding: 0 0 3px 0;
   color: #838383;
   font-size: 11px;
   line-height: 12px;
   font-weight: bold;
   vertical-align: bottom;
   text-align: left;
}

td.fmItemTitelActive
{
   padding: 0 0 3px 0;
   color: #ffffff;
   font-size: 11px;
   line-height: 12px;
   font-weight: bold;
   vertical-align: bottom;
   text-align: left;
}

div.fmItemContent
{ 
   padding: 14px 18px;
}