﻿/*树型样式*/
.boradTree { }
    .boradTree strong { font-size: 14px; line-height: 25px; margin: 0px; padding: 0px; }
    .boradTree ul { margin: 0px; padding: 0px; list-style: none; }
    .boradTree li { padding-left: 16px; background: url(//bbs.gkong.com/jquery/img/treeview-default-line.gif) no-repeat; line-height: 20px; }
    .boradTree .lastNode { background-position: 0px -1766px; }
    .boradTree .expand { background-position: 0px -16px; }
    .boradTree .exp1 { margin-left: -16px; float: left; width: 16px; height: 16px; background: url(//bbs.gkong.com/jquery/img/treeview-default.gif) no-repeat; background-position: -80px -1px; cursor: pointer; }
    .boradTree .exp2 { margin-left: -16px; float: left; width: 16px; height: 16px; background: url(//bbs.gkong.com/jquery/img/treeview-default.gif) no-repeat; background-position: -64px -23px; cursor: pointer; }
    .boradTree .lastNode .exp1 { background-position: -32px -67px; }
    .boradTree .lastNode .exp2 { background-position: 0px -111px; }

    .boradTree .sel { background-color: #ccf; }

/*版块列表*/
.BoardList { float: left; width: 192px; background-color: #f6f6f6; }
    .BoardList #boardBodys { border: solid 1px #6595d6; background: url(../img2010/tree_gbColor.jpg) repeat-x; padding: 4px; }

    /*tab 样式*/
    .BoardList .tabs { margin: 0; padding: 0; list-style-type: none; border-bottom: 1px solid #6595d6; height: 24px; background-color: #fff; /*display: none;*/ }
        .BoardList .tabs li { float: left; width: 67px; text-align: center; line-height: 20px; cursor: pointer; margin-left: 8px; padding-top: 4px; background: url(../img2010/tree_tabs.jpg) no-repeat -78px 0; }
        .BoardList .tabs .sel { line-height: 25px; background-position: left top; padding-top: 0; }
    .BoardList .others { border: solid 1px #6595d6; margin-top: 8px; padding: 4px; }
#boradTM { display: none; }

