﻿#list {
	border: solid 1px #cdcdcd;
	overflow: hidden;
	padding:10px 20px;
}
#list dt {
	display:block;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:1px dotted #d5d5d5;
	font-size:14px;
	font-weight:bold;
	color:#cc3300;
}
#list dd {
	padding:0px;
}
#list ul {
	border-bottom: dotted 1px #d5d5d5;
	height: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow:hidden;
	zoom:1;
}
#list li {
	float: left;
	line-height: 22px;
}
#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: 22px;
}
#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;
	font-family:Arial;
}
#list li a:hover {
	color: #cc0000;
}
#list li h4 {
	font-size: 14px;
}
