.products {

}
.colA {
	float: left;
	clear: left;
	width: 24em;
}
.colB {
	float: left;
	clear: none;
	width: 24em;
}
.colC {
	float: left;
	clear: right;
	width: 24em;
}
a.top {
	margin: 10px 0px 10px 0px;
} 