/*
** Filename	    : Stylesheet.css
** Description	: Global style for vliegticketcentrum.nl
** Version      : 1.0
*/


/*********** Resets and overrides ***********/
*
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

table
{
	border-collapse: collapse;
}

/*********** Links & type ***********/

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #fff;
}

a:link, a:active, a:visited
{
	text-decoration: none;
	color: #090;
}

a:hover, a:focus
{
	text-decoration: underline;
}

h1.HomeTitle
{
	margin: 0 0 10px 0;
	height: 25px;
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 16px;
	color: #336;
	font-weight: bold;
	font-style: italic;
}

h1
{
	margin: 5px 5px 3px 5px;
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: #4c4c4c;
}

h2
{
	margin: 5px 5px 3px 5px;
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: #4c4c4c;
}

h3
{
	margin: 5px 5px 3px 5px;
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: #4c4c4c;
}

ol
{
	list-style-position: inside;
}

.ContentWrapperTop h1, .ContentWrapperMiddle h2, .ContentWrapperMiddle h3, .ContentWrapper h2, .ContentWrapper h3
{
	margin: 5px 0 3px 0;
	font-weight: bold;
	color: #4c4c4c;
}

.upsellInfo h1, .upsellInfo h2, .upsellInfo h3
{
	margin: 5px 0 1em 0;
	font-weight: bold;
	color: #4c4c4c;
}
	.ContentWrapperTop h1
	{
		margin: 5px 0 3px 5px;
	}

h2 span
{
	font-size: 24px;
	font-weight: bold;
}

.ToggleResultDetail h2
{
	margin: 0 5px;
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color: #4c4c4c;
}

#ClickOutOverlay h2
{
	margin: 30px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
	#ClickOutOverlay h2 span
	{
		font-size: 14px;
	}
	
.SupplierOverviewTable h2
{
	margin: 30px 0 0 -3px;
	font-size: 18px;
}
	.SupplierOverviewTable h2 span
	{
		font-size: 14px;
	}

h3
{
	margin: 4px 0 0 10px;
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #336;
}

.ToggleResultDetail h3
{
	margin: 15px 0 0 5px;
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #4c4c4c;
}

p
{
	margin: 0 0 1em 0;
	line-height: 16px;
}

/*********** Layout ***********/

#Wrapper
{
	margin: 0 auto;
	width: 870px;
}

#Logo
{
	margin: 15px 0 15px 10px;
	width: 225px;
	float: left;
	display: inline;
}

#Menu
{
	position: relative;
	margin: 0 1px 22px 1px;
	width: 868px;
	height: 45px;
	border: solid 1px #a8dded;
	background: url(Images/MenuBg.gif) repeat-x;
	z-index: 100;
}

#Menu ul
{
	padding: 0;
	margin: 0;
}

.AuthMenu
{
	position: absolute;
	right: 0;
	top: 0;
}

#SearchOptions
{
	margin: 0px 0 0 0;
	display: inline;
	float: left;
	width: 258px;
}
#SearchContent
{
	margin: 0 0 0 48px;
	width: 564px;
	float: left;
}

#BackgroundClickOutOverlay
{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 300;
}
#ClickOutOverlay
{
	display: none;
	position: fixed;
	padding: 10px;
	min-height: 64px;
	width: 580px;
	top: 30%;
	left: 30%;
	z-index: 400;
}
	#ClickOutOverlay ul
	{
		list-style: none;
	}
	
	.ClickOutOverlayTop
	{
		width: 568px;
		height: 23px;
		padding: 7px 0 1em 12px;
		float: left;
		background: url(Images/ClickOutOverlay/ClickOutOverlayTop.png) no-repeat;
	}
	
	.ClickOutOverlayMiddle
	{
		width: 558px;
		padding: 0 0 0 22px;
		float: left;
		background: url(Images/ClickOutOverlay/ClickOutOverlaymiddle.png) repeat-y;
	}
	
	.ClickOutOverlayBottom
	{
		width: 580px;
		height: 15px;
		float: left;
		background: url(Images/ClickOutOverlay/ClickOutOverlayBottom.png) no-repeat;
	}
	
	.ClickOutContentTop
	{
		width: 540px;
		height: 5px;
		margin: 0 0 0 -2px;
		float: left;
		background: url(Images/ClickOutOverlay/ClickOutContentTop.png) no-repeat;
	}
	
	.ClickOutContentMiddle
	{
		width: 516px;
		padding: 0 10px 0 10px;
		float: left;
		background: url(Images/ClickOutOverlay/ClickOutContentMiddle.png) repeat-y;
	}
	
	.ClickOutContentBottom
	{
		width: 540px;
		height: 5px;
		margin: 0 0 0 -2px;
		float: left;
		background: url(Images/ClickOutOverlay/ClickOutContentBottom.png) no-repeat;
	}

	.LoadingBackground
	{
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: #a8dded;
		z-index: 400;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	
	#upsellInfo li
	{
		padding: 0 0 5px 0;
	}
		
	.LoadingPopup
	{
		position: fixed;
		top: 200px;
		left: 50%;
		margin: 0 0 0 -300px;
		padding: 20px 0;
		width: 600px;
		color: #333;
		font-weight: bold;
		text-align: center;
		background: #FFFFFF;
		border: 2px solid #9FD9EB;
		z-index: 500;
	}
	
	

/*********** Menu styles ***********/

#Menu .Corner
{
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}
.TopLeft
{
	top: -1px;
	left: -1px;
	background: url(Images/MenuTopLeftCorner.png) no-repeat;
	z-index: 300;
}
.TopRight
{
	top: -1px;
	right: -1px;
	background: url(Images/MenuTopRightCorner.png) no-repeat;
	z-index: 300;
}
.RightBottom
{
	right: -1px;
	bottom: -1px;
	background: url(Images/MenuRightBottomCorner.png) no-repeat;
	z-index: 300;
}
.BottomLeft
{
	bottom: -1px;
	left: -1px;
	background: url(Images/MenuBottomLeftCorner.png) no-repeat;
	z-index: 300;
}

#Menu ul
{
	list-style: none;
}
#Menu ul li
{
	height: 45px;
	display: block;
	position: relative;
	float: left;
	border-right: solid 1px #a8dded;
}
#Menu ul li a
{
	padding: 15px 14px 0 15px;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	display: block;
	float: left;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
#Menu ul li a:hover, #Menu ul li a:focus
{
	text-decoration: none;
	background: url(Images/MenuHoverBg.gif);
}
#Menu ul.AuthMenu
{
	float: right;
}
#Menu ul.AuthMenu li
{
	padding: 8px 0 0 0;
	border: none;
}
#Menu ul.AuthMenu li i
{
	padding: 0 15px 0 0;
}
#Menu ul.AuthMenu li a
{
	font-size: 11px;
	font-weight: normal;
	color: #336;
	border: none;
	display: inline;
	padding: 0 15px 0 0;
	float: left;
}
#Menu ul.AuthMenu li .AuthLink
{
	margin-top: 7px;
}
#Menu ul.AuthMenu li a:hover, #Menu ul.AuthMenu li a:focus
{
	text-decoration: underline;
	background: none;
}

	#Menu ul li ul
	{
		position: absolute;
		display: none;
		left: -1px;
		top: 46px;
	}
		#Menu ul li ul li
		{
			height: 35px;
			width: 160px;
			float: none;
			white-space: nowrap;
			border-bottom: solid 1px #a8dded;
			border-left: solid 1px #a8dded;
			background: url(Images/MenuBg.gif) repeat-x -1px -1px;
		}
			#Menu ul li ul li a
			{
				padding: 10px 14px 0 15px;
				width: 130px;
				height: 24px;
				float: none;
			}


/*********** Form styles ***********/

input, select, textarea
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #336;
}

.SelectNormal
{
	margin: 0 0 2px 0;
	width: 177px;
}

.TextAreaNormal
{
	margin: 0 0 2px 0;
	padding: 4px 3px 3px 3px;
	width: 353px;
	height: 127px;
	border-top: solid 1px #BBB;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	background: #FFF url(Images/InputFieldShadowLine.gif) repeat-x top;
}

.InputNormal
{
	margin: 0 0 2px 0;
	padding: 4px 3px 3px 3px;
	width: 168px;
	height: 14px;
	border-top: solid 1px #BBB;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	background: #FFF url(Images/InputFieldShadowLine.gif) repeat-x top;
}

.InputNormalFilter
{
	margin: 0 0 2px 0;
	padding: 4px 3px 3px 3px;
	width: 203px;
	height: 14px;
	border-top: solid 1px #BBB;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	background: #FFF url(Images/InputFieldShadowLine.gif) repeat-x top;
}
	.WaterMark
	{
		color: #999;
		font-style: italic;
	}
	
	
	.InputLonger
	{
		width: 233px;
	}

.InputDate
{
	margin: 0 0 2px 0;
	padding: 4px 3px 3px 3px;
	width: 149px;
	height: 14px;
	border-top: solid 1px #BBB;
	border-right: none;
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	background: #FFF url(Images/InputFieldShadowLine.gif) repeat-x top;
}

.InputDateFilter
{
	margin: 0 0 2px 0;
	padding: 4px 3px 3px 3px;
	width: 184px;
	height: 14px;
	border-top: solid 1px #BBB;
	border-right: none;
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	background: #FFF url(Images/InputFieldShadowLine.gif) repeat-x top;
}

.InputPassengers
{
	margin: 0 0 2px 0;
	padding: 4px 3px 3px 3px;
	width: 107px;
	height: 14px;
	border-top: solid 1px #BBB;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	background: #FFF url(Images/InputFieldShadowLine.gif) repeat-x top;
}
.GotIcon
{
	width: 88px;
	border-right: none;
}

.GotIconFilter
{
	width: 117px;
	border-right: none;
}

.NewsletterInput
{
	margin: 1px 0 0 0;
	width: 110px;
	border-right: none;
}
	.NewsletterSubmit
	{
		margin-top: 1px;
	}

.CheckRadioNormal
{
	margin: 0 5px 0 0;
}

.LabelNormal
{
	color: #4c4c4c;
}
.LabelBlock
{
	margin: 7px 0 3px 0;
	display: block;
	font-weight: bold;
	color: #4c4c4c;
}
.LabelBlockFilter
{
	margin: 0 0 3px 0;
	display: block;
	font-weight: bold;
	color: #4c4c4c;
}
.LabelBlock span, LabelBlockFilter span
{
	font-weight: normal;
	color: #999;
}
/*********** Misc classes ***********/

.ContentWrapper
{
	padding: 0 15px;
}

.ContentWrapperTop
{
	margin: 35px 0 0 0;
	padding: 10px 14px 3px 14px;
	width: 870px;
	background: url(Images/ContentBlockTopBg.png) no-repeat top left;
}

.ContentWrapperMiddle
{
	width: 870px;
	padding: 0 14px;
	background: url(Images/ContentBlockMiddleBg.png) repeat-y top left;
}
	.ContentBlockContent
	{
		margin: 5px 0 5px 0;
		padding: 10px;
		width: 822px;
		float: left;
		background: #ebf7fb url(Images/ContentBlockContentBg.png) no-repeat top;
	}
	
		.ExtraLongWrapper
		{
			margin: 5px 0 0 0;
			float: left;
			background: url(Images/ContentLongBg.gif) repeat-y;
		}
			.ExtraLong
			{
				margin: 0;
				background: url(Images/ContentLongStartBg.gif) no-repeat top;
			}
		
		.ContentBlockContentBottom
		{
			margin: 0 -10px -10px -10px;
			width: 842px;
			height: 5px;
			font-size: 1px;
			line-height: 1px;
			background: url(Images/ContentBlockContentBottom.png) no-repeat bottom;
		}
			.AllCountriesBlockWrapper
			{
				clear: both;
			}
				.AllCountriesBlock
				{
					display: inline;
					float: left;
					width: 400px;
				}
.ContentWrapperBottom
{
	width: 870px;
	height: 14px;
	line-height: 1px;
	font-size: 1px;
	background: url(Images/ContentBlockBottomBg.png) repeat-y bottom left;
}

.HomeBlockWrapperBg
{
	width: 870px;
	background: url(Images/HomeBlockTopBg.png) no-repeat top left;
}
	.NoPayOff
	{
		margin: 35px 0 0 0;
	}
	
.HomeBlockWrapper
{
	width: 408px;
	float: left;
	display: inline;
}
.HomeBlockWrapper a
{
	color: #336;
}
.HomeBlockTop
{
	padding: 10px 14px 0 14px;
	width: 380px;
	float: left;
}
/*.HomeBlockMiddle
{
	padding: 0 14px;
	width: 380px;
	float: left;
	background: url(Images/HomeBlockMiddleBg.png) repeat-y;
}*/
.HomeBlockContent
{
	margin: 5px 0 10px 0;
	width: 380px;
	float: left;
	background: url(Images/HomeBlockContentBg.png) no-repeat top;
}

	.HomeBlockTop .HomeBlockContent p
	{
		margin: 10px;
	}
.HomeSearchTable
{
	margin: 10px 0 10px 10px;
	width: 370px;
}
.HomeSearchTable td td
{
	width: auto;
}
.SmallerInputPassenger
{
	padding: 0 8px;
}
.HomeBlockTop ol
{
	margin: 0.5em 1em 0.5em 2em;
	list-style-position: inside;
	font-weight: bold;
}
.HomeBlockTop ol li span
{
	font-weight: normal;
}
.HomeBlockTop p
{
	margin: 0 1em 1em 5px;
}
.HomeBlockContentBottom
{
	width: 380px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(Images/HomeBlockContentBottom.png) no-repeat bottom;
}

.HomeBlockBottom
{
	padding: 0 14px 0 14px;
	width: 380px;
	float: left;
}
.HomeBlockBottomWrapper
{
	width: 870px;
	height: 14px;
	background: url(Images/HomeBlockBottomBg.png) no-repeat bottom left;
}
	.OneBlock
	{
		width: 435px;
	}
.HomeBlockBottom input
{
	float: right;
}
.Empty
{
	padding: 0 14px;
	height: 14px;
}

.SearchOptionBlockTop
{
	padding: 10px 19px 0 19px;
	width: 220px;
	float: left;
	background: url(Images/FilterOptionTopBg.png) no-repeat top;
}
.SearchOptionBlockTopEmpty
{
	padding: 0 14px;
	width: 230px;
	height: 9px;
	float: left;
	background: url(Images/FilterOptionTopBg.png) no-repeat top;
}
.SearchOptionBlockMiddle
{
	padding: 0 14px;
	width: 230px;
	float: left;
	background: url(Images/FilterOptionMiddleBg.png) repeat-y top;
}
	.ApplyFilterButton
	{
		margin: 5px 0 0 0;
		float: right;
	}
.FilterOptionContent
{
	width: 230px;
	margin: 5px 0 5px 0;
	float: left;
	background: url(Images/FilterOptionContentBg.png) no-repeat;
}
.SearchOptionMenu
{
	margin: 10px 10px 5px 10px;
	list-style-type: none;
}
.SearchOptionMenu li
{
	position: relative;
	margin: 0 0 4px 0;
	color: #999;
}
.SearchOptionMenu li a.DeleteResult
{
	position: absolute;
	right: 0;
}
.SearchOptionMenu li a.EditResult
{
	position: absolute;
	right: 15px;
}
.SearchOptionMenu li a
{
	color: #4c4c4c;
}
.AlertIcon
{
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	height: 15px;
	background: url(Images/IconAlert.gif) no-repeat;
}
.FeedIcon
{
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	height: 15px;
	background: url(Images/RssFeed.gif) no-repeat;
}
.FilterOptionContent h3 a, .AllCountriesCitiesContent h3 a
{
	padding: 0 0 0 18px;
	display: block;
	color: #336;
	text-decoration: none;
	background: url(Images/ArrowOpen.gif) no-repeat 3px 8px;
}
.FilterOptionContent h3 a.ToggleClosed, .AllCountriesCitiesContent h3 a.ToggleClosed
{
	background: url(Images/ArrowClosed.gif) no-repeat 4px 6px;
}
.FilterOptionContent .ToggleContent, .AllCountriesCitiesContent .ToggleContent
{
	padding: 13px 10px 5px 10px;
}
.FilterOptionContent .ToggleContent table.FilterPriceTable
{
	width: 100%;
}
.FilterOptionContent label
{
	cursor: pointer;
}
.FilterOptionContent .ToggleContent table td
{
	padding: 0 0 4px 0;
}
.FilterOptionContent .ToggleContent table td.FilterPriceCell
{
	width: 100%;
	color: #336;
	font-weight: bold;
	text-align: right;
}

.ToggleContent td
{
	padding: 2px 6px 0px 0px;
}

.FilterRule
{
	margin: 0 0 10px 0;
	border-top: solid 1px #a7dded;
	border-right: solid 1px #a7dded;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #a7dded;
}
.FilterOptionContentBottom
{
	width: 230px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(Images/FilterOptionContentBottomBg.png) no-repeat bottom;
}
.SearchOptionBlockBottom
{
	margin-bottom: 2px;
	padding: 0 14px;
	width: 230px;
	height: 9px;
	float: left;
	background: url(Images/FilterOptionBottomBg.png) no-repeat bottom;
}
.SearchBlockWrapper
{
	margin: 0 0 2px 0;
	width: 564px;
	float: left;
}

.Advertisement
{
	margin: 10px 0 0 0;
	height: 60px; /* Remember to change the IE 7(and lower) specific style in masterpage */
	float: right;
	display: inline;
}
#SearchContent .Advertisement img
{
	border: solid 1px #CCCCCC;
}

.FilterOverview
{
	margin-left: -57px;
}
.SearchBlockTop
{
	padding: 10px 19px 0 19px;
	width: 526px;
	float: left;
	background: url(Images/SearchBlockTopBg.png) no-repeat top;
}
.FilterOverview .SearchBlockTop
{
	padding: 10px 19px 0 76px;
	background: url(Images/SearchBlockTopHookBg.png) no-repeat top;
}
.FilterOverview .SearchBlockBottomEmpty
{
	width: 593px;
	background: url(Images/SearchBlockBottomHookBg.png) repeat-y bottom;
}
.SearchCriteria
{
	margin: 5px 0 5px 10px;
	display: block;
}

.SubTitle
{
	margin: 0 5px 5px 5px;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	color: #4c4c4c;
	display: block;
	background: url(Images/SubTitleConnector.gif) no-repeat 5px 0;
}
.SubActiveFilters
{
	margin: 0 5px 5px 5px;
	padding: 3px 0 0 40px;
	color: #336;
	display: block;
	background: url(Images/SubTitleConnector.gif) no-repeat 25px 0;
}
.SubActiveFilters a
{
	color: #F60;
	text-decoration: none;
}
.SearchBlockContent
{
	width: 537px;
	margin: 5px 0 5px 0;
	float: left;
	background: url(Images/SearchBlockContentBg.png) no-repeat;
}
.SupplierOverviewTable
{
	border-collapse: separate;
}
	.SupplierOverviewTable td
	{
		padding: 3px;
		vertical-align: top;
	}
	.SupplierOverviewTable td span
	{
		font-style: italic;
		color: #999;
	}
	.Home
	{
		margin: 0 0 3px 8px;
	}
.SupplierOverviewTable thead td
{
	padding: 5px 3px 2px 3px;
	text-align: left;
	font-weight: bold;
}
	.SupplierOverviewTable thead td img
	{
		max-width: 200px;
	}
	.SupplierOverviewTable tr.Alternate
	{
		background-color: #ccebf5;
	}

.OverviewLabel
{
	padding: 0 15px 0 0;
	vertical-align: top;
	font-weight: bold;
	color: #4c4c4c;
}
.PriceCell
{
	width: 50px;
	height: 30px;
	font-size: 10px;
	color: #4c4c4c;
	text-align: center;
	border-top: solid 1px #FFF;
	border-right: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	border-left: solid 1px #FFF;
	background: #f0efee;
}
	.PriceCell div
	{
		position: relative;
		height: 15px;
		width: 47px;
		padding: 15px 3px 0 0;
		text-align: right;
	}
	.PriceCell span.MatrixDate
	{
		position: absolute;
		top: 3px;
		left: 3px;
		color: #999;
	}
.YearCell
{
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
}
.SupplierOverviewTable .Offer
{
	background: #FFC;
	color: #F60;
}

.SearchBlockContentBottom
{
	width: 537px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(Images/SearchBlockContentBottomBg.png) no-repeat bottom;
}
.SearchBlockMiddle
{
	padding: 0 14px;
	width: 536px;
	float: left;
	background: url(Images/SearchBlockMiddleBg.png) repeat-y top;
}
.SearchBlockBottomEmpty
{
	padding: 0 14px;
	width: 536px;
	height: 9px;
	float: left;
	background: url(Images/SearchBlockBottomBg.png) repeat-y bottom;
}
.SearchBlockBottom
{
	padding: 0 14px 9px 14px;
	width: 536px;
	float: left;
	background: url(Images/SearchBlockBottomBg.png) repeat-y bottom;
}
.SearchBlockBottom a
{
	color: #336;
	float: right;
}
.ResultWrapper
{
	width: 564px;
	float: left;
}
.ResultBlock
{
	margin: 0 4px;
	padding: 0;
	width: 554px;
	height: 63px;
	float: left;
	border: solid 1px #dedcd9;
	background: #fff;
	display: inline; /* Fix IE6 double margin */
}

.SearchResultsRule
{
	margin: 0 5px 10px 5px;
	border-top: 0;
	border-right: 0;
	border-bottom: solid 1px #dedcd9;
	border-left: 0;
	float: left;
	width: 554px;
}

.Recommended
{
	margin-top: 10px;
	background: #ebf7fb;
}
	.Recommended .TipIndicator
	{
		position: absolute;
		top: -26px;
		left: 2px;
		padding: 3px 7px 0 7px;
		display: block;
		height: 17px;
		width: 250px;
		color: #336;
		border: solid 1px #a7dded;
		background: #FFF;
	}

.ResultOffer
{
	background: #eaffea;
}
.LowestPrice
{
	margin-top: 10px;
	background: #fffbe6;
}
	.LowestPrice .LowestPriceIndicator
	{
		position: absolute;
		top: -31px;
		left: 2px;
		padding: 3px 0 0 5px;
		display: block;
		width: 87px;
		height: 17px;
		font-size: 12px;
		color: #C00;
		font-weight: bold;
		border: solid 1px #900;
		background: #FFF;
	}
.ResultBlock table.ResultTable
{
	width: 100%;
	color: #4c4c4c;
}

.FirstLine
{
	border-bottom: solid 1px #eeedec;
}
.ResultBlock table.ResultTable td.BorderGreyRight
{
	border-right: solid 1px #dedcd9;
}
.SearchResultCellPrice
{
	/*width: 110px;*/
	padding-right: 10px;
	text-align: center;
	white-space: nowrap;
}

.SearchResultCellPriceTips
{
	/*width: 77px;*/
	padding-right: 10px;
	text-align: center;
}

.SearchResultPrice
{
	font-family: font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 18px;
	color: #ff8f00;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 25px;
	display: block;
}

.Recommended .SearchResultPrice
{
	color: #f60;
}

.TopSearchResultPrice
{
	margin: 5px 0 0 0px;
	font-family: font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 24px;
	color: #ff8f00;
	font-weight: bold;
	line-height: 22px;
	display: block;
}

.SearchResultCellTimes
{
	/*width: 185px;*/
	text-align: center;
	padding: 0 8px;
	white-space: nowrap;
}

.SearchResultCellTimesTips
{
	width: 176px;
	text-align: center;
}

.SearchResultCellTimes table
{
	margin: 6px auto 0 auto;
}
.SearchResultCellTimes table td
{
	text-align: left;
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
}
.SearchResultCellStops
{
	/*width: 113px;*/
	padding: 0 10px;
	white-space: nowrap;
}
	.SearchResultCellStops table td
	{
		white-space: nowrap;
	}

.SearchResultCellTotalTime
{
	/*width: 60px;*/
	padding: 0 10px;
	white-space: nowrap;
}

.SearchResultCellTotalTime table
{
	margin: 6px auto 0 auto;
}
.SearchResultCellTotalTime table td
{
	padding: 2px 0;
}

.SearchResultCellStopsTips
{
	width: 115px;
}

.SearchResultCellStops table
{
	margin: 6px auto 0 auto;
}
.SearchResultCellStops table td
{
	padding: 2px 0;
}
.SearchResultCellStops span
{
	color: #999;
}

.SearchResultCellAirline
{
	/*width: 53px;*/
	padding: 0 10px;
	
}

.SearchResultCellAirlineTips
{
	width: 60px;
	padding: 0 0 0 0px;
	text-align: center;
}

.SupplierSearchResultCellAirlineTips
{
	width: 100px;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;
	text-align: center;
}

.SearchResultCellSave
{
	width: 74px;
	padding: 0 0 0 10px;
}

.SearchResultCellSaveTips
{
	width: 56px;
}

.SearchResultCellSave table
{
	margin: 6px auto 0 auto;
	text-align: center;
}
.SearchResultCellSave table td
{
	padding: 2px 0 3px 0;
}
.ResultBookDetail
{
	position: relative; 
	margin: 1px 4px 0 4px;
	padding: 10px;
	width: 534px;
	float: left;
	border: solid 1px #dedcd9;
	background: #fff;
	display: inline; /* Fix IE6 double margin */
}

	.CloseResultBlock
	{
		position: absolute;
		top: 13px;
		right: 14px;
	}
		.CloseResultBlock a
		{
			padding: 0 0 0 10px;
			color: #C00;
			background: url(Images/ClosePopup.gif) no-repeat 0 5px;
		}
	.SearchExtraSuppliersBlock
	{
		padding: 6px 5px 0 0;
		text-align: right;
	}
		
.BookingSitesOverview
{
	margin: 10px 0 0;
	width: 529px;
}
		
.BookingSitesOverviewSmall
{
	width: 424px;
}

.BookingSitesOverview thead tr td
{
	padding-bottom: 3px;
	color: #336;
	border-bottom: solid 1px #dedcd9;
}
.BookingSitesOverview tbody tr td
{
	padding: 3px 0;
	color: #4c4c4c;
	border-bottom: solid 1px #ebf7fb;
}

.BookingSitesOverview tbody tr td.BookTicketCell
{
	padding: 1px 0;
}

.BookTicket
{
	font-weight: bold;
	color: #090;
}

.ApplyFilter
{
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #090;
	background: url(Images/BookingArrow.gif) no-repeat right 5px;
}

a.ApplyFilterDisabled, a.ApplyFilterDisabled:hover
{
	cursor: default;
	text-decoration: none;
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #999;
	background: url(Images/BookingArrowDisabled.gif) no-repeat right 5px;
}

span.Offer
{
	padding-right: 10px;
	background: url(Images/ResultOfferWhite.gif) no-repeat right 0;
}
.BookingSitesOverview tbody tr td.StopInfo
{
	padding: 3px 27px;
	background: url(Images/StopInfoIcon.gif) no-repeat 10px 5px;
	color: #F60;
}
.BookingSitesOverview tbody tr td.StopInfo span
{
	color: #999;
}
.ResultFlightDetail
{
	margin: 1px 4px 10px 4px;
	padding: 10px;
	width: 534px;
	float: left;
	border: solid 1px #dedcd9;
	background: #fff;
	display: inline; /* Fix IE6 double margin */
}
.ResultFooter
{
	margin: 1px 4px 10px 4px;
	padding: 0;
	width: 556px;
	height: 30px;
	float: left;
	background: url(Images/SearchResultFooterBg.png) no-repeat bottom;
	display: inline; /* Fix IE6 double margin */
}

.ResultFooter a
{
	color: #090;
}
.ResultFooter a.Offer
{
	padding-right: 10px;
	background: url(Images/ResultOffer.gif) no-repeat right 0;
}
.ResultFooter table
{
	width: 100%;
}
	.ResultFooter table td
	{
		padding: 8px 20px 8px 20px;
	}
	.ResultFooter table td.Button
	{
		padding: 0;
	}
		.ResultFooter table td.Button a.BookTicket
		{
			display: inline-block;
			padding: 9px 20px 0 20px;
			height: 21px;
			color: #009d00;
			text-decoration: none;
			border-right: solid 1px #999;
			float: left;
			background: url(Images/SearchResultBookButton.png) no-repeat left;
		}
		.ResultFooter table td.Button a.ShowOptions
		{
			display: inline-block;
			width: 185px;
			height: 30px;
			border-right: 1px solid #FFF;
			text-decoration: none;
			float: left;
			background: url(Images/SearchResultOptionButton.png) repeat-x;
		}
		
		.ResultFooter table td.Button a.ShowOptionsFlightsBlock
		{
			display: inline;
			width: 185px;
			height: 30px;
			border-left: 1px solid #FFF;
			text-decoration: none;
			float: left;
			background: url(Images/VluchtdetailsBlock.png) repeat-x;
		}
		
.ClosedSearchResult
{
	padding: 0 0 0 8px;
	background: url(Images/ResultArrowClosed.gif) no-repeat 0 5px;
}
.OpenSearchResult
{
	padding: 0 0 0 8px;
	background: url(Images/ResultArrowOpen.gif) no-repeat 0 5px;
}

.CheckOutOverlayClose
{
	position: absolute; 
	right: 32px;
	top: 28px;
	color: #336;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

#Footer
{
	margin: 0 auto;
	width: 870px;
	height: 45px;
}

	.BottomMenu
	{
		list-style: none;
		margin: 10px 0 0 5px;
		float: right;
	}

		.BottomMenu li
		{
			margin:  0 14px 0 0;
			float: left;
			display: inline;
		}
			.BottomMenu li a
			{
				font-size: 10px;
				font-weight: bold;
				color: #4c4c4c;
				display: block;
				float: left;
			}

.Newsletter
{
	margin: 33px 0 0 0;
	width: 235px;
	float: right;
}

	.Newsletter table
	{
		margin: 0 5px 0 0;
		font-size: 11px;
		font-weight: bold;
		color: #4c4c4c;
		float: right;
	}

.Tip
{
	position: absolute;
	top: -5px;
	right: -5px;
	color: #C00;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

.Promo
{
	position: absolute;
	top: -2px;
	right: -5px;
	font-size: 12px;
	font-weight: bold;
}

.bestgevondenprijzen
{
	width: 150px;
}

#AirlinesWrapper
{
	width: 500px;
	margin: 60px 0 0 0px;
}

.Airlines td
{
	padding-left: 5px;
	padding-bottom: 5px;
}

.AirlineLogoBlock
{
	margin: 0 5px 5px 0;
	width: 210px;
	height: 145px;
	border: solid 1px #dddcd8;
	display: inline;
	float: left;
}
	.AirlineLogoBlock a
	{
		width: 210px;
		height: 145px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

#AirlinePictures
{
	margin: 0px 0 0 -3px;
}

#CityPictures
{
	margin: 0px 0 0 -3px;
}

.Flyertxt1
{
	width: 579px;
	margin: 20px 0 0 0px;
}

.Flyertxt1 td p
{
	margin: 20px 0 0 0px;
}

#Flyer .Flyertxt1 .SignUpOnline
{
	margin: 20px 0 0 0px;
	padding: 0 0 15px 15px;
	background: url(Images/Arrow.jpg) no-repeat;
}

.FlyerTable
{
	width: 480px;
	padding: 0 0px 20px 0px;
}

.Flyertxt1 td
{
	border-top: solid 1px #dedcd9;
}

#Allcountriescities
{
	width: 870px;
}

#AllcountriescitiesLeftcontent
{
	width: 410px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

#AllcountriescitiesRightcontent
{
	width: 410px;
	float: left;
	margin: 0 0px 0 10px ;
}

.ContentLeft
{
	padding: 20px 0 0 0;
	display: inline;
	float: left;
	width: 420px;
}

.ContentRight
{
	padding: 20px 0 0 0;
	float: left;
	width: 420px;
}

.FaqLinks ul
{
	list-style: none;
}

.FaqLinks a
{
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
	color: #336;
	font-weight: normal;
}

.FormTable
{
	margin: 20px 0 0 10px;
	width: 370px;
}

.FormTable b
{
	margin: 0 20px 0 0;
}

.FormTable .FormLabel
{
	width: 120px;
	font-weight: bold;
	vertical-align: top;
	padding: 5px 0 0 0;
}

.FormTable .TextLabel
{
	width: 120px;
	font-weight: bold;
}

.FormTable td
{
	padding: 0 0 10px 0;
}

.SideExplain
{
	margin: 5px 5px 5px 10px;
	font-size: 11px;
	font-weight: normal;
}

.HelpIcon
{
	cursor: pointer;
	cursor: hand;
}

.HelpImage
{
	float:right;
	margin: 0 20px 0 0;
}


.TipBlock, .OfferBlock
{
	width: 554px;
	margin: 0 auto 10px auto;
    border: solid 1px #a8dded;
    background: #fff url(Images/TipBackground.gif) repeat-x;
}

.OfferBlock .PopupStyle
{
	position: relative;
}

	.popUpSearchFlightButton
	{
		position: absolute;
		bottom: 38px;
		right: 26px;
	}
	
	.TipBlock table, .OfferBlock table
	{
		margin: 10px;
	}
		.TipBlock table table td, .OfferBlock table table td
		{
			color: #4c4c4c;
			font-size: 11px;
			padding: 0 0 4px 0;
		}
			.TipBlock table p, .OfferBlock table p
			{
				line-height: 18px;
			}
			.TipBlock table td .Price, .OfferBlock table td .Price
			{
				margin: 0 0 0 10px;
				font-size: 20px;
				font-family: font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
				color: #ff8f00;
				font-weight: bold;
			}
		.TipBlock table table, .OfferBlock table table
		{
			margin: 0;
		}

/*********** Autocomplete styles ***********/

.autocompleteList 
{  	
    padding: 0;
    color: windowtext;
    border: solid 1px buttonshadow;
    cursor: default;
    width: auto !important;
    list-style: none;
    background-color: #FFF;
    z-index: 100;
} 

.autocompleteListItem 
{ 
    background-color: #FFF; 
    padding: 3px 5px 2px 5px; 
}      

.autocompleteHighlightListItem 
{ 	
    background-color: ActiveCaption;
    color: #fff; 
    padding: 3px 5px 2px 5px; 
}

/*********** Pager styles ***********/

.Paging
{
	margin: 20px 20px 0 0;
	float: right;
}
	.PagingAmountCell
	{
		font-size: 11px;
		padding: 0 8px 0 0;
		color: #626262; 
	}
		.PagingAmountCell div
		{
			height: 19px;
			padding: 6px 8px 0 0;
		}
	.Paging ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.Paging li
		{
			margin: 0;
			padding: 0;
			float: left;
			display: inline;
			font-size: 11px;
		}
			.Paging li a
			{
				display: block;
				margin: 0;
				padding: 6px 1px 0 0;
				width: 25px;
				height: 19px;
				text-align: center;
				font-size: 11px;
				color: #626262;
			}
			.Paging li a:hover
			{
				background-color: #edefef;
				text-decoration: none;
			}
				.Paging li a.ThisPage
				{
					padding: 6px 0 0 0;
					color: #dcdfe0;
					font-weight: bold;
				}
				
ul.ab_framework_sitemap_list_level_0
{
	list-style-position: inside;
	padding: 0 0 10px 0;
}
	ul.ab_framework_sitemap_list_level_0 li
	{
		padding: 0.5em 0 0 1em;
	}
	
a.AboRss
{
	padding: 0 0 0 15px;
	color: #090;
	background: url(Images/RssIcon.gif) no-repeat 0 2px;
}

.Info
{
	cursor: hand;
	cursor: pointer;
}

.Beta
{
	width: 205px;
	height: 20px;
	font-size: 12px;
	margin: -20px 0 0 7px;
	color: #838383;
	text-align: right;
}

.EditQueryBlock
{
	padding-top: 5px;
}
.EditQueryLink
{
	margin-left: 10px;
	background: url(Images/EditIcon.gif) no-repeat 0 1px;
	padding-left: 15px;
}

.GoogleAdSenseHome
{
	width: 470px; 
	height: 15px;
	margin: 0 0 0 0;
	padding: 17px 200px 0 200px;
}
.GoogleAdSenseHome2
{
	width: 470px;
	border: solid 1px #DEDCD9;
	padding: 10px 40px 10px 40px;
	margin: 15px 0 5px 190px;
}
.GoogleAdSenseResultsPage
{
	width: 474px;
	float: left;
	display: inline;
	border: solid 1px #DEDCD9;
	padding: 10px 40px 10px 40px;
	margin: 24px 0 32px 4px;
}
.GoogleAdSenseTipsPage
{
	width: 474px;
	float: left;
	display: inline;
	border: solid 1px #DEDCD9;
	padding: 10px 40px 10px 40px;
	margin: 35px 0 40px 61px;
}
.GoogleAdSenseOffersPage
{
	width: 474px;
	float: left;
	display: inline;
	border: solid 1px #DEDCD9;
	padding: 10px 40px 10px 40px;
	margin: 45px 0 52px 61px;
}

/*Laatste Nieuws*/

.LatestNewsBlockRight
{
	float: right;
}


.LatestNewsBlockRight .ContentWrapper
{
	padding: 0 15px;
}

.LatestNewsBlockRight .ContentWrapperTop
{
	margin: 35px 0 0 0;
	padding: 10px 14px 3px 14px;
	width: 200px;
}

.LatestNewsBlockRight .ContentWrapperMiddle
{
	width: 200px;
	padding: 0 14px;
}

#airlineFilterMax
{
	width: 190px;
	height: 190px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	padding: 0 10px 0 10px;
	z-index: 1;
}

h1
{
	font-family:Century Gothic;
	font-size: 20px;
	font-weight: bold;
	color: #4c4c4c;
}

#VTCHeader
{
	width:100%;
	background:White;
	height:120px;
	border-bottom:2px solid #a8dded;
}

	#VTCContainer
	{
		width: 900px;
	}

.Logo
{
	padding: 20px 0 0 20px;
	float:left;
}

#OtherOffers
{
	float:left;
	height:120px;
}

#Title
{
	padding: 44px 0 0 15px;
}

.TabTable
{
	height: 26px;
	margin: 0 0 0 220px;
	font-family: Century Gothic;
	font-size: 13px;
	float: left;
	position: absolute;
	top: 94px;
	left: 50px;
}

	.ButtonLeft 
	{
		width:5px;
		background: url(Images/ButtonLeft.gif) no-repeat;
	}
	
	.ButtonMiddle
	{
		background: url(Images/ButtonSpacer.gif) repeat-x;
	}
	
	.ButtonRight
	{
		width:5px;
		background: url(Images/ButtonRight.gif) no-repeat;
	}
	
			.ButtonLeftInactive
			{
				width:5px;
				background: url(Images/ButtonLeftInactive.gif) no-repeat;
				color:#565656;
			}
			
			.ButtonMiddleInactive
			{
				background: url(Images/ButtonSpacerInactive.gif) repeat-x;
				color:#565656;
			}
			
			.ButtonRightInactive
			{
				width:5px;
				background: url(Images/ButtonRightInactive.gif) no-repeat;
				color:#565656;
			}
	
	.Spacer
	{
		width:10px;
	}
	
#OtherSuggestions
{
	width:230px;
	height:110px;
	position:absolute;
	top:10px;
	right: 20px;
}

	#OtherSuggestionsLeft
	{
		width:5px;
		height:110px;
		background: url(Images/OtherLeft.gif) no-repeat;
	}
	
	#OtherSuggestionsMiddle
	{
		width:210px;
		background: url(Images/OtherRepeater.gif) repeat-x;
	}
	
	#OtherSuggestionsMiddle h1
	{
		text-align:center;
	}
	
	#OtherSuggestionsRight
	{
		width:5px;
		height:110px;
		background: url(Images/OtherRight.gif) no-repeat;
	}
	
.SuggestionsList
{
	padding:10px 0 0 25px;
	list-style-image: url(Images/Arrow.gif);
	font-family:Arial;
	font-size:12px;
}	

#MainContent
{
	width:100%;
	height:685px;
	background:#e0e0e0;
}

/*LANDINGPAGEDESIGN*/

#landingPageContentWrapper
{
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

#landingPageContentWrapper p
{
	font-family: Arial;
	font-size: 11px;
}

#landingPageContentWrapper h2
{
	font-family: Arial;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.PreviouslyFoundTitle
{
	font-family: Arial;
	font-size: 18px;
	margin: 0 0 0 5px;
	padding: 0;
}


	#InfoBlockHeaderWrapper
	{
		width: 870px;
		float: left;
		margin: 0 0 10px 0;
	}
	
		
		.InfoBlockInnerContentLeft
		{
			float: left;
			width:200px;
		}
		
		.InfoBlockInnerContentWrapper
		{
			margin: 25px 0 0 0;
			float: right;
			padding: 0 0 0 10px;
			width: 602px;
			overflow: hidden;
			background: white;
			opacity:0.92;
			filter:alpha(opacity=92);
		}
		
		.InfoBlockInnerContentWrapper p
		{
			line-height: 13px;
		}
		
		
		#infoContentBlockCityLevel
		{
			position: absolute;
			right: 0;
			bottom: 0;
			width: 583px;
			height: 124px;
			padding: 4px 12px;
			background: white;
			opacity:0.8;
			filter:alpha(opacity=80);
			overflow: hidden;
		}
		
		.LandingpageCoutries
		{
			margin-top: -100px;
			width: 10px;
		}
	
	#mainContentWrapper
	{
		float: left;
		width: 596px;
		margin: 10px 0;
		padding: 0 5px 0 5px;
		min-height:300px;
		height:auto !important;
		height:300px
	}
	
	.SidebarWrapper
	{
		float: left;
		width: 250px;
	}
	
		.mainContentResultsWrapper
		{
			width: 602px;
			margin: 10px 0;
			float: left;
			padding: 0;
			float: left;
			position: relative;
		}
		
		.mainContentResultsWrapper h1
		{
			margin: 0;
			padding: 0;
		}
	
			.ResultContentWrapper
			{
				background: #ecf7fb;
				width: 588px;
				border: 1px solid #DCDCDC;
				padding: 8px;
				margin: 4px 0;
				float: left;
			}
			
			.ResultContentWrapper	
			{
				font-weight: normal;
			}	
			
			.ResultContentImage
			{
				float: left;
				width: 95px;
				margin: 0;
				padding: 0;
			}
			
			.ResultContentImage img
			{
				width: 95px;
			}
			
			.ResultContentInformation
			{
				float: right;
				width: 485px;
				padding: 0;
				margin: 0;
				position: relative;
			}
			
			.ResultContentInformation p	
			{
				font-weight: normal;
			}	
			
			.ResultContentInformation h1
			{
				padding: 0 2px 2px 0;
				margin: 0;
				line-height: 19px;
			}
	
				.ResultsSearchButtonWrapper
				{
					position: absolute;
					right: 0;
					bottom: 0;
					cursor: pointer;
				}
				
				.SearchFlightsCountryPage
				{
					margin: 3px 0 0 0;
					float: right;
					cursor: pointer;
				}
				
				.ResultsSearchButtonLeft
				{
					background: url(Images/searchLandingpageButtonLeft.png) no-repeat 0 0;
					width: 6px;
					height: 31px;
					float: left;
				}
				
				.ConditionsSearchButtonLeft
				{
					background: url(Images/ConditionsSearchButtonLeft.png) no-repeat 0 0;
					width: 7px;
					height: 31px;
					float: left;
				}
				
				.ResultsSearchButtonMiddle
				{
					background: url(Images/searchLandingpageButtonMiddle.png) repeat-x 0 0;
					height: 26px;
					padding: 5px 0 0 0;
					color: #FFF;
					float: left;
				}
				
				.ConditionsSearchButtonMiddle
				{
					background: url(Images/ConditionsSearchButtonMiddle.png) repeat-x 0 0;
					height: 26px;
					padding: 5px 0 0 0;
					color: #FFF;
					float: left;
					text-shadow: #333 1px 1px 1px;
				}
				
				.ResultsSearchButtonMiddle a
				{
					color: #dc7145;
					font-weight: bold;
					text-decoration: none;
				}
				
				.ResultsSearchButton
				{
					border: none;
				}
				
				.ConditionsSearchButtonMiddle a
				{
					color: #FFF;
					font-weight: bold;
					text-decoration: none;
				}
				
				.GreyButton
				{
					color: #0e4555;
				}
				
				.GreyButton:hover
				{
					color: #0e4555;
				}
				
				.ResultsSearchButtonRight
				{
					background: url(Images/searchLandingpageButtonRight.png) no-repeat 0 0;
					width: 13px;
					height: 31px;
					float: left;
				}
				
				.ConditionsSearchButtonRight
				{
					background: url(Images/ConditionsSearchButtonRight.png) no-repeat 0 0;
					width: 13px;
					height: 31px;
					float: left;
				}
			
	.sideBarContentWrapper
	{
		width: 248px;
		margin: 8px 0 0 0px;
		padding: 0;
		float: left;
	}
		
		.sideBarLandingpageItem
		{
			margin: 0 0 0 -4px;
			display: inline;
			float: left;
			width: 258px;
		}
		
			.sideBarLandingpageItemTop
			{
				padding: 12px 19px 8px 19px;
				width: 220px;
				float: left;
				background: url(Images/FilterOptionTopBg.png) no-repeat top;
			}
			
			.sideBarLandingpageItemTop h2
			{
				font-family: Arial;
				font-size: 16px;
				margin: 0;
				padding: 0;
				font-weight: bold;
			}
			
			.sideBarLandingpageItemTop b
			{
				font-family: Arial;
				font-size: 16px;
				margin: 0;
				padding: 0;
			}
			
			.sideBarLandingpageItemContentTop
			{
				background: url(Images/LandingspageSearchBlockInnerTop.png) no-repeat 0 0;
				height: 10px;
				width: 230px;
				line-height:0;
				float: left;
				margin: 0;
				padding: 0;
			}
			
			.sideBarLandingpageItemMiddle
			{
				padding: 0 14px;
				margin: 0;
				width: 230px;
				float: left;
				background: url(Images/FilterOptionMiddleBg.png) repeat-y top;
			}
			
			.sideBarLandingpageItemContent
			{
				width: 228px;
				margin: 0;
				padding: 0;
				float: left;
				min-height:170px;
				height:auto !important;
				height:170px;
				background: #FFF url(Images/LandingspageSearchBlockMiddle.png) repeat-x 0 0;
				border-left: 1px solid #fff;
				border-right: 1px solid #fff;
			}
			
			.sideBarLandingpageItemContent p
			{
				padding: 0;
			}
			
			.sideBarLandingpageItemContent a
			{
				color: #5a5a5a;
				font-size: 11px;
				font-weight: normal;
			}
			
			.sideBarLandingpageItemBottom
			{
				width: 230px;
				height: 10px;
				padding: 0;
				margin: 0;
				float: left;
				background: url(Images/LandingspageSearchBlockBottom.png) no-repeat;
			}
		
		.sideBarLandingpageItemBottomClose
		{
			margin: 0 0 0 -4px;
			padding: 0 14px;
			width: 230px;
			height: 9px;
			float: left;
			background: url(Images/FilterOptionBottomBg.png) no-repeat bottom;
		}
		
	.SearchItemBlock
	{
		margin: 10px 0 0 0;
		padding: 0;
		width: 609px;
		float: left;
		z-index: 1;
	}
		
		.SearchItemBlockTop
		{
			background: url(Images/LandingspageSearchBlockContentTop.png) no-repeat 0 0;
			margin: 0;
			padding: 0;
			height: 10px;
			width: 609px;
			float: left;
			z-index: 1;
			line-height: 0;
		}
		
		.SearchItemBlockMiddle
		{
			background: url(Images/LandingspageSearchBlockContentMiddle.png) repeat-y 0 0;
			margin: 0;
			padding: 0 0 0 10px;
			width: 599px;
			float: left;
			z-index: 1;
		}
		
		.SearchItemBlockTitle
		{
			background: url(Images/LandingspageSearchBlockContentMiddle.png) repeat-y 0 0;
			margin: 0;
			padding: 0 0 8px 12px;
			width: 597px;
			z-index: 1;
		}
		
			.SearchItemBlockTitle h1, .SearchItemBlockTitle h2, .SearchItemBlockTitle b
			{
				font-family: Arial;
				font-size: 18px;
				margin: 0;
				padding: 0;
				z-index: -100;
				font-weight: bold;
			}
		
			.SearchItemInnerContentTop
			{
				background: url(Images/LandingspageSearchBlockInnerContentTop.png) no-repeat 0 0;
				height: 11px;
				width: 588px;
				line-height:0;
				float: left;
				margin: 0;
				padding: 0;
			}
			
			.SearchItemInnerContentCalendarTop
			{
				background: url(Images/searchLandingspageCalendarDiv.jpg) no-repeat 0 0;
				margin: 0 0 0 12px;
				padding: 0;
				width: 382px;
				height: 10px;
			}
			
			.SearchItemInnerContentMiddle
			{
				background: #FFF url(Images/searchLandingpageGradientInner.jpg) repeat-x 0 0;
				margin: 0 0 6px 1px;
				padding: 0;
				width: 584px;
				border-left: 1px solid #FFF;
				border-right: 1px solid #FFF;
				float: left;
				z-index: 0;
			}
			
			.SearchItemInnerContentMiddle h1, .SearchItemInnerContentMiddle h2, .SearchItemInnerContentMiddle h3
			{
				padding: 0;
				margin: 0;
			}
			
			.SearchItemInnerContentCalendarMiddle
			{
				margin: 0 0 0 3px;
				padding: 0;
				width: 380px;
			}
			
			.SearchItemInnerContentBottom
			{
				background: url(Images/LPSearchBlockContentBottom.png) no-repeat 0 0;
				margin: 0 -1px 0 -1px;
				padding: 0;
				width: 586px;
				height: 5px;
				overflow: hidden;
			}
			
			.SearchItemInnerContentCalendarBottom
			{
				background: url(Images/searchLandingspageCalendarDivBottom.jpg) no-repeat 0 0;
				margin: 0 0 0 12px;
				padding: 0;
				width: 382px;
				height: 11px;
				
			}
			
			.CalendarInfoBlock
			{
				float: right;
				margin: 0 12px 0 0;
				width: 195px;
			}
		
		.SearchItemBlockBottom
		{
			background: url(Images/LandingspageSearchBlockContentBottom.png) no-repeat 0 0;
			margin: 0;
			padding: 0;
			width: 609px;
			height: 10px;
			float: left;
		}
		
	.SearchOfferWrapper
	{
		border-top: 1px solid #bbd6df;
		margin: 0 auto 8px auto;
		padding: 6px 0 6px 0;
		width: 558px;
	}
		.SearchOfferTitle
		{
			margin: 0 0 10px 0 !important;
			font-size: 12px !important;
			font-weight: bold;
			color: #0f9e10; 
		}
		.SearchOfferText
		{
			margin: 0 15px 10px 15px;
		}
			.SearchOfferText p
			{
				margin: 0;
			}
		.SearchOfferTable
		{
			margin: 5px 0 10px;
		}
		td.SearchOfferGeneral
		{
			width: 255px;
			font-weight: normal;
			font-size: 11px;
			border-right: 1px solid #bbd6df;
		}
		td.SearchOfferImage
		{
			width: 90px;
			border-right: 1px solid #bbd6df;
			text-align: center;
		}
			td.SearchOfferImageSupplier img
			{
				max-width: 70px;
			}
		td.SearchOfferButton
		{
			width: 136px;
			text-align: center;
		}
	
	.SearchOfferWrapperTable
	{
		width: 558px;
	}
	
			
			.SearchOfferPrice h3
			{
				color: #dc7145;
				font-size: 16px;
				font-weight: bold;
			}
			
			.SearchOfferLocation
			{
				padding: 3px 5px 3px 0;
				vertical-align: middle;
				white-space: nowrap;
				color: #666;
			}
			
			.SearchOfferLogoOperator
			{
				padding: 3px 0 3px 0;
				vertical-align: middle;
			}
			
			.SearchOfferLogoOperator img
			{
				float: left;
			}
			
			.SearchOfferLogoOperator img
			{
				width: 40px;
			}
			
			.SearchOfferLogoAgency
			{
				padding: 3px 5px 3px 0;
				vertical-align: middle;
			}
			
			.SearchOfferLogoAgency img
			{
				width: 35px;
				height: 35px;
			}
			
			.SearchOfferArgeements
			{
				padding: 3px 5px 3px 0;
				vertical-align: middle;
				cursor: pointer;
			}
			
			.SearchOfferSearchButton
			{
				padding: 3px 5px 3px 0;
				vertical-align: middle;
				cursor: pointer;
			}
			
			.OfferBreak
			{
				width: 1px;
				background: #bbd6df;
				height: 30px;
				margin-right: 10px;
			}
			
				.LinkforMoreOfferItems
				{
					float: right;
					margin: 0 12px 0 0;
				}
				
				a.LinkforMoreOfferItems
				{
					color: #dc7145;
				}
				
		.SearchItemAttentionWrapper
		{
			padding: 0 0 0 12px;
			width: 560px;
			color: #444;
			position: relative;
			float: left;
		}
		
		.SearchItemAttentionWrapper h2
		{
			font-weight: bold;
			font-size: 16px;
			color: #4c4c4a;
		}
		
		.SearchItemAttentionWrapper p
		{
			font-weight: bold;
			font-size: 19px;
		}
		
		.SearchItemAttentionWrapper table td img
		{
			width: 70px;
		}
		
		.InfoBlockForInformation
		{
			margin: 10px 0 0 0;
			padding: 0;
			float: left;
			display: block;
			width: 560px;
		}
		
			.InfoBlockForInformation table td
			{
				
			}
		
		.InfoBlockForInformation div p
		{
			font-weight: normal;
		}
		
		.InfoBlockForButton
		{
			position: absolute;
			right: 0;
			bottom: 0;
			width: 116px;
			height:24px;
			display: none;
		}
		
		.SearchFlightInfoBlock
		{
			margin: 10px 0 0 0;
			display: block;
			cursor: pointer;
		}
		
		.SearchFlightInfoBlock table
		{
			margin: 0;
			padding: 0;
		}

.SearchBlockLeft
{
	width: 263px;
	height: 190px;
	padding: 0 0 0 30px;
	margin: 0;
	float: left;
}

	.InputSearchblock
	{
		margin: 0 0 2px 0;
		padding: 4px 3px 3px 3px;
		width: 240px;
		height: 14px;
		border-top: solid 1px #BBB;
		border-right: solid 1px #DDD;
		border-bottom: solid 1px #DDD;
		border-left: solid 1px #DDD;
		background: #FFF url(Images/InputFieldShadowLine.gif) repeat-x top;
	}
	
	.InputSearchblockDate
	{
		margin: 0 0 2px 0;
		padding: 4px 3px 3px 3px;
		width: 221px;
		height: 14px;
		border-top: solid 1px #BBB;
		border-right: none;
		border-bottom: solid 1px #DDD;
		border-left: solid 1px #DDD;
		background: #FFF url(Images/InputFieldShadowLine.gif) repeat-x top;
	}

.SearchBlockRight
{
	width: 277px;
	height: 190px;
	padding: 0 0 0 13px;
	float: left;
}

.SearchBlockButton
{
	width: 104px;
	height: 26px;
	padding: 0 2px 5px 0;
	border: none;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
	background: #FFF url(Images/SearchBlockButton.png) no-repeat;
}

.SearchBlockButton:hover
{
	color: #474f51;
}

.Airports
{
	float: right;
	width: 603px;
	margin: 0;
	padding: 0;
}

.BreadCrumbControlWrapper
{
	width: 870px;
	margin: 5px 0;
	padding: 0;
}

	.BreadCrumbControlWrapper ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.BreadCrumbControlWrapper li
	{
		display: inline;
	}
	
.landingPageClickableContent
{
	cursor: pointer;
	font-weight: normal;
}


/*********** Countries ***********/

h5
{
	font-family: "Century Gothic" , "Avant Garde" , Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #4c4c4c;
}

.OffersBlock
{
	width: 597px;
	height: 167px;
	padding: 4px 0 0 11px;
	margin: 50px 0 0 100px;
	float: left;
	background: url(Images/SearchItemBlockBg.jpg) no-repeat;
}

.OffersBlock h2
{
	font-weight: bold;
}

.OffersBlockInner
{
	width: 586px;
	height: 161px;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
	float: left;
	background: url(Images/SearchItemBlockInnerBg.png) no-repeat;
}

.OffersBlockInnerTitle
{
	width: 586px;
	height: 20px;
	margin: 0 0 10px 8px;
	float: left;
}

	.OffersBlockInnerTitleLeft
	{
		width: 454px;
		height: 20px;
		float: left;
	}

	.OffersBlockInnerTitleRight
	{
		width: 110px;
		height: 17px;
		padding: 1px 0 0 0;
		margin: 10px 12px 0 0;
		text-align: center;
		font-size: 13px;
		float: right;
		color: #ff6611;
		background-color: #a8dded;
		border: 1px solid #FFF;
		font-weight: bold;
	}
	
	.OffersBlockInnerTitleRight a
	{
		font-size: 13px;
		color: #ff6611;
	}
	
	.OffersBlockInnerTitleRight a:hover
	{
		font-size: 13px;
		color: #ff6611;
		text-decoration: none;
	}
	
.OffersBlockInnerTable
{
	width: 577px;
	height: 55px;
	padding: 0 0 0 8px;
	margin: 0;
	float: left;
	border-bottom: 1px solid #bbd6df;
}

.OffersBlockInnerTable table td
{
	margin: 0;
	padding: 0 13px 0 0;
}

.OffersBlockInnerTable table td p
{
	color: #4c4c4c;
	margin: 0;
	padding: 0;
}

.OffersBlockInnerTable table table td span
{
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
}

.OffersBlockInnerTable table table td
{
	padding: 0 10px 0 0;
}

.OffersBlockInnerdescription
{
	width: 570px;
	height: 21px;
	padding: 4px 15px 0 0;
	margin: 0;
	float: left;
	border-top: 1px solid #FFF;
}

.TipBlockInnerdescription
{
	width: 569px;
	height: 19px;
	padding: 6px 8px 0 8px;
	margin: 0;
	float: left;
	border-top: 1px solid #FFF;
}

.TipBlockInnerdescription p
{
	line-height: 13px;
	color: #4c4c4c;
}

.OffersBlockInnerdescription a
{
	font-size: 13px;
	color: #ff6611;
	float: right;
	font-weight: bold;
}

.OffersBlockInnerdescription p
{
	color: #4c4c4c;
	line-height: 1;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.OffersBlockInnerSupplierLogo img
{
	width: 76px;
	height: 31px;
}

.OffersBookNowButton
{
	width: 106px;
	height: 31px;
	display: block;
	font-size: 15px;
	color: #FFFFFF;
	background: url(Images/SearchBlockButton.png) no-repeat;
}

.OffersBookNowButton:hover
{
	text-decoration: none;
}

.InfoBlockTitle
{
	margin-left: 0;
	padding: 0;
}

.TabInnerContent
{
	padding: 9px;
}

.TabMainContentTop
{
	width: 846px;
	height: 15px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(Images/TabContent/TabMainContentTop.png) no-repeat top left;
}

.TabMainContentMiddle
{
	width: 826px;
	min-height: 88px;
	padding: 0 10px 0 10px;
	background: #e9f6fa url(Images/TabContent/TabMainContentMiddle.png) no-repeat top left;
}

.TabMainContentMiddle h2
{
	margin: 0 0 10px 0;
	padding: 0;
}

.TabMainContentBottom
{
	width: 846px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(Images/TabContent/TabMainContentBottom.png) no-repeat top left;
}

.ResultBlockPrice
{
	width: 90px;
	height: 33px;
	padding: 5px 0 0 5px;
	float: left;
	border-right: solid 1px #dedcd9;
}

.ResultBlockCellTimes
{
	width: 243px;
	height: 33px;
	padding: 5px 0 0 0;
	float: left;
	border-right: solid 1px #dedcd9;
}

.ResultBlockCellTotalTime
{
	width: 45px;
	height: 33px;
	padding: 5px 2px 0 0;
	float: left;
	border-right: solid 1px #dedcd9;
}

.ResultBlockCellTotalTime table
{
	margin: auto;
}

.ResultBlockCellTimes table
{
	margin: auto;
}

.ResultBlockCellStops
{
	width: 102px;
	height: 33px;
	padding: 5px 0 0 0;
	padding: 0;
	float: left;
	border-right: solid 1px #dedcd9;
}

.ResultBlockCellStops table
{
	margin: auto;
}

.ResultBlockCellAirline
{
	width: 53px;
	height: 31px;
	padding: 7px 0 0 0;
	text-align: center;
	float: left;
}