﻿ #list
        {
            border: solid 1px #cdcdcd;
            overflow: hidden;
            height:100%;
        }
        #list dt
        {
            background: url(Images/idx4.gif);
            height: 28px;
            line-height: 28px;
            font-size: 14px;
            font-weight: bold;
            color: #cc0400;
            padding-left: 10px;
            padding-right: 10px;
            border-bottom: solid 1px #cdcdcd;
        }
        #list dd
        {
            padding: 8px;
        }
        #list ul
        {
            border-bottom: dashed 1px #909090;
            height: 100%;
            padding-bottom: 4px;
            padding-top: 4px;
        }
        #list li
        {
            float: left;
            line-height: 20px;
        }
        #list li.title
        {
            width: 720px;
            line-height: 30px;
        }
        #list li.summary
        {
            width: 720px;
            margin-bottom: 4px;
        }
        #list li.user
        {
            width: 340px;
        }
        #list li.date
        {
            width: 160px;
        }
        #list li.sta
        {
            width: 70px;
        }
        #list li.money
        {
            width: 70px;
        }
        #list li.view
        {
            width: 68px;
        }
        #list li.view img.viewgo
        {
            background: url(images/UserUp1.gif);
            width: 45px;
            height: 20px;
        }
        #list li img.star1
        {
            background: url(images/star1.gif);
            width: 12px;
            height: 12px;
        }
        #list li img.star2
        {
            background: url(images/star2.gif);
            width: 12px;
            height: 12px;
        }
        #list li a
        {
            color: #3333FF;
        }
        #list li a:hover
        {
            color: #ff0000;
        }
        #list li h4
        {
            font-size: 14px;
        }