/* CSS Document */

h1
{
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
}

.panel h1
{
	padding-top:10px;
	padding-bottom:0px !important;
}

.page_content
{
	background:#8ecfff;
	background-image:url(../images/background/taxi.jpg);
	background-repeat:no-repeat;
	font-size:0.85em;
}


#journey_entry
{
	margin-left:10px;
}
	#journey_entry .content
	{
/*		min-height:490px;*/
	}


#panel_display_journey_details_and_map
{
	position:absolute;
	left:437px;

	width:515px;
	margin-right:10px;
	margin-top:0px;
	overflow:hidden;
}

	#panel_display_journey_details_and_map .content
	{
		min-height:400px;
	}


#map_canvas
{
	margin-left:1px;
	height:293px;
	width:512px;
/*	float:right;*/
}

#vehicle_types
{
	width:980px;
	margin-left:10px;
	
}

#panel_airport_right
{
	width:300px;
	float:right;
	margin-right:30px;
	position:absolute;
	left:470px;

}

#panel_ad_right
{

	width:120px;
	height:600px;
	right:20px;
	position:absolute;	
}


	#panel_airport_right .content
	{
		min-height:40px;	
		padding:0px;	
	}
	
		#panel_airport_right .specials_item
		{

			border-bottom:1px solid #4299d8;
			clear:both;
			height:40px;
			padding:10px;
			cursor:pointer;
			
		}
			#panel_airport_right .specials_item:hover
			{
				background:#add6f3;
			}
	
		#panel_airport_right .specials_text
		{
			cursor:pointer;
			float:left;
			font-size:1.4em;
			margin-top:12px;
			font-weight:bold;
		}
		#panel_airport_right .specials_from
		{
			float:right;
			font-size:1em;
			color:#4299d8;
		}
		#panel_airport_right .specials_subtitle
		{
			float:right;
			font-size:2.5em;
			margin-top:10px;
			color:#4299d8;
		}

	
