@charset "utf-8";
/* CSS Document */
#Listing {
	position: relative ;
	float: left ;
	width: 170px ;
	height: 290px ;
	margin: 2px ;			
	background-color: #fefdf4 ;
	border: 1px solid #d3d3d3 ;
	overflow: hidden ;
	padding: 1px ;
}
	#Listing:hover {
		background-color: white ;
		border: 1px solid black ;
	}
	#ManageTools {
		position: relative ;
		margin: 5px ;
		height: 15px ;
		text-align: right ;
	}
	#ListingTitle {
		color: #385842 ;
		font-size: 12px ;
		font-weight: bold ;
		margin: 5px ;
	}
	#ListingContents {
		padding: 4px ;
		position: absolute ;
		width: 160px ;
		top: 65px ;
	}
		#ListingCity {
			float: left ;
			margin-left: 5px ;				
			font-size: 12px ;
			color: #302f2b ;				
		}
		#ListingPrice {
			float: right ;
			margin-right: 5px ;
			font-size: 12px ;
		}
		#ListingAmen {
			float: left ;
			margin-left: 5px ;				
			font-size: 12px ;
		}
	#Listing a:link, #Listing a:visited {
		text-decoration: none ;
	}
		#ListingPhoto {
			margin-left: 3px ;
		}
		#ListingInfo {
			position: relative ;
			margin-top: 10px ;
			padding: 2px ;
			width: 155px ;
		} 
			.InfoTitleText {
				color: #837d69 ;
				font-size: 12px ;
			}
			.InfoText {
				font-size: 14px ;
				color: #302f2b ;
			}
