/*
File:			style.css
Description:	Custom style of Community News plugin
*/
.clr { clear:both;}

/* community news widget */
.widget_ta_videos .videos_widget_list_item {
	background: url("../images/doc.png") no-repeat scroll 0 50% transparent;
	min-height: 30px;
	padding-left: 20px;
	line-height: 30px;
	clear: both;
	
}
.widget_ta_videos .new {
	background: url("../images/doc_new.png") no-repeat scroll 0 50% transparent;
	
}
.widget_ta_videos .videos_widget_post_item {
	float:left;
	min-height: 30px;
	line-height: 30px;
}

