/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	/*background: #EBEBEB url(../images/pages/body_top.png) repeat-x;*/
	background:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
}
a
{
	color: #555; /*changed*/
}
a img
{
	border: none;
	cursor: pointer;
}
h1
{
}

.index_h1
{
	color: #fff;
	font-size: 1.4em;
	font-weight: 100;
}



#full_heading
{
	float: left;
	width: 910px;
	height: 30px;
	margin: 0;
	padding: 5px 0 0 8px;
	background: #353332;
}

#full_heading h1
{
	margin: 0;
	padding: 0 0 0 30px;
	background: url(../images/pages/triangle.png) no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
}

h2
{
	clear: both;
	margin: 5px 0; /*see ie7*/
	font-size: 22px; /*changed*/
	font-weight: 100;
	color: #4B4947;
}

h3
{
	font-size: 14px;
	color: #353332;
}


.external_link
{
	float: left;
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 2px 0px 5px 27px;
	background: url(../images/pages/arrow.png) no-repeat;
	color: #353332;
	font-size: 1em;
}

.uppercase
{
	text-transform: uppercase;
}






#contents
{
	float: left;
	width: 920px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #ffffff;
	/*background:black;*/
	
}







#contents_2col
{
	float: left;
	width: 920px;
	margin: 0;
	padding: 0 0 10px 0;
	/*background: #EFEBE9;*/
	
}



.main_contents_padding
{
	float: left;
	width: 630px;
	padding: 0 10px 10px 10px;
	background: #fff; /*changed*/
}

/*_____Left_col from here___________________________________________________________*/
#left_col
{
	float: left;
	width: 250px;
}
#left_col .heading
{
	float: left;
	width: 248px; /*in total 250px */
	height: 29px;
	margin: 0;
	padding: 8px 0 0 2px;
	background: #6d6d6a;
}

#left_col .heading h1
{
	height: 25px;
	margin: 0 0 0 5px;
	padding: 2px 0 0 28px;
	background: url(../images/pages/triangle.png) no-repeat;
	color: #fff;
	font-family: "frutiger" , Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
}

#left_col .contents
{
	float: left;
	width: 240px;
	height: auto;
	margin: 0;
	
}

#left_col .contents h2
{
	font-size: 18px;
	margin: 5px 0;
	padding: 0;
	color: #111111;
	font-weight: 100;
}
#left_col .contents dl
{
	float: left;
	width: 250px;
	margin: 0 0 12px 0;
	padding: 0;
}

#left_col .contents dt
{
	clear: left;
	float: left;
	width: 85px;
	height: auto;
	margin: 0 0 3px 0;
	padding: 0;
	color: #353332;
}
#left_col .contents dd
{
	/*clear:right;*/ /*updated 8july*/
	float: left;
	width: 160px;
	height: auto;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: 100;
}

#left_col .contents a
{
	text-decoration: none;
}

#left_col .contents a:hover
{
	text-decoration: underline;
}

#left_col a.download_pdf_button:hover
{
	text-decoration: none;
}

#contents .main_contents
{
	float: left;
	width: 860px; /*updated 9july*/
	padding: 10px 20px;
	background: #fff;
}

.main_contents
{
	float: right;
	width: 620px;
	
}



/*_____A color strip next to house name - related items___________________________________________________________*/

.home_search_result_box .top .collection_color, .display_homes_box .top .collection_color
{
	float: left;
	width: 3px;
	height: 21px;
	margin: 2px 0 0 2px;
	padding: 0;
	background: #fff;
}

.house_land_box .top .collection_color, .display_sale_box .top .collection_color
{
	float: left;
	width: 3px;
	height: 24px;
	margin: 0px 0 0 0px;
	padding: 0;
	background: #fff;
}



.home_search_result_box .top .ideal, .house_land_box .top .ideal, .display_sale_box .top .ideal, .display_homes_box .top .ideal
{
	background: #ec008c;
}

.home_search_result_box .top .complete, .house_land_box .top .complete, .display_sale_box .top .complete, .display_homes_box .top .complete
{
	background: #0077c0;
}

.home_search_result_box .top .future, .house_land_box .top .future, .display_sale_box .top .future, .display_homes_box .top .future
{
	background: #8cc63f;
}

.home_search_result_box .top .genesis, .house_land_box .top .genesis, .display_sale_box .top .genesis, .display_homes_box .top .genesis
{
	background: #cf2a20;
}



/*_______icons_________________________________________________________*/

.icons .bedrooms
{
	background: url(../images/icons/bedroom.png) no-repeat;
}

.icons .bathrooms
{
	background: url(../images/icons/bathroom.png) no-repeat;
}
.icons .car_spaces
{
	background: url(../images/icons/car_space.png) no-repeat;
}

/*_____search criteria items___________________________________________________________*/

.criteria_heading
{
	float: left;
	width: 240px; /*in total 250px*/
	height: 21px; /* in total 26px*/
	margin: 0;
	padding: 5px 0 0 10px; /*changed*/
	background: #d6d4d1;
	font-size: 14px;
	font-weight: 500;
}

.criteria_contents
{
	float: left;
	width: 240px; /*updated 8july*/
	margin: 0;
	padding: 4px 0px 4px 5px; /*changed*/
}

.criteria_contents form
{
	height: auto;
	margin: 0;
	padding: 0;
}

/*______Action button __________________________________________________________*/

.button_action
{
	position: relative;
	float: right;
	width: 215px; /*changed*/
	height: 24px; /*changed*/
	margin: 0 1px 5px 0; /*changed*/
	padding: 6px 15px 0 0px; /*changed*/
	color: #444; /*changed*/
	text-align: center;
	text-decoration: none; /*changed*/
	background: url(../images/buttons/button_action_w230px.png) no-repeat right; /*changed*/
}

.button_action:hover
{
	background: url(../images/buttons/button_action_w230px_hover.png) no-repeat right; /*changed*/
	color: #222; /*changed*/
}

/*.button_action {
	display:block;
	width:230px;
	height:28px;
	margin:0;
	padding:6px 0 0 0;
	text-decoration:none;
	color:#333;

	}	*/

.button_action a:hover
{
	color: #222;
}
/*____Download PDF button____________________________________________________________*/

.download_pdf_button
{
	display: block;
	float: right;
	width: 215px; /*in total 230px*/ /*changed*/
	height: 24px; /*in total 30px*/
	margin: 0 1px 5px 0; /*changed*/
	padding: 6px 15px 0 0px; /*changed*/
	background: url(../images/buttons/button_pdf_w230px.png) no-repeat right; /*changed*/
	color: #444; /*changed*/
	text-align: center; /*changed*/
	text-decoration: none;
}
.download_pdf_button:hover
{
	background: url(../images/buttons/button_pdf_w230px_hover.png) no-repeat right; /*changed*/
	color: #222; /*changed*/
}

#left_col a.download_pdf_button:hover
{
	text-decoration: none;
}



/*________________________________________________________________*/
#heading
{
	float: left;
	width: 920px; /* in total = 900px */
	height: auto;
	margin: 0; /*background-color:#918E8B;*/
	/*background-color: #353332;*/
	background:black;
	border:solid white 1px;
	
	
}

#heading_leftside
{
	float: left;
	width: 500px;
	height: 38px;
	margin: 0;
	padding: 0px;
	background-color: #353332;
	color: #FFFFFF;
}

.heading_lefttop
{
    background:black;
    height:35px;
}
.heading_lefttop .size
{
	margin-left: 20px;
	font-size: 16px;
	font-weight: 200;
}

.heading_lefttop .triangle
{
	float: left;
	width: 30px;
	height: 30px;
	margin: 8px 0 0 5px;
}

.heading_lefttop .ideal
{
	background: url(../images/pages/triangle_ideal.png) no-repeat;
}
.heading_lefttop .complete
{
	background: url(../images/pages/triangle_complete.png) no-repeat;
}

.heading_lefttop .future
{
	background: url(../images/pages/triangle_future.png) no-repeat;
}

.heading_lefttop .genesis
{
	background: url(../images/pages/triangle_genesis.png) no-repeat;
}

#heading_leftside h1.house_name
{
	float: left;
	width: 450px;
	height: auto;
	margin: 7px 0 0px 0px;
	padding: 0 0 0px 0px;
	font-size: 20px;
	font-weight: 100;
	color: #fff;
}


#heading_leftside p.address
{
	float: left;
	width: 490px;
	margin: 15px 0 0 5px;
	font-size: 9px;
	font-weight: 700;
}

#heading_middle
{
	float: right;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 12px 5px 0 0;
	background-color: #353332;
	text-align: right;
	color: #fff;
}



#heading_right
{
	float: right;
	width: 350px;
	height: auto;
	margin: 0;
	padding: 10px 10px 0 0; /*background-color:#353332;*/
	color: #fff;
	text-align: right;
}

#heading_right a
{
	color: White;
}
#heading_right .from
{
	margin-right: 5px;
	font-size: 0.9em;
}
#heading_right .price
{
	font-size: 1.5em;
	font-weight: 500;
}


#room_number_box
{
	float: left;
	width: 185px;
	margin: 5px 0 0 8px;
	font-size: 16px;
	font-weight: bold;
}

#room_number_box img
{
	margin: 0px 3px 0 0;
}


#lot_width_box, #lot_depth_box
{
	float: left;
	width: 90px;
	margin: 0 0 0 5px;
}

#lot_width_box .lot_width, #lot_depth_box .lot_depth
{
	margin: -6px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #111111;
}

#lot_width_box .value, #lot_depth_box .value
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #181312;
}







.tabheader
{
	float: left;
	width: 900px; /* in total 900px*/
	height: 39px;
	margin: 10px 0 0 0px;
	padding: 0;
}

/*.tabheader_left{ updated 8july
	float:left;
	width:5px;
	height:49px;
	margin:0;
	padding:0;
	}*/

#main_tab, #house_land_tab
{
	width: 701px;
	margin: 0 0 0 5px; /*updated 8 july*/
	padding: 0;
	list-style: none;
}
#AboutTabs
{
	margin: 5px;
	padding: 0px;
}


#house_land_tab a
{
	height: 39px;
	padding: 10px 0 0 0;
}


.tabheader a:hover
{
	background: url(../images/pages/tab_active.png) no-repeat;
	color: #333;
}




#leftside
{
	float: left;
	width: 701px;
}

/*____Right col items________________________________________________*/

#right_col
{
	float: left;
	width: 199px;
	margin: 49px 0 0 0;
}

#right_col .action_item
{
	float: left;
	width: 199px;
	height: 32px;
	margin: 0 0 1px 0;
	background: #C7C1BB;
}

#right_col .action_item a, #right_col .action_item p
{
	display: block;
	float: left;
	width: 194px;
	height: 25px;
	margin: 0;
	padding: 8px 0 0 5px;
	color: #353332;
	font-size: 12px; /*updated 8july*/
	text-decoration: none;
}



#right_col .action_item a:hover
{
	background: #B5B1AB;
}

#right_col .action_item_contents
{
	float: left;
	width: auto;
	padding: 5px;
}


#right_col a .pdf_icon
{
	float: right;
	width: 15px;
	height: 15px;
	margin: 0px 5px 0 0; /*updated 8july*/
	background: url(../images/icons/pdf_icon.jpg);
	text-align: right;
}

#right_col a span
{
	/*updated 9july*/
	float: left;
	width: 174px;
	height: auto;
	margin: 0;
	padding: 0;
}

#right_col a .link_icon
{
	/*updated 9july*/
	float: right;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0px;
	padding: 0;
	background: url(../images/icons/link_icon.png);
	text-align: right;
}



/*#right_col a */.link_icon
{
	float: right;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0px; /*updated 8july*/
	padding: 0;
	background: url(../images/icons/link_icon.png);
	text-align: right;
}


#inquiry_box
{
	float: left;
	width: auto;
	margin: 0 0 0 5px;
	font-size: 11px;
}

#inquiry_box dt
{
	/*updated 8july*/
	clear: both;
	float: left;
	width: 180px;
	margin: 0;
}

#inquiry_box dd
{
	margin: 0;
}
#inquiry_box input
{
	/*updated 8july*/
	float: left;
	width: 180px;
}

#inquiry_box dt label
{
	/*updated 8july*/
	float: left;
	width: 160px;
	margin: 0;
	padding: 3px 0;
}


#inquiry_box textarea
{
	width: 180px;
	height: 100px;
}

#inquiry_box #EmailMeCopy
{
	/*updated 8july*/
	float: left;
	width: auto;
}

/*additional changes from here*/

.button_w160
{
	float: left;
	width: 160px;
	height: 24px;
	margin: 2px;
	padding: 3px 0 0 0;
	background: url(../images/buttons/button_w160.png) no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.button_w160:hover
{
	background: url(../images/buttons/button_w160_hover.png) no-repeat;
}

#contents .w860
{
	width: 860px;
}

#left_col .download_pdf_button
{
	float: left;
	margin-left: -5px;
}

#active
{
	background: Gray url(../images/ShinyBackground.png) repeat-x center;
}

#inactive
{
	background: Black url(../images/ShinyBackground.png) repeat-x center;
}