/* Product list ------------------------- */

#product_list {
	overflow: hidden;
}

#product_list > li {
	float: left;
	width: 23.404255%;
	margin-bottom: 2.1276596%;	
}

#product_list > li:nth-child(4n+2), #product_list > li:nth-child(4n+3), #product_list > li:nth-child(4n+4) {
	margin-left: 2.1276596%;
}

.product_img_link {
	display: block;
	overflow: hidden;
	text-align: center;
}

.product_img_link > img {
	max-width: 100%;
}

.productInfo {
	text-align: center;
	margin-top: 0.5em;
	height: 50px;
}

.productLink {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #666;
}

.productInfo .price {
	font-size: 1.6em;
	margin-top: 0.3em;
	color: #999;
	font-family: Times, serif;
}


/* Below 640 ---------------------------- */

@media screen and (max-width: 640px) {
	#product_list > li:nth-child(4n+2), #product_list > li:nth-child(4n+3), #product_list > li:nth-child(4n+4) {
		margin-left: 0;
	}
	
	#product_list > li:nth-child(2n+2) {
		margin-left: 2.1276596%;
	}
	
	#product_list > li {
		width: 48.93617%;
	}
}