
.contactBox {
	padding: 10px;
	background-color: #f4f4f4;
}

.pictoApp {
	display: block;
	width: 58px;
	height: 58px;
	padding: 0;
	margin: 0 0 8px 0;
	float: left;
}

.pictoApp:hover {
	 filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7; 
}

.separatorPictoApp {
	width: 8px;
	height: 1px;
	float: left;
}

/*------*/

.linkProduct {
	display: block;
	width: 186px;
	height: 80px;
	padding: 3px;
	margin: 0 0 10px 0;
	background: url('images/customer/btn_linkproduct.gif') 0 0 no-repeat;
	cursor: pointer;

	text-align: center;
	text-decoration: none;
}

.linkProduct:hover {
	background-position: 0 bottom;
}

.linkProduct a {
	display: block;
	
	text-decoration: none;
}

	.linkProduct .photo {
		width: 80px;
		height: 80px;
		float: left;
	}

		.linkProduct .photo img {
			width: 80px;
			height: 80px;
		}

	.linkProduct .name {
		width: 80px;
		height: 32px;
		float: right;
		padding: 14px 10px;
	
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}

/*------*/

.linkCategoryProduct,
.linkCategoryProduct2 {
	width: 148px;
	height: 180px;
	float: left;
	margin: 0 0 15px 0;
	background: url('images/customer/bg_linkcategoryproduct.jpg') 0 0 no-repeat;
	cursor: pointer;

	text-align: center;
	text-decoration: none;

	zoom:1; 
}

	.linkCategoryProduct .photo {
		width: 148px;
		height: 148px;
		padding: 4px 0 0 0;

		font-size: 0px;
	}

	.linkCategoryProduct .name,
	.linkCategoryProduct2 .name {
		display: block;
		width: 148px;
		padding: 3px 0 0 0;
		margin: 19px 0 0 0;

		font-size: 10px;
		color: #ffffff;
		text-align: center;
	}

	.linkCategoryProduct .name {
		height: 17px;
		background: url('images/customer/btn_linkcategoryproduct.jpg') 0 bottom no-repeat;
	}

	.linkCategoryProduct2 .name {
		height: 27px;
		background: url('images/customer/btn_linkcategoryproduct2.jpg') 0 bottom no-repeat;
	}
		
	.linkCategoryProduct .name:hover,
	.linkCategoryProduct2 .name:hover{
		background-position: 0 0;
	}

.categoryProductSeparator {
	width: 18px;
	height: 1px;
	float: left;
}

 /*------*/
.buttonHome{
	background-color:#7EBB00;
	display:block;
	padding:3px;

	text-decoration:none;
	font-size:15px;
	color:white;	
	text-align:center;
}

	.buttonHome:hover{
	  background-color:#0067A8;
	  
	  color:white;
	}

 /*------*/
.gallery {
	margin: 0 1px 1px 0;
	float: left;
}