body
{
	text-align: center;	
}

body#pagewrap__p
{
	text-align: left;
}

.listing-content
{
	width: 560px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
}

.text-highlight
{
	color: red;
}

 .listing-content .highlight
{
	color: red;
}

div.listing-results-sub-categories
{
	margin-bottom: 10px;	
	text-align: left;
}

div.listing-results-navigation-container
{
	margin-bottom: 5px;	
}

div.results-search-controls
{
	padding-top: 10px;
}

div.selector-placeholder
{
	border-top: 1px dotted rgb(110,110,110);	
}

.listing-item-entry-title
{
	display: none;	
}

/*
.search-results-button .cbg-ButtonInner
{
	height: 23px;	
}
*/

div.listing-last-modified
{
	margin: 5px 0px;
	font-size: 10px;
	text-align: right;
	clear: both;
}

div.listing-results
{
	position: relative;
}

div.overflow-message
{
	font: 11px Tahoma; 
	font-weight: bold; 
	color: red;  
	margin-top: 10px; 
	margin-bottom: 10px;
}

div.no-listings
{
	margin: 50px 0px;
	text-align: center;	
}

div.map-canvas
{
	height: 500px;
	margin: 0px 0px 5px 0px;
	border: 1px solid rgb(110,110,110);
}

#choose-a-view-label
{
	font-weight: bold;
	padding-top: 7px;
	margin-right: 10px; 
	border: 0px; 
	background: none;
}

img.unit-of-measure-switch
{
	border: 0;
	vertical-align: -20%;
	cursor: pointer;
	margin-right: 5px;
}

/* results-summary-section */
div.results-summary-section
{
	margin: 10px 0 0 10px;
	float: right;
	overflow: hidden; /* acquire height */
	width: 165px;
}

div.results-summary-section dl
{
	float: left;
	width: 165px;
	overflow: hidden;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0;
	padding: 2px 0px;
}

div.results-summary-section dl dt
{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 70px;
	font-weight: bold;
}

div.results-summary-section dl dd
{
	float: left;
	margin: 0;
	padding: 0;
}

div.results-summary-section dl dd.wide
{
	width: 190px;
}

div.results-summary-section img
{
	vertical-align: -20%;	
}

div.search-results-item-hover
{
	background-color: #efefef;	
	cursor: pointer;
}

div.photo-container
{
 	background-color: #ffffff;
}

/* gallery view */

div.listings-results-gallery
{
	padding-top: 10px;	
}
	
div.results-item-gallery
{
	float: left; 
	width: 180px; 
	/* border: 1px solid rgb(110,110,110); */
	border: 1px solid transparent;
	margin: 5px 2px 35px 2px;
	position: relative;	
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

div.results-item-gallery-small
{
		
}

div.results-item-gallery div.photo-container
{
	position: relative;
	border: 1px solid white;
	border: expression( "1px dotted rgb(110,110,110)" );
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	text-align: center;
	margin-left: 5px;
	width: 170px; 
	height: 170px;
}

div.results-item-gallery div.photo-container a
{
	text-decoration: none;
}

div.results-item-gallery div.price-container
{
	position: relative;
	font-weight: bold;
	text-align: center;
	height: 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.results-item-gallery div.price-container img.small-recip-logo
{
	position: absolute; 
	right: 19px; 
	bottom: 45px;
	opacity: 1.0;
}

div.results-item-gallery div.results-item-gallery-summary
{
	position: relative;
	margin: 0px 5px 5px 5px;
	height: 45px; 
	overflow: hidden;
}

div.results-item-gallery div.results-item-gallery-summary dl,
div.results-item-gallery div.results-item-gallery-summary dd
{
	margin: 0;
	padding: 0;
}

div.results-item-gallery .detail-line
{
	white-space: nowrap;
}

div.results-item-gallery div.buttons
{
	text-align: center;
	padding-bottom: 5px;
	position: relative;
	height: 20px;
}

div.results-item-gallery button
{
	font-size: 11px;	
	color: #333333;
	width: 55px;
}

div.results-item-gallery div.more-buttons 
{
	position: absolute; 
	right: 10px; 
	bottom: 10px; 
	z-index: 200;
	border: 1px solid gray;
	font-size: 11px;
	font-family: Verdana;
	background-color: #efefef; 
	width: 160px; 
	text-align: left; 
	padding: 5px;
}

div.results-item-gallery div.more-buttons a
{
	display: block;	
}

div.results-item-gallery div.more-buttons div
{
	padding: 5px 0px;	
	font-weight: bold;
}

div.results-item-gallery .attribution-container, div.results-item-gallery .address-container
{
	margin: 0px 5px 5px 5px; 
	height: 15px; 
	overflow: hidden;
}

div.results-item-gallery div.highlight
{
	position: absolute; 
	text-align: center;
	width: 100px;
	left: 35px;
	bottom: 0px; 
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 1px 3px;
}

/* end of gallery view */

/* short list view */

div.listing-results-list
{
	border-top: 1px dotted rgb( 150,150,150);
	margin-top: 5px;
}

div.results-item-list
{
	position: relative; 
	border-bottom: 1px dotted rgb( 150,150,150);	
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

div.results-item-list div.photo-container
{
	border: 1px solid white;
	border: expression( "1px dotted rgb(150,150,150)" );
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	
	position: relative;
	width: 120px;
	text-align: center;
	margin-left: 2px;
}

div.results-item-list div.item-info
{
	position: absolute;
	left: 130px; 
	top: 0px;
	width: 270px; 
}

div.results-item-list h2.price-container
{
	margin: 0;
	padding: 0;
	font-size: 18px; 
	display: block;
	color: #444444;
	text-align: left;
	border: 0;
}

div.results-item-list div.item-info h3.address
{
	margin: 2px 0px 0px 0px;
	padding: 0;
	font-size: 13px;
	width: 270px;
	height: 14px;
	overflow: hidden;
	text-align: left;
	border: 0;
}

div.results-item-list div.item-info h3.address a
{
	text-decoration: none;
	color: inherit;	
}

div.results-item-list div.item-info div
{
	 /*margin-top: 5px;*/
}

div.results-item-list div.item-info h3 span.minor-address-info
{
	font-size: 90%;
}

div.results-item-list div.quick-info-container
{
	position: relative;
	width: 160px; 
	height: 40px;	
	overflow: hidden;
}

div.results-item-list div.sold-ad
{
	color: red;
	font-weight: bold;
	text-align: right;
}


div.results-item-list div.quick-info-container dl.quick-info
{
	margin: 0; 
	padding: 0; 
	font-family: Verdana,sans-serif; 
	font-size: 11px;
}

div.results-item-list div.quick-info-container dd span.detail-line
{
	white-space: nowrap;	
}

div.results-item-list div.quick-info-container dd
{
	margin: 0;
	padding: 0;	
	line-height: 12px;
}

div.results-item-list div.buttons
{
	padding-bottom: 5px;
	position: absolute;
	right: 0px; 
	top: 63px;
	height: 25px;
}

div.results-item-list button
{
	font-size: 11px;	
	color: #333333;
	width: 55px;
}

div.results-item-list div.more-buttons 
{
	position: absolute; 
	right: 30px; 
	bottom: -20px; 
	border: 1px solid gray;
	font-size: 11px;
	font-family: Verdana;
	background-color: #efefef; 
	width: 160px; 
	z-index: 300;
	text-align: left; 
	padding: 5px;
}

div.results-item-list div.more-buttons a
{
	display: block;	
}

div.results-item-list div.more-buttons div
{
	padding: 4px 0px;	
	font-weight: bold;
}

div.results-item-list div.content-top-right
{
	width: 200px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;	
}

div.results-item-list div.content-top-right-item
{
	text-align: right;
}

div.results-item-list div.listed-by-top
{
	position: relative;
	width: 280px;
	height: 13px;
	text-align: left;
	overflow: hidden;
	font-family: Verdana,sans-serif; 
	font-size: 11px;
}

div.results-item-list div.listed-by
{
	position: absolute;
	right: 0px;
	top: 45px;
	width: 280px;
	height: 13px;
	text-align: right;
	overflow: hidden;
	font-family: Verdana,sans-serif; 
	font-size: 11px;
}

div.results-item-list div.highlight
{
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 80px;
	height: 15px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 1px 3px;
}

div.results-item-list div.description
{
	display: none;
	position: absolute;
}
/* end of short list view */

/* expanded list view */

div.listing-results-expanded
{
	border-top: 3px double rgb( 110,110,110);
	padding-top: 5px;
	margin-top: 5px;
	position: relative;
}

div.results-item-expanded
{
	position: relative; 
	border-bottom: 3px double rgb( 110,110,110);	
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 5px 0px;
}

div.item-expanded
{
	position: relative; 
}

div.results-item-expanded div.side-content
{
	width: 320px;
	left: 240px;
	top: 5px;
	position: absolute;
	padding: 0;
	margin: 0;
}

div.results-item-expanded div.address-info
{
	top: 0;
	left: 10px;
	width: 320px;
	height: 21px;
	line-height: 150%;
	overflow: hidden;
	border-bottom: 1px dotted rgb(200,200,200);
	position: relative;
}

div.results-item-expanded div.address-info h3
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #444444;	
	height: 15px;
	text-align: left;
	border: 0;
}

div.results-item-expanded div.address-info h3 a
{
	text-decoration: none;
	color: inherit;	
}

div.results-item-expanded div.address-info .minor-address-info
{
	font-size: 80%;
}

div.results-item-expanded div.side-content div.side-content-left
{
	position: absolute;
	left: 10px;
	/*top: 30px;*/
	overflow: hidden;
	height: 150px;
	width: 190px;	
}

div.results-item-expanded div.price-container
{
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	white-space: nowrap;
	margin: 0 0 -3px 0;
}

div.results-item-expanded dl.listing-summary-section
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.results-item-expanded div.attribution-container
{
	white-space: nowrap;
	overflow: hidden;
}


div.results-item-expanded dl.listing-summary-section dd,
div.results-item-expanded dl.listing-summary-section dt
{
        line-height: 1.4em;
}

div.results-item-expanded div.sold-ad
{
	color: red;
	font-weight: bold;
	font-size: 14px;
}

div.results-item-expanded div.photo-container
{
	border: 1px solid #fff;
	border: expression( "1px solid #999" );
	position: relative;
	margin-top: 5px;
	width: 230px;
	float: left;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	margin-left: 2px;
}

div.results-item-expanded dl.listing-summary-section
{
	width: 175px;
	overflow: hidden;
	font-size: 12px;
	margin: 0;
	padding: 0px 0px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
}

div.results-item-expanded dl.listing-summary-section dt
{
	clear: both;
	float: left;
	margin: 0;
	width: 75px;
	font-weight: bold;
}

div.results-item-expanded dl.listing-summary-section dd
{
	float: left;
	margin: 0;
	width: 100px;
}

div.results-item-expanded dl.listing-summary-section dd.wide
{
	width: 190px;
	padding: 0;
	margin: 5px 0px 5px 0px;
	line-height: 100%;
}

div.results-item-expanded div.side-content div.side-content-right
{
	position: absolute;
	left: 200px;
	/*top: 35px;*/
	overflow: hidden;
	height: 150px;
	width: 130px;
}

div.results-item-expanded div.open-house-section
{
	color: 	red;
	font-weight: bold;
}

/*
div.results-item-expanded div.highlight
{
	margin-top: 5px;
	width: 80px; 
	height: 15px;
	height: expression( '18px' );
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 1px 3px;
}
*/

div.results-item-expanded div.highlight
{
	position: absolute; 
	text-align: center;
	width: 130px;
	left: 45px;
	bottom: 0px; 
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 1px 3px;
}

div.results-item-expanded table.listing_contact_info a
{
	font-weight: bold;
}

div.results-item-expanded div.tools
{
	margin-top: 0px;
	font-weight: bold;	
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	bottom: expression( '-2px' );
	overflow: hidden;
	width: 130px;	
}

div.results-item-expanded div.tools ul
{
	list-style: none;
	margin: 0;
	padding: 0;	
}

div.results-item-expanded div.tools li.tool-item
{
	margin-top: 4px;	
}

div.results-item-expanded div.tools li.tool-item a
{
	text-decoration: none;
}

div.results-item-expanded div.vow-listing-toolbar-container
{
	margin: 0;
	padding: 0;
}

div.results-item-expanded div.description
{
	margin-top: 10px;	
}

div.results-item-expanded a.description-details
{
	font-weight: bold;
}

div.results-item-expanded div.owner-contact-container
{
	border-top: 1px dotted rgb(200,200,200);
	margin-top: 5px;
	padding-top: 5px;	
}

.component-container div.mc-outer
{
	margin-top: 10px !important;	
}

div.results-item-expanded .expanded-list-vow-notes-bar
{
	font: 12px Helvetica,arial,sans-serif;
	border-top: 1px dotted rgb(150,150,150); 
	border-bottom: 1px dotted rgb(150,150,150); 
	margin-top: 10px;
}

div.results-item-expanded .expanded-list-vow-notes-bar-label
{
	font-weight: bold;	
}

div.results-item-expanded .expanded-list-vow-notes-bar-label a
{
	text-decoration: none;
}

div.results-item-expanded .expanded-list-vow-notes-bar-value
{
	color: red;
}

div.results-item-expanded .expanded-list-vow-notes-bar-label,
div.results-item-expanded .expanded-list-vow-notes-bar-value
{
	height: 13px; 
	overflow: hidden;
}


/*end of expanded list view */


/* map view */

.info_listingInfoContainer
{
	text-align: center;	
}

.info_listingInfoContainer2
{
	text-align: left;	
}

.info_listingText, .info_propertyType, .info_listingAddress, 
	.info_listingPrice, .info_listingMlsNumber, .info_listingSoldDate, .info_listingDetailsLink,
	div.info_listingInfoContainer2 .info_listingBedsBaths,
	.info_listingNav
{
	font: 11px Tahoma;
	color: #444444;
	text-align: left;
}

div.info_listingInfoContainer2 .info_listingText, 
div.info_listingInfoContainer2 .info_propertyType,
div.info_listingInfoContainer2 .info_listingAddress, 
div.info_listingInfoContainer2 .info_listingPrice,
div.info_listingInfoContainer2 .info_listingMlsNumber,
div.info_listingInfoContainer2 .info_listingSoldDate,
div.info_listingInfoContainer2 .info_listingDetailsLink,
div.info_listingInfoContainer2 .info_listingNav
{
	font-size: 12px;
	text-align: left;
	padding: 1px 0px;
}

div.info_listingInfoContainer2 .info_listingPrice,
div.info_listingInfoContainer2 .info_listingDetailsLink
{
	font-size: 15px;
}
.info_listingNav table td
{
	font-size: 15px;
}

.info_listingPhoto 
{
	border: 1px solid gray;	
}

.info_listingAddress 
{
	font-weight: bold;
}

.info_listingPrice 
{
	font-weight: bold;	
}
.info_propertyType 
{
	font-weight: bold;	
}

.info_listingDetailsLink 
{
	display: block;
	color: blue;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}

div.results-map-aggregated-attribution-container
{
	margin: 10px 0;
	font-size: 11px;
}

div.results-item-map
{
	position: relative;
	position: expression('static'); /* f... IE9 */
	padding: 3px 0px;
	border-bottom: 1px dotted rgb(200,200,200);
}

div.results-item-map .attribution-container
{
	font-size: 11.5px;	
	clear:both;
	color: #666;
	margin-left: 0px;
}

div.results-item-map h1.listing-address,
div.results-item-map h2.listing-address
{
	font-size: 15px;
	margin-bottom: 0px;
	text-align: left;
	border: 0;
}

div.results-header-map
{
	position: relative;
	height: 15px;	
	padding: 2px -2px 2px 0px;
	z-index: 5;
}

div.header-map
{
	float: left;
	padding: 2px 5px;
	background-color: #efefef;
	border: 1px solid rgb(110,110,110);
	height: 15px;
	margin-right: 2px;
}

div.results-item-map div.column
{
	float: left;
	padding: 2px 0px;
	margin-right: 8px;
	/* height: 15px; */
	height: 1.2em;
    height: expression( '1.3em');
	overflow: hidden;
	position: relative;
}

div.results-item-map div.colum-num
{
	width: 17px;	
}

div.results-item-map div.column-price
{
	width: 65px;	
}
div.results-item-map div.column-beds,
div.results-item-map div.column-baths
{
	width: 28px;	
}
div.results-item-map div.column-livearea
{
	width: 65px;	
}

div.results-item-map div.column-comm
{
	width: 100px;
}

div.results-item-map div.column-addr
{
	width: 125px;	
}
div.results-item-map div.column-status
{
	width: 70px;	
}
div.results-item-map div.column-onmap
{
	float: right;
	width: 45px;	
}
div.results-item-map div.column-link
{
	float: right;
	width: 40px;	
}

div.results-item-map div.column a
{
	text-decoration: none;	
}

div.results-item-map div.highlight
{
	width: 100px;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 1px 3px;
}

div.results-item-map div.more-buttons 
{
	position: absolute; 
	right: 20px; 
	bottom: -5px; 
	border: 1px solid gray;
	font-size: 11px;
	font-family: Verdana;
	background-color: #efefef; 
	width: 160px; 
	text-align: left; 
	padding: 5px;
}

div.results-item-map div.more-buttons a
{
	display: block;
}

div.results-item-map div.more-buttons div
{
	padding: 4px 0px;	
	font-weight: bold;
}

/* end of map view */


/* listing address */
h1.listing-address,
h2.listing-address
{
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	margin-top: 5px;
	text-align: left;
	border: 0;
}

h1.listing-address span,
h2.listing-address span
{
	padding-left: 5px;
	font-size: 12px;
}

div.more-buttons div a
{
	text-decoration: none;	
}

img.small-recip-logo
{
	filter: alpha(opacity=60);
	opacity: 0.6;	
}

/* promoted listings */
.listing-results-expanded .results-item-promoted,
.listings-results-gallery .results-item-promoted,
.listing-results-list .results-item-promoted,
.listing-results-map .results-item-promoted
{
	background-color: #FFFFBB;
}
div.gmap-item
{
	background-color: white;	
}
div.gmap-item:hover
{
	background-color: #ffeac0;	
}

.results-sm-share-container
{
	position: relative;
	border-top: 1px dotted rgb(200,200,200);
	margin: 5px 0;
	white-space: nowrap;
	height: 45px;
}

.results-sm-share-container-inner
{
	position: absolute;
	left: 0;
	top: 15px;	
	width: 100%;
}

.results-sm-share-item
{
	float: left;
}

.twitter-share-button
{
	margin-right: 10px;	
}

div.results-item-map a,
div.results-item-gallery a,
div.results-item-gallery .vowListingToolbarAddNoteLabel a,
div.results-item-list a,
div.results-item-list .vowListingToolbarAddNoteLabel a,
div.listing-results-expanded .side-content-right a
{
	font-weight: normal;	
}

div.results-item-map a,
div.results-item-gallery a,
div.results-item-gallery .vowListingToolbarAddNoteLabel a,
div.results-item-list a,
div.results-item-list .vowListingToolbarAddNoteLabel a
{
	font-size: 11px;
	font-family: verdana;
	color: navy;
}