/* CSS Document */
.layout-news-list{
	width:240px;
	margin-left:10px;
	margin-top:30px;
	overflow:hidden;
}
.title-news-list{
	width:100%;
	height:30px;
	background:url(../images/title-news-list.png) no-repeat;
}
.title-news-list a{
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
	padding-left:30px;
}
.content-news-list{
	width:100%;
	height:300px;
	padding:20px;
	padding-left:15px !important;
	padding-bottom:10px;
	background:url(../images/bg-artisans.png);
	margin-top:10px;
}
.content-news-top{
	width:215px;
	border-bottom:1px dashed #666;
	padding-bottom:5px;
}
.content-news-top img{
	margin-bottom:10px;
	width:205px;
	height:116px;
	border-radius:5px;
}
.content-news-top a{
	font-size:15px;
	color:#333;
}
.content-news-bottom ul li{
	list-style:none;
	padding-bottom:5px;
	width:220px;
}
.content-news-bottom{
	padding-top:10px;
}
.content-news-bottom ul li a{
	font-size:13px;
	color:#0000ff;
}