/* Define the styles for the menu preview on the left of the page */
td.menu_preview_cell {
  vertical-align: top;
  padding-right: 15px;
  border-right: solid 1px #333399;
}

td.menu_preview_cell table {
  white-space: nowrap;
}

td.menu_preview_cell table th {
  text-align:left;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  padding:3px 8px 2px 8px;
}

td.menu_preview_cell table th img {
  vertical-align:middle;
}

td.menu_preview_cell table tr {
  color:#111111;
  text-align:left;
  font-size:11px;
  font-weight:normal;
  padding:3px 5px;
}

td.menu_preview_cell table td {
  white-space: nowrap;
  border-bottom:1px dashed #c3bfbe;
}

td.menu_preview_cell table a, td.menu_preview_cell table a:visited, td.menu_preview_cell table a:active {
  padding:3px 13px 2px 13px;
  text-decoration:none;
  display:block;
}

td.menu_preview_cell table a:hover {
  background-color:#F7F7F7;
}

/* define the styles for the detailed descriptions on the right of the page */
td.menu_items_cell {
  padding-left: 15px;
}

td.menu_items_cell dt {
  font-weight: bold;
  padding: 3px;
}

td.menu_items_cell dd {
  padding-bottom: 10px;
}

