div.Shortcut * {
   margin-top: 5px;
}
div.Shortcut table caption {
   font-size: 13px;
   font-weight: bold;
   color: #4a587d;
   text-align: left;
   padding: 5px;
   border-bottom: 1px solid #4a587d;
}
div.Shortcut table.Shortcut {
   width: 140px;
   background-color: #F8F9FA;
}
div.Shortcut table.Shortcut td.blockName {
   background-color: #E73D00;
   color: white;
   padding: 5px;
   font-size: 12px;
   font-weight: bold;
   border-bottom: 1px dashed #AA2F00;
}
div.Shortcut table.Shortcut td {

   padding: 5px;
}

div.Shortcut table.Shortcut ul {
   margin: 0px;
   margin-left: 15px;
   list-style-image : url("../img/ikonka.gif");
   padding: 0px;
}
div.Shortcut table.Shortcut li {
}

/* --------------------------------- */
div.Shortcut#OnShortcutLink * {
   font-variant: normal;
   font-size: 9px;
}

div.Shortcut#OnShortcutLink table.Shortcut {
   width: 140px;
   border: 1px dashed #AA2F00;
   background-color: #F8F9FA;
   font-variant: normal;
}
div.Shortcut#OnShortcutLink table.Shortcut td.blockName {
   font-size: 12px;
}
div.Shortcut#OnShortcutLink table.Shortcut caption {
   font-size: 14px;
   font-weight: bold;
   color: #495577;
   text-align: left;
   padding: 5px;

}
