body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}
/************************ Property Display - List *********************/
div.listing {
	width: 550px;
}

div.prop_details {
	width: 440px;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	padding: 5px 0;
}
table.details {
	width: 440px;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	padding: 5px 0;
}


.image_col {
	width: 100px;
	float: left;
	text-align: center;
	padding: 5px 0;
}

.image {
	padding: 5px 0;	
}

.price {
	font-weight: bold;
	color: #454545;
}

.result_count {
	padding: 5px 0px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

/*********************** Search page ***********************************/
div#search {
width: 400px;
margin: 0 auto;
text-align: center;
}
*html div#search {
width: 100%;
}
div.tagline {
text-align: center;
}

div#search table, input, select, option {
		font-size: 11px;
		color: #454545;
		font-family: Arial, Helvetica, sans-serif;
}

div#search input, textarea {
	padding: 3px;
	border: #999999 1px solid;
}

div#search select option {
	margin: 2px;
}

div#search select {
	border: #999999 1px solid;
}

div#search td.left {
	font-weight: bold;
	text-align: right;
}

div#search .alert {
	color: red;
}

/*********************** Google Display page ********************************/
div.errorMsg {
	color: red;
	font-size: 13px;
	font-weight: bold;
}

#largeImg {
	position: absolute;
	top: 140px;
	left: 8px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: #dddddd;
}

/*********************** Individual Display page ********************************/
div#address {
	position: absolute;
	top: 140px;
	left: 360px;
	width: 250px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: #dddddd;
}

#detail {
	position: absolute;
	top: 180px;
	left: 360px;
	width: 250px;
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: #dddddd;
}

.close_window {
	text-align: right;
}

#small_img_box {
	text-align: center;
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: #dddddd;
	width: 600px;
}

#small_img_box_bottom {
	top: 800px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: #dddddd;
	width: 600px;

}

img {
	margin: 2px;
}

body.popup  {
	background-color: #eeeeee;
}

/************************ Google Map pop-up Style ***********************/
.box {
	width: 120px;
	height: 80px;
}

.address {
	width: 118px;
	position: absolute;
	font-size: 11px;
	top: 0px;
	text-align: center;
	font-weight: bold;
}

.photo {
	position: absolute;
	left: 1px;
	top: 18px;
}

.photo img {
	border: 1px solid #ababab;
}

.tag_labels {
	position: absolute;
	left: 90px;
	top: 35px;
	font-weight: bold;
	font-size: 11px;
}

.tag_desc {
	position: absolute;
	left: 128px;
	top: 25px;
	font-size: 11px;
}

.tag_link {
	position: absolute;
	left: 90px;
	top: 75px;
}


