/* Bakc Office */
.categoryBlock {
	width : 354px;
	height : 264px;
	border : 1px solid #ececec;
	border-collapse: collapse;
	margin: 5px 5px 5px 5px;
	float:left;
	overflow:hidden;
	overflow-Y: scroll;
}
#categoryBlockTitle {
	height : 30px;
}
td.catTitle {
	font-size:18px;
}
#workspace {
	width : 800px;
}
/* Front Office */
div#containerHomeCateogry {
	width : 100%;
}
#UlHomeCategory {

}
.LiHomeCategory {
	float: left;
	list-style-type:none;
}
.HomeCategoryBlock {
	width : 350px;
	height : 254px;
	border-bottom : 1px solid #ececec;
	border-collapse: collapse;
	margin: 5px 5px 5px 5px;
	float:left;
	overflow:hidden;
}
.tableCategoryBlock {
	width: 100%;
}
.TitleBlock {
	text-decoration : none;
}
.TitleBlock:hover {
	text-decoration : underline;
}
.TrTitreCategoryBlock {
	height : 30px;
}
.TdTitreCategoryBlock {
	text-align:left;
	padding-left : 20px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.UlListHomeCategories {
	padding-top : 10px;
	list-style-type: disc;
}
.LiListHomeCategories {
	padding-left: 23px;
	line-height: 12px;
}
.LiListHomeCategories:hover {
	text-decoration: underline;
}
.linkCategoryHome, .linkProductHomeCategory {
	text-decoration: none;
}
.linkCategoryHome:hover, .linkProductHomeCategory:hover {
	text-decoration: none;
}
.colCategories {
	width : 65%;
}
.imageProduit {
	padding-top: 5px;
	text-align:center;
}
.imageProduit:hover {
	background-color:#ececec;
}
.productImage {

}
.nameProduct {

}
.priceProduct {
	font-size : 18px;
}
.priceProductTaxExcl {
	font-size : 12px;
}
.PriceProductWhitoutReduc {
	font-size : 12px;
	text-decoration:line-through;
}
.more {
	font-weight: bold;
	color: #005daf;
}
.TaxIncl {
	font-size : 13px;
}
.TaxExcl {
	font-size : 9px;
}
.imgSoldeHomeCategory {
	position:absolute;
	
}