/* Just for the tools home page */

/* This is a cheeky litte way to do a table-style layout */
ul#toollist {

}
	ul#toollist li {
	background-image:none;
	border-bottom:solid 1px black;

	}
	
	ul#toollist li.Product { }
	

		#toollist li a {
			font-size: 120%;
			font-weight:bold;
			text-decoration:none;
		}
		
		#toollist li a:hover { text-decoration:underline;}
		
		
		#toollist li a.action {
			font-size: 100%;
			font-weight:normal;
			text-decoration:none; margin-top:20px;
		}
