#primary {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 46px;
}

.note {
	background-color: #fbf0df;
	text-align: center;
	margin-bottom: 22px;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 12px;
	padding-bottom: 2px;
	zoom: 1;
	width: 876px;
}

.note h1 {
	font-size: 24px;
}

#list_products a {
	display: inline-block;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 11px;
	background-color: #92bd63;
	border: 1px solid #abce7c;
	color: #f4f4f4;
	padding-bottom: 4px;
	text-decoration: none;
	zoom: 1;
	white-space: nowrap;
	width: 164px;
	text-align: center;
}

#list_products a:hover {
	background-color: #73a452;
	color: #fff;
}

#list_products a img {
	border: none;
	background-color: #fff;
	margin-bottom: 2px;
}