/* CSS Document */
.onstate-wall_colour_paperbark {display: block;}
.offstate-wall_colour_paperbark {display: none;}

.onstate-wall_colour_surfmist {display: block;}
.offstate-wall_colour_surfmist {display: none;}

.onstate-slab {display: block;}
.offstate-slab {display: none;}

.onstate-floor {display: block;}
.offstate-floor {display: none;}

.onstate-distributor_form {display: block;}
.offstate-distributor_form {display: none;}

.onstate-one_bed {display: block;}
.offstate-one_bed {display: none;}

.onstate-two_bed {display: block;}
.offstate-two_bed {display: none;}

.onstate-three_bed {display: block;}
.offstate-three_bed {display: none;}

.onstate-four_bed {display: block;}
.offstate-four_bed {display: none;}

.onstate-cabin {display: block;}
.offstate-cabin {display: none;}

.swtchIsOn { color: red; } 
.swtchIsOff { color: black; }

.onstate-roof_colour { display: block; } 
.offstate-roof_colour { display: none; }

.onstate-floor_style { display: block; } 
.offstate-floor_style { display: none; } 

.onstate-timber_floor_type { display: block; } 
.offstate-timber_floor_type { display: none; } 

.onstate-kitchen { display: block; } 
.offstate-kitchen { display: none; }

.onstate-gas_stove { display: block; } 
.offstate-gas_stove { display: none; }

.onstate-plate_stove { display: block; } 
.offstate-plate_stove { display: none; }

.onstate-ceramic_stove { display: block; } 
.offstate-ceramic_stove { display: none; }

.onstate-standard_shower { display: block; } 
.offstate-standard_shower { display: none; }

.onstate-deluxe_shower { display: block; } 
.offstate-deluxe_shower { display: none; }

.onstate-heritage_door_style { display: block; } 
.offstate-heritage_door_style { display: none; }

.onstate-modern_door_style { display: block; } 
.offstate-modern_door_style { display: none; }

.onstate-modern_interior_door_style { display: block; } 
.offstate-modern_interior_door_style { display: none; }

.onstate-heritage_interior_door_style { display: block; } 
.offstate-heritage_interior_door_style { display: none; }

.onstate-modern_interior_door_sliding_style { display: block; } 
.offstate-modern_interior_door_sliding_style { display: none; }

.onstate-heritage_interior_door_sliding_style { display: block; } 
.offstate-heritage_interior_door_sliding_style { display: none; }

.onstate-laundry_door { display: block; } 
.offstate-laundry_door { display: none; }

.onstate-stair_height { display: block; } 
.offstate-stair_height { display: none; }

.onstate-hand_rail_images { display: block; } 
.offstate-hand_rail_images { display: none; }

.onstate-hot_water_system { display: block; } 
.offstate-hot_water_system { display: none; }

.onstate-kitchen_required { display: none; } 
.offstate-kitchen_required { display: table-row; }




.errMsg {
	color: red;
	display: inline;
}
.errFld {
	border-color: red;
}



/* DESIGN CHOICE FORM */
.onstate-one_bedroom { display: block; } 
.offstate-one_bedroom { display: none; }

.onstate-two_bedroom { display: block; } 
.offstate-two_bedroom { display: none; }

.onstate-three_bedroom { display: block; } 
.offstate-three_bedroom { display: none; }

.onstate-four_bedroom { display: block; } 
.offstate-four_bedroom { display: none; }

.onstate-cabins { display: block; } 
.offstate-cabins { display: none; }


/* ADMIN SECTION */
.onstate-change_password { display: block; } 
.offstate-change_password { display: none; }
