.template_wrapper
{
	width:580px;
	display:block;
}
.template{
	width:580px;
	padding:0px;
	margin:0px;
	min-height:80px;
	background-color:#f5f5f5;
	float:left;
	margin-bottom:10px;
}
.template ul{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}
.template ul li{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	float:left;
}
.template ul li.archive{
	width:120px;
	margin-right:15px;
}
.template ul li.description{
	width:330px;
	margin-right:15px;
}
.template ul li.download{
	width:100px;
	text-align:center;
}
.template ul.title{
	height:24px;
	border-top:1px solid #DCDCDC;
}
.template ul.title li{
	height:20px;
	padding-top:4px;
	background-color:#DCDCDC;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.template ul.item{
	margin-top:10px;
	background:url('dot.png') bottom left repeat-x;
	padding-bottom:15px;
}
.template ul.item li.archive{
	width:105px;
	padding-left:15px;
}
.template ul.item li.description{
	width:315px;
	padding-left:15px;
}
