/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:130%;font-family: Verdana, Arial, Helvetica, sans-serif; color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {/*float:left;*/margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}

/**********************
Listings VIEW
**********************/
.listings_view .details-img { border: 1px solid #ddd; text-align: center; padding: 3px; margin: 3px; float: left; } 
.listings_view .details-mainimg { width: 280px; }
.listings_view .details-mainimg img { width: 100%; }
.listings_view .details-moreimg img { width: 85px; height: 65px; }

.listings_view .details-col { width: 100%; }
.listings_view .remarks { font-size: 10px; width: 100%; }
.listings_view .details-onecol { width: 100%; float: left; margin-left: 10px;}
.listings_view .details-twocol { float: left; width: 50%; }
.listings_view .details-threecol { float: left; width: 33%; }
.listings_view .details-col p { float: left; width: 46%; margin-bottom: 5px; margin-left: 10px; }
.listings_view .details-col p strong { border-bottom: 1px solid #ddd; display: block; }

.listings_view dt { clear: both; width: 20%; float: left; text-align: right; font-weight: bold; margin-bottom: 3px; font-size: 11px; padding: 2px; padding-right: 10px; color: #555; }
.listings_view dd { float: left; font-size: 11px; margin-bottom: 3px; padding: 2px; width: 71%; color: #555; }
.listings_view h2 { font-size: 16px; }
.listings_view .details-gmap { padding: 3px; border: 1px solid #ddd; background: #fff; margin-top: 5px; }
.listings_view p { font-size: 10px; }

.feature-details {
}
.feature-details p {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-bottom: 10px;
}
.feature-details p strong { border: none; }

.cleared { clear: both; }

@media print {
	.noprint { display: none; }
}
