/* This stylesheet is specific to showing lists of the software what I wrote */
/* It should be included only where software lists are shown */
/* These lists will generally be encased in another div */

.soft_entry {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 1em 0;
	margin-bottom: 4px;
	padding: 0px 0px 0.5em 0px;
	height: auto;
}
.soft_entry .soft_thumb 
{
	float: left;
	height: auto;
	width: auto;
	position: relative;
	padding: 0 4px 4px 0;
	margin: 0 4px 0 0;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.soft_entry .soft_thumb div {
	position: relative;
	height: 104px;
	width: 136px;
	overflow: hidden;
}

.soft_entry .soft_clear {
	clear: left;
	line-height: 0;
}

.soft_entry .soft_thumb a {
	outline: none;
}

.soft_entry .soft_thumb a img {
	position: relative;
	top: 0px;
}

.soft_entry .soft_thumb a:hover img {
	top: -100%;
}

.soft_entry .soft_desc {
	padding: 0px 0px 0px 4px;
}

.soft_entry .soft_title {
	display: inline;
	border-bottom: 1px dashed #888;
}

.soft_entry .soft_text {
	text-align: justify;
}

.soft_entry .soft_tools {
	float: right;
	height: auto;
	width: auto;
	padding: 0 0 4px 4px;
	margin: 0 0 0 4px;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	font-size: smaller;
	line-height: 1.2em;
	text-align: right;
	position: relative;
}

.soft_entry .soft_tools a {
	border: none;
}
