﻿/*-----------------------------------------------------------------------------
Title:         Avanceret søgning
Template:	   PropertiesForRentTemplate.aspx
--------------------------------------------------------------*/
#region-radioGroup							{ margin-left: 10px; margin-top: 5px }
#region-radioGroup legend					{ margin-bottom: 10px; font-weight: bold; }
.radio-btn-group							{ position: relative; }
.radio-btn-group .radio-btn-el				{ position: relative; height: 1.5em; left: 4px;}
.radio-btn-group input						{ padding: 0; position: absolute; top: 2px; left: 0; *top: 0; } /* ie7 and 6 is screwing up the positioning, fix with star-hack */
.radio-btn-group label						{ position: absolute; top: 0px; left: 22px; *top: 3px; } /* ie7 and 6 is screwing up the positioning, fix with star-hack */


/* Search by region - map 
-----------------------------------------------------------------------------*/
#region-map								{ position:relative; float: right; width: 160px; height: 160px; }
#region-map #kortholder					{ position: absolute; z-index: 1; display: block; width: 160px; height: 160px; background: url(regionmap-radio-btn-group.gif) no-repeat; }
#region-map .HovedstadenRadioButton		{ position: absolute; z-index: 2; background-position: 0px -160px!important; display: none; }
#region-map .SjaellandRadioButton		{ position: absolute; z-index: 2; background-position: 0px -320px!important; display: none; }
#region-map .SverigeRadioButton			{ position: absolute; z-index: 2; background-position: 0px -480px!important; display: none; }
#region-map .SyddanmarkRadioButton		{ position: absolute; z-index: 2; background-position: 0px -640px!important; display: none; }
#region-map .MidtjyllandRadioButton		{ position: absolute; z-index: 2; background-position: 0px -800px!important; display: none; }
#region-map .NordjyllandRadioButton		{ position: absolute; z-index: 2; background-position: 0px -960px!important; display: none; }
#region-map .overlay					{ position: absolute; background-repeat: no-repeat; z-index: 3; width: 160px; height: 160px; cursor: pointer; }
