/* CSS Document */
.layout-product-list{
	width:368px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
}
.title-product-list{
	width:100%;
	height:40px;
	background:url(../images/pro-title.png) no-repeat;
}
.title-product-list a{
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding-left:30px;
	text-transform:uppercase;
	line-height:27px;
}
.product-bound{
	position:relative;
	height:280px;
	width:100%;
	overflow:hidden;
	background:url(../images/bg-artisans.png);
}
.content-product-list{
	width:100%;
}
.product-list{
	width:348px;
	padding-left:20px;
	overflow:hidden;
}
.items-product-list{
	width:95px;
	height:120px;
	margin-right:20px;
	float:left;
	margin-top:15px;
	text-align:center;
}
.items-product-list img{
	width:90px;
	height:75px;
	border-radius:5px;
	margin-bottom:5px;
}
.artisans-end{
	margin-right:0 !important;
}
.items-name a{
	font-size:15px;
	color:#333333;
}
.bottom-product-list{
	position:absolute;
	bottom:5px;
	right:10px;
}
.bottom-product-list a{
	font-size: 13px;
	color: #663300;
	font-style: italic;
}