/* CSS Document */
.bound-newslist{
	width:640px;
	overflow:hidden;
}
.bg-title{
	height:14px;
	width:100%;
	
	margin-bottom:3px;
	background:url(../images/stripe.png) repeat-x;
}
.title-newslist{
	height:40px;
	overflow:hidden;
}
.title-newslist a{
	font-family: BebasNeueRegular,arial,Georgia, serif;
	font-size:26px;
	padding-left:5px;
	color:#000;
	line-height:45px;
	text-transform:capitalize;
	font-weight:bold;

}
.items-bound{
	border-radius:5px 5px 2px 2px;
	border:1px solid #ccc;	
	border-bottom:2px solid #F88C00;
}
.newslist-items{
	overflow:hidden;
	padding:20px;
	position:relative;
	border-bottom:1px solid #ececec;

}
.items-name,.items-name p, .items-name strong, .items-name h1,.items-name span{
	font-size:20px;
	color:#444;
}
.items-time-post, .items-time-post a, .items-time-post span, .items-time-post p, .items-time-post strong{
	padding-top:5px;
	font-size:12px;
	color:#444;
	font-style:italic;
}
.items-images{
	margin-top:10px;
	width:158px;
	float:left;
	height:158px;
	vertical-align:middle;
	display:table-cell;
	margin-right:15px;
	text-align:center;
	border:1px solid #ccc;
}
.items-detail{
	font-size:12px;
	font-style:italic;
	float:right;
	position:absolute;
	bottom:10px;
	right:20px;
	color:#F00 !important;
}
.items-brief,.items-brief p,.items-brief span,.items-brief strong,.items-brief h1,.items-brief strong span,.items-brief h3{
	font-size:14px;
	color:#444;
	text-align:justify;
}
.items-images img{
	width:150px;
	margin-top:4px;
	height:150px;
}
.news-list-paging{
	height:20px;
	line-height:25px;
	background:#F88C00;
}
.author{
		color:#03C !important;
		font-style:italic;
		padding-left:20px;
		height:30px;
		line-height:10px;
		padding-top:5px;
		background:url(../images/user.gif) no-repeat left;
}
.date{
	line-height:30px;
	height:30px;
	background:url(../images/date.gif) no-repeat left;
	padding-left:20px;
}
.views{
	background:url(../images/ico-view-category.png) no-repeat left;
	padding-left:25px;
}