/* CSS for listings.php */

/* STYLES FOR LISTINGS_LIST */
.thumb_img {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	width: 45%;
	border: 2px solid #000;
}
#listings_list td {
	padding: 20px 5px 5px 5px;
}

/* STYLES FOR LISTINGS_HDR */
#listing_thumb {
	float: left;
	width: 38%;
}
#listing_thumb img {
	width: 100%;
	border: 2px solid #000;
}
#listing_address {
	float: right;
	margin: 20px 0;
	width: 60%;
}
#listing_menu {
	clear: right;
	margin-bottom: 20px;
	text-align: center;
}
#listing_menu select {
	color: #222f7f;
	background:  #cdd0e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#listing_menu input {
	color: #222f7f;
	background: #cdd0e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1em;
}	
#listing_content {
	clear: both;
}

/* STYLES FOR LISTINGS DETAILS */
#listing_content table {
	margin: auto;
	padding: 0;
}
#listing_content table td {
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}
#listing_content table label {
	font-weight: bold;
}

/* STYLES FOR LISTINGS VIRTUAL TOUR */
#iframe_tour {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	height: 500px;
	border: none;
	background: #cdd0e2;
}
/* STYLES FOR LISTING WEATHER */
#listing_weather {
	margin: 0 auto;
	overflow: hidden;
	width:270px;
	height:175px;
	border: 2px solid #000;
}






#map {
	height: 500px;
}