.listing {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #764B28;
	width: 85%;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 2px;
}

.listing .title {
	text-align: center;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-weight: bold;
}

.listing_img {
	margin: 3px;
	padding: 2px;
	float: left;
	width: 170px;
	text-align: center;
	border: 1px solid #C4A843;
}

.listing_img img {
	width: 166px;
	border-width: 0px;
}

.listing_desc {
	float: right;
	margin: 3px;
	padding: 2px;
	
	width: 65%;
}

.listing_photos {
	width: 40%;
}

.listing_details {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

.listing_details table {
	font-size: 11px;
}

.listing_links {
	clear: both;
	text-align: center;
	padding: 3px;
}