.boxnews-category {
	position:relative;
	margin-bottom:15px;
}

.boxnews-category  .box-inner{
	border:solid 1px #DDDDDD;
	padding:12px;
	background: white;
	box-shadow: inset 0 0 0 1px white;
	-moz-box-shadow: inset 0 0 0 1px white;
	-webkit-box-shadow: inset 0 0 0 1px white;
	-o-box-shadow: inset 0 0 0 1px white;
	-ms-box-shadow: inset 0 0 0 1px white;
	-khtml-box-shadow: inset 0 0 0 1px white;
	display: block;
	overflow: hidden;
}
.boxnews-header{
	margin:-12px;
	margin-bottom: 15px !important;

	text-transform: capitalize;
	line-height: 20px;
	padding: 13px 15px;
	padding-bottom: 13px;
	display: block;
	background: #F5F5F5;
	color: #333;/*444 maf*/
	text-shadow: #FFF 0 1px 0px;
	box-shadow: inset 0 0 0 1px white;
	-moz-box-shadow: inset 0 0 0 1px white;
	-webkit-box-shadow: inset 0 0 0 1px white;
	-o-box-shadow: inset 0 0 0 1px white;
	-ms-box-shadow: inset 0 0 0 1px white;
	-khtml-box-shadow: inset 0 0 0 1px white;
	border-bottom: 1px #EEE solid;
	font-size:14px;
}
.boxnews-content{ /*maf*/
	text-align:center;
	width:100%;
	height:100%;
}
.boxnews-category .newsitem{
	padding:12px 0;
	border-top:solid 1px #DDDDDD;
}
	.boxnews-category h3{  font-size:110%; padding:0; margin:0 } 
	.boxnews-category h4{
		font-weight:normal;
		padding:0;
		font-size:110%;
	}

	/*.boxnews-category  .item-image img{
		width:100%; 
		
		
	}*/

.boxnews-category .leading-items{
	text-align:center;
}
	.leading-items  .newsitem {
		/*border:1;*/ /*maf*/
		float:left;
		border: solid 1px #ebebeb; /*maf*/
		-webkit-border-radius: 3px;		
		border-radius: 3px;
		padding:3px;
		margin:3px;
		/*width: 22%; maf*/
		text-align:center;
	}

}	
.boxnews-category .other-items{
	
}
	.newsitem .news-meta{
		padding:8px 0;
		color:#888;
		font-size:90%;
		width:120px;
	}
	
	.boxnews-category  .other-items .item-image{
		width:69px;
		height:69px;
		float:left;
		margin-right:15px
		
}

/* rating */
.newsitem .item-rating{
	
}
.newsitem .itemRatingList {
  background-position: left top !important;
  float: left;
  height: 25px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 125px;
}
.newsitem .itemRatingList li {
  border: 0;
}
.newsitem ul.itemRatingList li.itemCurrentRating {
  background-position: 0 center !important;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.newsitem .itemRatingList a,
.newsitem .itemRatingList .itemCurrentRating {
  border: none;
  cursor: pointer;
  height: 25px;
  left: 0;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 0;
}
.newsitem .itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.newsitem .itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.newsitem .itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.newsitem .itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.newsitem .itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.newsitem .itemRatingList a:hover {
  background-position: left bottom !important;
}
.newsitem .itemRatingList li {
  background: none;
  display: inline;
  padding: 0;
}
.newsitem .itemRatingList .itemCurrentRating {
  background-image: url('images/transparent_star.gif') !important;
}
.newsitem .itemRatingLog {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
}