#html_links
{
        position: relative;
        width: 1000px;
       /* border: 1px solid red;*/
}

        #html_scroll_area
        {
                position: relative;
                overflow: hidden;
                height: 400px;
                background: #fff;
                width: 940px;
                border-bottom:0px solid #d9d9d9;
                padding-left:15px;
                padding-right:15px;
              /* border: 1px solid red;*/
        }

        * html #html_scroll_area {height: 400px;}

                .html_item
                {
                        font-family: Trebuchet MS,  Tahoma;
                        font-size:12px;
                        color: #e1428d;
                        padding: 8px 10px 6px;
                        border-bottom: 1px solid #d9d9d9;

                }

                        .html_item p.article
                        {
                                margin: 0;
                                padding: 0;
                        }

                        .html_item#first_html_item { padding-top: 15px; }
                        .html_item#last_html_item { border-bottom: 0; }

                                .html_item a { color: #000; }

                                .html_item a:hover { color: #a8a8a8; }

        #html_links .cnt-scroll-bar
        {
                position: relative;
                float: left;
                top: 0px;
                bottom:5px;
                margin-left: -10px;
                width: 15px;
                height: 400px;

                border-left: 1px solid #e2ecce;
                border-right: 1px solid #e2ecce;
        }

        * html #html_links .cnt-scroll-bar { margin-left: -1px;  }
        * > #html_links .cnt-scroll-bar { margin-left: 0; }

                #html_links .cnt-scroll-button-up
                {
                        line-height: 0;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 15px;
                        height: 10px;
                        background: #d1d1d1 url(/images/scroll/up.gif) no-repeat top left;

                }

                #html_links .cnt-scroll-button-down
                {
                        position: absolute;
                        left: -1px;
                        top: 400px;
                        width: 17px;
                        height: 10px;
                        background: #d1d1d1 url(/images/scroll/down.gif) no-repeat top left;


                        /*border: 1px solid red;*/
                }

                #html_links .cnt-scroll-trough
                {
                        position: absolute;
                        left: 0px;
                        top: 10px;
                        width: 15px;
                        height: 390px;
                        border-bottom: 1px solid #d1d1d1;
                        border-top: 1px solid #d1d1d1;
                        background: #efefef;
                        /*background: url("/images/scroll/hotlist1.gif") repeat-y top left;*/
                }

                        #html_links .cnt-scroll-thumb
                        {
                                position: absolute;
                                left: 0px;
                                top: 0px;
                                width: 15px;
                                height: 100px;
                                background: #d1d1d1;
                                /*background: url("/images/scroll/hotlist2.gif") repeat-y top left;*/
                                border-top: 1px solid #d1d1d1;
                                border-bottom: 1px solid #d1d1d1;
                                /*border: 1px solid red;*/
                        }

