div#listing-container {
}
div#listing-container a {
	border: none;
	text-decoration: none;
}

div#listing {
	width: 850px;
	padding: 25px;
	float: left;
	background-image: url('/images/bg_listing_detail.gif');
	background-repeat: no-repeat;
}

div#listing-left {
	width: 380px;
	min-height: 500px;
	margin-right: 10px;
	padding: 15px;
	background-color: #000;
/*
	background-image: url('/images/bg_listing_detail_blue3.gif');
	background-repeat: repeat-x;
	background-position: center top;
*/
	color: #fff;
}
div#listing-left a:link {
/* 	color: #a7c1d2; */
	text-decoration: none;
}
div#listing-left a:hover {
	text-decoration: underline;
}
div#listing-photo {
/* 	width: 282px; */
}
div#listing-photo img {
	border: 1px solid #fff;
}
div#listing-thumbs-gallery {
	width: 386px;
	position: relative;
	left: -4px;
	margin: 8px 0 0 0;
}
div#listing-thumbs-gallery img {
	margin: 4px 0 0 4px;
	border: 1px solid #fff;
}

div#listing-right {
	width: 370px;
	min-height: 500px;
	margin-left: 10px;
}
div#listing-address {
	padding: 0 0 15px 0;
	color: #d16302;
}
div#listing-address h2,
div#listing-address h3 {
	margin: 0px;
}
div#listing-address h2 {
	font-weight: bold;
	font-size: 1.2em;
}
div#listing-address h3 {
	font-weight: normal;
	font-size: 1.1em;
}
div#listing-info {
	font-size: 0.9em;
}
div#listing-info table {
	width: 100%;
}
div#listing-info table th {
	width: 35%;
	padding: 2px;
	white-space: nowrap;
	text-align: left;
}
div#listing-info table td {
	width: 65%;
	padding: 2px;
/* 	white-space: nowrap; */
}
ul#listing-features,
ul#listing-contact {
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}
ul#listing-features > ul {
	list-style-type: square;
	font-weight: normal;
}
ul#listing-contact > ul {
	list-style-type: none;
	font-weight: normal;
}
ul#listing-contact > ul li {
	margin-bottom: 20px;
}



div#listing-map-container {
	width: 380px;
	height: 285px;
	margin: 15px 0 0 0;
	border: 1px solid #fff;
}
div#listing-map {
	width: 380px;
	height: 285px;
}
div#listing-contact {
	margin: 50px auto;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
}


