.tpl-buble ul,
.tpl-buble ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	overflow: hidden;
}
.tpl-buble ul li {
	border: none !important;
}
.tpl-buble ul li > div {
    margin: 0 ;
    padding: 10px;
}
.tpl-buble ul li:before, ul li:after {
    content: "";
    display: table;
}
.tpl-buble ul li:after {
    clear: both;
}
.tpl-buble ul .bubble-border {
	position:relative;
	padding:10px;
	margin: 0 0 12px;
	border: 1px solid #cccccc;
	color:#333;
	background:#fff;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #EEEEEE;
       -moz-box-shadow: 0 1px 1px #EEEEEE;
            box-shadow: 0 1px 1px #EEEEEE;	
}
.tpl-buble ul .bubble-border:after {
	content: "";
	position: absolute;
	bottom: -12px;
	right: 17px;
	border-width: 12px 12px 0;
	border-style: solid;
	border-color: #fff transparent;
    display:block; 
    width:0;
}
.tpl-buble ul li img {
	float: right;
	margin-left: 10px;
}
.tpl-buble ul li .tweet_text {
	display: block;
	margin-bottom: 5px;
}
.tpl-buble ul li a {
	text-decoration: none;
}
.tpl-buble ul li .tweet_user {
	font-weight: bold;
	margin-right: 10px;
}
.tpl-buble ul li .tweet_time,
.tpl-buble ul li .tweet_action {
	font-size: 11px;
}
.tpl-buble ul li .tweet_time a {
    color: #AAAAAA;
    float: right;
}
.tpl-buble 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-buble ul li .tweet_reply { background-position: 0 0; }
.tpl-buble ul li .tweet_reply:hover { background-position: -16px 0; }
.tpl-buble ul li .tweet_retweet { background-position: -80px 0; }
.tpl-buble ul li .tweet_retweet:hover { background-position: -112px 0; }
.tpl-buble ul li .tweet_favorite { background-position: -32px 0; }
.tpl-buble 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;
}