﻿#list {
	border: solid 1px #d5d5d5;
	overflow: hidden;
	height:100%;
	padding:10px 20px;
}
#list dt {
	padding:0px 0px 10px 0px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #cc3300;
	border-bottom: dotted 1px #d5d5d5;
	font-family:Arial;
}
#list dd {
	padding:5px;
}
#list ul {
	border-bottom: dotted 1px #d5d5d5;
	margin:5px 0px;
	overflow:hidden;
	zoom:1;
        padding-bottom:5px;
}
#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.summary b{
        font-weight: normal;
        color: #666666;
}
#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: #1E50A2
}
#list li a:hover {
	color: #cc0000;
}
#list li h4 {
	font-size: 14px;
	font-family:Arial;
}