/* Listings */
#listings {
	background:#fff;
	}
#listings div.search {
	background:#ccc;
	}
#listings div.header {
	margin-top:10px;
	}
#listings h1 {
	color: #000;
	font-size:123.1%; 
	font-weight: bold;
	margin:0;
	display: inline;
	}
#found {
	color: #000;
	font-size:123.1%; 
	font-weight: normal;
	}
#listings table {
	padding:0;
	margin:0;
	}
#listings td {
	padding:0;
	margin:0;
	}
#listings td.first {
	background: #ddd;
	}
#listings td.second {
	background: #e9e9e9;
	}
#listings td.photo {
	padding: 5px 10px 5px 5px;
	border-bottom: 5px solid #8493ad;
	}
#listings td.address {
	padding: 5px 0px 0px 5px;
	}
#listings td.data {
	padding: 5px 5px 5px 5px;
	border-bottom: 5px solid #8493ad;
	font-size:92%;
	color:#333;
	}
#listings td.contact {
	padding: 0 10px;
	font-size: 85%; 
	}
#listings td.sidebar {
	padding-right: 10px;
	}
#listings div.saved {
	border: 1px solid #8493ad;
	text-align:center;
	padding: 5px;
	margin:5px 0;
	background: #e9e9e9;
	}
#listings p.oh {
	color:#c00;
	}
/* Listing navigation buttons */
#buttons {
	float: right;
	display: block;
	width:100%;
	padding-bottom:5px;
	border-bottom: 5px solid #8493ad;
	}
#buttons table {
	margin:0;
	border:0;
	}
#buttons table.foundmain {
	width:100%;
	}
#buttons table.space {
	margin-top:7px;
	}
#buttons div {
	float: inherit;
	display: inline;
	margin-left: 0;
	}
#buttons td.space {
	padding-left:10px;
	}
#buttons td.right {
	float:right;
	}
#buttons a {
	float: left;
	font-size: 108%; 
	color: #000;
	display: block;
	background: #ddd;
	padding: 0 2px 0 2px;
	text-decoration: none;
	margin:0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	}
#buttons a:hover {
	float: left;
	font-size: 108%; 
	color: #fff;
	display: block;
	background: #666;
	padding: 0 2px 0 2px;
	text-decoration: none;
	margin:0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	}
#buttons div.none {
	float: left;
	font-size: 108%; 
	color: #666;
	display: block;
	background: #ddd;
	padding: 0 2px 0 2px;
	text-decoration: none;
	margin:0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	}
#buttons select {
	margin:0;
	font-size: 100%;
	background: #ddd;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	}
/* Listings Alerts */
#alert {
	border: 0;
	margin: 0;
	}
#alert div {
	width: inherit;
	background: #ddd;
	border: 1px solid #666;
	margin-bottom: 10px;
	padding:5px 5px 5px 25px;
	}
/* Turn-By-Turn */
#tbturn {
	position:relative;
	margin:-20px 10px 0 10px;
	padding:5px;
	border:1px solid #000;
	}
#tbturn h3 {
	margin:0;
	padding:0;
	line-height:1.1;
	margin-right:10px;
	font-size:100%;
	text-align:center;
	}
#tbturn p {
	font-size:77%;
	margin:0;
	padding-top:2px;
	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; }