.containerAccordion
{
    display:block;
    z-index:16;
    position: relative;
}

.itemAccordion
{
    display : block;
    width : inherit ;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 8px -200px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 8px -200px rgba(0,0,0,1);
    box-shadow: 0px 0px 8px -200px rgba(0,0,0,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');

    background : #555 ;
    font-family: calibriregular;


    cursor: pointer;
    color: #f0f0f0;
    text-align: left;

    background: #a8a8a8; /* Old browsers */
    background: -moz-linear-gradient(top,  hsla(0,0%,66%,1) 0%, hsla(0,1%,39%,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,66%,1)), color-stop(100%,hsla(0,1%,39%,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  hsla(0,0%,66%,1) 0%,hsla(0,1%,39%,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  hsla(0,0%,66%,1) 0%,hsla(0,1%,39%,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  hsla(0,0%,66%,1) 0%,hsla(0,1%,39%,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  hsla(0,0%,66%,1) 0%,hsla(0,1%,39%,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#646262',GradientType=0 ); /* IE6-9 */

}

.animation-2 {

    width: 1024px;
    height: 110px;
}

.item-dataAccordion
{
    display : none ;
    width : inherit ;
    font-family: calibriregular;
    height : auto ;
    border: 1px solid #a8a8a8;
    background-color: #efefef;
}


.activeAccordion {
    background : #eee ;
    color : #000 ;
}
.item-dataAccordion div{

    z-index: 16;
}