        dl{
                margin-bottom:20px;
                border-bottom: #444 solid 1px;

                font-family: 'ARIAL';
                font-size:14px;
                color: #777;

                }
        dt{
                padding:3px 0 3px 21px;
                cursor:pointer;
                b1ackground:url(arr.png) no-repeat 0 3px;
                border-top: #444 solid 1px;
                text-align: center;
                font-size:20px;
                font-weight: bold;
                }
        dd{
                display:none;
                background:#fff;
                overflow:hidden; /*important for accordeon*/
                height:200px; /*important for accordeon*/
                margin-left:21px;
                border-top: #444 solid 0px;
                text-align: left;
                font-family: 'ARIAL';
                font-size:14px;
                color: #222;

                }
                dd ul{
                        padding:20px 0 20px 30px;
                        }
        .b-acc-active {
                background:url("../../../images/fon_01.gif");
                color: #ff0;
                border-bottom: #800 solid 2px;
        }
