@import url('style.css');

body {
	width: 700px;
	background-image: none
}


#lFooter {
	text-align: center;	
	background: none
}

#lFooter img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.disclaimer {width: 320px}

.source {display: none}


.info-below {display: none}

#change-currency {display: none}

#permalink {display: none}


div.block {width: 698px;
		   padding: 0px;
		   margin: 10px 10px}




/* CITY */

#route {
	position:relative; 
	width: 700px; 
}

#results {width: 340px !important}

#results.results-left {min-width: 340px !important}

.cost {width: 340px}

div#map * {
	
}

div#map {
	position:absolute; 
	top: 0px; 
	width: 300px;  
	border: 1px solid grey;
	float: none;
	min-width: 300px;
	left: 345px;
	text-align: center;
}

/* CITY RESULTS 
span.error {
	color: red;
	font-weight: bold;
}
.disclaimer {
	color: gray;
	font-size: 0.8em;
}

.cost table {
	border: 1px solid silver;
}
.cost table td {
	padding: 5px;
}
.cost table td.amount {
	text-align: right;
}
.cost table tr.total td {
	font-weight: bold;
}
.cost table tr.weekend_total td {
	color: gray;
}

/* TAXI COMPANIES 

#featured-companies {
	margin-top: 20px
}

.more_companies {
	display:none
}

.source{
	display:none
}

ul#city-company-list li {bundle.css (line 339)
background-color:#FFFFCC;
border:1px solid gray;
color:gray;
display:inline;
font-size:1em;
font-weight:bold;
padding:8px;
}
ul.city li {bundle.css (line 327)
font-size:0.9em;
margin-left:25px;
}
*/