#main .right .downloads-list{
	display: block;
	padding:25px 0px;
}
#main .right .downloads-list ul{
	display: block;
}
.downloads-list ul li{
	font-size: 14px;
	position: relative;
	display: block;
	clear: both;
	height: 178px;
	overflow: hidden;
	margin-bottom:25px;
	padding:10px 0px 5px 0px;
	border-bottom: 1px dashed #ddd;
}
.downloads-list ul li .img{
	text-align: center;
	position: absolute;
	left: 0px;
	top:0px;
	width:120px;
	height: 170px;
	padding:3px;
	border:1px solid #efefef;
}
.downloads-list ul li img{
	width: 120px;
	height: 170px;
	border: 0px;
}
.downloads-list ul li .title{
	font-size: 16px;
	position: absolute;
	left: 150px;
	top:0px;
	height: 30px;
	line-height: 30px;
	display: block;
	width: 525px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
}
.downloads-list ul li .title a{
	color:#0078b6;
	font-weight: normal;
}
.downloads-list ul li span{
	color: #999;
	display: block;
	height: 23px;
	line-height: 23px;
	margin:0px;
	position: absolute;
	left: 150px;
	top:42px;
	font-size: 12px;
	overflow: hidden;
	width: 525px;
}
.downloads-list ul li span i{
	font-style:normal;
	margin-left: 15px;
}
.downloads-list ul li p{
	height: 63px;
	overflow: hidden;
	position: absolute;
	left: 150px;
	top:72px;
	line-height: 21px;
	display: block;
	width: 525px;
	color:#555;
}
.downloads-list ul li p i{
	font-style: normal;
	color: #333;
	font-weight: bold;
}
.downloads-list ul li .to-download{
	text-indent: -99999px;
	background: url(../img/to-download.jpg) no-repeat;
	position: absolute;
	display: block;
	overflow: hidden;
	width: 525px;	
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	left: 150px;
	top:145px;
	color: #666;
}
.downloads-list ul li .details{
	position: absolute;
	display: block;
	overflow: hidden;
	width: 525px;	
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	left: 150px;
	top:145px;
	color: #579624;
}