/* Style sheet for accessories.html */

  BODY                 { background-color: 000000; margin-top: 0px;  }
  TABLE.itemContainer  { background-color: FFFCD7; border: 4px solid #FFFCD7; padding-top: 6px; padding-bottom: 24px;	padding-left: 6px; 	padding-right: 6px; }
  TABLE.innerItemWht   { background-color: FFFFFF; border: 2px solid #0099FF; }
  TABLE.innerItemColor { background-color: FFFCD7; border: 2px solid #0099FF; }
  TD                   { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; color: FFFFFF; }
  TD.containerText     { font-size: 14px; color: 000000; }
  TD.containerTextRight{ font-size: 14px; color: 000000; text-align: right; }
  TD.categoryHead      { color: 000000; font-weight: 700; }
  TD.itemDark          { background-color: #000099; text-align: center; color: cccccc; font-size: 13px; font-weight: 700; }
  TD.itemHead          { background-color: #0099FF; text-align: center; color: FFFFFF; font-size: 13px; font-weight: 700; }
  TD.darkRight         { background-color: #0099FF; text-align: right; color: FFFFFF; font-size: 13px; font-weight: 700; }
  TD.innerItemWht      { background-color: FFFFFF; color: 000000; font-size: 13px; vertical-align: middle;  }
  TD.innerItemColor    { background-color: #B0B0EE; color: 000000; font-size: 13px; vertical-align: middle; }
  TD.picWht            { background-color: FFFFFF; color: 000000; font-size: 11px; text-align: center; }
  TD.picColor          { background-color: #B0B0EE; color: 000000; font-size: 11px; text-align: center; }
  TD.submitWht         { background-color: FFFFFF; color: 000000; font-size: 14px; text-align: center; font-weight: 700; }
  TD.submitColor       { background-color: #B0B0EE; color: 000000; font-size: 14px; text-align: center; font-weight: 700; }
  TD.vertical          { background-color: 000000; background-image: url('images/v_white_line.gif'); repeat: y-repeat; }
  TD.right             { text-align: right; }
  TD.center            { text-align: center; }
  TD.footlinks         { font-size: 11px; text-align: center; }
  TD.wht               { background-color: FFFFFF; }
  TD.ltGray            { background-color: EBEBEB; }
  H3                   { color: #0099FF; text-align: center; }
  H4                   { color: #0099FF; text-align: center; }
  SPAN.small           { font-size: 11px; }
  .acc-caption         { color:#000000;font-weight:700; font-size:13px; }
  a:link               { color: #0099FF; font-weight: 700; text-decoration: underline; }
  a:visited            { color: #0099FF; font-weight: 700; text-decoration: underline; }
  a:active             { color: FF0000; font-weight: 700; text-decoration: underline; }
  a:hover              { color: FFFF00; font-weight: 700; text-decoration: underline; }
  a:link.picColor      { color: 000000; text-decoration: underline; }
  a:visited.picColor   { color: 525252; text-decoration: underline; }
  a:active.picColor    { color: FF0000; text-decoration: underline; }
  a:hover.picColor     { color: 5D5D5D; text-decoration: underline; }
  
  