﻿  #list
{
    border: solid 1px #cdcdcd;
    overflow: hidden;
}
#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;
    text-align: center;
}
#list dd
{
    padding: 8px;
}
#list ul
{
    border-bottom: dashed 1px #909090;
    height: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    overflow:hidden;
    zoom:1;
}
#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: 200px;
}
#list li.date
{
    width: 200px;
}
#list li.sta
{
    width: 100px;
}
#list li.money
{
    width: 100px;
}
#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;
}