.noreviews {
    border-top:1px solid #CCCCCC;
    padding:15px;
    text-align:center;
}

h3.feed_title {
    margin: 45px 0 0;
    font-size: 24px;
}
#feed {
	margin-top: 10px;
	padding: 0;
	list-style: none;
}
#feed li {
	padding: 10px 0;
	overflow: hidden;
}
#feed .review {
	display: block;
	margin-left: 78px;
	line-height:20px;
	zoom: 1;
	position: relative;
	padding-top:8px;
	min-height: 60px;
	_height: 60px;
}
#feed .icons {
	width: 78px;
	height: 68px;
	padding-top:6px;
	overflow: hidden;
	left: -78px;
	top:0;
	position: absolute;
	zoom: 1;
}
#feed .icons .app img {
	width: 60px;
	height: 60px;
	zoom: 1;
}
#feed .icons .user img {
	width: 30px;
	height: 30px;
	zoom: 1;
}
#feed.application .icons .app{
	display:none;
}
#feed.application .icons .user img{
	width:60px;
	height:60px;
}
#feed.user .icons .user{
	display:none;
}

#feed h1 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#feed h1 a {
	font-weight: bold;
}
#feed a {
    text-decoration: none;
}
#feed a:hover {
    text-decoration: underline;
}
#feed h1 img {
	margin: 0 3px -4px 3px;
}
#feed .comment {
	font-style:oblique;
	color:#134A70;
	margin-top:5px;
	margin-bottom:0;
}
#feed .meta {
	display: block;
	font-size: 12px;
	color:#999;
}

#feed .meta strong{
	color:#000;
}
#more_feed {
    display: block;
    border: 1px solid #ccc;
	background-color: #d9d9d9;
    background-image: url(http://cdn.yaptor.com/www/img/more_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6FAFE), to(#D9DCE1));
	background-image: -moz-linear-gradient(0% 100% 90deg, #D9DCE1, #F6FAFE);
	-webkit-box-shadow:#999 2px 2px 2px;
	-moz-box-shadow:#999 2px 2px 2px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    line-height: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#more_feed:hover {
	background-color: #e3e3e3;
    background-image: url(http://cdn.yaptor.com/www/img/more_bg_hover.png);
	background-image: -moz-linear-gradient(center top, #f6f6f6 0%, #e3e3e3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
}
#more_feed:active {
	background: #2E6BB5;
    color:#fff;
    border:1px solid #2E6BB5;
}

.private-review-count {
    margin:15px 0 0;
    display:none;
}
