@charset "UTF-8";
/* CSS Document */

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:730px;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  vertical-align:left;
  text-align:left;
  background-repeat:repeat-x;
  display:table-cell;
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
  text-align:left;
}

.AccordionContainer
{
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}		