body
{
	text-align: center;	
}

body#pagewrap__p
{
	text-align: left;
}

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

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

div.listing-details-sold-ad
{
	color: red;
	font-weight: bold;
	font-size: 14px;
}

div.listing-not-found
{
	text-align: center;
	padding-top: 30px;
}

div.listing-breadcrumbs
{
	
}

div.listing-details-navigation-container
{
	margin: 0px 0px 10px 0px;
}

div.listing-details-navigation-container-bottom
{
	margin: 10px 0px;
	border-top: 1px solid #999999;
	padding-top: 10px;
}
div.listing-details-page-navigation
{
	float: right;
}

div.listing-details-page-navigation a span
{
	/* arrows too small otherwise */
	font-size: 15px;
}

div.listing-details-vow-toolbar-wrapper
{
	margin: 5px 0px;
}

div.listing-vow-toolbar-container
{
	clear: both;
	margin-top: 5px;
	border: 0px solid #999999;
}

div.listing-attribution-container
{
	margin-top: 5px;
	text-align: right;
}

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

div.listing-details-footer
{
	padding-top: 15px;
	clear: both;
}


/* 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-title
{
	display: none;	
}

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

/* open house */
div.open-house-section
{
	color: red;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* vertical tools */

div.vertical-tools-section,
div.vertical-tools-section2
{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	width: 165px;
	overflow: hidden; /* acquire height */
}

div.vertical-tools-section
{
	padding-left: 1px;
	padding-bottom: 1px;
}

div.vertical-tools-section ul,
div.vertical-tools-section2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.vertical-tools-section ul li
{
	display: block;
	padding-top: 2px;
	font-weight: bold;
	height: 23px;
}

div.vertical-tools-section ul
{
	margin-top: 8px;	
}

div.vertical-tools-section2
{
	margin-top: 17px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
div.vertical-tools-section2 li
{
	width: 100%;
	background-color: #efefef;
	border-bottom: 1px solid #999999;
}

div.vertical-tools-section2 li a
{
	display: block;
	padding: 3px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

div.vertical-tools-section li.details-action-link,
div.vertical-tools-section2 li.details-action-link
{
	clear: both;
	padding: 0 0 0 15px;
	line-height: 26px;
	height: 26px;
	background: url(../../../img/notch-east.png) 0px 46% no-repeat;
}

li.details-inquire-button
{
	margin-bottom: 10px;
}

div.vertical-tools-section li.details-action-link a,
div.vertical-tools-section2 li.details-action-link a
{
	font-weight: normal;	
}

/* end of vertical tools */

/* listing photo PHOTO-CENTRIC */

div.listing-banner-container
{
	z-index: 1;
	position: relative;
	margin-top: 0px;
	margin-bottom: -1px;
	margin-bototm: expression( "-3px" );
	/* border-bottom: 1px solid #999999; */
	text-align: center;
}

div.listing-main-photo-container-pc
{
	margin-top: 10px;
	position: relative;
	text-align: center;
	background-color: white;
}

div.details-main-photo-container-outer
{
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}

div.listing-main-photo-container-pc div.listing-main-photo-wrapper
{
	border: 1px solid #999999;
}

div.listing-main-photo-container-pc a
{
	border: 0;
}

div.listing-main-photo-container-pc img.listing-main-photo
{
	margin: 3px;
}

div.listing-main-photo-container-pc img.listing-main-photo-banner
{
	position: absolute;
	top: 0px;
	left: 0px;
}

dl.listing-price-pc
{
	display: block;
	text-align: center;	
}


/* end of listing photo LARGE */

/* listing photo */

div.listing-main-photo-container
{
	float: left;
	overflow: hidden; /* acquire height */
	margin-top: 10px;
	position: relative;
	margin-top: 20px;
	text-align: center;
	width: 378px;
	/* height: 282px; */
	border: 1px solid #999999;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	margin-left: 1px;
}
div.listing-main-photo-container div.listing-main-photo-wrapper
{
	
}

div.listing-main-photo-container a
{
	border: 0;
}

div.listing-main-photo-container img.listing-main-photo
{
	margin: 3px;
}

div.listing-main-photo-container img.listing-main-photo-banner
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div.listing-virtual-tour-section
{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 150px;
}

div.open-slideshow-section
{
	text-align: center;	
	padding: 5px;
}

div.open-slideshow-section a
{
	font-weight: bold;
	text-decoration: none;	
}

div.open-slideshow-section img
{
	margin-right: 5px;
	vertical-align: -20%;	
}

div.listing-photos-full-size-container
{
	margin-top: 10px;
}

div.listing-photos-full-size-container div.thumbs
{
	margin-left: -3px;
	margin-right: -4px;
}

div.listing-photos-full-size-container div.thumbs div.thumb
{
	float: left;
	padding: 3px;
	border: 1px solid #999999;
	margin: 4px;
	margin: expression('2px');
	background-color: white;
}

div.listing-photos-full-size-container div.thumbs div.thumb img
{
	border: 0;
}

div.listing-photos-full-size-container a.back-to-top
{
	float: right;
}

div.listing-photos-full-size-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 10px;
}

div.listing-photos-full-size-container div.listing-full-size-description
{
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666;
}

div.listing-photos-full-size-container ul li.image-item
{
	display: block;
	margin: 10px 0px;
	padding: 10px;
	background-color: white;
	border: 1px solid #999999;
	position: relative;
}

div.listing-photos-full-size-container ul li img
{
	border: 0;
}

div.photo-thumbs-section
{
	overflow: hidden;
	clear: both;
	margin-top: 5px;
	margin-right: -6px;
	margin-left: 2px;
}

div.photo-thumbs-section span
{
	float: left;
	display: block;
	border: 1px solid #999999;
	padding: 2px;
	margin: 2px;
}

div.photo-thumbs-section span img
{
	border: 0;
}

div.photo-thumbs-section div.small-photo-thumb-outer,
div.photo-thumbs-section div.small-photo-thumb-inner
{
	position: relative;
	overflow: hidden;
	background-color: white;
}


div.photo-thumbs-section div.small-photo-thumb-outer
{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #999;	
}

/* end of listing photo */


dl.listing-price
{
	border: 0;
	color: #444444;
}
dl.listing-price dd
{
	font-family: tahoma;
	font-size: 24px;
	font-weight: bold;
}

/* summary info */

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

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

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

div.listing-summary-section dl dd
{
	float: left;
	margin: 0;
	padding: 0;
	width: 90px;
}

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

/* end of summary info */


/* summary info PHOTO CENTRIC */

div.listing-summary-section-pc
{
	float: left;
	overflow: hidden; /* acquire height */
	width: 290px;
	/* background-color: yellow; */
}

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

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

div.listing-summary-section-pc dl dd
{
	float: left;
	margin: 0;
	padding: 0;
	width: 90px;
}

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

div.vertical-tools-section-pc
{
	width: 200px;
	float: left;
	overflow: hidden; /* acquire height */
	zoom: 1;
	/* background-color: yellow; */
	margin-left: 30px;
	padding-left: 1px;
}

div.vertical-tools-section-pc ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.vertical-tools-section-pc ul li.details-action-link
{
	display: block;
	padding-bottom: 6px;
	font-weight: bold;
	overflow: hidden;
	zoom: 1;
	padding-left: 1px;
	
	clear: both;
	padding: 0 0 0 15px;
	line-height: 26px;
	height: 26px;
	background: url(../../../img/notch-east.png) 0px 46% no-repeat;
}

div.vertical-tools-section-pc li.details-inquire-button
{
	padding-top: 10px;
	padding-bottom: 30px;	
	font-weight: bold;
}

div.vertical-tools-section-pc ul li.details-action-link a
{
	font-weight: normal;
}

/* end of summary info PHOTO PRICE */

/* listing attributes */

a.listing-document-link
{
	text-decoration: none;
}

div.listing-info-container
{
	font-size: 12px;
	padding: 0;
	margin: 0;
	clear: both;
	margin-top: 10px;
}

div.listing-info-container div.listing-info-section,
div.listing-info-container div.listing-wide-info-section,
div.listing-info-container div.listing-semi-wide-info-section,
div.listing-info-container div.listing-custom-info-section,
div.listing-info-container div.room-info-section,
div.listing-info-container div.bathroom-info-section
{
	position: relative;
	margin: 5px;
	clear: both;
	width: 550px;
}

div.listing-info-container label.section-head
{
	font-weight: bold;
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 3px;
	display: block;
	border-bottom: 3px double #CCCCCC;
	color: #444444;
}

div.listing-info-container dl
{
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #CCCCCC;
	width: 550px;
}

div.listing-info-container dl.odd
{
	background-color: #f8f8f8;
}

div.listing-info-container dl dt
{
	width: 100px;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	float: left;
	border: 0;
	overflow-x: hidden;
}

div.listing-info-container dl dd
{
	width: 150px;
	padding: 5px 10px 5px 5px;
	float: left;
	margin: 0;
	border: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

div.listing-info-container div.listing-wide-info-section dd,
div.listing-info-container div.listing-custom-info-section dd
{
	width: 545px;
	padding: 5px;
}

div.listing-info-container div.listing-semi-wide-info-section dd
{
	width: 260px;
	padding: 5px;
}

div.listing-info-container div.room-info-section dt,
div.listing-info-container div.room-info-section dd
{
	width: 120px;
}

div.listing-info-container div.bathroom-info-section dt,
div.listing-info-container div.bathroom-info-section dd
{
	width: 120px;
}

/* end of listing attributes */

div.realtor-info
{
	margin-top: 10px;
	border-top: 1px solid #999999;
	padding-top: 10px;
}

div.realtor-info li
{
	clear: both;
}

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

body.map-body
{
	background-color: white;	
}

body.map-body .map-toolbar
{
	background-color: white;
}

body.map-body .map-toolbar a
{
	color: blue;
	font-weight: bold;
}

body.map-body .map-toolbar a:hover,
body.map-body .map-toolbar a.map-option-active
{
	color: red;
}

#FooterDiv, #ComponentDiv
{
	padding-top: 10px;
}

div.details-google-map-container
{
	margin: 20px 0px 10px 0px;
	width: 560px;
	height: 590px;
}

div.details-walkscore-container
{
	margin: 20px 0px 10px 0px;
	width: 558px;
	height: 558px;
}
iframe.listing-google-map-iframe-printable
{
	margin: 20px 0px 10px 0px;
	width: 558px;
	height: 300px;
}

/* galleries */
body.flash-gallery-body,
body.simple-gallery-body,
body.slideshow-gallery-body,
#gallery-container,
#fullsize,
#information
{
	background-color: #ffffff;
}

h3.listing-movie-title,
h3.listing-floor-plan-title
{
	font-size: 16px;
	margin: 10px 0 5px 0;	
}

h3.listing-movie-title a,
h3.listing-floor-plan-title a
{
	color: inherit;
	text-decoration: inherit;	
}

div.listing-floor-plan-item
{
	margin-bottom: 20px;	
}

#local-info-container
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#local-info-title
{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

div.listing-custom-disclaimer
{
	font-size: 10px;	
}

div.listing_schedule
{
	float:left;
	display:inline;
	margin:0px 10px 5px 0px;
}

table.listing-schedule
{
	font-size:12px;
	border-top:1px solid gray;
	border-left:1px solid gray;
}

table.listing-schedule caption
{
	font-weight:bold;
	margin-bottom:5px;
}

table.listing-schedule th
{
	border-bottom:1px solid gray;
	font-weight:bold;
	text-align:center; 
}

table.listing-schedule th.schedule-last
{
	border-right:1px solid gray;
}

table.listing-schedule td
{
	width:24px;
	text-align:center; 
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}

.schedule-disabled
{
	background-color: #f8f8f8;
}

.schedule-unavailable
{
	background-color: #ffffaf;
}

div.schedule-unavailable
{
	float:left;
	display:inline;
	margin-right:5px;
	border:1px solid gray;
	width:12px;
	height:12px;
}

div.schedule-label
{
	margin: 5px 0px 5px 0px;
	clear: both;
}

table.custom-feature-section
{
	width: 100%;
	margin: 20px 0 10px 0;	
	padding: 0px;
}

table.custom-feature-section td.custom-feature-label-cell
{
	width: 25%;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
table.custom-feature-section td.custom-feature-value-cell
{
	vertical-align: top;
	padding-bottom: 10px;
}

div.custom-section-content
{
	margin: 10px 10px 20px 0px;
}

.details-sm-share-container
{
	position: relative;
	white-space: nowrap;
	height: 30px;
}

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

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

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

.external-thumbnail
{
	display: none;
	position: absolute;
	left: -10000;
	top: -10000;
}

.listing-details-photo-centric-section
{
	/* margin-top: 20px;	*/
}

.details-main-photo-container-outer,
.details-main-photo-container-inner
{
	position: relative;
	overflow: hidden;
	background-color: white;
}

.details-main-photo-container-outer
{
	margin-bottom: 20px;
}

div.listing-details-vow-toolbar
{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #999;
	margin-bottom: 5px;
	/* padding-bottom: 5px; */
	border-bottom: 1px dotted #999;
}

div.listing-details-vow-toolbar .vow-listing-toolbar-category,
div.listing-details-vow-toolbar .vow-listing-toolbar-notes
{
	color: red;
}