/* ----------------------------------------------------------------------------------------------
	randomProperty
 ----------------------------------------------------------------------------------------------*/
#random_property {
	width: 250px;
	text-align:center;
}

#random_property .summary {
	width: 100%;
	height: 20px;
	padding: 3px;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
}

#random_property .headline {
	margin-top: 3px;
	margin-bottom: 10px;
	text-transform:uppercase;
}

#random_property .headline a {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	clear: both;
}

#random_property .thumb {
	margin: 10px;
	padding: 10px;
	border: 1px solid #EAEAEA;
}

#random_property .location {
	clear: both;
}

#random_property .more_link {
	width: 100%;
	clear: both;
}

#random_property .more_link a {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#random_property .more_link a:hover {
	color: #CDCDCD;
}


/* ----------------------------------------------------------------------------------------------
	viewPropertyList
 ----------------------------------------------------------------------------------------------*/
#property_list tr.standard {
	background-color:#FFFFFF;
}

#property_list tr.featured {
	background-color:#FFFFDD;
}

#property_list .thumb {
	width: 100px;
	float: left;
}

#property_list .summary {
	height: 20px;
	margin-left: 110px;
	margin-bottom: 5px;
	color: #990000;
	font-size:14px;
	font-weight: bold;
}

#property_list .headline {
	float: left;
	font-size:11px;
/*	margin-top: 3px;
	margin-left: 3px;	*/
}

#property_list .headline a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#property_list .headline a:hover {
	color: #666666;
}

#property_list .display_price {
	float: right;
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
}

#property_list .property_detail {
	/* float:left; */
}

#property_list .description {
	margin-left: 110px;
	margin-right: 110px;
	text-align: justify;
}

#property_list .nothumb {
	margin-left: 3px;
}

#property_list .amenity_list {
	float:right;
	margin-top:-3px;
	padding-right:10px;
}

#property_list .more_link {
	clear: right;
	float: right;
	vertical-align: bottom;
	margin-bottom: 5px;
	padding-right:10px;
}

#property_list .more_link a {
	text-decoration:none;
}

/* ----------------------------------------------------------------------------------------------
	viewProperty
 ----------------------------------------------------------------------------------------------*/
#view_property {
/*	width: 100%; 
	overflow: hidden;	*/
/*	border-color:#CDCDCD;
	border-style: solid;
	border-width: 1px;	*/
	margin-bottom: 10px;
}

#view_property .summary {
	height: 20px;
	padding: 3px;
	margin-bottom: 5px;
	background-color: #990000;
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
}

#view_property .photos {
	float: left;
}

#view_property .main_photo {
	width: 350px;
	float:left;
	border-width: 0px; 
}

#view_property .thumb_list {
	width: 350px;
	float: left;
	clear: left;
}

#view_property .thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin: 3px;
	padding: 4px;
	border: 1px solid #EAEAEA;
}

#view_property .headline {
	float: left;
	margin-left:5px;
}

#view_property .headline a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}


#view_property .property_detail {
	float: left;
	width: 300px;
	padding: 5px;
	margin: 5px;
	text-align: justify;
}

#view_property .description {
	margin-top:25px;
}

#view_property .display_price {
	float: left;
	font-weight:bold;
	margin-top:-10px;
	font-size:14px;
}

#view_property .amenity_list {
	float:right;
	margin-top:-10px;
	color:#990000;
	font-weight:bold;
}

#vp_back_link {
	text-align: left;
	vertical-align: bottom;
	margin: 5px;
	padding: 5px;
}


/* ----------------------------------------------------------------------------------------------
	viewPropertyImages
 ----------------------------------------------------------------------------------------------*/
#view_property_image {
	width: 100%;
	text-align: center;
	padding: 40px;
}

#view_property_image .main_photo {
	width: 414px;
	height: 414px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-color:#EAEAEA;
	border-style: solid;
	border-width: 1px; 
	text-align: center;
	vertical-align: middle;
}

#view_property_image .thumblist {
	float: left;
	clear: left;
}

#view_property_image .thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 3px;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px; 
	cursor: pointer;
}

/* For non-javascript popup window */
.main_photo_popup {
	margin: 10px;
	padding: 10px;
	border-color:#EAEAEA;
	border-style: solid;
	border-width: 1px; 
}

.thumb_index_popup {
	margin: 5px;
	padding: 5px;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px; 
}

.thumb_index_popup_focus {
	margin: 5px;
	padding: 5px;
	background-color: #EFEFEF;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px; 
}
