/*====================================================================================================
 * A C C O R D I O N S                                                           A C C O R D I O N S *
 =====================================================================================================*/

.lizatom-accordion dd.current        { display: block; }
.lizatom-accordion                   {margin-left: 0; }
/*.lizatom-accordion dd                { font-size: 12px;}*/
/*
.lizatom-accordion dt                { width: auto; border: 1px solid #e9e9e9; border-radius: 5px; margin-bottom: 4px; font-weight: 500; background-image: url(../images/accordion/accordion-bg.png); background-position: bottom left; background-repeat: repeat-x; position: relative; cursor: pointer; padding: 20px 20px 20px 50px; }
*/
.lizatom-accordion dt                { width: auto; border: 1px solid #e9e9e9; border-radius: 5px; margin-bottom: 0px; margin-top:5px; font-weight: 500; background-image: url(../images/accordion/accordion-bg.png); background-position: bottom left; background-repeat: repeat-x; position: relative; cursor: pointer; padding: 10px 20px 10px 50px; }

/*
.lizatom-accordion dd                { display: none; padding: 10px 10px 20px 10px; margin-bottom: 0;}
.lizatom-accordion dd p:first-child  { margin-top: 8px; }*/

.lizatom-accordion dd                { display: none; padding: 0px 10px 20px 10px; margin-bottom: 0;/*background-image: url(../images/accordion/accordion-bg.png); background-repeat: repeat-x; width: auto;background-position: center;*/ background-color:#F4F4F4;border: 1px solid #e9e9e9; border-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px; }
.lizatom-accordion dt:first-child  { margin-top: 0px; }

/*
.lizatom-accordion dt:before         { content: url(../images/accordion/accordion-open.png); position: absolute; left: 15px; top: 50%; margin-top: -12px; }
.lizatom-accordion dt.current:before { content: url(../images/accordion/accordion-close.png); }
*/
.lizatom-accordion dt:before         { content: url(../images/accordion/accordionicon.gif); position: absolute; left: 15px; top: 50%; margin-top: -10px; }
.lizatom-accordion dt.current:before { content: url(../images/accordion/accordionicon_OVER.gif); }