@import url('common.css');
#map_div {
	background-image: url(../img/images/buyer_side/Background_Purple_beta.png);
}

#slide_out_content {
	background-image: url(../img/images/buyer_side/Background_Purple_Side_1px.png);
}

#slide_out_edge {
	background-image: url(../img/images/buyer_side/Background_Purple_Side.png);
}

#property_resultsnav {
	background-image: url(../img/images/buyer_side/my_short_list_tab_bg.png);
}

.property_result_sale div#price {
	width: 150px;
	height: 23px;
	background: url(../img/images/buyer_side_fr/corner_pink.png) no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.property_result_sale div#links_and_pin {
	width: 47px;
}

.property_result_sale div#brief_des {
	width: 210px;
}

.property_result_rent div#price {
	width: 150px;
	height: 23px;
	background: url(../img/images/buyer_side_fr/corner_blue.png) no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.property_result_rent div#links_and_pin {
	width: 47px;
}

.property_result_rent div#brief_des {
	width: 210px;
	float: left;
	margin-top: 2px;
	margin-left: 10px
}

#viewproperty div#price.buy {
	background-image: url(../img/images/buyer_side/corner_pink2.png);
}

#viewproperty div#price.rent {
	background-image: url(../img/images/buyer_side/corner_blue2.png);
}

#viewproperty h3 {
	background-image: url(../img/images/buyer_side/gradients_bg.png);
}

#viewproperty div#media_links {
	background-image: url(../img/images/buyer_side/tab_bg_with_tabs.png);
}

#viewproperty div#type_environment {
	background-image: url(../img/images/buyer_side/type_environment_box.png);
}

/***************************************************************/

/* Tabs in menu */
#nav_menu #bestmatches {
	background-image: url(../img/tabs/best_matches_en.png);
}
	#nav_menu #bestmatches.active {
		background-image: url(../img/tabs/best_matches_en_active.png);
	}
#nav_menu #shortlist {
	background-image: url(../img/tabs/short_list_en.png);
}
	#nav_menu #shortlist.active {
		background-image: url(../img/tabs/short_list_en_active.png);
	}
#nav_menu #profile {
	background-image: url(../img/tabs/my_profile_en.png);
}
	#nav_menu #profile.active {
		background-image: url(../img/tabs/my_profile_en_active.png);
	}
#nav_menu #easytools {
	background-image: url(../img/tabs/smart_tools_en.png);
}
	#nav_menu #easytools.active {
		background-image: url(../img/tabs/smart_tools_en_active.png);
	}

/* Home page headings */
#home #find-property .headings {
	background-image: url(../img/headings/find_property_en.png);
	height: 175px;
	width: 230px;
}
#home #ask-us .headings {
	background-image: url(../img/headings/ask_us_en.png);
	margin-left: -20px;
	height: 143px;
	width: 193px;
}