

.noteStatistic {}
    .noteStatistic div[role="lists"] > ul {padding:0; margin:0; list-style:none}
    .noteStatistic div[role="lists"] > ul > li {margin-bottom:10px}
    .noteStatistic .thread  {padding:5px; border-bottom:1px solid #ccc}
        .noteStatistic .thread .main         {display:block; background:#fff; padding:2px; margin:0 5px 0 2px; border:1px solid #bbb; box-shadow:0px 1px 2px #ccc; border-radius:2px}
        .noteStatistic .thread .main:hover   {border-color:#08c; box-shadow:0 1px 4px rgba(0, 105, 214, 0.25)}
        .noteStatistic .thread img           {width:160px}
        .noteStatistic .thread .seeker {float:right;margin-left:5px}
        .noteStatistic .thread .commentReply {float:right;margin-left:5px}
        .noteStatistic .thread .canvas {float:right}
            .noteStatistic .thread .canvas span  {position:relative; bottom:2px; display:inline-block; width:16px; height:16px}
            .noteStatistic .thread .canvas .anchor  {background:url(/sys/res/icon/pin-medium.png) no-repeat}
            .noteStatistic .thread .canvas .drawing {background:url(/sys/res/icon/drawing-medium.png) no-repeat}

.noteStatistic .note  {margin-bottom:5px}
.noteStatistic .extra {padding-left:25px}


    .noteStatistic .searcher{width:150px}
    .noteStatistic .range   {width:40px; margin-left: 5px;}

    .noteStatistic .account {float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background-repeat:no-repeat}

    .noteStatistic .plus    {float:left; margin-left:20px; cursor:default}
        .noteStatistic .plus .hdl           {display:inline-block; line-height:12px; border-radius:2px; border:1px solid #9dacce; font-size:11px; padding:0 4px; background:#eceef5; cursor: pointer;}
            .noteStatistic .plus .count         {position:relative; display:inline-block; line-height:12px; border-radius:2px; padding:0 4px; margin-left:10px; border:1px solid #aaa; cursor:pointer; background:#fff}
            .noteStatistic .plus .count:before  {z-index:2; display:table; content:""; position:absolute; left:-4px; top:2px; border-top:4px solid transparent; border-bottom:4px solid transparent; border-right:5px solid #fff}
            .noteStatistic .plus .count:after   {z-index:1; display:table; content:""; position:absolute; left:-6px; top:2px; border-top:4px solid transparent; border-bottom:4px solid transparent; border-right:5px solid #aaa}


.noteStatistic .mod_comment         {margin:10px 0 0 20px; display:none}
.noteStatistic .mod_comment .item   {margin-bottom:5px}
.noteStatistic .plus .hdl           {display:none}

.noteStatistic .plus.ih .ih,
.noteStatistic .plus.nc .nc,
.noteStatistic .plus.my .my,
.noteStatistic .plus.nl .nl {display:inline-block}


.noteStatistic .plus .nc    {opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);}
.noteStatistic > .lists     {margin-top:10px}
