.tpl-boxes ul,
.tpl-boxes ul li {
	margin: 0;
	padding: 0;
}
.tpl-boxes ul {
	list-style-type: none;
	overflow: hidden;
}
.tpl-boxes ul li > div  {
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 10px;
}
.tpl-boxes ul li:before, ul li:after {
    content: "";
    display: table;
}
.tpl-boxes ul li:after {
    clear: both;
}
.tpl-boxes ul li img {
	float: left;
	margin-right: 10px;
}
.tpl-boxes ul li a {
	text-decoration: none;
}
.tpl-boxes ul li .tweet_user {
	font-weight: bold;
	-webkit-border-radius: 0 0 2px 0;
	   -moz-border-radius: 0 0 2px 0;
	        border-radius: 0 0 2px 0;
}
.tpl-boxes ul li .tweet_text {
	display: block;
	margin-bottom: 5px;
}
.tpl-boxes ul li .tweet_time,
.tpl-boxes ul li .tweet_action {
	font-size: 11px;
}

.tpl-boxes ul li .tweet_action_wrapper {
    float: right;
}
.tpl-boxes ul li .tweet_action {
	background: url(../../images/everything-spritev2.png) no-repeat scroll 0 0 transparent;
	text-indent: -9999px;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.tpl-boxes ul li .tweet_reply { background-position: 0 0; }
.tpl-boxes ul li .tweet_reply:hover { background-position: -16px 0; }
.tpl-boxes ul li .tweet_retweet { background-position: -80px 0; }
.tpl-boxes ul li .tweet_retweet:hover { background-position: -112px 0; }
.tpl-boxes ul li .tweet_favorite { background-position: -32px 0; }
.tpl-boxes ul li .tweet_favorite:hover { background-position: -64px 0; }
.tweet-controls .next,
.tweet-controls .prev {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    color: inherit;
    cursor: pointer;	
}
.tweet-controls .next:hover,
.tweet-controls .prev:hover {
    border: 1px solid #ddd;	
}
.tweet-controls .next[disabled], 
.tweet-controls .prev[disabled] {
    border: 1px solid #ddd;
	color: #999;
	cursor: auto;
}