html, body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

#container
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	
	min-width:900px;
	min-height:600px;
}

h2#header
{
	position:absolute;
	margin:0;
	top:1.5%;
	left:1%;
	padding:24px 0 0 0;
	width:245px;
	height:0;
	overflow:hidden;
	
	background-image:url('../images/title_find_your_new_home.gif');
	background-repeat:no-repeat;
}

.de h2#header {background-image:url('../images/title_find_your_new_home_de.gif'); width:321px;}
.es h2#header {background-image:url('../images/title_find_your_new_home_es.gif'); width:300px;}
.it h2#header {background-image:url('../images/title_find_your_new_home_it.gif'); width:292px;}

h1
{
	z-index:10;
	margin:0;
	position:absolute;
	right:40px;
	top:10px;
	width:220px;
	height:0;
	overflow:hidden;
	padding-top:140px;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
}

.de h1 {background-image:url('../images/logo-de.png'); width:225px; margin-right:-10px;}
.es h1 {background-image:url('../images/logo-es.png'); width:228px; margin-right:-12px;}
.it h1 {background-image:url('../images/logo-it.png'); width:210px; margin-right:-12px;}

body.old-ie h1
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');
}

body.old-ie .de h1 {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo-de.png', sizingMethod='crop');}
body.old-ie .es h1 {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo-es.png', sizingMethod='crop');}
body.old-ie .it h1 {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo-it.png', sizingMethod='crop');}

#search
{
	position:absolute;
	z-index:4;
	left:1%;
	top:6.5%;
	width:98%;
	height:8em;
	background:transparent url('../images/white80.png');					/* Semi-transparent PNG */
	background:rgba(255,255,255,0.8) none;									/* Replaced with RGBA colour for more modern browsers */
	overflow:visible;
}

body.old-ie #search
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/white80.png', sizingMethod='scale');
}

#search form 
{
	height:100%;
	background-image:url('../images/gradient_search.png');
	background-repeat:no-repeat;
	margin:0;
	margin-right:150px;
}

body.old-ie #search form
{
	background:none;
/*
 * This style rule breaks the form's submit button (the filter appears to be applied in front of the form)
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gradient_search.png', sizingMethod='crop');
*/
}

#search form div.field-container
{
	padding:0.75em;
}

#search form div.travel-questions,
#search form div.property-questions
{
	float:left;
	margin-right:2em;
}

#search form div.property-questions
{
	margin-right:0;
}


#search form label
{
	display:block;
	clear:left;
	line-height:2em;
	margin-bottom:0.5em;
}

#search form button
{
	display:block;
	clear:both;
}

#search form #search-time-input{
	margin-top: 1.5em;
	white-space: nowrap;
}

#search form #submit-button-container{
	text-align: right;
}
#search form #submit-button-container button{
}

#results-container
{	
	position:absolute;
	z-index:2;
	top:6.5%;
	right:0;
	padding-right:40px;
	height:88.5%;
	margin-top:8em;
	width:3px;
}

#results-tabs
{
	position:absolute;
	z-index:5;
	right:0;
	top:0;
	margin:0;
	padding:0;
	width:37px;
	height:100%;
	background:#fff;
	list-style:none;
}

#results-tabs a
{
	display:block;
	background-image:url('../images/tab_all_results.gif');
	background-repeat:no-repeat;
	position:absolute;
	top:1em;
	left:0;
	width:0;
	height:112px;
	margin:0;
	padding:0;
	padding-left:32px;
	overflow:hidden;
}
#results-tabs li.results a
{
	margin-left:-30em;
	left:-3px;
}
#results-tabs li.details a
{
	background-image:url('../images/tab_live_near.gif');
	height:98px;
	margin-top:114px;
	margin-left:0;
}

.de #results-tabs li.results a
{
	background-image:url('../images/tab_all_results_de.gif');
	height:134px;
}
.de #results-tabs li.details a
{
	background-image:url('../images/tab_live_near_de.gif');
	height:110px;
	margin-top:136px;
}

.es #results-tabs li.results a
{
	background-image:url('../images/tab_all_results_es.gif');
	height:183px;
}
.es #results-tabs li.details a
{
	background-image:url('../images/tab_live_near_es.gif');
	height:120px;
	margin-top:185px;
}

.it #results-tabs li.results a
{
	background-image:url('../images/tab_all_results_it.gif');
	height:96px;
}
.it #results-tabs li.details a
{
	background-image:url('../images/tab_live_near_it.gif');
	height:98px;
	margin-top:114px;
}


#results,
#details
{
	margin-right:37px;
	position:absolute;
	height:100%;
	width:30em;
	top:0;
	right:3px;
	
	overflow:auto;
	
	background:url('../images/gradient_results.png');
	background-attachment:fixed;
	border-left:3px solid #01705a;
}

#details
{
	right:-30em;
	border-left:3px solid #054072;
}

#results .inner,
#details .inner
{
	margin-left:32px;
	padding-top:1em;
	padding-right:1em;
	padding-bottom:10em;
	padding-left:1em;
}

#results-container h2
{
	margin:0;
	font-weight:normal;
	font-size:1em;
	text-transform:uppercase;
}

#results-container h2 span.station
{
	font-weight:bold;
	text-transform:none;
	font-size:2em;
	display:block;
	
}

#results table
{
	width: 95%;
	border:2px solid #01705a;
	background:#eef2f2;
	border-collapse:collapse;
}

#results thead th
{
	vertical-align: top;
	background-color:#01705a;
	line-height:1em;
	color:#fff;
}

#results thead th .subtitle
{
	font-size: 0.7em;
}

#results th,
#results td
{
	font-weight:normal;
	text-align:left;
	padding:0.25em 0.5em;
}

#results td.time
{
	background-color:#fff;
	text-align: center;
}

#results td.price
{
	text-align: right;
}

#results tbody th
{
	cursor:pointer;
}

#results tr.selected td, 
#results tr.selected th
{
	background:#054072;
	color:white;
}


#results tr.hovered td, 
#results tr.hovered th
{
	background:#00997A;
	color:white;
}



#details .time-warning
{
    font-weight: bold;
    color: #994235;
}

#details dt
{
	margin:0;
	margin-right:0.25em;
	padding:0;
	float:left;
}

#details dd
{
	font-weight:bold;
}

#details dd.times
{
	clear:left;
	margin:0;
	padding:0;
}

#results .block,
#details .block /* could be a DIV or a FORM element */
{
	border:2px solid #054072;
	background:#fff;
	padding:10px;
	margin-top:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:1em;
}
#results .block
{
	border-color:#01705a;
}

body.old-ie #results .block,
body.old-ie #details .block
{
	zoom:1;			/* IE6 hack: Ensure hasLayout */
}

#details h4,
#results .block h4
{
	font-size:1em;
	font-weight:normal;
	text-align:center;
	color:#fff;
	background-color:#054072;
	margin:-10px -10px 10px -10px;
	padding:0.25em 0.5em;
}
#results .block h4
{
	background-color:#01705a;
}

#details div.links ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#details form ol
{
	list-style:none;
	margin:0;
	padding:0;
}

#details form li
{
	margin-bottom:10px;
}

#details form label
{
	font-weight:bold;
	color:#222;
}

#details ul.tabs
{
	margin:0;
	padding:0;
	padding-top:1px;
	padding-left:0.5em;
	list-style:none;
	border-bottom:2px solid #054072;
	height:1.5em;
}

#details ul.tabs li
{
	background:red;
	display:inline;
}

#details ul.tabs a
{
	display:block;
	float:left;
	border:1px solid #054072;
	border-bottom:none;
	margin-right:2px;
	padding:0 0.5em;
	line-height:1.5em;
	text-decoration:none;
	color:#000;
}

#details ul.tabs li.selected a
{
	background-color:#054072;
	color:#fff;
}

#details div.tab
{
	border-top:5px solid #054072;
	padding-top:1em;
}

p
{
	margin:0 0 1em 0;
}

#footer
{
	position:absolute;
	z-index:2;
	bottom:0;
	left:1%;
	right: 40px;
	
	height: 8.5%;
	min-height:4em;
	
	border-top:1px solid #29abe2;
	background-image:url('../images/gradient_footer.gif');
	background-position:0 0;
	background-repeat:repeat-y;
	background-color:#fff;
}
body.old-ie #footer
{
	height:4em;				/* IE6 doesn't support min-height */
}

#footer div.nestoria
{
	float: right;
	margin-top:10px;
}

#footer div.links
{
	padding-left: 4px;
	margin-top: 0.5em;
	font-size:0.8em;
}

#footer div.links .houseprices {
	margin-left: 3em;
}


#footer div.adsense {
}

#footer div.link-group
{
	background:#c0d1d1;
	border:1px solid #fff;
	position:absolute;
	width:25em;
	left:4px;
	top:100%;
	bottom:auto;
	margin-top:-1.4em;
}

#footer div.nearby-stations
{
	left:25em;
	margin-left:14px;
}

#footer div.show-link-group
{
	top:auto;
	bottom:-1px;
	margin-top:0;
	padding-bottom:0.5em;
}

#footer div.link-group h6
{
	margin:0;
	padding:0 0.5em;
	font-size:1em;
	line-height:1.3em;
}

#footer div.link-group ul
{
	padding:0;
	margin:0;
	list-style:none;
}

#footer div.link-group li
{
	width:100%; /*hasLayout fix for IE6*/
}

#footer div.link-group a
{
	display:block;
	padding:0.25em 0.5em;
}

#footer div.link-group a:hover,
#footer div.link-group a:focus,
#footer div.link-group a:active
{
	background-color:#d9e4e4;
}

#map-container
{
	position:absolute;
	top:6.5%;
	left:1%;
	width:99%;
	height:85%;
	z-index:1;	
}

#map
{
	height:100%;
	margin-right:40px;
}

#introduction-fullpage
{
	position: absolute;
	z-index:2000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	text-align: center;
	/*background:transparent url('../images/white80.png');	*/				/* Semi-transparent PNG */
	background:rgba(255,255,255,0.7) none;									/* Replaced with RGBA colour for more modern browsers */
}

#introduction
{
	background-color: white;
	text-align: left;
	width: 500px;
	margin: 0px auto;
	margin-top:9em;
	border:2px solid #01705a;
}

#introduction div.intro-header
{
	color:#fff;
	background-color:#01705a;
	padding:10px;
	vertical-align: middle;
}

body.old-ie #introduction div.intro-header
{
	zoom:1;				/* IE 6 hack to force hasLayout and ensure correct position of close button */
}

#introduction div.intro-content
{
	padding:10px;
}

#introduction h3 {
	margin: 0;
	padding: 0;
}

#introduction a.close
{
	float: right;
	padding: 5px;
	font-weight:bold;
	cursor:pointer;
}

#introduction a.close abbr
{
	border:none;
}

#introduction div.intro-content button { margin-left: 3em; margin-top: 10px;}
#introduction div.intro-content ul { list-style-type: none;}
#introduction div.intro-content li { padding: 0.5em 0 0.5em 0;}
#introduction div.intro-content .smaller { font-size:0.8em;}


#controls
{
	position:absolute;
	z-index:3;
	width:150px;
	height:auto;
	top:6.5%;
	margin-top:8em;
	left:1%;
	padding:10px;
}

#controls button.type
{
	display:block;
	width:100%;
}

#controls button.selected
{
	font-weight:bold;
}

#search-station-input{
	width: 20em;
}
#station-autocomplete
{
	width:20em;
	display:inline-block;
	vertical-align:top;
}
#station-autocomplete-options
{
	z-index:10;
}

a img
{
	border:none;
}

#listings-widget ol
{
	margin:0;
	padding:0;
	list-style:none;
}

#listings-widget li
{
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #054072;
}

#listings-widget img
{
	float:left;
	margin-right:10px;
}

#listings-widget h5,
#listings-widget p
{
	font-size:1em;
	margin:0;
}

#listings-widget p.lister
{
	color:#008800;
	text-align:right;
	font-size:0.8em;
}

#listings-widget p.options
{
	text-align:center;
}


#feedback-overlay {
	position: absolute;
	right: 150px;
	top: 10px;
	font-size: 1.2em;
	z-index:10;
}


