/* Listing */
#listing {
	background:#fff;
	}
#listing .black9 {
	color:#888;
	padding: 5px 0 0 10px;
	font-size:85%;
	}
#listing span.pending {
	color:#c00;
	font-style: italic;
	}
#listing .courtesy {
	color:#888;
	}
#listing table,td {
	padding:1px;
	margin:0;
	}
#listing div.detail {
	padding: 15px 0 10px 20px;

	}
#listing div.sidebar {
	border-left: 1px solid #8493ad;
	border-bottom: 1px solid #8493ad;
	padding: 4px;
	background: #dcdcdc;
	}
#listing div.saved {
	border: 1px solid #8493ad;
	text-align:center;
	padding: 5px;
	margin:5px 0;
	background: #e9e9e9;
	}
#listing p.oh, #listings p.oh {
	color:#cc0000;
	}
#listing-body h3 {
	color:#999;
	padding-bottom:2px;
	border-bottom: 4px solid #ccc;
	}
#listing-body h2 {
	margin:5px 0;
	}
#listing-body table {
	width:100%;
	}
#listing-body tr {
	vertical-align: top;
	}
#listing-body td {
	padding:1px 0;
	}
#listing-body td.label {
	width:110px;
	font-weight: bold;
	font-size:93%;
	padding-left:10px;
	}
#listing-body div.info {
	float:left;
	width:300px;
	}
#listing-body div.rooms {
	float:left;
	width:200px;
	}
#listing-body div.rooms td.label {
	width:90px;
	}
#listing-body div.info-clear {
	clear:both;
	}
/* No VOW */
#listing-novow {
	position:relative;
	background:#eee;
	color:#bbb;
	padding: 5px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
#listing-novow div.msg {
	position:absolute;
	top:20px;
	right:20px;
	width:325px;
	background:#fefefe;
	padding:20px 30px 5px 30px;
	border: 3px solid #bbb;
	color:#333;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	}
#listing-novow h4 {
	font-size:123.1%; 
	color:#666;
	padding-bottom:2px;
	border-bottom: 4px solid #bbb;
	margin-bottom:10px;
	}
#listing-novow a {
	text-decoration: underline;
	}
#listing-novow a:hover {
	color:#900;
	}
#listing-novow input {
	text-align: left;
	font-size: 93%; 
	color:#999;
	}
#listing-novow input.text {
	width:150px;
	}
#listing-novow input.email {
	width:310px;
	}
#listing-novow input.applecore { 
	display: none;
	}	
#listing-novow input.send {
	margin-left:240px;
	background:#777;
	width: 70px;
	color: #fff;
	font-size: 85%; 
	font-weight: bold;
	text-align:center;
	padding: 3px;
	border: 1px solid #555;
	border-radius:7px; 
	-moz-border-radius:7px;
	}
#listing-novow input.send:hover {
	background:#999;
	}
#listing-novow p {
	margin:0 0 10px 0;
	}
#listing-novow p.terms {
	font-size:85%;
	}
	
/* Listing Agent*/
#prof div {
	background: #dcdcdc;
	color: #000;
	font-size: 93%; 
	padding: 3px;
	border: 1px solid #8493ad;
	margin:0;
	margin-top:11px;
	}
#prof td {
	padding: 2px;
	}
/* Mortgage Calculator */
#mortgage div {
	background: #dcdcdc;
	color: #000;
	font-size: 93%; 
	padding: 3px;
	border: 1px solid #8493ad;
	margin-bottom: 10px;
	}
#mortgage td {
	padding: 2px;
	}
	
#mortgage input {
	background: #eee;
	text-align:right;
	color: #000;
	width: 70px;
	}
#mortgage input.payment {
	font-weight: bold;
	}
#mortgage input.button {
	font-weight: bold;
	text-align:center;
	padding:3px;
	}
	
/* Turn-By-Turn */
#tbturn {
	position:relative;
	margin:10px 0;
	padding:5px;
	border:1px solid #8493ad;
	background-color: #dcdcdc;
	}
#tbturn h3 {
	margin:0;
	padding:0;
	font-size:100%;
	text-align:center;
	}
#tbturn p {
	font-size:77%;
	margin:0;
	padding-top:5px;
	text-align:center;
	}
#tbturn b {
	font-size: 12px;
	color: #903;
	margin:0;
	padding-top:5px;
	text-align:center;
	}
#tbthelp {
	position:absolute;
	top:5px;
	right:5px;
	}
#tbthelp a {
	background: url(http://image.heunox.com/global/icons/help.gif) top center no-repeat;
	display:block;
	height:15px;
	width:15px;
	}
#tbthelp a:hover {
	background: url(http://image.heunox.com/global/icons/help-red.gif) top center no-repeat;
	}
/* used to mimic a href links for ajax calls (see turn-by-turn links) */
.mock-link {
	cursor:pointer;
	}
.mock-link:hover {
	cursor:pointer;
	}
.hide { display: none; }
