#productsContainerScroll{
	overflow: hidden;
	white-space: nowrap;
}

.productsContainer{
	background-image: url("../template/list/product_bg.png");
}
.productsContainerBg{
	background-image: url("../template/list/product_bg.png");
}
.productContainer{
	display: table-cell;
	float:left;
	height: 373px;
	margin-left:5px;
	margin-right:5px;
}

.productContainerImage{
	height: 300px;
	width: 225px;
	cursor: pointer;
}
.productContainerInfos{
	background-repeat: no-repeat;
	background-position: center top;
	height: 67px;
	width: 220px;
	color:#FFFFFF;
	padding-top:5px;
}
.productListTitle{
	font-size: 14px;
	font-weight: bold;
}
.productListPrice{
	color:#c0a248;
	font-weight: bold;
}
.productListOldPrice{
	color:#c0a248;
	text-decoration: line-through;
	font-weight: normal;
	margin-left:5px;
}
.productListDescription{
	font-size: 10px;
}
.productListAction{
	font-size: 10px;
	width: 99px;
	height: 12px;
	background-image: url("../template/buttons/panier_mini.png");
	background-color: transparent;
	cursor: pointer;
	margin: 0 auto;
}

.productPicto{ 
	float:left;
	height: 25px;
	width: 25px;
	margin:4px;
	margin-left:5px;
	border:1px solid #717171;
	cursor: pointer;
}

.noProduct{
	margin:0 auto;
	background-image: url("../template/list/no_product.png");
	background-repeat: no-repeat;
	background-position: center;
	height:190px;
	border-bottom: 1px solid #424242;
	padding-top: 110px;
}
.noProduct .info{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 413px;
	padding-left:130px;
}
.noProduct .title{
	color: #c0a248;
	font-size: 26px;
	margin-bottom: 20px; 
}

.commandSuccess{
	margin:0 auto;
	background-image: url("../template/list/command_success.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	height:240px;
	border-bottom: 1px solid #424242;
	padding-top: 60px;
}
.commandSuccess .info{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 543px;
}
.commandSuccess .title{
	color: #c0a248;
	font-size: 26px;
	margin-bottom: 20px; 
}