﻿
/* Icons */
.p_house, .p_bungalow, .p_commercialland, .p_garageparking, .p_mobilehome, .p_flatmaisonette, .p_guesthousehotel, .p_characterproperty, .p_retirementproperty,
.p_house_selected, .p_bungalow_selected, .p_commercialland_selected, .p_garageparking_selected, .p_mobilehome_selected, .p_flatmaisonette_selected, .p_guesthousehotel_selected, .p_characterproperty_selected, .p_retirementproperty_selected,
.jp_house, .jp_bungalow, .jp_commercialland, .jp_garageparking, .jp_mobilehome, .jp_flatmaisonette, .jp_guesthousehotel, .jp_characterproperty, .jp_retirementproperty, .jp_mixed,
.jp_house_selected, .jp_bungalow_selected, .jp_commercialland_selected, .jp_garageparking_selected, .jp_mobilehome_selected, .jp_flatmaisonette_selected, .jp_guesthousehotel_selected, .jp_characterproperty_selected, .jp_retirementproperty_selected, .jp_mixed_selected
{
	width:24px;
	height:24px;
	background-color:white;
	text-align:center;
	cursor:pointer;
	z-index:1;
}


/* property icons */
.p_house, .p_bungalow, .p_commercialland, .p_garageparking, .p_mobilehome, .p_flatmaisonette, .p_guesthousehotel, 
.p_characterproperty, .p_retirementproperty,.p_house_selected, .p_bungalow_selected, .p_commercialland_selected, 
.p_garageparking_selected, .p_mobilehome_selected, .p_flatmaisonette_selected, .p_guesthousehotel_selected, 
.p_characterproperty_selected, .p_retirementproperty_selected
{
	background:url(../images/icons/r_icons.png);
		
}

.jp_house, .jp_bungalow, .jp_commercialland, .jp_garageparking, .jp_mobilehome, .jp_flatmaisonette, .jp_guesthousehotel, 
.jp_characterproperty, .jp_retirementproperty, .jp_mixed,.jp_house_selected, .jp_bungalow_selected, .jp_commercialland_selected, 
.jp_garageparking_selected, .jp_mobilehome_selected, .jp_flatmaisonette_selected, .jp_guesthousehotel_selected, 
.jp_characterproperty_selected, .jp_retirementproperty_selected, .jp_mixed_selected
{
	background:url(../images/icons/r_icons_multiple.png);		
}

.p_bungalow, .j_bungalow, .p_bungalow_selected, .j_bungalow_selected
{
	background-position:0 -24px;
}

.p_commercialland, .jp_commercialland, .p_commercialland_selected, .jp_commercialland_selected
{
	background-position:0 -48px;
}

.p_garageparking, .jp_garageparking, .p_garageparking_selected, .jp_garageparking_selected
{
	background-position:0 -72px;
}

.p_mobilehome, .jp_mobilehome, .p_mobilehome_selected, .jp_mobilehome_selected
{
	background-position:0 -96px;
}

.p_flatmaisonette, .jp_flatmaisonette, .p_flatmaisonette_selected, .jp_flatmaisonette_selected
{
	background-position:0 -120px;
}

.p_guesthousehotel, .j_guesthousehotel, .p_guesthousehotel_selected, .j_guesthousehotel_selected
{
	background-position:0 -144px;
}

.p_characterproperty, .jp_characterproperty, .p_characterproperty_selected, .jp_characterproperty_selected
{
	background-position:0 -168px;
}

.p_retirementproperty, .jp_retirementproperty, .p_retirementproperty_selected, .jp_retirementproperty_selected
{
	background-position:0 -192px;
}

.jp_mixed, .jp_mixed_selected
{
	background-position:0 -216px;
}

/* controls */

#lblHouse_1, #lblBungalow_2, #lblCommercialLand_3, #lblGarageParking_6, #lblMobileHome_7,
#lblFlatMaisonette_8, #lblGuestHouseHotel_9, #lblCharacterProperty_10, #lblRetirementProperty_11
{
	background:url(../images/icons/r_icons.png) repeat-y;		
	margin-bottom:5px;
}

#lblHouse_1
{

}

#lblBungalow_2
{
	background-position:0 -24px;
}

#lblCommercialLand_3
{
	background-position:0 -48px;
}

#lblGarageParking_6
{
	background-position:0 -72px;
}

#lblMobileHome_7
{
	background-position:0 -96px;
}

#lblFlatMaisonette_8
{
	background-position:0 -120px;
}

#lblGuestHouseHotel_9
{
	background-position:0 -144px;
}

#lblCharacterProperty_10
{
	background-position:0 -168px;
}

#lblRetirementProperty_11
{
	background-position:0 -192px;
}

#r_forsalepriceoptions label, #r_toletpriceoptions label
{
	width:35px;
	float:left;
}

#r_toletpriceoptions label
{
	width:55px;	
}

#r_forsalepriceoptions select, #r_toletpriceoptions select
{
	float:left;
	margin-bottom:5px;
}

#r_forsalepriceoptions br, #r_toletpriceoptions br
{
	clear:left;
}

#r_toletextras
{
	display:none; /*hide on first load */
}

#r_toletfurnishing
{
	display:none;/* disable for now */
}
