﻿.newsFeedView.viewPanel
{
	margin-top: 0px;
}

.newsFeedView .rightPanel
{
	position: relative;
	float: none;
	margin-left: 400px;
	height: 100%;
}

.newsFeedView .leftPanel
{
	height: 100%;
	float: left;
	width: 400px;
}

.newsFeedView .highlighted
{
	background-color: #edf3f7;
}

.newsFeedView.viewPanel 
{
    height: 500px;
}

.newsFeedView .selected, .newsFeedView .highlighted.selected
{
	background-color: #F5F1EB;
}

.newsFeedView .listings
{
	background-color: #FFF;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.newsFeedView .listingsContainer
{
	/* height: 100%; */
}

.newsFeedView .event
{
    position: relative;
	cursor: pointer;
	padding: 5px;
	border-bottom: 1px dotted #b3b3b3;
	clear: left;
	font-size: 11px;
}

.newsFeedView .detailedListing .listing .info
{
	margin-left: 140px;
	font-size: 11px;
	position: relative;
	font-weight: bold;
}

.newsFeedView .detailedListing .address
{
	color: #967347;
}

.newsFeedView .listing label
{
	font-weight: normal;
	color: #565656;
}

.newsFeedView .tabs
{
	padding: 6px;
}

.newsFeedView .tabs label
{
	font-weight: bold;
	color: #967347;
}

.newsFeedView .tabs ul
{
	height: 10px;
	margin-bottom: 10px;
}

.newsFeedView .tabs a
{
	width: auto;
	margin-right: 10px;
	height: auto;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

.newsFeedView .tabs .loader
{
	padding-top: 0;
}


.newsFeedView .tabs a.on
{
	color: #FFFFFF;
	background: #00a3e1;
	border: 1px solid #24799B;
	width: auto;
}

.newsFeedView .tabs a:hover
{
}

.newsFeedView .detailedListing .ratings
{
	margin-top: 11px;
}

.newsFeedView .thumbnail img
{
	/* width: 130px; */
	border: 1px solid #707070;
	margin-right: 5px;
}

.newsFeedView .shadow
{
	height: 7px;
	left: 10px;
	position: absolute;
	width: 400px;
	z-index: 5;
	background: url("/images/listings_shadow.png") no-repeat;
}

.newsFeedView .map
{
	height: 100%;
	border: 0;
}

.newsFeedView p.address
{
	margin-bottom: 5px;
}

.newsFeedView .oldPrice
{
	text-decoration: line-through;
	color: #808080;
	font-size: 95%;
	font-weight: normal;
}

.newsFeedView .price
{
	font-weight: bold;
	font-size: 12px;
}

.newsFeedView .timeAgo
{
	font-size: 95%;
	color: #967347;
}

.newsFeedView .notLoggedIn
{
	background: #ffffff;
	font-weight: bold;
	cursor: auto;
}

.newsFeedView .noNewsFeeds
{
	cursor: auto;
	background: #e4eef7 url("/images/icons/newspaper.png") 5px center no-repeat;
	padding: 8px 8px 8px 28px;
}

.newsFeedView #listingDetail
{
	border-bottom: 0; /* height: 165px; */
}

.newsFeedView p.homeStyle, .newsFeedView p.stats
{
	margin: 4px 0px 4px 0px;
}

.address a
{
	color: #967347;
	text-decoration: none;
}

.address a:hover
{
	text-decoration: underline;
}

.newsFeedView .event .listingDetails
{
	border-top: 1px dotted #CCCCCC;
	margin: 0 -5px -5px;
	padding-left: 28px;
	padding-top: 5px;
}

.newsFeedView .widget
{
	height: 130px;
	overflow: hidden;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	margin-bottom: 10px;
}

.newsFeedView .widget h3
{
	color: #00a3e1;
	font-size: 20px;
	text-transform: lowercase;
	z-index: -1;
	margin-top: -4px;
	border-bottom: 1px dotted #b3b3b3;
}

.newsFeedView .widget .reel
{
	height: 104px;
	margin-left: 30px;
	position: absolute;
	right: -150px;
	left: 0;
}

.newsFeedView .widget .reel div
{
	float: left;
	height: 100px;
	margin-right: 20px;
	position: relative;
	margin-bottom: 10px;
}

.newsFeedView .widget .reel .mini
{
	width: 100px;
	margin-top: 8px;
}
.newsFeedView .widget .reel .mini .activity
{
	bottom: 37px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	left: -30px;
	right: 0;
	text-align: center;
	text-shadow: 2px 2px 2px #111111;
	top: auto;
	width: 140px;
}
.newsFeedView .widget .reel .mini .more
{
	left: 0px;
	top: -11px;
}

.newsFeedView .widget .reel .small
{
	width: 135px;
	text-align: center;
}


.newsFeedView .widget .reel .small .activity
{
	font-size: 14px;
	left: -1px;
	top: -4px;
}

.newsFeedView .widget .reel .small .more
{
	color: #967347;
	font-size: 12px;
	text-shadow: 2px 2px 2px #FFFFFF;
	top: 7px;
}

.newsFeedView .widget .reel .small img
{
	position: relative;
	top: 20px;
}

.newsFeedView .widget .reel .medium
{
	width: 120px;
	margin-right: 35px;
}

.newsFeedView .widget .reel .medium .activity
{
	bottom: 10px;
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 3px 3px 3px #111111;
	top: auto;
}
.newsFeedView .widget .reel .medium .more
{
	bottom: 3px;
}

.newsFeedView .widget .reel .large
{
	width: 145px;
	text-align: center;
}
.newsFeedView .widget .reel .large .activity
{
	color: #FFFFFF;
	font-size: 20px;
	left: -5px;
	text-shadow: -2px -2px 3px #111111;
	top: 0;
}
.newsFeedView .widget .reel .large .more
{
	right: -10px;
	text-align: right;
	top: 80px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px -1px 5px #FFFFFF;
}


.newsFeedView .widget .reel img
{
	border: 1px solid #b3b3b3;
}
.newsFeedView .widget .reel .mini img
{
	width: 80px;
}
.newsFeedView .widget .reel .small img
{
	width: 100px;
}
.newsFeedView .widget .reel .large img
{
	height: 100px;
}

.newsFeedView .widget .reel .activity
{
	top: 0;
	left: 5px;
	font-weight: bold;
	color: #111;
	text-shadow: 3px 3px 3px #FFF;
}
.newsFeedView .widget .reel .more
{
	left: 10px;
	top: 10px;
}


.newsFeedView .widget .reel .activity, .newsFeedView .widget .reel .more
{
	position: absolute;
	display: inline-block;
	white-space: nowrap;
}

.newsFeedView .widget .leftScreen
{
	position: absolute;
	left: -1px;
	background: url("/images/news_feed/left_screen.png");
	height: 100%;
	width: 50px;
	z-index: 10;
}

.newsFeedView .widget .rightScreen
{
	width: 50px;
	position: absolute;
	right: 0;
	background: url("/images/news_feed/right_screen.png");
	height: 100%;
	z-index: 10;
}

.listingBroker 
{
    background: none;
}

.mlsIcon 
{
    right: 5px;
}

.eventMlsIcon 
{
    float: right;
}
