﻿        ul
        {
            list-style: none;
        }
        #layout_header, #layout_content, #layout_footer
        {
            width: 1024px;
            margin: 0 auto;
        }
        #layout_header
        {
            height: 91px;
        }
        #layout_content
        {
            position: relative;
            overflow: hidden;
        }
        #layout_footer
        {
            height: 28px;
        }
        #layout_footer span
        {
            display: block;
            height: 100%;
            line-height: 28px;
            vertical-align: middle;
        }
        #layout_header h1
        {
            width: 500px;
            height: 100%;
            text-indent: -9999px;
            overflow: hidden;
            float: left;
        }
        .toolsTags, .toolsTags2
        {
            position: absolute;
            left: 0;
            border-right: 1px solid #eb9d6b;
            background: #fff;
            z-index: 9;
        }
        .toolsTags
        {
            width: 20px;
            height: 100%;
        }
        .toolsTags2
        {
            width: auto;
            height: 20px;
            bottom: 0;
            _bottom: -1px;
        }
        .toolsTags li
        {
            height: 79px;
            padding-top: 10px;
            line-height: 120%;
            text-align: center;
            cursor: pointer;
        }
        .toolsTags li, .toolsTags li.now
        {
            padding-left: 2px;
            font-weight: 700;
            background: url(images/un_tags.png);
        }
        .toolsTags li
        {
            color: #999;
            background-position: 0 -89px;
        }
        .toolsTags li.now
        {
            margin-left: 0;
            color: #fff;
            background-position: 0 0;
        }
        .toolsTags2 li, .toolsTags2 li.now
        {
            font-weight: 700;
            line-height: 20px;
            vertical-align: middle;
            background: url(images/un_tags.png);
        }
        .toolsTags2 li
        {
            width: 89px;
            height: 100%;
            color: #fff;
            text-align: center;
            background-position: 0 -178px;
            cursor: pointer;
            float: left;
        }
        .toolsTags2 li.now
        {
            border-top: 0;
            color: #069;
            background-position: -89px -178px;
        }
        .toolsContent
        {
            height: 100%;
            border: 1px solid #eb9d6b;
            border-top: 0;
            border-left: 0;
            background: #fff;
            filter: alpha(opacity=95);
            width:0px;
            overflow:hidden;
            margin-left:20px;
           
            
        }
        .toolsContent
        {
            position: absolute;
            top: 0;
            
        }      
        .toolsTitle
        {
            height: 24px;
            text-indent: 8px;
            font-weight: 700;
            color: #792f00;
            line-height: 24px;
            text-align: left;
            vertical-align: middle;
            background: url(images/bg_toolsTitle.png) repeat-x;
        }
        .toolsTitle a
        {
            display: block;
            width: 16px;
            height: 16px;
            margin: 3px;
            text-indent: -999px;
            overflow: hidden;
            float: right;
             background:url(images/un_float_ctrl.png);
        }
        .toolsCin{ height:500px; overflow-x: hidden; line-height:25px; overflow:scroll;scrollbar-shadow-color: #EBA172; scrollbar-highlight-color: #EBA172; scrollbar-face-color: #d9d9d9; scrollbar-3dlight-color:#FEF0E6; scrollbar-darkshadow-color: #FEF0E6; scrollbar-track-color:#FEF0E6; scrollbar-arrow-color: #FEF0E6;margin-left:5px;}
        .toolsBar
        {
            position: absolute;
            top: 0;
            width: 1px;
            height: 100%;
            background: #eb9d6b;
            cursor: col-resize;
            -moz-user-select: none;
            z-index: 8;
        }