/* --------------------------------------------------
  EXPAND AND COLLAPSE MODULES
-------------------------------------------------- */
.ec {
   border:1px solid #aacfe2;
   border-width:1px 0px 0px 0px;
   margin:0;
   padding:5px 5px 10px 5px;}
.ecbackground {
   background-color:#f1faff;}
.echover {
   background-color:#fffdde;}
a.eclink {
   cursor:pointer;
   padding:0 0 0 30px;
   display:block;} 
.ec h4 {
   margin:0 0 0 31px;
   padding:0;
   color:#555;}
.ec .ec-content {
   padding:0 0 15px 0;
   margin:20px 0 0 31px;
   display:none;}
.ec .ec-content p {
   margin:0 0 8px 0;
   padding:0;}
.ec .ec-content table {
   border-width:0;}
.ec .ec-content td {
   border:1px dotted #eaeaea;
   border-width:0 0 1px 0;
   padding:5px 3px;}
.showHide {
   margin:10px 0;}
.shortdesc {
   margin:0;
   padding:0;}
.collapse {
   background:url(../images/jcollapse.gif) center left no-repeat;}
.expand {
   background:url(../images/jexpand.gif) center left no-repeat;}
.ecBorderBot {
   border-bottom:1px solid #aacfe2;}

