#header #locales a{
	background-position: 0 -30px;
}

#header #locales a:hover{
	background-position: 0 0px;
}

#header #locales .pg{
	background-position: 0 0  !important;

}

#products{
	margin: 0 -60px 0 0;
	min-height: 1px;
	position: relative;
}

* html #products{
	height: 1px;
}

#products:after{
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
}


#products .product{
	width: 260px;
	padding: 20px;
	background: #E6E6EC;
	margin: 0 25px 20px 0;
	border-bottom:1px solid #D3D4DE;
	border-right:1px solid #D3D4DE;
	float: left;
}

#products .product img{
	margin: 0 0 10px;
	padding: 4px;
	background: #fff;
	border:1px solid #D3D4DE;
	
}