/* CSS Document */


/*____ house and land search from here________________________________________________________*/	

select.suburb {
	width:210px;
	margin:0 0 0 5px;
	}
.results_found {
	float:left;
	width:300px;
	margin:5px 0 0 0;
	padding:0;
	}
.sort_by {	
	float:right;
	width:auto;
	margin:5px 0 0 0;
	padding:0;
	}
	
.sort_by a{
	text-decoration:underline;
	cursor:pointer;
	}	

.house_land_box {
	float:left;
	width:625px;
	height:auto;
	margin:10px 0 0 0px;
	padding:0;
	border:1px solid #D6D4D1;
	background:#c7c1bb;
	cursor:pointer;
	}
.house_land_box:hover {
	background:#b5b1ab;
	}
.house_land_box:hover .leftside .top  {
	background:#191312;
	}


.house_land_box .leftside {
	float:left;
	width:500px;
	height:auto;
	background:#E9E4DF;
	
	}	
	
.house_land_box .leftside .top {
	float:left;
	width:491px;/*in total 500px*/
	height:26px;
	margin:0;
	padding:2px 7px 0px 2px;
	background:#353332;
	border-bottom:1px solid #D6D4D1;
	
	
	
	}
	
	
.house_land_box h3 {
	float:left;
	width:auto;
	margin:2px 0 0 10px;
	padding:0;

	font-size:16px;
	font-weight:100;
	}
	
.house_land_box h3 a{	
	color:#fff;
	}
	
	
.house_land_box .price {
	float:right;
	width:auto;
	margin:2px 0 0 0;
	padding:0;
	color:#fff;
	font-size:16px;
	}	
	
.house_land_box .leftside .address {
	float:left;
	width:495px;
	margin:5px 0 5px 5px;
	padding:0;
	font-weight:bold;
	color:#353332;

	}
.house_land_box .leftside .bottom img {
	float:left;
	width:200px;
	height:136px;
	margin:0px 0px 0 0;
	padding:0;
	
	}

	
	
.house_land_box .leftside .bottom .description {
	float:left;
	width:300px;
	}
.house_land_box .leftside .bottom .description ul {
	float:left;/*updated 9july*/
	margin:0 0 0 20px;/* see ie_7_fix for ie7*/
	padding:0;/* see ie_7_fix for ie7*/
	text-transform:capitalize;
	}
	
	
.house_land_box .rightside {	
	float:left;
	width:125px;
	height:auto;
	
	}
	
.house_land_box .rightside .numbers {
	float:left;
	width:121px;/*tatal 125px*/
	height:26px;
	margin:0;
	padding:4px 0 0 4px;
	color:#181312;
	font-size:15px;
	
	}		
	
	
.house_land_box .rightside .numbers .bedrooms,
.house_land_box .rightside .numbers .bathrooms,
.house_land_box .rightside .numbers .car_spaces {
	float:left;
	width:12px;
	height:25px;
	margin:0;
	padding:4px 0 0 28px;
	}

.house_land_box .rightside .numbers .bedrooms {
	background: url(../images/icons/bedroom.png) no-repeat;
	}
	
.house_land_box .rightside .numbers .bathrooms {
	background: url(../images/icons/bathroom.png) no-repeat;
	}
.house_land_box .rightside .numbers .car_spaces {
	background: url(../images/icons/car_space.png) no-repeat;
	}



.house_land_box .land_size_box {
	float:left;
	width:120px;
	height:auto;
	margin:10px 0 0 5px;
	padding:0;
	}
	
.house_land_box .house_size_box {
	float:left;
	width:120px;
	height:auto;
	margin:5px 0 0 5px;
	padding:0;
	}
	
.house_land_box .land_size_box .land_size,
.house_land_box .house_size_box .house_size {
	float:left;
	width:50px;
	margin:0 0px 0 0;
	padding:0;
	color:#111111;
	}
	
.house_land_box .land_size_box .value,
.house_land_box .house_size_box .value  {
	float:right;
	width:auto;
	margin:0px 5px 0 0;
	padding:0;
	font-weight:500;
	color:#181312;
	}
	
.house_land_box .land_size_box .value {
	margin-top:-4px;
	}

.house_land_box .title_box {
	float:left;
	width:120px;
	height:20px;
	margin:8px 0 0 5px;
	padding:0;
	color:#181312;
	}

p.pages {
	float:left;
	width:auto;
	margin:10px 0 0 0;
	padding:0;
	}

p.pages a{
	text-decoration:underline;
	cursor:pointer;
	}








/*____ house and land search till here________________________________________________________*/	

/*____ house and land detail from here________________________________________________________*/
#house_land_heading{
	float:left;
	width:917px;/* in total = 900px */
	height:auto;
	margin:0;
	/*background-color:#918E8B;*/
	background-color:black;
	}
	
#house_land_heading .heading_leftside{
	float:left;
	width:700px;
	height:48px;
	margin:0;
	padding:0px;
	background-color:black;
	text-align:left;
	color:#FFFFFF;
	}	

#house_land_heading .heading_leftside h1.house_name {
	float:left;
	width:460px;
	height:auto;
	margin:6px 0 5px 0px;
	padding:0 0 0 0px;
	font-size:20px;
	font-weight:100;
	color:#fff;
	}
#house_land_heading .heading_leftside p.address {
	clear:left;/*updated 8july*/
	float:left;
	width:auto;
	margin:0;
	padding:0 0 0 35px;/*updated 8july*/
	font-size:12px;
	font-weight:700;
	}
#house_land_heading .heading_leftside p.melway {
	float:left;
	width:auto;
	margin:0;
	padding:0 0 0 10px;
	font-size:12px;
	font-weight:500;
	}



#house_land_heading .heading_middle{
	float:left;
	width:200px;
	height:auto;
	margin:0;
	padding:6px 5px 0 0;
	background-color:black;
	text-align:right;
	color:#fff;
	}


#house_land_heading .heading_middle .from{
	margin-right:5px;
	font-size:0.9em;
	}	
#house_land_heading .heading_middle .price{
	font-size:1.5em;
	}





#heading .address {
	float:left;
	width:auto;
	margin:0 0 0 0;
	padding:0 0 0 30px;
	background:#000;

	}	
#house_land_heading .heading_right {
	float:left;
	width:217px;
	height:auto;
	margin:0;
	padding:0px;
	background-color:#A4A09C;
	color:#333;

	}
	

	
#house_land_heading .icons {
	float:left;
	width:auto;
	height:28px;
	margin:0;
	padding:8px 0 0 10px;
	font-size:13px;
	color:#181312;
	font-size:16px;
	font-weight:bold;
	
	}	
#house_land_heading  .icons .bedrooms,
#house_land_heading  .icons .bathrooms,
#house_land_heading  .icons .car_spaces {
	float:left;
	width:20px;
	margin:0;
	padding:4px 0 0 28px;
	}
	
#house_land_heading .land_size_box {
	float:left;
	width:90px;
	height:20px;
	margin:0 0 0 5px;
	padding:0;
	}
	
#house_land_heading .house_size_box {
	float:left;
	width:90px;
	height:20px;
	margin:4px 0 0 5px;
	padding:0;
	}
	
#house_land_heading .land_size_box .land_size,
#house_land_heading .house_size_box .house_size {
	margin:-6px 0 0 0;
	padding:0;
	font-size:12px;
	color:#111111;
	}
	
#house_land_heading .land_size_box .value,
#house_land_heading .house_size_box .value {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:500;
	color:#181312;

	}
	
.copyright {
	float:left;
	width:auto;
	margin:0;
	padding:0 10px 10px 10px;
	font-size:0.7em;
	}
	
	
/*____ house and land detail till here________________________________________________________*/	

