#showProductSide {
	float: left;
	margin-right: 20px;
	
	text-align: center;
}

#product #productsInfo .price {
	font-size: 20px;
}

#product #productsInfo a.putInCart {
	margin-left: 20px;
}

#productsDescription {
	text-align: justify;
	border-top: 2px solid #ddd;
	
	padding-top: 10px;
}

#productsImages a {
	margin: 0 10px 10px 0;
}

#productsDescription, #productsImages, #productsReviews {
	margin-bottom: 20px;	
}

#lastViewedProducts {
	border-top: 2px solid #ddd;
	padding-top: 10px;
}