#wrapper {
	width: 350px;	
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #fff;
	padding: 1em;
}

h1 {
	color: #f58220;	
}

.productlist, .productlist ul {
	display:block;
}

.productlist li {
	float: left;
	display: block;
	margin: 5px;
}

.thumblist {
	width: 200px;
	float: right;
	list-style-type: none;
}
.thumblist li { 
	list-style-type: none;
	padding: 0.2em;
}