

/* SNAPSHOT */
	#left .widgetElements {
		margin: 0 auto;
	}

	#left .widgetElements .snapshot {
		border: none;
		width: 190px;
		height: auto;
		padding: 0;
		margin: 0 0 15px 0;
	}

	#left .widgetElements img {
		max-width: 190px;
		max-height: 190px;
	}


	#middle .widgetElements .snapshot {
		margin: 0 15px 10px 15px;
	}	

	.widgetElements .snapshotImage td a {
		width: inherit;
	}

	.widgetElements .snapshotPrice{
		float: left;
		width: 50%;
		text-align: right;
	}
	
	.widgetElements .snapshotCartButton {
		float: right;
		width: 50%;
		text-align: center;
	}

	.widgetElements .snapshotName a {
		font-size: 14px;
		color: #000099;
	}

/* PRIX */
	.priceBigPrice {
		color: #2e3391;
		font-size: 16px;
	}

	.priceStrikePrice {
		font-size: 12px;
		color: gray;
	}