.AccordionTitle, .AccordionContent,  .AccordionContainer
{
/*  clear: right; */
  padding-top: 35px;
  padding-right: 10px;
  position:relative;
  width:541px;
}

.AccordionContainer
{
/*  border: solid 1px #C1C1C1;*/
	
clear: right;
  margin-left: auto;
  margin-right: auto;
}

.AccordionTop {
  width: 551px;
  height: 32px;
  padding: 8px 0 0 10px;
  background: #72ae32 url(../images/accordian_top.jpg) no-repeat 0 0;
  color: #FFFFFF;
  font: bold 14pt Verdana, Arial;
}

.AccordionTitle
{
  position:relative;
  overflow:hidden;
  cursor:pointer;
  font-family:verdana;
  font-size:10pt;
  font-weight:bold;
  text-align:left;
  padding-top: 10px;
  padding-left: 10px;
  background-repeat:repeat-x;
  display: block;
/*  display:table-cell; */
  width: 541px;
  height: 40px;
  background: #72ae32 url(../images/accordian_middle.jpg) no-repeat 0 0;
  color:white;
  -moz-user-select:none;
}

.AccordionContent
{
  position:relative;
  font-family: verdana;
  font-size: 8pt;
  line-height: 9pt;
  color: #8195dd;
  padding: 10px 10px 15px 10px;
  overflow: none;
  display:none;
  background: #ffffff url(../images/accordian_emptymiddle.png) repeat-y;
}

.AccordionBottom {
  position:relative;
  width: 561px;
  height: 40px;
  background: #72ae32 url(../images/accordian_bottom.jpg) no-repeat 0 0;
}