@charset "utf-8";
/* CSS Document */

.dl-item{
	width: 980px;
	min-height: 140px;
	position: relative;
	background:url(../../images/dlitemback.png) no-repeat bottom center;
}
.dl-item .icon {
	float: left;
	width: 100px;
	padding-left:20px;
	padding-right:10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 25px;
}
.dl-item .info {
width: 600px;
position: relative;
overflow: hidden;
padding: 25px 0px 10px 0px;
font: 12px/20px Microsoft YaHei;
color:#6A6A6A;
}
.dl-item .title {
font-size: 15px;
padding-bottom: 10px;
font-weight:bold;
}
.dl-item .title a{
	color:#6A6A6A;
}
.dl-item .version {
width: 60px;
float: left;
}
.dl-item .text {
position: relative;
overflow: hidden;
width: 540px;
word-break: normal;
}
.dl-item .desc {
font-size: 12px;
width: 60px;
float: left;
}
.dl-item .link{
	font-size:12px;
	width:600px;
	float:left;
}
.dl-item .price{
	color: rgb(179, 9, 26);
}
.dl-item .desc.price {
	font-weight:bold;
}
.dl-item .dlbutton {
	float: left;
	width: 130px;
	position: absolute;
	top: 50px;
	right: 60px;
}
.dl-item .clear {
	clear:both;
	height: 0px;
	overflow: hidden;
}