ul.product-list{
	margin-left: 25px;
	padding: 25px 0px;
	}

ul.product-list li{
	float: left;
	width: 180px;
	list-style-type: none;
	}

h2{
	clear: both;
	}

li{
	list-style-type: none;
	}

ol{
	margin-left: 2em;
	}
ol li{
	list-style-type: decimal;
	}