.movie-listing {
	margin-top: 15px;
}

.movie-listing-image  {
	float: left;
}

.movie-listing-image img {
	width:110px;
	margin-left: 10px;
	margin-top: 5px;
}

.movie-listing .movie-info  {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

.movie-listing-title  h3{
	float:left;
	margin-right:0.5em;
}

.movie-listing-title h3 a {
	font-size: 18px;
	color: #0668ff;
	font-weight: normal;
}

.movie-listing-title a.catbuttons{
	float:left;
	margin-top:3px;
}

.movie-listing-ranking-title {
	font-size: 12px;
	font-weight: bold;
}

.movie-listing-rankings {
	margin-top: 17px;
	width: 305;
	float: left;
}

.movie-listing-rankings-pos {
	float: left;
	width: 150px;
	height: 100px;
	background-color: #f2f2f2;
}

.movie-listing-rankings-neg {
	float: left;
	margin-left: 5px;
	width: 150px;
	height: 100px;
	background-color: #f2f2f2;
}

.movie-listing-totals {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

.movie-listing-ranking-neg-image {
	display:none;
	background: #f2f2f2;
	margin-top: 5px;
	margin-left: 5px;
	height: 22px;
	width: 22px;
	float: left;
}

.movie-listing-ranking-neg-title {
	margin-top: 8px;
	margin-left: 5px;
	height: 22px;
	width: 105px;
	float: left;
	float: left;
	font-size: 14px;
}

.movie-listing-ranking-neg-score {
	margin-top: 10px;
	width: 150px;
	height: 30px;
	font-size: 26px;
	color: #fd0004;
	text-align: center;
	font-weight: bold;
}

.movie-listing-ranking-neg-percentage {
	width: 150px;
	height: 20px;
	font-size: 14px;
	color: #aaaaaa;
	margin-top: 11px;
	margin-left: 11px;
}

.movie-listing-ranking-pos-image {
	display:none;
	background: #f2f2f2 url(../img/happyface.png) no-repeat scroll 0 0;
	margin-top: 5px;
	margin-left: 5px;
	height: 22px;
	width: 22px;
	float: left;
}

.movie-listing-ranking-pos-title {
	margin-top: 8px;
	margin-left: 5px;
	height: 22px;
	width: 105px;
	float: left;
	font-size: 14px;
}

.movie-listing-ranking-pos-score {
	margin-top: 10px;
	width: 150px;
	height: 30px;
	font-size: 26px;
	color: #0c8f0d;
	text-align: center;
	font-weight: bold;
}

.movie-listing-ranking-pos-percentage {
	width: 150px;
	height: 20px;
	font-size: 14px;
	color: #aaaaaa;
	margin-top: 11px;
	margin-left: 11px;
}

.movie-listing-tweet-stream {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	width: 325px;
}
.movie-listing-tweet-stream-title {
	font-size: 12px;
	font-weight: bold;
	float:left;

}
.movie-listing-tweet-stream-seeall {
	font-size: 10px;
	font-weight: bold;
	float:left;
	margin-left:130px;

}

.movie-listing-tweet-stream-seeall a {
	color: #fd0000;
	text-decoration: none;
}

.movie-listing-tweet-stream-review {
	padding:4px;
	background-color: #ddd;
	color: #333333;
	overflow: hidden;
	clear:both;
	font-size:10px;
}
.movie-listing-tweet-stream-review.odd{
	background:#eee;
}
.movie-listing-tweet-stream-review a {
	text-decoration: underline;
	color: #333333;
}
.movie-listing-tweet-stream-review a img{
	width:20px;
	height:20px;
	border:0px;
	margin-right:4px;
	display:block;
	float:left;
	border:3px #FFF solid;
}