
.featuresname {
	color: gray;
}

div.divsoft1 {
	display: inline-block;
	width: 150px;
    margin: 0;
    padding: 10px;
	overflow: hidden;
	border-bottom: 0 solid #f1f2f3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1;
	box-shadow: inset 0 0 10px 5px white;
}
div.divsoft1:hover {
	background-size: cover;
}
div.divsoft1:hover .block1 {
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
}

a.block1 {
	background: white;
	color: #333344;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    display: block;
    position: relative;
	padding: 10px;
}
a.block1:hover {
	color: #333344;
}
.block1-icon {
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.block1-title {
	max-width: 100%;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}
.block1-author {
	max-width: 100%;
	height: 20px;
	overflow: hidden;
	margin-top: 0;
	color: #888;
}
.block1-description {
	max-width: 100%;
	height: 56px;
	overflow: hidden;
	margin-top: 10px;
	color: #888;
	line-height: 18px;
}
.block1-license {
	max-width: 100%;
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
	text-align: right;
	color: #689f38;
}
.block1-end {
	width: 45px;
	height: 24px;
	bottom: 0;
	max-height: 100%;
	position: absolute;
	right: 0;
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
}



a.block2 {
    display: block;
	color: #333344;
    text-decoration: none;
	padding: 5px 10px;
    cursor: pointer;
    overflow: hidden;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	margin: 0 0 15px 0;
	background-color: white;
}
a.block2:hover {
	color: #333344;
	text-decoration: none;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}

.block2-title {
	max-width: 100%;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}
.block2-author {
	max-width: 100%;
	height: 20px;
	overflow: hidden;
	margin-top: 0;
	color: #888;
}
.block2-description {
	max-width: 100%;
	height: 56px;
	overflow: hidden;
	margin-top: 10px;
	color: #888;
	line-height: 18px;
}
.block2-license {
	max-width: 100%;
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
	text-align: right;
	color: #689f38;
}
.block2-end {
	width: 45px;
	height: 24px;
	bottom: 0;
	max-height: 100%;
	position: absolute;
	right: 0;
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
}


a.download, a.download:link, a.download:active, a.download:visited {
    display: inline-block;
    position: relative;
	padding: 10px;
    overflow: hidden;
	min-height: 120px;
	float: left;
	background: #689f38;
	font-size: 16px;
	color: white;
    text-decoration: none;
    cursor: pointer;
	border-radius: 1px;
}
a.download:hover {
	background: #87bf56;
	color: white;
    text-decoration: none;
}


a.buy, a.buy:link, a.buy:active, a.buy:visited {
    display: inline-block;
    position: relative;
    overflow: hidden;
	min-height: 120px;
	float: right;
	background: #1976d2;
	font-size: 16px;
	color: white;
    text-decoration: none;
	padding: 10px;
    cursor: pointer;
	border-radius: 1px;
}
a.buy:hover {
	background: #4a99e7;
	color: white;
    text-decoration: none;
}

.fullpath {
	color: #888;
}
.fullpath a {
	color: #444;
}

.softbox {
	margin-top: 20px;
}