/* CSS Document */
/****************************************************************************************
	Display hardware pictures and summaries
****************************************************************************************/
div.hardware {
	float: left;
	width: 360px;
	height: 142px;
	margin: 10px 4px 15px 4px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

div.software {
	float: left;
	width: 735px;
	height: auto;
	margin: 5px;
	text-align: left;
}

div.hardware img, div.software img {
	float: left;
	width: 142px;
	height: 142px;
	margin: 0px 12px 0px 0px;
}

div.hardware ul, div.hardware li, div.software ul, div.software li {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:black;
	margin: 0;
	padding: 0;
	list-style-position: inherit;
}

div.hardware a, div.software a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:10pt;
	font-weight: bold;
	margin: 0px 0px 0px -12px;;
	padding: 0;
}








