.newsitem{
	background-color:#CCC;
	border:1px solid #AAA;
	width:100%;
	margin-bottom:10px;
}

.newsitem .container{
	padding:10px;
	width:auto;
}

.newsitem .title a{
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.newsitem .title a:hover{
	text-decoration:underline;
}

.newsitem .datecreated{
	font-size:11px;
}

.newsitem .categories, .newsitem .tags, .newsitem .title, .newsitem .datecreated, .newsitem .relatedtitle{
	margin:0;
	padding:0;
	width:100%;
}

.newsitem .relatedtitle{
	font-weight:bold;
}

.newsitem .related .datecreated{
	color:#878787;
	padding-left:4px;
}

.newsitem .content{
	margin:16px 0;
	display:table;
	clear:both;
}

.newsitem .content p{
	padding:0;
	margin:0 0 10px 0;
}

.newsitem .content .x_image{
	float:left;
	margin:0 5px 5px 0;
	position:relative;
}

.newsitem .content .x_image .video{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	background-color:#FF0000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.innerPoll p.question, .innerPoll p.response{
	padding:0;
	margin:0;
}

.innerPoll p.submit{
	padding:0;
	margin:5px 0 0 0;
	width:100%;
	text-align:center;
}

.newsitem .footer {
	margin-top:3px;
	border-top:1px dashed #AAA; 
	border-bottom:1px dashed #AAA;
	width:100%;
}
.newsitem .footer .footercontainer{
	height:16px;
	padding:4px;
	width:auto;
}

.newsitem .footer .footercontainer .ratingtext, .newsitem .footer .footercontainer .rating, .newsitem .footer .footercontainer .votes, .newsitem .footer .footercontainer .emaildigg{
	float:left; padding-right:5px; line-height:16px;
}

.newsitem .footer .footercontainer .rating{
	padding-top:1px;
}

.continuousnews .paging img{
	cursor:pointer;
}


.continuousnews .paging img[alt="Slash"]{
	cursor:default;
}
