/* CSS Document */


/*
#main_content {
	padding: 30px 30px;
}
table, td {
	border: 2px solid #000;
	border-collapse:collapse;
}
*/
h2 {
	margin: 0 0 10px 0;
}

/* TABLE HEADER ROW */
.header_row {
	font-weight: bold;
	background-color: #CCCCCC;
	
}
/* BUTTON CLASSES */
.search_button {
	width: 75px;
	height: 24px;
	margin-left: 223px;
}

.filter_button {
	width: 75px;
	height: 24px;
	margin-left: 153px;
}

.send_button {
	width: 75px;
	height: 24px;
	margin-left: 38px;
}

.save_button {
	width: 75px;
	height: 24px;
	margin-left: 303px;
}

.create_button {
	width: 75px;
	height: 24px;
	margin: 7px 0 0 227px;
}

.form_row {
	font-size: 16px;
}
/* =View open home page
------------------------- View open home page ------------------
*/

/* Hayden's CSS Work for home view page 29/07/2008 */
/* view homes */
.trashcan
{
	float: right;
	position: absolute;
	left: 900px;
	top: 370px;
}
#view_open_home_wrapper
{
	margin:0px auto 0px auto;
	background-image: url(../images/view_home/listing_bg_filler.png);
	background-repeat: repeat-y;
	width: 100%;
	/*position:absolute;*/
}
#view_open_home_wrapper_content
{
	background-image: url(../images/view_home/listing_bg_filler.png);
	padding-left: 15px;
	background-repeat: repeat-y;
	width: 750px;
}
#view_open_home_wrapper_header
{
	background-image: url(../images/view_home/listing_bg_head.png);
	width: 750px;
	height: 15px;
}
#view_open_home_wrapper_footer
{
	background-image: url(../images/view_home/listing_bg_foot.png);
	background-repeat:no-repeat;
	width: 760px;
	height: 18px;
	margin-top:-15px;
}
/* Open Home Options */
#home_options_header 
{
	height: 17px;
	background-image: url(../images/login_header.png);
	width: 751px;
}
#home_options_content
{
	background-image: url(../images/login_content.png);
	background-repeat: repeat-y;
	width: 751px;
	padding-top: 2px;
	padding-left: 15px;
}
#home_options_footer
{
	background-image: url(../images/login_footer.png);
	width: 751px;
	height: 13px;
}
#open_home_options_title
{
	clear:both;
	color: #f47721;
	font-size:1.4em;
	font-weight:bold;
	width:595px;
}
#home_options_content ul li 
{
	color: #27437b;
	list-style-type: none;
}
#home_options_content ul li a
{
	color: #27437b;
}
.details
{
	color: #5b5b5b;
}
#add_shop_list_top
{
	width:150px;
	position:absolute;
	margin-left:585px;
	font-size:0.85em;
}
#add_shop_list_low
{
	width:150px;
	position:relative;
	margin-bottom:20px;
	left:588px;
	font-size:0.85em;
}
#add_shop_list_top a, #add_shop_list_low a
{
	text-decoration: none;
	color: #27437b;
}
#add_shop_list_top span, #add_shop_list_low span
{
	/*color:#5B5B5B;*/
	color:#006600;
}
#add_shop_list_top a:hover, #add_shop_list_low a:hover
{
	text-decoration: underline;
}
.get_directions a
{
	text-decoration: none;
	color: #27437b;
}
.get_directions a:hover 
{
	text-decoration: underline;
}
#open_home_title
{
	clear:both;
	color: #f47721;
	font-size:1.4em;
	font-weight:bold;
	width:595px;
}
#open_home_date_time, #open_home_rooms, #open_home_type, #open_home_price, #open_home_floor, #open_home_land
{
	margin-top:10px;
	margin-bottom:10px;
}
#open_home_details
{
	float:left;
	width:350px;
}
#open_home_attributes
{
	position: relative;
	margin: 20px 0px 0px 0px;
}
.open_home_main_image
{
	float:left;
	background-color:#e9ecf2;
	width:360px;
	height:288px;
	text-align:center;
	border:1px solid #526995;
}
#open_home_images_wrap img
{
	border:1px solid #526995;
	margin-left:-1px;
	margin-top:-1px;
}
#open_home_images_wrap table
{
	position: static;
	float: left;
}
.view_all_photos
{
	margin-top: 5px;
	padding-bottom:10px;
	width:360px;
	border-bottom:#93a1bd 1px solid;
}
.view_all_photos a
{
	color:#27437b;
	text-decoration: none;
}
.view_all_photos a:hover
{
	text-decoration: underline;
}	
#open_home_description
{
	width:340px;
	color: #5b5b5b;
	font-size: 1em;
}
#open_home_images_wrap
{
	width:380px;
	/*position:absolute;*/
	position:relative;
	float:right;
	top:10px;
	right:10px;
	/*
	margin-top:10px;
	margin-left:370px;
	_margin-left:0px;
	*margin-left:0px;
	*/
}
#adverts 
{
	margin-left: 35px;
	padding-top:10px;
	padding-bottom:30px;
}
#adverts img
{
	border:none;
}

#property_map
{
	margin-top:25px;
	margin-bottom:15px;
	border:1px solid #526995;
}
/* Agent Details */
#agent_header 
{
	background-image: url(../images/view_home/agent_header.png);
	background-repeat:no-repeat;
	width: 729px;
	height: 6px;
	_margin-bottom:-10px;
}
#agent_content
{
	background-image: url(../images/view_home/agent_content.png);
	background-repeat: repeat-y;
	width: 729px;
	height: 200px;
	/*padding-bottom: 10px;*/
}
#agent_footer
{
	background-image: url(../images/view_home/agent_footer.png);
	background-repeat:no-repeat;
	width: 729px;
	height: 10px;
}
#agent_box_details
{
	width: 720px;
	position: relative;
}
#agent_box_details table
{
	margin-top:5px;
	margin-left:5px;
	padding-top:5px;
	padding-left:5px;
	background-color: #fff;
	float: left;
	position: relative;
}
#agent_box_details td 
{
	color: #5b5b5b;
	font-size:0.9em;
}


.agent_name 
{
	font-weight: bold;
}
#email_seller 
{
	position:relative;
}
#agent_image
{
	padding:10px;
	float: left;
}
#agent_description
{
	/*float:left;*/
	width:360px;
	padding:10px;
}
#agent_logo
{
	padding: 5px 0 0 0;
	float: left;
}
textarea#email_seller
{
	width: 280px;
	height: 182px;
	margin-left:5px;
	margin-top:5px;
	color:#5B5B5B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
.send_message
{
	background-image: url(../images/view_home/send_message.png);
	background-repeat: repeat-x;
	border: none;	
	width: 115px;
	height: 26px;
	text-align: center;
	color: #27437b;
	cursor:pointer;
	position:absolute;
	bottom:4px;
}
.preview_ad a
{
	display: block;
	background-image: url(../images/view_home/send_message.png);
	background-repeat: repeat-x;
	background-position: left;
	border: none;	
	width: 115px;
	height: 26px;
	text-align: center;
	color: #27437b;
	cursor:pointer;
	padding-top:9px;	
}
.preview_ad a:hover 
{
	background-position: right;
	text-decoration: none;
}
#email_seller_msg
{
	position:absolute;
	width:110px;
	font-size:0.8em;
	margin-left:593px;
	*margin-left:0px;
	margin-top:-90px;
	*margin-top:90px;
}
#email_seller_msg a
{
	color: #27437b;
}	
#email_seller_msg a:hover
{
	color: #27437b;
}	
input.send_message
{
	background-position:right;
}
#home_page_top
{
	text-align:left;
}
#open_home_details .attributes
{
	margin-top:15px;
}
.open_home_thumb_image
{
	margin-top:7px;
}