	.clearBoth {
		clear:both;
	}
	.newsletterProducs {
		float:left;
		width:600px;
		padding:0 15px 0 0;
		background:#f00;
	}
	.productBox {
		
	}
		.productBox table {
			width:285px;
		}
			.productBox table td.productImage {
				
			}
			.productBox table td.productInfo {
				
			}
				.productBox table td.productInfo div ,
				.productBox table td.productInfo a {
					font-size:11px;
				}
				.productBox table td.productInfo div.productPrezzo {
					font-size:14px;
					color:#f00;
					font-weight:bold;
					padding:5px 0;
				}
				.productBox table td.productInfo div.productTitolo {
					padding:0 0 8px 0;
				}
				.productBox table td.productInfo div.productTitolo a {
					font-size:14px;
					font-weight:bold;
				}
				.productBox table td.productInfo a.productCart {
					float:left;
					line-height:20px;
					height:20px;
					padding:0 10px 0 25px;
					border-radius:5px;
					color:#fff;
					text-decoration:none;
					box-shadow:0 2px 5px rgba(0,0,0,.3);
					background:url(http://skin.dglibri.it/img_default/newsletter_cart.png) no-repeat 4px center #f00;
				}
				.productBox table td.productInfo a.productCart:active {
					box-shadow:none;
					box-shadow:inset 0 1px 3px rgba(0,0,0,.3);
				}
