﻿#SoftwareList ul
{
	margin:40px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

#SoftwareList li
{
	border:1px solid #666;
	background-color:#444;
	margin:15px 0px;
	padding:8px 10px 8px 48px;
	background-image:url(../Images/SoftwareIcon.png);
	background-repeat:no-repeat;
	background-position:8px 8px;
}

#SoftwareList li h4
{
	margin:0px 0px 5px 0px;
	font-weight:1em;
}
