/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {	
	list-style: none;
}

/* LI - Post container styles */
.wpp-list li {
	overflow: hidden;
	float: none;
	clear: both;
}

/* Styles for the popular post in view */
.wpp-list li.current {
}

/* Thumbnail styles */
.wpp-thumbnail {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	border: none;
}

/* Title styles */
.wpp-post-title {
}

/* Excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	display: block;
	font-size: 9px;
	font-weight: bold;
}

/* Comments count styles */
.wpp-comments {
}

/* Views count styles */
.wpp-views {
	color: gray;
}

/* Author styles */
.wpp-author {
}

/* Post date styles */
.wpp-date {
}

/* Post category styles */
.wpp-category {
}

/* WP-PostRatings styles */
.wpp-rating {
}