/**** Styles Specifically for the Troubleshooting and F.A.Q. Pages ****/

/* Bordered Areas */
div.bordered
{
  padding:10px 0;
  border-bottom:1px solid #e9eaeb;
}

/* Listing */
table.list
{
  padding-top:10px;
  width:100%;
}
table.list td
{
  padding:10px;
  width:50%;
  vertical-align:top;
  font-size:12px;
}
table.list td.odd { background:#e9eaeb; }
