
/**** Products */

h1.titleProducts span {
	padding-left: 45px;
}

div.productsLeft {
	float: left;
	width: 450px;
}

div.productsMiddle {
	float: left;
	width: 235px;
	height: 175px;
	background: url('../../images/products/productsMiddleBack.png') no-repeat top;
	margin-top: 56px;
	margin-left: 10px;
}

div.productsRight {
	float: right;
	width: 165px;
	height: 175px;
	background: url('../../images/products/productsRightBack.png') no-repeat top;
	margin-top: 56px;
	margin-right: 10px;
}
	div.productsRight li {
		padding: 0;
		padding-left: 20px;
		margin-bottom: 0;
		margin-top: 3px;
		font-size: 1.1em;
		background: url('../../images/listButton.png') no-repeat 7px 6px;
	}


