﻿.dictionary_AccordionTitle, .dictionary_AccordionContent, .dictionaryListContainer
{
  width:100%;
  float:right;
  margin-top:5px;
}

.dictionary_AccordionTitle
{
  background-image:url("../Images/General/bullet.gif");
  background-repeat:no-repeat;
  background-position:right 3px;
  padding-right:10px;
  height:33px;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
}

.dictionary_AccordionTitleOpen
{
  
  background-image:url("../Images/General/bulletOpen.gif");
  background-repeat:no-repeat;
  background-position:right 3px;
  padding-right:10px;
  height:33px;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
}

.dictionary_AccordionTitle a
{
    font-weight:bold;
    text-decoration:none;
}

.dictionary_AccordionContent
{
    display :none; 
}

.dictionary_AccordionContent img
{
    margin-top:10px;
    margin-right:10px;
    border:none; 
}


