/* Main Stylesheet */
body, html, form
{
	margin:0;
	padding:0;
	width:100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

h1.Error
{
	font-size: 35px;
	color:#000;
	margin:1em 0 22px 20px;
	padding: 0;
	font-style:italic;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
}

h1
{
	font-size: 35px;
	color:#000;
	margin:1em 0 22px 20px;
	padding: 0;
	font-style:italic;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
}

h1.houseDetailTitle 
{
	font-size:16px;
	margin:0  0 10px 20px;
	padding:0;
}

h2	
{
	font-size: 20px;
	color:#0050a3;
	margin:0 0 5px 0;
	padding:0;
	font-style:italic;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
}

h2.search_filter 
{
	color:#fff;
}

.WelcomePopupTextWrapper h2
{
	font-size: 28px;
	color:#0050a3;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
}
.WelcomePopupTextWrapper h2 .inHeaderSpecial
{
	font-style:italic;
	color: #CA5F06;
}

.Bold	
{
	font-weight: bold;
}

.UpdateProgress, .UpdateProgressCalendar
{
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	z-index: 10000;
}

.Loader, .LoaderCalendar
{
	position: fixed;
	height: 100px;
	width: 300px;
	margin: -50px 0 0 -150px;
	left: 50%;
	top: 50%;
	background: #fff;
	z-index: 10001;
	box-shadow: 0 1px 5px #333333;
	-moz-box-shadow: 0 1px 5px #333333;
	-webkit-box-shadow: 0 0 5px #333333;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#333333, offX=3, offY=3, positive=true);
}
	.Loader img, .LoaderCalendar img
	{
		margin: 25px 0 10px 135px;
	}
	.Loader span, .LoaderCalendar span
	{
		display: block;
		text-align: center;
	}

#HeaderWide	
{
	width: 100%;
	height: 70px;
	background: url(Images/GeneralSprite.png) repeat-x 0 0;
}

	#Header	
	{
		width: 969px;
		margin: auto;
		position:relative;
		z-index: 800;
	}
	
		.Logo	
		{
			position: absolute;
			top: 22px;
			left: 1px;
			z-index: 100;
		}
		#PartnerLogo
		{
			position: absolute;
			top: 14px;
			left: 239px;
			width: 143px;
			height: 19px;
			background: url(Images/GeneralSprite.png) no-repeat left -1310px;
		}
		.HeaderMenu
		{
			position: absolute;
			width: 730px;
			top: 0px;
			right: 0px;
			z-index: 9000;
		}
			.HeaderMenuTop
			{
				width: 730px;
				padding: 12px 0 8px 0;
				float: left;
			}
				.HeaderMenuTop ul
				{
					list-style: none;
					margin: 0;
					padding: 0;
					float: right;
					width: 700px;
					text-align: right;
				}
					.HeaderMenuTop ul li
					{
						display: inline !important;
						font-size: 11px;
						padding: 0 0 0 24px;
					}
						.HeaderMenuTop ul li div
						{
							display: inline !important;
						}					
						
						.HeaderMenuTop ul li a
						{
							color: #FFFFFF;
							text-decoration: underline;
						}
			.HeadermenuBottom
			{
				width: 730px;
				padding: 4px 0 0 0;
				float: left;
			}
				.HeadermenuBottom ul
				{
					list-style: none;
					margin: 0 0 0 -9px;
					padding: 0;
				}
					.HeadermenuBottom ul li
					{
						padding: 0 9px 0 9px;
						display: inline;
						float: left;
						border-left: solid 1px #4393CD;
						color: #FFFFFF;
						position: relative;
					}
					.HeadermenuBottom ul li:hover
					{
						background-color: #4393CD;
					}
					.HeadermenuBottom ul li li:hover
					{
						background-color: transparent;
					}
					.HeadermenuBottom ul li:first-child
					{
						border-left: none;
					}
					.HeadermenuBottom ul li.HeaderBottomButtonItem
					{
						padding: 0 0 0 0;
						float: right;
						border-left: none;
					}
						.HeadermenuBottom ul li a
						{
							padding: 4px 0 4px 0;
							display: block;
							color: #FFFFFF;
							text-decoration: none;
						}
						.HeadermenuBottom ul li.HeaderBottomButtonItem a
						{
							padding: 5px 10px 0 10px;
						}
					.HeadermenuBottom ul li.Selected
					{
						
					}
						.HeadermenuBottom ul li.Selected a
						{
							padding-top: 2px;
							font-size: 15px;
						}
					HeadermenuBottom ul li.parent
					{
						
					}
						.HeadermenuBottom ul li.parent a
						{
							padding-right: 15px;
							background: url('Images/GeneralSprite.png') no-repeat right 90px;
						}
		.RentYourHousePopup
		{
			margin: 0 -492px 0 0;
			padding: 0 0 0 10px;
			position: absolute;
			top: 57px;
			right: 50%;
			background: url(Images/RentYourHouseLeftBg.png) no-repeat top left;
		}
			.RentYourHousePopupInner
			{
				padding: 33px 18px 0 0;
				height: 66px;
				color: #000;
				font-size: 20px;
				font-family: Georgia, Serif;
				font-style: italic;
				background: url(Images/RentYourHouseBg.png) no-repeat top right;
			}
		

#ContentWide	
{
	width: 100%;
	background-color: #f4f4f4;
	position: relative;
}

#GeneralContent
{
	margin:1em 20px 22px 20px;
	position: relative;
}
	
	#HeaderMaps	
	{
		width: 100%;
		height: 324px;
		border-bottom: #00407d 1px solid;
	}
	
	#HeaderMapsContent	
	{
		width: 100%;
		height: 208px;
		border-bottom: #00407d 1px solid;
	}
	
	#Content	
	{
		width: 969px;
		margin: auto;
		padding: 20px 0 20px 0;
		background-color:#fff;
		position:relative;
	}
	
	/** Start search home **/
	.SearchHome	
	{
		position: absolute;
		left: 0;
		top: -20px;
		margin: 0 0 0 11px;
		z-index: 200;
	}
		/** Specify width for IE7 **/
		.Normal, .NameSearch, .QuickCode
		{
			width: 454px;
		}
		.Advanced
		{
			width: 930px;
		}
		.SearchCalendar
		{
			width: 841px;
		}
		.HomeSearchHeader	
		{
			padding-right: 6px;
			background: url(Images/Search.png) no-repeat right -6250px;
		}
			.HomeSearchHeaderInner
			{
				height: 20px;
				background: url(Images/Search.png) no-repeat 0 0;
			}
		.HomeSearchWrapper	
		{
			padding-right: 6px;
			background: url(Images/Search.png) no-repeat right -6270px;
		}
			.HomeSearchWrapperInner
			{
				padding: 0 12px 0 18px;
				background: url(Images/Search.png) no-repeat 0 -20px;
			}
				
				/** Home search **/
				.Normal .HomeSearch
				{
					position: relative;
					width: 418px;
					height: 240px;
					color: #fff;
				}
					.Normal .HomeSearch .CountrySelect
					{
						position: absolute;
						top: 30px;
						width: 200px;
					}
					.Normal .HomeSearch .RegionSelect
					{
						position: absolute;
						top: 30px;
						left: 216px;
						width: 200px;
					}
					.Normal .HomeSearch .CitySelect
					{
						position: absolute;
						top: 75px;
						left: 216px;
						width: 200px;
					}
					.Normal .HomeSearch .TravellersSelect
					{
						position: absolute;
						top: 120px;
						left: 216px;
						width: 200px;
					}
					.Normal .HomeSearch .BedroomSelect
					{
						position: absolute;
						top: 165px;
						left: 216px;
						width: 200px;
					}
					.Normal .HomeSearch .BathroomSelect
					{
						display: none;
					}
						.Normal .HomeSearch .CitySelect select, .Normal .HomeSearch .RegionSelect select, .Normal .HomeSearch .CountrySelect select, .Normal .HomeSearch .TravellersSelect select, .Normal .HomeSearch .BedroomSelect select
						{
							width: 100%;
						}
					
					.Normal .HomeSearch .DateSelect
					{
						position: absolute;
						top: 75px; 
					}
						.Normal .HomeSearch .DateSelect .CalendarClick
						{
							cursor: pointer;
							margin: 0 0 0 1px;
						}
						.Normal .HomeSearch .DateSelect .CalendarBox
						{
							padding: 2px 0 0 3px;
						}
						.Normal .HomeSearch .ExtraFeature
						{
							position: absolute;
							top: 178px;
							left: 216px;
						}
							.Normal .HomeSearch .ExtraFeature input
							{
								margin: 4px 7px 0 0;
								padding: 0;
								float: left;
								width: 13px;
								height: 13px;
							}
							.Normal .HomeSearch .ExtraFeature label
							{
								margin: 3px 0 0 0;
								padding: 0;
								float: left;
								width: 110px;
							}
					.Normal .HomeSearch .FilterQualityNearby
					{
						display: none;
					}
					.Normal .HomeSearch .ToggleMoreSearch
					{
						position: absolute;
						top: 220px;
						height: 17px;
						padding: 3px 10px 0 10px;
						color: #333;
						font-size: 12px;
						font-weight: bold;
						border-left: solid 1px #dadada;
						border-right: solid 1px #dadada;
						background: url(Images/GeneralSprite.png) no-repeat 0 -94px;
						text-decoration: none;
					}
					.Normal .HomeSearch .ToggleMoreSearchClose, .Normal .HomeSearch .Filters, .Normal .HomeSearch .QuickCode, .Normal .HomeSearch .SearchByName
					{
						display: none !important;
					}
					.Normal .HomeSearch .ToggleQuickCode	
					{
						position: absolute;
						top: 145px;
						padding-left: 10px;
						color: #fff;
						font-size: 12px;
						font-weight:bold;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
					}
					.Normal .HomeSearch .ToggleQuickCodeClose
					{
						position: absolute;
						top: 145px;
						padding-left: 10px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
						display: none !important;
					}
					.Normal .HomeSearch .SearchOnMapLink
					{
						position: absolute;
						top: 165px;
						padding-left: 10px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
					}
					.Normal .HomeSearch .ToggleNameSearch
					{
						position: absolute;
						top: 185px;
						padding-left: 10px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
					}
					.Normal .HomeSearch .ToggleNameSearchClose
					{
						position: absolute;
						top: 185px;
						padding-left: 10px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
						display: none !important;
					}
					.Normal .HomeSearch #CloseAdvancedSearch
					{
						display: none;
					}
					.Normal .HomeSearch .SearchButton	
					{
						position: absolute;
						top: 211px;
						right: 2px;
						width: 154px;
						height: 23px;
						overflow: visible;
						padding: 4px 35px 0 9px;
						color: #333333;
						font-size: 15px;
						border: none;
						background: url(Images/GeneralSprite.png) no-repeat right -172px;
						cursor: pointer;
						float: right;
						text-decoration: none !important;
						display: block;
						border: #ce8a00 1px solid;
					}
						.Normal .HomeSearch .SearchButton.s_top
						{
							display: none;
						}
					
					.HomeSearchClearPeriod	
					{
						margin-top: 10px;
						float: left;
						padding-left: 10px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -493px -150px;
					}
					
				/** Advanced search **/	
				.Advanced .HomeSearch
				{
					position: relative;
					width: 894px;
					color: #fff;
				}
					.Advanced .HomeSearch .CountrySelect
					{
						position: absolute;
						top: 30px;
						width: 200px;
					}
					.Advanced .HomeSearch .RegionSelect
					{
						position: absolute;
						top: 30px;
						left: 216px;
						width: 175px;
					}
					.Advanced .HomeSearch .CitySelect
					{
						position: absolute;
						top: 75px;
						left: 216px;
						width: 175px;
					}
					.Advanced .HomeSearch .TravellersSelect
					{
						position: absolute;
						top: 130px;
						width: 200px;
					}
					.Advanced .HomeSearch .BedroomSelect
					{
						position: absolute;
						top:175px;
						width: 200px;
					}
					.Advanced .HomeSearch .BathroomSelect
					{
						position: absolute;
						top: 220px;
						width: 200px;
					}
						.Advanced .HomeSearch .RegionSelect select, .Advanced .HomeSearch .CountrySelect select, .Advanced .HomeSearch .TravellersSelect select, .Advanced .HomeSearch .BedroomSelect select, .Advanced .HomeSearch .BathroomSelect select, .Advanced .HomeSearch .CitySelect select
						{
							width: 100%;
						}
					.Advanced .HomeSearch .DateSelect
					{
						position: absolute;
						top: 75px; 
					}
						.Advanced .HomeSearch .DateSelect .CalendarClick
						{
							margin: 0 0 0 1px;
						}
						.Advanced .HomeSearch .DateSelect .CalendarBox
						{
							padding: 2px 0 0 3px;
						}
						.Advanced .HomeSearch .ExtraFeature
						{
							display: none;
						}
					.Advanced .HomeSearch .Filters
					{
						margin: 109px 0 30px;
						float: right;
					}
					.Advanced .HomeSearch .QuickCode, .Advanced .HomeSearch .SearchByName
					{
						display: none;
					}
					.Advanced .HomeSearch .ToggleMoreSearch
					{
						display: none;
					}
					.Advanced .HomeSearch .ToggleMoreSearchClose
					{
						position: absolute;
						bottom: 0px;
						height: 17px;
						padding: 3px 10px 0 10px;
						color: #fff;
						font-size: 12px;
						font-weight: bold;
						border-right: #424242 1px solid;
						border-left: #424242 1px solid;
						background: url(Images/GeneralSprite.png) no-repeat 0 -124px;
						text-decoration: none;
					}
					.Advanced .HomeSearch .ToggleQuickCode	
					{
						display: none !important;
					}
					.Advanced .HomeSearch .ToggleQuickCodeClose
					{
						position: absolute;
						top: 181px;
						padding-left: 7px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
						display: none;
					}
					.Advanced .HomeSearch .SearchOnMapLink
					{
						display: none !important;
					}
					.Advanced .HomeSearch .ToggleNameSearch
					{
						display: none !important;
					}
					.Advanced .HomeSearch .ToggleNameSearchClose
					{
						position: absolute;
						top: 161px;
						padding-left: 7px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
						display: none;
					}
					.Advanced .HomeSearch #CloseCalendarSearch
					{
						display: none;
					}
					.Advanced .HomeSearch #CloseAdvancedSearch
					{
						top: 6px;
						right: 8px;
					}
					.Advanced .HomeSearch .SearchButton	
					{
						position: absolute;
						bottom: 0px;
						right: 12px;
						width: 154px;
						height: 23px;
						overflow: visible;
						padding: 4px 35px 0 9px;
						color: #333333;
						font-size: 15px;
						border: none;
						background: url(Images/GeneralSprite.png) no-repeat right -172px;
						cursor: pointer;
						float: right;
						text-decoration: none !important;
						display: block;
						border: #ce8a00 1px solid;
					}
						.Advanced .HomeSearch .SearchButton.s_top
						{
							top: 40px;
						}
				/** Quickcode search **/
				.QuickCode .HomeSearch
				{
					position: relative;
					width: 418px;
					height: 240px;
					color: #fff;
				}
					.QuickCode .HomeSearch .SearchByName
					{
						display: none;
					}
					.QuickCode .HomeSearch .QuickCode
					{
						position: absolute;
						top: 40px;
					}
					.QuickCode .HomeSearch .CountrySelect
					{
						display: none;
					}
					.QuickCode .HomeSearch .RegionSelect
					{
						display: none;
					}
					.QuickCode .HomeSearch .CitySelect
					{
						display: none;
					}
					.QuickCode .HomeSearch .DateSelect
					{
						display: none;
					}
					.QuickCode .HomeSearch .TravellersSelect
					{
						display: none;
					}
					.QuickCode .HomeSearch .BedroomSelect
					{
						display: none;
					}
					.QuickCode .HomeSearch .BathroomSelect
					{
						display: none;
					}
						.QuickCode .HomeSearch .ExtraFeature
						{
							display: none;
						}
					.QuickCode .HomeSearch .SearchButton.s_top
					{
						display: none;
					}
					.QuickCode .HomeSearch .FilterQualityNearby
					{
						display: none;
					}
					.QuickCode .HomeSearch .ToggleMoreSearch
					{
						display: none;
					}
					.QuickCode .HomeSearch .ToggleMoreSearchClose, .QuickCode .HomeSearch .Filters
					{
						display: none;
					}
					.QuickCode .HomeSearch .SelectBathroom
					{
						display: none;
					}
					.QuickCode .HomeSearch .ToggleQuickCode	
					{
						position: absolute;
						top: 181px;
						padding-left: 7px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
					}
					.QuickCode .HomeSearch .ToggleQuickCodeClose
					{
						position: absolute;
						top: 181px;
						padding-left: 7px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
						display: none;
					}
					.QuickCode .HomeSearch .SearchOnMapLink
					{
						display: none !important;
					}
					.QuickCode .HomeSearch .ToggleNameSearch
					{
						display: none !important;
					}
					.QuickCode .HomeSearch .ToggleNameSearchClose
					{
						display: none !important;
					}
					.QuickCode .HomeSearch #CloseAdvancedSearch
					{
						display: none;
					}
					.QuickCode .HomeSearch .SearchButton	
					{
						display: none;
					}
				
				
				/** Housename search **/
				.NameSearch .HomeSearch
				{
					position: relative;
					width: 418px;
					height: 240px;
					color: #fff;
				}
					.NameSearch .HomeSearch .SearchByName
					{
						position: absolute;
						top: 40px;
					}
					.NameSearch .HomeSearch .QuickCode
					{
						display: none;
					}
					.NameSearch .HomeSearch .CountrySelect
					{
						display: none;
					}
					.NameSearch .HomeSearch .CitySelect
					{
						display: none;
					}
					.NameSearch .HomeSearch .RegionSelect
					{
						display: none;
					}
					.NameSearch .HomeSearch .TravellersSelect
					{
						display: none;
					}
					.NameSearch .HomeSearch .BedroomSelect
					{
						display: none;
					}
					.NameSearch .HomeSearch .BathroomSelect
					{
						display: none;
					}
					.NameSearch .HomeSearch .DateSelect
					{
						display: none;
					}
						.NameSearch .HomeSearch .ExtraFeature
						{
							display: none;
						}
					.NameSearch .HomeSearch .SearchButton.s_top
					{
						display: none;
					}
					.NameSearch .HomeSearch .FilterQualityNearby
					{
						display: none;
					}
					.NameSearch .HomeSearch .ToggleMoreSearch
					{
						display: none;
					}
					.NameSearch .HomeSearch .ToggleMoreSearchClose, .NameSearch .HomeSearch .Filters
					{
						display: none;
					}
					.NameSearch .HomeSearch .SelectBathroom
					{
						display: none;
					}
					.NameSearch .HomeSearch .ToggleQuickCode	
					{
						display: none !important;
					}
					.NameSearch .HomeSearch .ToggleQuickCodeClose
					{
						display: none !important;
					}
					.NameSearch .HomeSearch .SearchOnMapLink	
					{
						display: none !important;
					}
					.NameSearch .HomeSearch .ToggleNameSearch
					{
						position: absolute;
						top: 181px;
						padding-left: 7px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
					}
					.NameSearch .HomeSearch .ToggleNameSearchClose
					{
						position: absolute;
						top: 161px;
						padding-left: 7px;
						color: #fff;
						font-size: 12px;
						background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
						display: none;
					}
					.NameSearch .HomeSearch #CloseAdvancedSearch
					{
						display: none;
					}
					.NameSearch .HomeSearch .SearchButton	
					{
						display: none;
					}
					
					.HomeSearchBottomHolder
					{
						padding: 0 0 20px 0;
					}
					
					.HomeSearchBottomHolder .HomeSearchMoreTitle
					{
						margin-right: 17px;
						padding-bottom: 3px;
						font-size: 12px;
						font-family: Arial, Helvetica, Sans-Serif;
						font-weight: bold;
						display: block;
						background: url(Images/WhiteDotted.gif) repeat-x left bottom;
					}
					
					.Exchange
					{
						margin-top: 16px;
					}
					
					.HouseExchangeFeature input
					{
						margin: 4px 7px 0 0;
						padding: 0;
						float: left;
						width: 13px;
						height: 13px;
					}
					
					.HouseExchangeFeature label
					{
						margin: 4px 0 0 0;
						padding: 0;
						float: left;
						width: 110px;
					}
				
					.HomeSearchMoreCheckList
					{
						font-size: 11px;
						margin: 0 0 3px 0;
						width: 100%;
					}
					
						.HomeSearchMoreCheckList input
						{
							margin: 4px 7px 0 0;
							padding: 0;
							float: left;
							width: 13px;
							height: 13px;
						}
						.HomeSearchMoreCheckList label
						{
							margin: 4px 0 0 0;
							padding: 0;
							float: left;
							width: 110px;
						}
						
						.HomeSearchMoreCheckList input[disabled="disabled"] + label
						{
							color: #ffffff !important;
							opacity:0.4;
							filter:alpha(opacity=40);
						}
						
						.Stars
						{
							margin: 5px 0 0 0;
							background: url(Images/Stars.png) no-repeat;
							height: 11px;
							display: block;
							float: left;
						}
							.s1
							{
								width: 12px;
							}
							.s2
							{
								width: 25px;
							}
							.s3
							{
								width: 38px;
							}
							.s4
							{
								width: 51px;
							}
							.s5
							{
								width: 63px;
							}
				.CloseMoreSearch
				{
					position: absolute;
					top: -34px;
					right: 0px;
					cursor: pointer;
				}
			
			.CloseMoreQuickCode
			{
				position: absolute;
				top: -4px;
				right: 1px;
				cursor: pointer;
				display: none;
			}
			
			.SearchButtonQuick
			{
				height: 22px;
				border: none;
				cursor: hand;
				cursor: pointer;
				display: block;
				width: 30px;
			}
	
		.HomeSearchFooter	
		{
			padding-right: 22px;
			height: 23px;
			background: url(Images/Search.png) no-repeat right -12470px;
		}
			.HomeSearchFooterInner
			{
				height: 23px;
				background: url(Images/Search.png) no-repeat left -6220px;
			}
	
	.SearchHome	h1	
	{
		color:#fff;
		font-size: 18px;
		padding:0;
		margin:0;
	}
	
	.Search	
	{
		width: 227px;
		position: absolute;
		left:-27px;
		top:0;
		z-index:9001;
		margin: 0 0 0 11px;
	}
		.CalendarResult
		{
			width: 614px;	
		}
		
		.SearchHeader	
		{
			height: 14px;
			padding-right: 6px;
			background: url(Images/Search.png) no-repeat right -6256px;
		}
			.SearchHeaderInner
			{
				height: 14px;
				background: url(Images/Search.png) no-repeat left -6px;
			}
			
		.SearchWrapper	
		{
			padding-right: 6px;
			min-height: 100px;
			height: 100px;
			height: auto !important;
			background: url(Images/Search.png) no-repeat right -6270px;
		}
			.SearchWrapperInner
			{
				padding: 7px 12px 0 18px;
				background: url(Images/Search.png) no-repeat left -20px;
			}
				.LogoResult
				{
					margin: 0 0 5px -7px;
					display: block;
				}
				.SearchLeft
				{
					position: relative;
					width: 190px;
					display: inline;
					float: left;
				}
					.Search .CalendarClick
					{
						cursor: pointer;
						margin: 0 0 0 1px;
					}
					.CalendarsResult
					{
						display: none;
					}
					.CalendarResult .CalendarsResult
					{
						position: absolute;
						top: 36px;
						left: 208px; 
						width: 365px;
						color: #fff;
						display: block;
					}
						.CalendarsResult .CalendarLeft
						{
							float: left;
							margin: 0 15px 0 0;
							width: 175px;
						}
						.CalendarsResult .CalendarRight
						{
							float: left;
							width: 175px;
						}
				
				.SearchLeft h1
				{
					color: #FFF;
					font-size: 18px;
					margin: 5px 0 0 0 !important;
				}
				
				.SearchRight
				{
					position: relative;
					padding-top: 31px;
					margin-left: 40px;
					display: inline;
					float: left;
				}
					.SearchBlockMore
					{
						color: #fff;
					}
					.SearchRight .SearchBlockMore table td
					{
						padding-right: 30px;
					}
					.SearchRight .SearchBlockMore table td.Last
					{
						padding-right: 20px;
					}
						.HomeSearchRight .SearchBlockMore table td td
						{
							padding: 0;
						}
						
					.HomeSearchToggleListCollapsed
					{
						font-size: 11px;
						padding: 0 0 0 20px;
						display: block;
						color: #fff;
						text-decoration: underline;
						background: url(Images/Hover.png) no-repeat 2px -47px;
					}
					.HomeSearchToggleListExtended
					{
						font-size: 11px;
						padding: 0 0 0 20px;
						display: block;
						color: #fff;
						text-decoration: underline;
						background: url(Images/Hover.png) no-repeat 2px -65px;
					}
					.SearchMoreTitle
					{
						padding-bottom: 3px;
						font-size: 13px;
						font-family: Arial, Helvetica, Sans-Serif;
						font-weight: bold;
						display: block;
						background: url(Images/WhiteDotted.gif) repeat-x left bottom;
					}
					
						.SearchMoreCheckList
						{
							font-size: 11px;
							margin: 0 0 20px 0;
							width: 100%;
						}
						
							.SearchMoreCheckList input
							{
								margin: 4px 7px 0 0;
								padding: 0;
								float: left;
								width: 13px;
								height: 13px;
							}
							.SearchMoreCheckList label
							{
								margin: 4px 0 0 0;
								padding: 0;
								float: left;
								width: 110px;
							}
							
							.SearchMoreCheckList input[disabled="disabled"] + label
							{
								color: #ffffff !important;
								opacity:0.4;
								filter:alpha(opacity=40);
							}
							
							.SearchMoreCheckList img
							{
								margin: 5px 0 0 0;
							}
							/** End home search **/
							
			/** iOS Safari fix **/
			@media only screen and (max-device-width: 1024px), only screen and (max-device-width: 480px)  {.HomeSearchHeaderInner,.HomeSearchWrapperInner,.HomeSearchFooterInner,.HomeSearchHeader,.HomeSearchWrapper,.HomeSearchFooter,.SearchHeaderInner,.SearchWrapperInner,.SearchFooterInner,.SearchHeader,.SearchWrapper,.SearchFooter{background-image:none;}.SearchHome,.Search{background: -webkit-gradient(linear,left bottom,left top,color-stop(35%, rgb(0,81,164)),color-stop(100%, rgb(0,105,181)));border:solid 1px #00477d;-webkit-box-shadow: 0 0 5px #666;-webkit-border-radius-bottomright: 20px;left: 5px; top: -15px;}.Normal, .NameSearch, .QuickCode{width: 442px;}.Advanced .HomeSearch{width: 876px;}.SearchCalendar .HomeSearch{width: 888px; height: 230px;}.HomeSearchWrapperInner{padding: 0 12px 0 12px;}.HomeSearchFooter,.SearchFooter{height: 17px;}.Search{left: -22px; top: 0px;}.SearchWrapperInner{padding: 7px 12px 0 12px;}}
		
			.SearchTitle
			{
				font-size: 18px;
				color:#fff;
				letter-spacing: 0.4px;
			}
			
			.SearchBlock
			{
				color: #fff;
				margin: 10px 0 0 0;
			}
			
			.SearchBlock2
			{
				color: #fff;
				margin: 10px 0 0 0;
			}
		
		.SearchFooter
		{
			padding-right: 22px;
			height: 23px;
			background: url(Images/Search.png) no-repeat right -12470px;
		}
			.SearchFooterInner
			{
				height: 23px;
				background: url(Images/Search.png) no-repeat left -6220px;
			}
	
	.SeperatorDotted100	
	{
		margin: 0px 0 0px 0;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
		background: url(Images/DottedLine.gif) repeat-x;
	}
	
		.HomeLeft	
		{
			width: 484px;
			float: left;
			display: inline;
			padding: 263px 0 0 11px;
		}
	
			.Calendar	
			{
				float: left;
				display: inline;
				width: 684px;
			}
			
				.CalendarTitle	
				{
					float: left;
					display: inline;
					width: 684px;
					margin: 0 0 27px 0;
				}
					
					.Button	
					{
						float: left;
						display: inline;
						width: 210px;
					}
					
					.Year	
					{
						float: left;
						display: inline;
						width: 264px;
						text-align: center;
						font-size: 18px;
					}
					
				.MonthCalendar	
				{
					width: 195px;
					float: left;
					display: inline;
					margin: 10px 0 0;
					padding: 10px 5px 5px;
					background: #fff;
				}
										
					.MonthCalendar .SubTitle	
					{
						font-size: 14px;
						font-weight: bold;
						color: #003f7d;
						text-align: center;
						padding-bottom: 8px;
					}
				
				.CalendarSpacing	
				{
					margin-left: 33px;
				}
				
					.BorderRightBottom	
					{
						border-right: #c7c7c7 1px solid;
						border-bottom: #c7c7c7 1px solid;
						width: 24px;
						height: 24px;
					}
					
					.BorderRight	
					{
						border-right: #c7c7c7 1px solid;
						border-bottom: #fff 1px solid;
						width: 24px;
						height: 24px;
					}
					
					.PriceDay	
					{
						text-align: center;
						font-size: 14px;
					}
					
					.WeekNumber
					{
						text-align: center;
						font-size: 12px;
						color:#c7c7c7;
						padding: 4px 0 5px 0;
					}
					
					.PriceNone	
					{
						text-align: center;
						font-size: 12px;
						color: #d6d6d6;
						padding: 4px 0 5px 0;
					}
					
						.PriceNone a
						{							
							color: #d6d6d6 !important;	
						}	
						
					.PriceNoneRight	
					{
						text-align: center;
						font-size: 12px;
						color: #d6d6d6;
						padding: 4px 0 5px 0;
					}
					
						.PriceNoneRight a
						{
							color: #d6d6d6 !important;
						}	
																																					
					.PriceLocked	
					{
						text-align: center;
						font-size: 12px;
						color: #fff;
						padding: 4px 0 5px 0;
						background: #E86511;
					}
					.PriceLockedLeft	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -576px 0;
						display: block;
						color: #000;
					}
					.PriceLockedRight	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -600px 0;
						display: block;
						padding: 4px 0 5px 0;
						color: #000;
					}
					
						.PriceLocked a, .PriceLockedRight a, .PriceLockedLeft a
						{
							color: #fff !important;
						}	
						
					.PriceRented	
					{
						text-align: center;
						font-size: 12px;
						color: #fff;
						padding: 4px 0 5px 0;
						background: #CB2809;
					}
					.PriceRentedLeft	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -624px 0;
						display: block;
						color: #000;
					}
					.PriceRentedRight	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -648px 0;
						display: block;
						padding: 4px 0 5px 0;
						color: #000;
					}
					
						.PriceRented a, .PriceRentedRight a, .PriceRentedLeft a
						{
							color: #fff !important;
						}											
					
					.PriceNoCurrentPriceType	
					{
						text-align: center;
						font-size: 12px;						
						padding: 4px 0 5px 0;
						background: #E0E0E0;
						color: #000 !important;
					}
					
					.PriceNoCurrentPriceTypeLeft	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -672px 0;
						display: block;
						color: #000 !important;
					}
					
					.PriceNoCurrentPriceTypeRight	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -696px 0;
						display: block;
						padding: 4px 0 5px 0;
						color: #000 !important;
					}					
					
					.PriceNoCurrentPriceType a, .PriceNoCurrentPriceTypeRight a, .PriceNoCurrentPriceTypeLeft a
					{
						color: #000 !important;
					}
					
					.Price01
					{
						text-align: center;
						font-size: 12px;
						background-color: #c1f500;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price01Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat 0 0;
						display: block;
					}
					
					.Price01Right
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -24px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
						.Price01 a, .Price01Left a, .Price01Right a
						{
							color: #000000 !important;
						}
					
					.Price02	
					{
						text-align: center;
						font-size: 12px;
						background-color: #a9e100;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price02Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -48px 0;
						display: block;

					}
					
					.Price02Right
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -72px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
						.Price02 a, .Price02Left a, .Price02Right a
						{
							color: #000000 !important;
						}							
					
					.Price03	
					{
						text-align: center;
						font-size: 12px;
						background-color: #91cd01;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price03Right
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -120px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price03Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -96px 0;
						display: block;
					}
					
						.Price03 a, .Price03Left a, .Price03Right a
						{
							color: #000000 !important;
						}							
					
					.Price04	
					{
						text-align: center;
						font-size: 12px;
						background-color: #79b801;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price04Right	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -168px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price04Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -144px 0;
						display: block;
					}
					
						.Price04 a, .Price04Left a, .Price04Right a
						{
							color: #000000 !important;
						}							
					
					.Price05	
					{
						text-align: center;
						font-size: 12px;
						background-color: #61a401;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price05Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -192px 0;
						display: block;
					}
					
					.Price05Right
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -216px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
						.Price05 a, .Price05Left a, .Price05Right a
						{
							color: #000000 !important;
						}								
					
					.Price06	
					{
						text-align: center;
						font-size: 12px;
						background-color: #489001;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price06Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -240px 0;
						display: block;
					}
					
					.Price06Right	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -264px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
						.Price06 a, .Price06Left a, .Price06Right a
						{
							color: #000000 !important;
						}								
					
					.Price07	
					{
						text-align: center;
						font-size: 12px;
						background-color: #307c02;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price07Right
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -312px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price07Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -288px 0;
						display: block;
					}
					
						.Price07 a, .Price07Left a, .Price07Right a
						{
							color: #000000 !important;
						}								
					
					.Price08Left	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -336px 0;
						display: block;
					}
					
					.Price08Right
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -360px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price08	
					{
						text-align: center;
						font-size: 12px;
						background-color: #186702;
						display: block;
						padding: 4px 0 5px 0;
					}
					
						.Price08 a, .Price08Left a, .Price08Right a
						{
							color: #000000 !important;
						}							
					
					.Price09	
					{
						text-align: center;
						font-size: 12px;
						background-color: #135301;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price09Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -384px 0;
						display: block;
					}
					
					.Price09Right
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -408px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
						.Price09 a, .Price09Left a, .Price09Right a
						{
							color: #000000 !important;
						}								
					
					.Price10	
					{
						text-align: center;
						font-size: 12px;
						background-color: #0f4001;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.Price10Left
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -432px 0;
						display: block;
					}
					
					.Price10Right	
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -456px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
						.Price10 a, .Price10Left a, .Price10Right a
						{
							color: #000000 !important;
						}							
					
					.PriceOffer	
					{
						text-align: center;
						font-size: 12px;
						background-color: #fff300;
						display: block;
						padding: 4px 0 5px 0;
					}
					
					.PriceOfferLeft
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -480px 0;
						display: block;
					}
					
					.PriceOfferRight
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -504px 0;
						display: block;
						padding: 4px 0 5px 0;
					}
					
						.PriceOffer a, .PriceOfferLeft a, .PriceOfferRight a
						{
							color: #000000 !important;
						}
						
					.PriceSelected
					{
						text-align: center;
						font-size: 12px;
						background-color: #0050a4;
						display: block;
						padding: 4px 0 5px 0;
					}
					.PriceSelectedLeft
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -528px 0;
						display: block;
						color: #000;
					}
					.PriceSelectedRight
					{
						text-align: center;
						font-size: 12px;
						background: url(Images/PriceCalendar.png) no-repeat -552px 0;
						display: block;
						padding: 4px 0 5px 0;
						color: #000;
					}
						.PriceSelected a, .PriceSelectedLeft a, .PriceSelectedRight a
						{
							color: #fff;
							font-weight: bold;
						}
						
					.Date a
					{
						text-decoration: none;
						cursor: default;
					}
					
					.PriceClickable a, .PriceClickable span
					{
						font-weight: bold !important;
						text-decoration: underline !important;
						cursor: pointer !important;
						cursor: hand !important;
					}				
						
					.SelectedDate div, .HoverDate div, .StartDate div
					{
						color: #fff !important;
						background: #0b57a5 !important;
					}
						.SelectedDate a, .HoverDate a, .StartDate a
						{
							color: #fff !important;
						}
						
						.SelectedDate.HoverDate div
						{
							background: #0180c5 !important;
						}
						
					.DeletePeriod
					{
						position: absolute;
						top: 14px;
						left: 13px;
						height: 19px;
						color: #fff;
						background: url(Images/DeletePeriod.png) no-repeat !important;
						z-index: 100;
						cursor: pointer;
						display: none;
					}
					
					.DeletePeriod:hover
					{
						background: url(Images/DeletePeriod.png) no-repeat 0 -30px !important;
					}
						.DeletePeriod a
						{
							display: block;
							text-indent: -1000px;
							overflow: hidden;
							width: 19px;
							color: #fff;
							text-decoration: none;
						}
						.DeletePeriod:hover a
						{
							display: block;
							padding: 2px 10px 0 0;
							text-indent: 0px;
							text-align: right;
							font-size: 11px !important;
							width: 95px;
							height: 17px;
						}
							
			.CheckOutDateBg
			{
				padding: 10px;
				margin: 8px 0 10px 0;
				background: #f6f6f6;
			}
				.CheckOutDateSelected
				{
					background: #0050a4;
					color: #fff;
				}
					.CheckOutDateRadio
					{
						display: block;
						height: 20px;
						width: 20px;
					}
					
			.Rates	
			{
				float: left;
				display: inline;
				width: 684px;
				margin: 50px 0 0 0;
			}
				
				.Rates .SubTitle	
				{
					font-size: 14px;
					font-weight: bold;
					color: #ca5f06;
				}
			
			
			.selectSmallMiddle
			{
				margin-top: 8px;
			}
			
			.Legenda	
			{
				float: left;
				display: inline;
				width: 220px;
				padding: 0 0 0 19px;
			}
			
				.PriceStyleOffer	
				{
					width: 24px;
					height: 24px;
					background-color:#fff300;
				}
				
				.PriceStyle
				{
					width: 24px;
					height: 24px;		
					padding: 0 0 0 0;					
				}
										
				.PriceStyleNone	
				{
					width: 22px;
					height: 24px;
					background-color:#fff;
					border: #d6d6d6 1px solid;
					text-align: center;
					font-size: 12px;
					color: #c7c7c7;
				}
				
				.PriceStyleLocked	
				{
					width: 24px;
					height: 24px;
					background-color:#E86511;
					text-align: center;
					font-size: 12px;
					color: #fff;
				}		
				
				.PriceStyleNoCurrentPriceType	
				{
					width: 24px;
					height: 24px;
					background-color:#999;
					text-align: center;
					font-size: 12px;
					color: #000;
				}	
				
				.PriceStyleSwitch
				{
					width: 22px;
					height: 24px;
					background-color:#fff;
					text-align: center;
					text-decoration: underline;
					font-weight: bold;
					font-size: 12px;
					color: #000;
				}
				
				.PriceStyleRented	
				{
					width: 24px;
					height: 24px;
					background-color:#CB2809;
					text-align: center;
					font-size: 12px;
					color: #fff;
				}					
			
			.Highlight
			{
				width: 442px;
				padding: 0 0 0 9px;
				margin: 0 0 30px 0;
				line-height: 16px;
			}
				.Highlight p
				{
					padding: 0 10px 0 0;
					margin: 0;
				}
			
			.HomeText
			{
				width: 442px;
				padding: 0 0 0 9px;
				margin: 0 0 30px 0;
				line-height: 16px;
			}
			
				.HomeText ul
				{
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				.HomeText ul li
				{
					background: url(Images/GeneralSprite.png) no-repeat left -208px;
					padding: 0 0 0 20px;
				}
			
			.TagCloud
			{
				width: 442px;
				float: left;
				display: inline;
				padding: 0 0 0 9px;
				margin: 10px 0 25px 0;	
			}
			
			.TagCloud a	
			{
				color:#0050a3;
				text-decoration: none;
			}
			
				.Tags	
				{
					float: left;
					display: inline;
					padding: 10px 0 10px 0;
					color:#0050a3;
					line-height: 24px;
				}
				
					.Tags .T01	
					{
						font-size: 18px;
					}
					
					.Tags .T02	
					{
						font-size: 16px;
					}
					
					.Tags .T03	
					{
						font-size: 14px;
					}
					
					.Tags .T04	
					{
						font-size: 12px;
					}
					
				.SocialMedia
				{
					width: 442px;
					float: left;
					display: inline;
					padding: 0 0 0 9px;
					margin: 0 0 25px 0;
				}
					.SocialMedia .facebook
					{
						padding: 0 0 3px 18px;
						color: #000;
						background: url(Images/GeneralSprite.png) no-repeat 0 -1208px;
					}
					.SocialMedia .twitter
					{
						padding: 0 0 3px 18px;
						color: #000;
						background: url(Images/GeneralSprite.png) no-repeat 0 -1264px;
					}
					.SocialMedia .Counters
					{
						margin-top: 30px;
					}
					
				.Newsletter	
				{
					width: 442px;
					float: left;
					display: inline;
					padding: 0 0 0 9px;
					margin: 0 0 25px 0;
				}
				
					.Newsletter p	
					{
						margin:0;
						padding:10px 0 10px 0;
					}
				
					.inputNewsletter	
					{
						width: 240px;
					}
					
				.BannerHome	
				{
					width: 442px;
					float: left;
					display: inline;
					padding: 0 0 0 9px;
					margin: 0 0 25px 0;
				}
				
					.Banner	
					{
						width: 448px;
						height: 103px;
						position: relative;
					}
					
					.BannerText	
					{
						margin: 18px 0 0 18px;
						position: absolute;
						height: 48px;
						padding: 10px;
						top:0;
						left:0;
						background: #fff;
						opacity: 0.5;
						-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
						filter: alpha(opacity=50);
					}
					
						.BannerTextNormal	
						{
							font-size: 20px;
							color:#0050a3;
							margin:0 0 5px 0;
							font-weight: normal;
							font-family: Georgia, Times New Roman, Serif;
						}
						
						.BannerTextItalic	
						{
							font-size: 20px;
							color:#ca5f06;
							margin:0 0 5px 0;
							font-style:italic;
							font-weight: normal;
							font-family: Georgia, Times New Roman, Serif;
						}
					
				.About	
				{
					position: relative;
					width: 442px;
					float: left;
					display: inline;
					padding: 0 0 0 9px;
					margin: 0 0 25px 0;
					background: url(Images/aboutQuoteTop.gif) no-repeat 3px 33px;
				}
					.About .ArrowLeftAbout
					{
						position: absolute;
						top: 69px;
						left: 0;
						width: 18px;
						height: 18px;
						display: block;
						z-index: 100;
						background: url(Images/ArrowLeftRight.png) left -28px;
					}
					.About .ArrowRightAbout
					{
						position: absolute;
						top: 69px;
						right: 0;
						width: 18px;
						height: 18px;
						display: block;
						z-index: 100;
						background: url(Images/ArrowLeftRight.png) left 0;
					}
					
					.ArrowLeftAbout span, .ArrowRightAbout span
					{
						display: none;
					}
					
					.About .Photo
					{
						width: 59px;
						float: left;
						display: inline;
						margin: 0 15px 0 0;
						padding: 15px 0 0 0;
					}
					
					.About .ScrollContainerAbout
					{
						position: relative;
						width: 442px;
						height: 180px;
						overflow: hidden;
					}
					
					.About .ScrollerAbout
					{
						position: absolute;
						top: 0;
						left: 0;
					}
					
					.About .Text
					{
						width: 408px;
						float: left;
						display: inline;
						padding: 15px 15px 15px 15px;
						font-size: 15px;
						color:#000;
						font-style: italic;
						font-weight: normal;
						font-family: Georgia, Times New Roman, Serif;
						background: url(Images/aboutQuoteBottom.gif) no-repeat right bottom;
					}
					
					.Text .Name
					{
						font-size: 12px;
						font-family: Arial, Helvetica, Sans-Serif;
						font-style:normal;
						font-weight: bold;
					}
					
					.About a	
					{
						font-size: 12px;
						font-family: Arial, Helvetica, Sans-Serif;
						font-style:normal;
						font-weight: bold;
						text-decoration: none;
						color:#000;
					}
		
		.HomeRight	
		{
			width: 473px;
			float: left;
			display: inline;
		}
			#Carrousel
			{
				position: relative;
				margin: 11px -7px 20px 5px;
				padding: 3px 7px 7px 5px;
				width: 443px;
				height: 182px;
				background: url(Images/CarrouselBg.png) no-repeat;
			}
				#Carrousel #CarrouselTabs
				{
					position: absolute;
					bottom: 10px;
					left: 5px;
					height: 30px;
					z-index: 1;
				}
					#Carrousel #TabFiller
					{
						margin: 0;
						display: none;
						height: 30px;
						float: left;
						background: url(Images/TabBg.png) repeat-x left bottom;
					}
					#Carrousel #CarrouselTabs ul
					{
						padding: 0;
						margin: 0;
						float: left;
						display: inline;
						list-style: none;
					}
						#Carrousel #CarrouselTabs li
						{
							margin: 8px 1px 0 0;
							padding: 0;
							height: 22px;
							float: left;
							display: none;
							background: url(Images/TabBg.png) repeat-x;
						}
						#Carrousel #CarrouselTabs li.Active
						{
							margin-top: 0px;
							padding: 0 1px 0 0;
							height: 30px;
							background: url(Images/ActiveTabBgRight.png) repeat-x;
						}
							#Carrousel #CarrouselTabs li.Active a
							{
								padding-top: 7px;
								height: 23px;
								color: #fff;
								background: url(Images/ActiveTabBg.png) repeat-x;
							}
							#Carrousel #CarrouselTabs a
							{
								height: 19px;
								padding: 3px 15px 0 15px;
								color: #ccd8e5;
								font-weight: bold;
								display: block;
								text-decoration: none;
							}
								#Carrousel #CarrouselTabs a:hover
								{
									color: #fff;
								}
				#Carrousel #TimeLine
				{
					position: absolute;
					left: 5px;
					bottom: 7px;
					height: 3px;
					width: 443px;
				}
					#Carrousel #Progress
					{
						width: 0;
						height: 3px;
						background: #e86511;
					}
				#Banners
				{
					position: relative;
				}
					#BannersInner
					{
						position: absolute;
						top: 0px;
						left: 0px;
					}
						#Banner0, #Banner1, #Banner2, #Banner3
						{
							position: absolute;
							top: 0px;
							left: 0px;
							width: 443px;
						}
							#Banner1, #Banner2, #Banner3
							{
								display: none;
							}
							#BannersInner .CallToAction
							{
								position: absolute;
								top: -14px;
								right: 7px;
								padding: 2px 19px 11px 6px;
								width: 190px;
								height: 103px;
								background: url(Images/CarrouselCallToAction.png) no-repeat;
							}
								#BannersInner .CallToAction h3
								{
									margin: 11px 0 0 7px;
									font-family: Georgia, Times New Roman, Serif;
									font-size: 20px;
									font-style: italic;
									font-weight: normal;
									color: #e86511;
								}
								#BannersInner .CallToAction a.CallToActionButton
								{
									position: absolute;
									bottom: 20px;
									right: 24px;
									padding: 0 1px 0 0;
									display: block;
									float: left;
									text-decoration: none;
									background: url(Images/CarrouselButtonRight.png) no-repeat right top;
									
								}
									#BannersInner .CallToAction a.CallToActionButton span
									{
										height: 17px;
										padding: 3px 9px 0 10px;
										display: block;
										float: left;
										font-weight: bold;
										color: #fff;
										background: url(Images/CarrouselButtonLeft.png) no-repeat left top;
									}
				
			.RecentHouses
			{
				position: relative;
				margin: 0 0 30px 10px;
				width: 445px;
				height: 153px;
			}
				
				.RecentHouses .ScrollContainer
				{
					position: relative;
					width: 445px;
					height: 165px;
					overflow: hidden;
				}
				
				.RecentHouses .Scroller
				{
					position: absolute;
					top: 0;
					left: 0;
					width: 1400px;
				}
				.RecentHouses .ArrowLeft
				{
					position: absolute;
					top: 76px;
					left: -9px;
					width: 18px;
					height: 18px;
					display: block;
					background: url(Images/ArrowLeftRight.png) left -28px;
				}
				.RecentHouses .ArrowRight
				{
					position: absolute;
					top: 76px;
					right: -9px;
					width: 18px;
					height: 18px;
					display: block;
					background: url(Images/ArrowLeftRight.png) left 0;
				}
					.ArrowLeft span, .ArrowRight span
					{
						display: none;
					}
				.RecentHouse
				{
					margin-right: 15px;
					height: 124px;
					width: 138px;
					float: left;
					display: inline;
					color: #CA5F06;
					text-decoration: none;
				}
					.RecentHouse .HouseImage
					{
						height: 102px;
						width: 136px;
						display: block;
						display: table-cell;
						vertical-align: middle;
						text-align: center;
						border: solid 1px #676767;
						overflow: hidden;
					}
						.RecentHouse .HouseImage img
						{
							border: 0;
							margin: 0 auto;
						}
					.RecentHouse .HouseName
					{
						margin: 5px 0 0 2px;
						display: block;
					}
		
			.TopHouse	
			{
				width: 443px;
				float: left;
				display:inline;
				padding: 0 20px 20px 10px;
				color: #000;
			}
						
			.TopHouseOverview	
			{
				width: 443px;
				float: left;
				display:inline;
				padding: 0 20px 0 10px;
			}
			
				.TopHouseOverview .TopHouseBlock	
				{
					width: 443px;
					float: left;
					display:inline;
					margin: 0 0 20px 0;
					position: relative;
				}
				
					.TopHouseBlock .Photo	
					{
						width: 86px;
						float: left;
						display:inline;
						margin: 0 10px 0 0;
					}
					
					.TopHouseBlock .Info	
					{
						width: 339px;
						float: left;
						display:inline;
					}
					
						.Info .Icons	
						{
							margin: 16px 0 0 0;
						}												
					
						.Info .Title	
						{
							font-size: 14px;
							font-weight: normal;
							font-family: Georgia, Times New Roman, Serif;
						}
						
						.Info .Title a
						{
							text-decoration: none;
							color: #000;
						}
																	
						.TopHouseBlock .PriceBlock	
						{
							width: 100px;
							float: left;
							display: inline;
							text-align: right;
							position: absolute;
							right:0;
							top:-6px;
						}
						
							.TopHouseBlock .Rating	
							{
								width: 30px;
								height: 27px;
								font-weight: bold;
								padding: 6px 0 0 5px;
								color:#fff;
								margin: 0 0 0 70px;
								text-align: left;
								background: url(Images/GeneralSprite.png) no-repeat left -230px;
							}
							
							.NoRating
							{
								visibility: hidden;
							}
							
							.TopHouseBlock .BasedOnReview
							{
								position: absolute;
								top: 2px;
								right: 40px;
								color: #333;
								font-size: 10px;
							}
						
							.TopHouseBlock .PriceBlock .Price	
							{
								font-size: 18px;
								color:#00407d;
								font-weight: bold;
							} 
		
			
				.TopHouse .TitleBar	
				{
					position: relative;
					width: 443px;
					float: left;
					display:inline;
					padding: 13px 0 10px 0;
				}
				
					.TopHouse .TitleBar .Title	
					{
						width: 318px;
						float: left;
						display:inline;
						font-size: 22px;
						color:#000;
						margin:0;
						font-weight: normal;
						font-family: Georgia, Times New Roman, Serif;
					}
					
					.TopHouse .TitleBar .Title a
					{
						text-decoration: none;
						color: #000;
					}
					
					.TopHouse .TitleBar .Path	
					{
						font-family: Arial, Helvetica, Sans-Serif;
						font-size: 12px;
					}
					
					.TopHouse .TitleBar .Rating	
					{
						width: 30px;
						height: 27px;
						font-weight: bold;
						margin: 0 -5px 0 0;
						padding: 6px 0 0 5px;
						color:#fff;
						float: right;
						display:inline;
						background: url(Images/GeneralSprite.png) no-repeat left -230px;
					}
					.TopHouse .TitleBar .BasedOnReview
					{
						color: #333;
						font-size: 10px; 
						position: absolute;
						top: 21px;
						right: 40px;
					}
					
				.TopHouse .InfoBar	
				{
					width: 443px;
					float: left;
					display:inline;
					padding: 5px 0 10px 0;
					position: relative;
				}
				
					.TopHouse .PriceBlock	
					{
						width: 100px;
						float: left;
						display: inline;
						text-align: right;
						position: absolute;
						right:0;
						top:0;
					}
					
						.TopHouse .PriceBlock .Price	
						{
							font-size: 24px;
							color:#00407d;
							font-weight: bold;
						} 
			
			.ResultsLeft	
			{
				width: 227px;
				float: left;
				display: inline;
				padding: 20px 0 0 20px;
			}
				.FilterTitle	
				{
					color: #ca5f06;
					font-size: 14px;
					font-weight: bold;
					margin: 0 0 15px 0;
				}
				.ResultFilterBlock
				{
					
				}
					.ResultFilterBlock .Collapse
					{
						padding: 2px 0 4px 0; 
						background: url('Images/Hover.png') no-repeat left -45px;
					}
					.ResultFilterBlock .Collapse a
					{
						display: block;
						padding: 0 0 0 15px;
						color: #fff;
						font-weight: bold;
						text-decoration: none;
					}
					.ResultFilterBlock div.Expanded
					{
						background: url('Images/Hover.png') no-repeat left -63px;
					}
					.ResultFilterBlock div.Expand
					{
						background: url('Images/Hover.png') no-repeat left -45px;
					}
					.FilterBlockContent
					{
						padding: 0 0 0 15px;
					}
					.ResultFilterBlock .FilterBlockContent ul
					{
						margin: 0 0 15px 0;
						padding: 0;
						list-style: none;
					}
						.ResultFilterBlock .FilterBlockContent ul li
						{
							padding: 2px 0 2px 0;
							!padding: 1px 0 1px 0;
							width: 160px;
							color: #fff;
						}
							.ResultFilterBlock .FilterBlockContent ul li.showMoreFilterOptions
							{
								padding: 0 0 0 15px;
								background: url('Images/Hover.png') no-repeat left -45px;
							}
							.ResultFilterBlock .FilterBlockContent ul li a
							{
								color: #fff;
								text-decoration: none;
							}
					.FilterShowAllPopup
					{
						display: none;
						position: absolute;
						margin: -26px 0 0 -6px;
						width: 650px;
						z-index: 400;
					}
			
			.ResultsRight	
			{
				width: 691px;
				float: left;
				display: inline;
				padding: 0 20px 0 0;
			}
			
			.ResulstTextSeo	
			{
				font-size: 12px;
				color:#000;
				margin: 12px 0 0 0;
				line-height: 24px;
				font-weight: normal;
				font-family: Georgia, Times New Roman, Serif;
			}
				.ResulstTextSeo div#SeoIntroText
				{
					display: inline;
				}
				
				.HouseOwnerStoryIntro	
				{
					width: 435px;
					font-size: 12px;
					color:#000;
					margin: 12px 0 10px 0;
					line-height: 24px;
					font-weight: normal;
					font-family: Georgia, Times New Roman, Serif;
					padding: 0 20px 20px 0;
					border-bottom: solid 1px #ccc;
				}
			
				.OptionBar	
				{
					height: 18px;
					width: 691px;
					float: left;
					display: inline;
					background-color: #f0f0f0;
					margin:20px 0 0 0;
					padding: 10px 10px 10px 0;
				}
					.OptionBarSort 
					{
						padding-top: 3px;
					}
					.OptionBarSort a
					{
						margin: 0 0 0 7px;
						color: #000;
						text-decoration: none;
					}
					.OptionBarSort a img{margin-bottom:-1px;}
					.OptionBarSort a.sorted{color:#007405 !important;}
				
				.FilterView	
				{
					width: 691px;
					float: left;
					display: inline;
					margin: 10px 0 30px 0;
				}
					.FilterView	span div
					{
						display: inline !important;
					}
				
					.FilterViewOption
					{
						color: #275c91;
					}
					
					.FilterView .DeleteButton	
					{
						margin: 0 0 0 5px;
						vertical-align: middle;
					}
			
			h2.ResultsTitle	
			{
				padding: 0 0 8px 0;
				margin: 0 0 8px 0;
				width: 455px;
				border-bottom: #cccccc 1px solid;
			}
				
			.SearchResults	
			{
				width: 691px;
				float: left;
				display: inline;
				margin: 0 0 20px 0;
			}
			
			.TopSearchResults	
			{
				width: 691px;
				float: left;
				display: inline;
				margin: 0 0 20px 0;
				opacity: 0.5;
			}			
				
				.HouseBlockList	
				{
					width: 691px;
				}
				
					.HouseBlockList .PhotoView
					{
						margin-bottom: 20px;
						padding: 5px 20px 25px 20px;
						width: 293px;
						height: 313px;
						border: solid 1px #f2f2f2;
						float: left;
						position: relative;
					}
					
					.HouseBlockList .Left	
					{
						width: 455px;
						float: left;
						display: inline;
						border-bottom: #cccccc 1px solid;
						padding: 0 0 20px 0;
						position: relative;
						margin: 0 0 8px 0;
					}
					
					.HouseBlockList .Title	
					{
						font-family: Georgia, Times New Roman, Serif;
						color: #000;
						font-size: 20px;
						float: left;
						display: inline;
						width: 445px;
						padding: 0 0 10px 0;
					}
					.HouseBlockList .PhotoView .Title	
					{
						display: block;
						width: 173px;
						height: 24px;
						overflow: hidden;
						padding: 0 0 4px 0;
						margin: 0 0 4px 0;
					}
						.HouseBlockList .Title a
						{
							color: #000;
							text-decoration: none;
						}
					
					.HouseBlockList .BasedOnReview
					{
						font-size: 10px;
						color: #333;
						position: absolute;
						right: 0;
						top: 36px;
					}
						.PhotoView .BasedOnReview
						{
							right: 50px;
							top: 15px;
						}
					
					.HouseBlockList .Rating	
					{
						width: 30px;
						height: 27px;
						font-weight: bold;
						padding: 6px 0 0 5px;
						color:#fff;
						margin: 0 0 0 70px;
						text-align: left;
						background: url(Images/GeneralSprite.png) no-repeat left -230px;
						position: absolute;
						right: -5px;
						top: 0;
					}
					.HouseBlockList .PhotoView .Rating
					{
						right: 12px;
						top: 7px;
					}
					
					.HouseBlockList .Left .Path	
					{
						font-family: Arial, Helvetica, Sans-Serif;
						font-size: 12px;
						padding: 10px 0 10px 0;
					}
					.HouseBlockList .PhotoView .Path
					{
						font-family: Arial, Helvetica, Sans-Serif;
						font-size: 12px;
						padding: 0 0 8px 0;
					}
					
					.HouseBlockList .Photo
					{
						width: 121px;
						height: 91px;
						float: left;
						display: inline;
						border: #999 1px solid;
						text-align: center;
					}
						.HouseBlockList .Photo img
						{
							border: 0;
						}
					.HouseBlockList .PhotoView .Photo
					{
						margin-left: -1px;
						width: 293px;
						height: 213px;
					}
					.HouseBlockList .Info
					{
						width: 320px;
						float: left;
						display: inline;
						padding: 0 0 0 10px;
					}
					.HouseBlockList .PhotoView .Info
					{
						padding: 4px 0 0 0;
						width: 294px;
					}
					
						.HouseBlockList .Info p	
						{
							padding: 0;
							margin: -5px 0 0 0;
							line-height: 18px;
							height: auto;
							min-height: 55px !important;
						}
						
						.HouseBlockList .Info .Icons	
						{
							margin: 4px 0 0 0;
						}
						.HouseBlockList .PhotoView .Info .Icons
						{
							margin: 4px 0 8px 0;
						}
						
						.HouseBlockList .PriceBlock	
						{
							width: 100px;
							float: left;
							display: inline;
							text-align: right;
							position: absolute;
							right: 10px;
							bottom: 20px;
						}
						.HouseBlockList .PhotoView .PriceBlock
						{
							width: 150px;
							right: 20px;
							bottom: 12px;
						}
						
							.HouseBlockList .PriceBlock .Price	
							{
								font-size: 18px;
								color:#00407d;
								font-weight: bold;
							}
							.HouseBlockList .PhotoView .PriceBlock .Price
							{
								float: right;
								margin: 11px 0 0 8px;
							}
					
					.LeftHouseOwnerStories	
					{
						width: 455px;
						float: left;
						display: inline;
						border-bottom: #cccccc 1px solid;
						padding: 0 0 10px 0;
						position: relative;
						margin: 0 0 8px 0;
					}
					
					.LeftHouseOwnerStories .Title	
					{
						font-family: Georgia, Times New Roman, Serif;
						color: #000;
						font-size: 20px;
						float: left;
						display: inline;
						width: 445px;
						padding: 0 0 10px 0;
					}
						.LeftHouseOwnerStories .Title a
						{
							text-decoration: none;
							color: #000; 
						}
					.HouseOwnerStoriesHouses
					{
						float: left;
						margin-left: 15px;
						width: 220px;
					}
						.HouseOwnerStoriesHouse
						{
							position: relative;
							padding: 0 0 10px 0;
							border-bottom: solid 1px #ccc;
							margin-bottom: 10px;
						}
						.HouseOwnerStoriesHouses .Title	
						{
							font-family: Georgia, Times New Roman, Serif;
							color: #000;
							font-size: 20px;
							float: left;
							display: inline;
							width: 445px;
							padding: 0 0 10px 0;
						}
							.HouseOwnerStoriesHouses .Title a
							{
								color: #000;
								text-decoration: none;
							}
						
						.HouseOwnerStoriesHouses .Path	
						{
							font-family: Arial, Helvetica, Sans-Serif;
							font-size: 12px;
							padding: 10px 0 10px 0;
						}
						.HouseOwnerStoriesHouses .Path
						{
							font-family: Arial, Helvetica, Sans-Serif;
							font-size: 12px;
							padding: 0 0 8px 0;
						}
						
						.HouseOwnerStoriesHouses .Photo
						{
							margin: 0 0 10px 0;
							width: 220px;
							height: 165px;
							float: left;
							display: inline;
							border: #999999 1px solid;
							text-align: center;
						}
							.HouseOwnerStoriesHouses .Photo img
							{
								border: 0;
							}
						
						.HouseOwnerStoriesHouses .Info	
						{
							width: 320px;
							float: left;
							display: inline;
							padding: 0 0 0 10px;
						}
							
							.HouseOwnerStoriesHouses .Info .Icons	
							{
								margin: 4px 0 0 0;
							}
							
							.HouseOwnerStoriesHouses .PriceBlock	
							{
								width: 100px;
								float: left;
								display: inline;
								text-align: right;
								position: absolute;
								right: 0px;
								bottom: 10px;
							}
							
								.HouseOwnerStoriesHouses .PriceBlock .Price	
								{
									font-size: 18px;
									color:#00407d;
									font-weight: bold;
									display: block;
								}
					.LeftHouseOwnerStories p
					{
						line-height: 21px;
						padding: 0 20px 0 0;
					}
					.HouseOwnerStoryImage
					{
						margin: 0 10px -10px 0;
					}
					.HouseOwnerStoryInfo
					{
						margin: 25px 0 0 0;
						padding: 0 0 10px 0;
						float: left;
						color: #0050a3;
					}	
						.HouseOwnerStoryInfo .Link
						{
							margin-left: 10px;
						}
					
					.HouseBlockList .Right
					{
						position: relative;
						top: -9px;
						width: 228px;
						height: 183px;
						float: left;
						display: inline;
						background: #f68d01 url(Images/ResultCommentBg.gif) no-repeat left bottom;
					}
						.HouseBlockList .Right p
						{
							margin: 0;
							padding: 10px 10px 10px 15px;
							font-family: Georgia, Times New Roman, Serif;
							font-style: italic;
							font-size: 14px;
							line-height: 18px;
							color: #fff;
						}
						.HouseBlockList .Right .TopBorder
						{
							position: absolute;
							top: 0;
							left: -455px;
							width: 455px;
							height: 1px;
							overflow: hidden;
							background: #f68d01;
						}
						.HouseBlockList .Right .BottomBorder
						{
							position: absolute;
							bottom: 0px;
							left: -455px;
							width: 455px;
							height: 1px;
							overflow: hidden;
							background: #ca6006;
						}
						.HouseBlockList .Right .ResultPhoto
						{
							margin: 15px 15px 15px 10px;
							border: solid 1px #fff;
							float: right;
							position: relative;
							bottom: 0;
						}
						.HouseBlockList .Right .OwnerName
						{
							padding: 7px 10px 10px 15px;
							font-family: Arial, Helvetica, Sans-Serif;
							font-style: normal;
							font-size: 12px;
							line-height: 14px;
						}
		
		.Link	
		{
			background: url(Images/GeneralSprite.png) no-repeat -496px -225px;
			padding: 0 0 0 8px;
			text-decoration: underline;
			color: #0855a6;
		}
	
		#ExtraHeader	
		{
			width: 929px;
			float: left;
			display: inline;
			padding:0 20px 20px 20px;
		}
		#ExtraHeaderSmall
		{
			padding:0 20px 0 20px;
		}
		
			#ExtraHeader .BackLink	
			{
				width: 230px;
				float: left;
				display: inline;
			}
			
			#ExtraHeader .BackLink a	
			{
				background: url(Images/GeneralSprite.png) no-repeat -496px -274px;
				padding: 0 0 0 10px;
				color: #000;
				text-decoration: none;
			}
		
			#ExtraHeader .Path	
			{
				width: 300px;
				float: left;
				display: inline;
			}
			
			#ExtraHeader .Actions, #ExtraHeaderSmall .Actions
			{
				width: 350px;
				float: right;
				text-align: right;
				display: inline;
				position: relative;
			}
				.LandingpageSocialMedia
				{
					position: absolute;
					margin-top: -2px;
					right: 60px;
				}
			
			#ExtraHeader .Actions a, #ExtraHeaderSmall .Actions a
			{
				text-decoration: none;
				color: #000;
			}
			
				.Print	
				{
					background: url(Images/GeneralSprite.png) no-repeat 0 -310px;
					padding: 0 10px 0 15px;
				}
				
				.Share	
				{
					background: url(Images/GeneralSprite.png) no-repeat 0 -269px;
					padding: 0 10px 0 17px;
				}
				
				.Save	
				{
					background: url(Images/GeneralSprite.png) no-repeat 0 -289px;
					padding: 0 10px 0 15px;
				}
				
		.DetailFull	
		{
			width: 969px;
			float: left;
			display: inline;
		}
		
		.DetailTitleBlock	
		{
			width: 434px;
			position: absolute;
			top:54px;
			left:50%;
			margin-left: -470px;
			padding: 12px;
			background-color: #fff;
		}
		
		.DetailTitleBlockResults	
		{
			height: 78px;
			position: absolute;
			top: 84px;
			left:50%;
			margin-left: -235px;
		}
			#ContentMap .DetailTitleBlockResults	
			{
				top: 44px;
			}
		
			.DetailTitleBlockResults .ResultsTitleBgLeft	
			{
				width:8px;
				height: 85px;
				float: left;
				display: inline;
				background: url(Images/ResultTitleBgLeft.png) no-repeat;
			}
			
			.DetailTitleBlockResults .ResultsTitleBgWrapper	
			{
				height: 64px;
				float: left;
				display: inline;
				padding: 11px 15px 10px 17px;
				background: url(Images/ResultTitleBgWrapper.png) repeat-x;
			}
			
			.DetailTitleBlockResults .ResultsTitleBgRight	
			{
				width:8px;
				height: 85px;
				float: left;
				display: inline;
				background: url(Images/ResultTitleBgRight.png) no-repeat;
			}
			
		
			.DetailTitleBlockResults h1	
			{
				font-size: 24px;
				color:#000;
				margin:10px 0 5px 0;
				padding:0;
				font-style:italic;
				font-weight: normal;
				font-family: Georgia, Times New Roman, Serif;
			}
		
			.DetailTitleBlock .Photo	
			{
				width: 97px;
				float: left;
				display: inline;
			}
			
			.DetailTitleBlock .Info	
			{
				width: 325px;
				float: left;
				display: inline;
				padding: 0 0 0 10px;
			}
				.DetailTitleBlock .Info	.BasedOnReview
				{
					position: absolute;
					right: 15px;
					top: 44px;
					color: #333;
					font-size: 10px;
				}
				
				.DetailTitleBlock .Info h1 {margin:0 0 10px 0;}
			
			.DetailTitleBlock .Info .BlockTitle	
			{
				font-family: Georgia, Times New Roman, Serif;
				color: #000;
				font-size: 20px;
				font-weight:normal;
				font-style: italic;
				padding: 0 30px 0 0;
				margin: -5px 0 0 0;
				display: block;
			}
			
			.detailTitle	
			{
				font-size: 32px !important;
			}
			
			.DetailTitleBlock .Button	
			{
				width: 170px;
				float: right;
				display: inline;
				padding: 6px 0 0 0;
			}
				.DetailTitleBlock .Button .ActionButtonSmall
				{
					margin-top: 3px;
					float: right;
				}
			
			.DetailTitleBlock .PriceBlock	
			{
				width: 150px;
				float: left;
				display: inline;
				margin: 9px 0 0 0;
			}
			
				.DetailTitleBlock .Rating	
				{
					width: 30px;
					height: 27px;
					font-weight: bold;
					padding: 6px 0 0 5px;
					color:#fff;
					margin: 0 0 0 70px;
					text-align: left;
					background: url(Images/GeneralSprite.png) no-repeat 0 -230px;
					position:absolute;
					right: 10px;
					top: 10px;
				}
			
				.DetailTitleBlock .PriceBlock .Price	
				{
					font-size: 18px;
					color:#00407d;
					font-weight: bold;
				} 
		
			
		.DetailLeft	
		{
			width: 691px;
			float: left;
			display: inline;
			padding:0 10px 0 20px;
		}	
		
			.ClearLayout, .ClearEnvironment, .ClearDescription, .ClearFacilities, .ClearExtraServices
			{
				clear: both;
			}
		
			.PageNavigation	
			{
				padding: 30px 0 30px 0;
				width: 721px;
				float: left;
				display: inline;
			}
			
			.PageContentNavigation
			{
				padding: 0 0 30px 0;
				width: 721px;
				float: left;
				display: inline;
			}
			
				.PageNavigation ul, .PageContentNavigation ul
				{
					width: 721px;
					list-style: none;
					margin: 10px 0 0 0;
					padding:0;
				}
				
				
				.PageNavigation ul li, .PageContentNavigation ul li
				{
					width: 220px;
					float: left;
					display: inline;
					padding: 0 0 0 10px;
					margin: 0 0 8px 0;
					background: url(Images/GeneralSprite.png) no-repeat -496px -227px;
				}
				
				.PageNavigation ul li a, .PageContentNavigation ul li a
				{
					text-decoration: none;
					color:#0855a6;
				}
		
			.HouseIntro	
			{
				width: 455px;
				float: left;
				display: inline;
				color:#000000;
				font-weight: normal;
				font-size: 12px;
				line-height: 24px;
				padding: 0 20px 0 0;
				font-family: Georgia, Times New Roman, Serif;
			}
				#HouseIntroText.Init
				{
					height: 120px;
					overflow: hidden;
				}
					#HouseIntroText.Init .HouseIntroTextLong
					{
						visibility: hidden;
					}
			
			.HouseInfo	
			{
				width: 215px;
				float: left;
				display: inline;
			}
				.HouseInfo table
				{
					width: 215px;
				}
			
				.Odd	
				{
					background-color:#ececec;
					padding:3px 4px 3px 4px;
				}
				
				.OddRight	
				{
					background-color:#ececec;
					text-align: right;
					padding:3px 4px 3px 4px;
				}
				
				.Even	
				{
					background-color:#f6f6f6;
					padding:3px 4px 3px 4px;
				}
				
				.EvenRight	
				{
					background-color:#f6f6f6;
					text-align: right;
					padding:3px 4px 3px 4px;
				}
				
			  .TitleHeader	
			  {
				height: 30px;
				width: 691px;
				float: left;
				display: inline;
				background: url(Images/GeneralSprite.png) repeat-x left -334px;
				margin:20px 0 0 0;
			  }
			  
				.TitleHeader .Title	
				{
					font-family: Georgia, Times New Roman, Serif;
					color: #fff;
					font-style:italic;
					font-size: 16px;
					width: 565px;
					padding: 5px 0 0 10px;
					float: left;
					display: inline;
				}
				
				.TitleHeader .BackToTop	
				{
					width: 106px;
					padding: 7px 10px 0 0;
					float: right;
					display: inline;
					text-align: right;
				}
				
					.BackToTop	a	
					{
						padding: 0 0 0 15px;
						margin: 0 0 8px 0;
						color: #fff;
						text-decoration: none;
						background: url(Images/GeneralSprite.png) no-repeat left -367px;
					}
					
			     .DetailContent	
				  {
					width: 691px;
					float: left;
					display: inline;
					padding: 10px 0 50px;
				  }
					.Service
					{
						margin:0 20px 0 0;
						width:217px;
						float:left;
					}
					.Service.Last
					{
						margin:0;
					}
					.Service img
					{
						margin-bottom:15px;
						border:none;
					}
				  
					.DetailContent p, .DetailRight p
					{
						margin: 0;
						padding: 0 0 10px 0;
						line-height: 18px;
					}
				  
					.SubTitle	
					{
						margin-bottom: 3px;
						color: #ca6006;
						font-size: 14px;
						font-weight: bold;
						min-height:30px;
					}
					
					.RoomName
					{
						font-size: 12px;
						font-weight: bold;
						color: #003f7d;
						text-align: center;
						padding-bottom: 8px;
					}

					.ComparableHouses p
					{
						width: 217px;
						white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
						word-wrap: break-word; /* Internet Explorer 5.5+ */		
					}				
						
					
						.SubTitleBlue
						{
							margin-bottom: 9px;
							color: #0050a3;
							font-size: 14px;
							font-weight: bold;
						}
				  
					.HouseDetailPhoto	
					{
						border: #676767 1px solid;
						margin-top: 20px;
						width: 333px;
						height: 249px;
						text-align: center;
						vertical-align: middle;
						overflow: hidden;
					}
						.HouseDetailPhoto img
						{
							border: none;
						}
					.HouseDetailPhotoDesc	
					{
						width: 333px;
						padding-top: 10px;
					}
					
					.HouseDetailVideo
					{
						padding-top: 20px;
					}

					.PlusOrange, .MinusOrange
					{
						margin: 5px 2px 20px 0;
						padding-left: 17px;
						color: #ca6006;
						font-size: 13px;
						font-weight: bold;
						text-decoration: none;
						float: right;
					}
						.PlusOrange
						{
							background: url(Images/Hover.png) no-repeat 0 3px;
						}
						.MinusOrange
						{
							background: url(Images/Hover.png) no-repeat 0 -18px;
						}
					
					.LayoutLeft	
					{
						width: 454px;
						float: left;
						display: inline;
						padding: 0 20px 0 0;
					}
					
						.ButtonBar	
						{
							padding: 0 0 30px 0;
						}
					
						.LayoutLeft	p
						{
							margin:0;
							padding:0 0 10px 0;
							white-space: pre-wrap;       /* css-3 */
							white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
							white-space: -pre-wrap;      /* Opera 4-6 */
							white-space: -o-pre-wrap;    /* Opera 7 */
							word-wrap: break-word;       /* Internet Explorer 5.5+ */

						}
					
					.LayoutRight	
					{
						width: 217px;
						float: left;
						display: inline;
					}
					
					.PropertiesTable 
					{
						width: 100%;
					}
					
						.PropertiesTable ul
						{
							list-style: none;
							margin:0;
							padding:0;
						}
						
						.PropertiesTable ul li
						{
							padding-top: 5px;
						}
							.PropertiesTable ul li sup
							{
								bottom: 1ex;
								height: 0;
								line-height: 1;
								vertical-align: baseline;
								_vertical-align: bottom;
								position: relative;
							}
					
					.PropertiesTable tr td	
					{
						border-bottom: #cccccc 1px solid;
						padding: 10px 0 10px 0;
						vertical-align: middle;
					}
					
						.PropertiesTable tr td.SubTitleTableProp	
						{
							padding: 14px 0 10px 0;
							color:#0050a3;
							font-weight: bold;
							width: 170px;
							font-size: 14px;
							vertical-align: top;
						}
		
		.DetailRight	
		{
			width: 247px;
			float: left;
			display: inline;
		}
			.DetailRight .ShareTwitter
			{
				padding: 10px 20px;
			}	
			.DetailRight .ShareFacebook
			{
				padding: 0 20px 10px;
			}
			.DetailRight .SharePlusOne
			{
				padding: 0 20px;
			}
			.DetailRight .ClickOutDetail
			{
				padding: 20px;
				line-height: 18px;
			}

#FooterWide	
{
	width: 100%;
	background: #1370b5 url(Images/FooterBg.jpg) repeat-x;
}

	#Footer	
	{
		width: 969px;
		margin: auto;
		padding: 20px 0 20px 0;
	}
	
		#Footer	.Left	
		{
			float: left;
			display: inline;
			width: 623px;
			padding: 0 0 0 20px;
		}
		#Footer	.FooterDestinations
		{
			width: 447px;
			float: left;
			display: inline;
			padding: 0 0 0 20px;
		}
			#Footer	.FooterDestinations li
			{
				width: 139px;
			}
		#Footer	.FooterSocialMedia
		{
			width: 130px;
			float: left;
			display: inline;
			padding: 0;
		}
			#Footer	.FooterSocialMedia img
			{
				margin-top: 7px;
			}
		#Footer	.Right	
		{
			float: left;
			display: inline;
			width: 326px;
			padding: 0 20px 0 0;
			margin: 0 0 0 20px;
		}
			#Footer	h3
			{
				margin: 5px 0 5px 0;
				color:#fff;
			}
			#Footer	p
			{
				margin: 5px 0 15px 0;
				padding: 0;
			}
			#Footer	a
			{
				color: #FFFFFF;
			}
			#Footer	img
			{
				border: none;
			}
			.Block	
			{
				padding: 0 0 25px 0;
				float: left;
				display: inline;
				width: 100%;
			}
			
			.Block ul	
			{
				list-style: none;
				margin: 10px 0 10px 0;
				padding: 0;
			}
			
			.Block ul li	
			{
				margin: 0;
				padding: 0;
				width: 145px;
				float: left;
				display: inline;
				padding: 0 0 8px 10px;
				background: url(Images/GeneralSprite.png) no-repeat -496px -645px;
			}
			.Block ul.FooterFaqList li
			{
				display: block;
				float: none;
				width: auto;
			}
			
			.Block ul.Theme li	
			{
				width: 153px;
			}
			
			.Block ul li a	
			{
				text-decoration: none;
				color: #fff;	
			}
			.Block a.FacebookLike
			{
			    display:block;
			    text-align:center;
			}
			.Block ul li.ShowAll a
			{
				text-decoration: none;
			}
			
			#Footer	.Block .Left	
			{
				width: 250px;
				padding: 5px 20px 0 0;
				float: left;
				display: inline;
				color:#fff;
			}
			
			#Footer	.Block .Right	
			{
				width: 310px;
				padding: 5px 0 0 0;
				float: left;
				display: inline;
				color: #fff;
			}
			#Footer	.Block .Left ul, #Footer .Block .Right ul
			{
				padding-top: 0;
				margin: 0 0 20px 0;
			}
			
			#Footer .Title
			{
				font-size: 20px;
				font-weight: normal;
				font-style:italic;
				color:#fff;
				font-family: Georgia, Times New Roman, Serif;
				padding: 0 0 7px 0;
				background: url(Images/DottedWhite.gif) repeat-x bottom;
			}
			#Footer .DottedLineFooter
			{
				margin: 20px 0 0 0;
				height: 1px;
				font-size: 1px;
				overflow: hidden;
				background: url(Images/DottedWhite.gif) repeat-x bottom;
			}
			#Footer .SubLeft
			{
				width: 155px;
				float: left;
				display: inline;
			}
			#Footer .SubRight
			{
				width: 135px;
				float: right;
				display: inline;
			}
			#ForOwners
			{
				margin-right: -20px;
				width: 175px;
			}
			#ForOwners li
			{
				width: 165px;
			}
			
			#FooterWhyMicazu
			{
				margin: 0 0 0 20px;
				width: 300px;
				float: left;
				display: inline;
			}
				#FooterWhyMicazu ul
				{
					list-style: none;
					margin: 10px 0 10px 0;
					padding: 0;
				}
				#FooterWhyMicazu li
				{
					margin: 0;
					color: #fff;
					float: left;
					display: inline;
					padding: 0 0 8px 15px;
					width: 180px;
					background: url(Images/GeneralSprite.png) no-repeat 0 -1156px;
				}
		.FooterPress
		{
			margin-top: 15px;
		}
			.FooterPress ul
			{
				width: 270px !important;
			}
			.FooterPress li
			{
				width: 260px !important;
				padding: 0 0 8px 10px !important;
				background: url(Images/GeneralSprite.png) no-repeat -496px -645px !important;
			}
		#Partners
		{
			margin: 17px auto 30px;
			width: 930px;
		}
			#Partners .Title
			{
				font-size: 20px;
				font-weight: normal;
				font-style:italic;
				color: #1370b5;
				font-family: Georgia, Times New Roman, Serif;
				padding: 0;
			}

#FooterWideBottom	
{
	width: 100%;
}

#FooterWideBottomMap
{
	position: absolute;
	height: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 0 0 20px;
	background: url(Images/GeneralSprite.png) repeat-x left -485px;
}

	#FooterLanguage	
	{
		width: 929px;
		margin: auto;
		background-color:#fff;
		padding: 10px 20px 10px 20px;
	}
		#FooterWideBottomMap #FooterLanguage
		{
			padding: 10px 0 0;
			left: 0;
			right: 0;
			width: 100%;
			background-color: transparent;
			color: #fff;
		}
	
		#FooterLanguage	.Menu	
		{
			float: left;
			display: inline;
			width: 929px;
		}
		
		#FooterLanguage	.Menu img	
		{
			border: none;
		}
		
		#FooterLanguage	.Menu a	
		{
			color:#000;
			text-decoration: none;
		}
			.MapFooter #FooterLanguage .Menu a
			{
				color: #fff;
			}
		
		#FooterLanguage	.Language	
		{
			float: right;
			display: inline;
			width: 200px;
		}
		
			#FooterLanguage .Language a
			{
				margin: 0 5px 0 0;
				padding: 0;
			}

.SwitchViewButton	
{
	width:auto;
	height: 17px;
	overflow: visible;
	padding: 3px 10px 0 10px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -94px;
	cursor: hand;
	cursor: pointer;
	text-decoration: none !important;
	border-right: #a8a8a8 1px solid;
	border-left: #a8a8a8 1px solid;
}

.SwitchViewButton:hover
{
	background: url(Images/GeneralSprite.png) no-repeat left -124px;
	color: #fff;
	border-right: #424242 1px solid;
	border-left: #424242 1px solid;
}

.Clear	
{
	clear:both;
}

.IntroCallToAction
{
	height: 71px;
	margin-left: -5px;
	padding: 0 0 0 19px;
	font-size: 22px;
	color: #fff;
	display: block;
	float: left;
	background: url(Images/IntroHomeCallToActionLeft.png) no-repeat left;
	text-decoration: none;
	z-index: 20;
}
	.IntroCallToAction span.InnerBg
	{
		padding: 11px 38px 5px 0;
		display: block;
		height: 55px;
		background: url(Images/IntroHomeCallToAction.png) no-repeat right;
	}
		.IntroCallToAction span.Small
		{
			margin-top: 3px;
			margin-right: -20px;
			font-size: 14px;
			display: block;
			background: none;
		}

.ActionButtonSmall	
{
	width:auto;
	height: 17px;
	overflow: visible;
	padding: 3px 10px 0 10px !important;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -388px;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	line-height: normal;
}
	.ActionButtonSmall input
	{
		border: none;
		background: none;
		color: #fff;
		font-size: 12px;  
		font-weight: bold;
		padding: 0;
		overflow: visible;
	}
	/* Target all Firefox */ 
	@-moz-document url-prefix() { .ActionButtonSmall input { font-family: Sans-Serif; } }

	.PrintButtonSmall	
	{
		width:auto;
		height: 20px;
		overflow: visible;
		padding: 5px 10px 0 10px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		border: none;
		float: right;
		background: url(Images/GeneralSprite.png) no-repeat left -385px;
		cursor: hand;
		cursor: pointer;
		text-decoration: none;
		margin:0 197px 0 0;
	}

.ActionButtonLargest	
{
	height: 22px;
	overflow: visible;
	padding: 5px 9px 0;
	color: #fff;
	font-size: 15px;
	border: none;
	background: url(Images/GeneralSprite.png) no-repeat left -418px;
	cursor: hand;
	cursor: pointer;
	float: right;
	text-decoration: none !important;
	display: block;
	border: #ce8a00 1px solid;
}

.BlueActionButtonSmall
{
	width:auto;
	height: 20px;
	overflow: visible;
	padding: 5px 10px 0 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -452px;
	cursor: pointer;
	text-decoration: none;
}
	span.BlueActionButtonSmall	
	{
		width:auto;
		height: 23px;
		overflow: visible;
		padding: 0;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		border: none;
		float: left;
		background: url(Images/GeneralSprite.png) no-repeat left -452px;
		cursor: pointer;
		text-decoration: none;
	}
		span.BlueActionButtonSmall input
		{
			background: none;
			font-family: Sans-Serif;
			color: #fff;
			padding: 5px 10px 0 10px;
			margin: 0;
			border: none;
			cursor: pointer;
			font-size: 11px;
		}

.GrayActionButtonSmall	
{
	width:auto;
	height: 17px;
	overflow: visible;
	padding: 3px 10px 0 10px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -94px;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.GrayActionButtonSmallDisabled	
{
	width:auto;
	height: 17px;
	overflow: visible;
	padding: 3px 10px 0 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-left: solid 1px #7e7e7e;
	border-right: solid 1px #7e7e7e;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -124px;
	cursor: normal;
	text-decoration: none;
}

.ShowMapResultsButton
{
	height: 39px;
	display: inline;
	position: absolute;
	top: 23px;
	left: 50%;
	margin-left: 273px;
}
	#ContentWide .ShowMapResultsButton
	{
		margin-left: 253px;
	}
	#ContentMap .ShowMapResultsButton
	{
		top: 43px;
	}

	.ShowMapResultsButtonLeft
	{
		height:30px;
		background:url(Images/ShowMapResultsLeft.png) no-repeat;
		float:left;
		padding:9px 7px 0 40px;
		text-decoration:none;
	}
	
		.ShowMapResultsButtonLeft a
		{
			color:#fff;
			text-decoration:none;
			font-size:16px;
		}
	
	.ShowMapResultsButtonRight
	{
		width:9px;
		height:37px;
		background:url(Images/ShowMapResultsRight.png) no-repeat left 1px;
		float:left;
	}
	
#ContentMap .ShowMapResultsButton
{
	height:39px;
	display:inline;
}

	#ContentMap .ShowMapResultsButtonLeft
	{
		height:30px;
		background:url(Images/ShowListResultsLeft.png) no-repeat;
		float:left;
		padding:9px 7px 0 40px;
		text-decoration: none;
	}

.AboutHouseOwner
{
	width: 191px;
	margin: 0 20px 0 10px;
	padding: 16px 13px 13px;
	background-color: #f9f9f9;
}

	.DetailRightTitle
	{
		margin: 0 0 7px;
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		color: #e86511;
	}
	
	.AboutHouseOwnerText
	{
		margin: 7px 0 0;
		display: block;
	}
	
	.AboutHouseOwner ul
	{
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0;
	}	
		.AboutHouseOwner ul li
		{
			padding: 0 0 0 10px;
			margin: 0 0 8px 3px;
			background: url(Images/GeneralSprite.png) no-repeat -496px -227px;
		}	
			.AboutHouseOwner ul li a
			{
				text-decoration: none;
				color:#0855a6;
				white-space: pre-wrap;       /* css-3 should we be so lucky... */
				white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
				white-space: -pre-wrap;      /* Opera 4-6 ?? */
				white-space: -o-pre-wrap;    /* Opera 7 ?? */
				word-wrap: break-word;       /* Internet Explorer 5.5+ */
				_white-space: pre;			 /* IE only hack to re-specify in addition to word-wrap  */
			}
	
	.AboutHouseMemberSince
	{
		margin: 7px 0 0;
		display: block;
	}
	
/** prijzen **/

.DetailContentAvailability
{
	position: relative;
	margin: 0 0 25px;
	padding: 10px 5px;
	background-color: #f9f9f9;
}
	.ExplanationTitle
	{
		margin: 10px 0;
		color: #0050a3;
		font-size: 14px;
		font-weight: bold; 
	}
	.DetailContentAvailability .MonthSlider
	{
		width: 100%;
		font-weight: bold;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	
	.ServiceNavigation	
		{
			padding: 30px 0 30px 0;
			width: 690px;
			float: left;
			display: inline;
		}
		
			.ServiceNavigation ul
			{
				width: 690px;
				list-style: none;
				margin: 10px 0 0 0;
				padding:0;
			}
			
			
			.ServiceNavigation ul li
			{
				width: 210px;
				float: left;
				display: inline;
				padding: 0 0 0 10px;
				margin: 0 0 8px 0;
				background: url(Images/GeneralSprite.png) no-repeat -496px -230px;
			}
			
			.ServiceNavigation ul li a
			{
				text-decoration: none;
				color:#0855a6;
			}
	
	.AvailabilityServices
	{
		width: 690px;
		margin-bottom: 20px;
		border: solid 1px #ccc;
		border-collapse: collapse;
	}
		.AvailabilityServices td
		{
			padding: 0 10px;
			height: 28px;
			border: solid 1px #ccc;
		}
			.AvailabilityServices td.ExtraCostsName
			{
				padding: 0 10px;
			}
			.AvailabilityServices td.ExtraCostsPrice
			{
				padding: 0 10px;
			}
			.AvailabilityServices td.ExtraCostsPriceType
			{
				padding: 0 10px;
			}
			.AvailabilityServices td.ExtraCostsPayment
			{
				padding: 0 10px;
				border-right: none;
			}
			.AvailabilityServices td.ExtraCostsDescription
			{
				padding: 0 10px;
				white-space: nowrap;
				border-left: none;
				text-align: right;
			}
			
				.ExtraCostsPrice .Currency
				{
					float: left;
				}
				.ExtraCostsPrice .Price
				{
					float: right;
				}
		.AvailabilityServices th
		{
			padding: 0 10px;
			height: 30px;
			color: #fff;
			text-align: left; 
			background: #0073c3 url(Images/GeneralSprite.png) repeat-x left -485px;
		}
	.PrintOptions
	{
		position: relative;
		margin: 0 0 20px 0;
		padding: 20px;
		border-bottom: dotted 1px #ccc;
		background: #fff;
	}
		.PrintOptions .Print
		{
			margin: 10px 0 0 4px;
			padding: 0 0 0 19px;
			float: left;
			text-decoration: none;
			color: #000;
		}
		.PrintOptions ul
		{
			margin: 0;
			padding: 0;
			width: 720px;
			list-style: none;
		}
			.PrintOptions ul li
			{
				margin: 0;
				padding: 0;
				width: 240px;
				display: inline;
				float: left;
			}

.PrevButton	
{
	width:auto;
	height: 20px;
	overflow: visible;
	padding: 4px 8px 0 17px;
	color: #fff;
	margin: 0 10px 0 0;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -524px;
	cursor: hand;
	cursor: pointer;
	line-height: normal;
	text-decoration: none !important;
}
	.PrevButton[disabled]
	{
		color: #ccc !important;
		cursor: default;
	}

.NextButton	
{
	width:auto;
	height: 20px;
	overflow: visible;
	padding: 4px 17px 0 8px;
	color: #fff !important;
	margin: 0 0 0 10px;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	float: right;
	background: url(Images/GeneralSprite.png) no-repeat right -550px;
	cursor: hand;
	cursor: pointer;
	line-height: normal;
	text-decoration: none !important;
}
	.NextButton[disabled]
	{
		color: #ccc !important;
		cursor: default;
	}
	
.PriceLegend
{
	padding: 35px 10px;
}

.DetailRight .ExchnageHouses
{
	margin: 20px 20px 0 10px;
	background: #e5f2f9;
	padding: 5px 10px 10px;
}
	.DetailRight .ExchnageHouses .ExchnageHousesTitle
	{
		padding-top: 5px;
		margin-bottom: 10px;
		font-size: 14px;
		color: #006aac;
		font-weight: bold;
		display: block;
	}
	
.ExchangeHousePopup
{
	padding: 20px 10px;
}
	.ExchangeHousePopupTable
	{
		height: auto !important;
		margin-top: 20px;
	}
		.ExchangeHousePopupTable .HeLabel
		{
			color: #0050A3;
			font-weight: bold;
			width: 180px;
		}
			.ExchangeHousePopupTable td
			{
				padding: 5px 0 6px !important;
				background: url(Images/WhiteDotted.gif) repeat-x bottom;
			}

#ReceiptWrapper
{
	position: relative;
	height:990px;
}
    #Receipt
    {
	padding: 0 20px 0 10px;
    }
	.Row1
	{
		position: absolute;
		top: 95px;
	}
	.Row2
	{
		position: absolute;
		top: 320px;
	}
	.Row3
	{
		position: absolute;
		bottom: 0px;
	}
	.Row4
	{
		position: absolute;
		bottom: 0px;
	}
	#Receipt img
	{
		border: solid 1px #999;
	}

	.ReceiptHeader
	{
		margin: 11px 0 17px 0;
		font-size: 20px;
		font-family: Georgia, Times New Roman, Serif;
	}

	.ReceiptTable
	{
		margin-top: 20px;
		width: 100%;
		line-height: 20px;
	}
		#Receipt .First
		{
			border-bottom: solid 1px #ccc;
		}
		.ReceiptTable span
		{
			display: block;
			color: #999;
			padding-left: 15px;
		}
	.ReceiptTotalTable
	{
		margin: 10px 0 15px;
		width: 100%;
		border-top: solid 1px #e86511;
		color: #e86511;
		font-size: 16px;
		font-weight: bold;
	}
		.ReceiptTotalTable td
		{
			padding-top: 8px;
		}
	#Receipt ul.ReceiptProperties
	{
		padding: 0;
		margin: 20px 0;
		list-style: none;
		line-height: 20px;
	}
		#Receipt ul.ReceiptProperties .CheckMark
		{
			color: #44d144;
		}
		
		#Receipt ul.ReceiptProperties .CrossMark
		{
			color: #cb2708;
		}
	#Receipt ul.ReceiptFaq
	{
		list-style: none;
		padding: 5px 0;
		margin: 0;
	}
		#Receipt ul.ReceiptFaq li
		{
			width: 220px;
			padding: 0 0 0 10px;
			margin: 0 0 4px 0;
			background: url(Images/GeneralSprite.png) no-repeat -496px -230px;
		}
			#Receipt ul.ReceiptFaq li a
			{
				text-decoration: none;
				color:#0855a6;
			}
		
		.ReservationRight .ReceiptExtra
		{
			margin: 35px -20px 0 -10px;
			margin-top: 35px;
			background: #e5f2f9;
			padding: 5px 10px 10px;
		}
			.DetailRight .ReceiptExtraTitle
			{
				display: none;
			}
			.ReservationRight .ReceiptExtra .ReceiptExtraTitle
			{
				padding-top: 5px;
				margin-bottom: 10px;
				font-size: 16px;
				color: #006aac;
				font-weight: bold;
				display: block;
			}
				.ReservationRight .ReceiptExtra .Question
				{
					padding-left: 30px;
					background: url(Images/Hover.png) no-repeat 0 -98px;
				}

h1.ReservationHeader
{
	font-size: 35px;
	color:#000;
	margin:0 0 22px 20px;
	padding: 0;
	font-style:italic;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
}
	.BackLinkSmall
	{
		margin: 27px 0 4px 15px;
	}
		.BackLinkSmall a
		{
			color: #000;
			text-decoration: none;
		}

.SecureInfo
{
	margin: 0 20px;
	padding: 17px 0 13px 52px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #e86511;
	line-height: 17px;
	background: url(Images/GeneralSprite.png) no-repeat 10px -1059px;
}
	.SecureInfo .Left
	{
		float: left;
		display: inline;
	}
		.SecureInfo .Left span
		{
			color: #e86511;
		}
	
	.SecureInfo .Right
	{
		float: right;
		display: inline;
	}
		.SecureInfo .Right img
		{
			border: none;
			margin-left: 25px;
			margin-bottom: -2px; 
		}
			
.ReservationLeft
{
	margin: 20px 10px 0 20px;
	width: 691px;
	float: left;
	display: inline;
}
	.ReservationForm
	{
		padding: 16px 20px 20px;
		background: #f9f9f9;
		margin-bottom: 2px;
	}
		.ReservationForm h2, .ThanksBlock h2
		{
			font: normal bold 16px Arial, Helvetica, Sans-serif;
			color: #000;
			margin-bottom: 10px;
			letter-spacing: -1px;
		}
		.ReservationTable
		{
			width: 595px;
		}
			.ErrorMessage
			{
				display: block;
			}
			.ReservationTable td
			{
				padding: 0 0 10px;
			}
			.ReservationTable td label
			{
				width: 100%;
			}
			.ReservationTable table.Split td
			{
				padding: 0;
			}
			.ReservationTable td .InputNormal
			{
				width: 290px;
			}
			.ReservationTable td .InputStreet
			{
				margin-right: 10px;
				width: 178px;
			}
			.ReservationTable td .InputDropDown
			{
				width: 294px;
			}
			.ReservationTable td .InputDropDownSmall
			{
				width: 67px;
			}
			.ReservationTable td .InputHalfShort
			{
				width: 67px;
			}
			.ReservationTable td .InputHalfLong
			{
				width: 204px;
			}
			.InputNotes
			{
				width: 595px;
			}
			.ReservationTable td.FormLabel
			{
				padding: 4px 10px 0 0;
				width: 295px;
				vertical-align: top;
			}
				.RadioButtons
				{
					margin-bottom: -9px;
				}
				.RadioButtons label
				{
					margin: 1px;
					float: left;
					margin-right: 18px;
					width: auto !important;
				}
				.RadioButtons input
				{
					margin-left: -3px;
					float: left;
				}
				
				.CheckBox
				{
					margin-left: -5px;
					width: 100%;
				}
					.CheckBox td
					{
						padding-bottom: 10px;
					}
					.CheckBox label
					{
						padding-left: 5px;
					}
	
	div.Helper
	{
		position: relative;
		float: right;
		margin-top: -3px;
		margin-right: -27px;
	}
		div.Helper.ExtraCosts
		{
			margin-top: 0;
			margin-right: 0;
		}
		div.Helper .ToolTip
		{
			position: absolute;
			left: 0px;
			top: -76px;
			padding-bottom: 10px;
			width: 400px;
			display: none;
			z-index: 200;
			background: url(Images/HelpToolTipBottom.png) no-repeat bottom;
		}
			div.Helper .ToolTip h2
			{
				color: #fff;
				font-family: Georgia, Times New Roman, Serif;
				font-weight: normal;
				font-style: italic;
				padding-top: 10px;
				padding-bottom: 4px;
				font-size: 15px;
				line-height: 17px;
				letter-spacing: normal;
				font-size: 18px;
			}
			div.Helper .ToolTip p
			{
				margin: 0;
				padding: 0 0 1em 0;
				color: #fff;
				font-size: 12px;
				font-family: Arial, Helvetica, Sans-Serif;
				line-height: normal;
			}
			div.Helper .ToolTip .ToolTipInner
			{
				padding: 9px 23px 0 47px;
				min-height: 170px;
				height: auto !important;
				height: 160px;
				background: url(Images/HelpToolTipTop.png) no-repeat top;
			}
				div.Helper .ToolTip .ToolTipInner .HelperImageShadow
				{
					margin: 0.5em 10px 5px 0;
					padding-bottom: 5px;
					float: left;
					width: 133px;
					background: url(Images/ToolTipShadowBottom.png) no-repeat bottom;
				}
					div.Helper .ToolTip .ToolTipInner .HelperImageShadow img
					{
						padding: 3px 5px 0 3px;
						background: url(Images/ToolTipShadowTop.png) no-repeat top;
					}
					
					
		
		div.Helper.ExtraCosts .ToolTip
		{
			position: absolute;
			left: 0px;
			top: -105px;
			top: 0px;
			padding-bottom: 30px;
			width: 320px;
			display: none;
			z-index: 200;
			background: url(Images/HelpTopToolTipBottom.png) no-repeat bottom;
		}
			div.Helper.ExtraCosts .ToolTip h2
			{
				color: #fff;
				font-family: Georgia, Times New Roman, Serif;
				font-weight: normal;
				font-style: italic;
				padding-top: 10px;
				padding-bottom: 4px;
				font-size: 15px;
				line-height: 17px;
				letter-spacing: normal;
				font-size: 18px;
			}
			div.Helper.ExtraCosts .ToolTip p
			{
				margin: 0;
				padding: 0 0 1em 0;
				color: #fff;
				font-size: 12px;
				font-family: Arial, Helvetica, Sans-Serif;
				line-height: normal;
			}
			div.Helper.ExtraCosts .ToolTip .ToolTipInner
			{
				padding: 9px 23px 0 27px;
				min-height: 72px;
				height: auto !important;
				height: 72px;
				text-align: left;
				white-space: normal;
				background: url(Images/HelpTopToolTipTop.png) no-repeat top;
			}
					
					
		
					
		div.Helper .HelpIcon
		{
			position: absolute;
			top: 6px;
			right: 3px;
			width: 12px;
			height: 12px;
			display: block;
			background: url(Images/Hover.png) no-repeat 0 -212px;
		}
			div.Helper.ExtraCosts .HelpIcon
			{
				right: 0;
			}
		div.Helper .HelpIcon:hover
		{
			background: url(Images/Hover.png) no-repeat 0 -200px;
		}
			div.Helper .HelpIcon span
			{
				display: none;
			}
	.ThanksBlock
	{
		padding: 16px 20px 20px;
		margin-bottom: 70px;
		background: #e5f2f9;
	}
		.ThanksBlock p
		{
			line-height: 20px;
		}
		.ThanksBlock a.email
		{
			font-weight: bold;
			color: #0050a3;
			text-decoration: none;
		}
			.PrintReservation
			{
				padding: 2px 10px 0 20px;
				font-weight: bold;
				color: #FFF;
				text-decoration: none;
				height: 18px;
				display: block;
				float: left;
				background: url(Images/GeneralSprite.png) no-repeat left -717px;
			}
			.TipHeader
			{
				font: normal bold 16px Arial, Helvetica, Sans-serif;
				color: #007ec3;
				margin: 10px 0;
				letter-spacing: -1px;
			}

.ReservationRight
{
	margin: 20px 0 0;
	width: 247px;
	float: left;
	display: inline;
}
	.ReservationRight .AboutHouseOwner
	{
		background: none;
		width: 186px;
		background: #E5F2F9;
	}
		.ReservationRight .AboutHouseOwner .AboutHouseOwnerText
		{
			display: none;
		}
		.ReservationRight .AboutHouseOwner .ReceiptExtra
		{
			background-color: transparent;
			margin-top: 0;
		}

.SeperatorDottedSmall	
{
	margin: 8px 0 0 0;
	width: 220px;
	height: 1px;
	line-height: 1px;
	background: url(Images/DottedLine.gif) repeat-x;
}

.SavedHouseTitleBlock
{
	position: fixed;
	_position: absolute; /*IE6 hack*/
	top: 24px;
	left: 27px;
	z-index: 800;
}

.SavedHouseTitle
{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-style: italic;
	float: left;
	display: inline;
}
	.DeleteSavedHouses
	{
		margin: 20px 0 0 10px;
		float: left;
	}
		.DeleteSavedHouses a
		{
			color: #000;
		}
		
	.SavedHouseLabels
	{
		position: fixed;
		_position: absolute; /*IE6 hack*/
		overflow: auto;
		height: 100%;
		top: 140px;
		left: 0;
		z-index: 1000;
		padding: 27px 0 0 50px;
		width: 200px;
		background: #fff;
	}
	.SavedHousesScroll
	{
		position: absolute;
		top: 100px;
		left: 250px;
	}
	
	.NoSavedHouses
	{
		position:absolute;
		z-index:2000;
		top:100px;
		left:32px;
	}
	
		.moveBoxBg	
		{
			position: relative;
			height: 18px;
			padding: 2px 0 0 5px;
			margin: 0 10px 5px 10px;
			background: url(Images/GeneralSprite.png) no-repeat left -747px;
		}
			.RadDock .rdContent
			{
				overflow: visible !important;
			}
			.DeleteSavedHouse
			{
				/*float: right;
				margin-right: 14px;
				margin-top: -14px;*/
				position: absolute;
				top: -22px;
				right: 15px;
				z-index: 900;
			}
				.DeleteSavedHouse img
				{
					border: none;
				}
		.Divider
		{
			padding-top: 10px;
			height: 20px;
			width: 238px;
			border-bottom: solid 1px #007ec3;
		}
		.DividerLabel
		{
			position: relative;
			padding-top: 10px;
			height: 20px;
			border-bottom: solid 1px #007ec3;
		}
			.DividerLabel .Collapse
			{
				position: absolute;
				left: -18px;
				margin-top: 3px;
				padding-left: 18px;
				font-size: 14px;
				font-weight: bold;
				color: #0050a3;
				text-decoration: none;
				display: block;
				background: url(Images/Hover.png) no-repeat 0 -272px;
			}
			.DividerLabel .Collapsed
			{
				position: absolute;
				left: -18px;
				margin-top: 3px;
				padding-left: 18px;
				font-size: 14px;
				font-weight: bold;
				color: #0050a3;
				text-decoration: none;
				display: block;
				background: url(Images/Hover.png) no-repeat 0 -249px;
			}
		.HouseGeneralInfo
		{
			position: relative;
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 0 10px;
			height: 120px;
		}
			.HouseGeneralInfo h2
			{
				padding-top: 7px;
				font-style: normal;
				color: #000;
			}
			.HouseGeneralInfo .BlueActionButtonSmall
			{
				position: absolute;
				bottom: 20px; 
			}
		.HouseFoto
		{
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 20px 10px 10px;
			height: 180px;
		}
		.HouseHouse
		{
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 4px 0 5px 0;
			
		}
		.HouseHouseLabel
		{
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 4px 0 5px 0;
		}
			.HouseHouse .Row
			{
				padding: 0 10px 2px 10px;
				height: 48px;
				border-bottom: solid 1px #ccc;
			}
			.HouseHouseLabel .Row
			{
				padding: 0 0 2px 0;
				height: 48px;
				border-bottom: solid 1px #ccc;
			}
			.HouseHouse .RowLatest
			{
				height: 148px;
				padding: 50px 10px 2px 10px;
			}
			.HouseHouseLabel .RowLatest
			{
				height: 198px;
				padding: 0 0 2px 0;
			}
				.HouseHouse .Row span, .HouseHouseLabel .Row span
				{
					display: block;
					line-height: 25px;
					height: 25px;
				}
				.HouseHouse .RowLatest span, .HouseHouseLabel .RowLatest span
				{
					display: block;
					line-height: 25px;
				}			
				
			.HouseHouse .UserComment
			{
				position: relative;
				padding: 8px 20px 0;
				width: 177px;
				height: 128px;
				font-family: Georgia, Times New Roman, Serif;
				font-style: italic;
				font-size: 14px;
				color: #fff;
				line-height: normal;
				background: url(Images/GeneralSprite.png) no-repeat left -777px;
				margin: 0;
			}
				.HouseHouse .UserComment span
				{
					position: absolute;
					left: 20px;
					bottom: 15px;
					font-family: Arial, Helvetica, Sans-Serif;
					font-weight: bold;
					font-style: normal;
					font-size: 12px;
				}
		.HouseLocation
		{
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 20px 10px 10px 0;
			margin: 0 0 0 0;
			height: 185px;
			width:197px;
		}
			 .HouseLocationLabel
			 {
				padding: 4px 0 5px 0;
				height: 206px;
			 }
		.HouseRating
		{
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 4px 0 5px 0;
		}
		.HouseRatingLabel
		{
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 4px 0 5px 0;
		}
			.HouseRating .RowFirst
			{
				padding: 7px 10px 2px 0;
				height: 60px;
			}
			.HouseRatingLabel .RowFirst
			{
				padding: 7px 0 2px 0;
				height: 60px;
			}
			.HouseRating .Row
			{
				padding: 0 10px 2px 10px;
				border-top: solid 1px #ccc;
			}
			.HouseRatingLabel .Row
			{
				padding: 0 0 2px 0;
				border-top: solid 1px #ccc;
			}
				.HouseRatingLabel .RowFirst span, .HouseRating .RowFirst span, .HouseRatingLabel .Row span, .HouseRating .Row span
				{
					display: block;
					line-height: 25px;
				}
					.HouseRating .Row span span
					{
						margin-left: 3px;
						display: inline;
						color: #999;
					}
			.HouseRating .Rating	
			{
				width: 30px;
				height: 29px;
				font-weight: bold;
				padding: 6px 0 0 5px;
				color: #fff;
				margin: 0;
				text-align: left;
				background: url(Images/GeneralSprite.png) no-repeat left -230px;
			}
			
		.HouseLayout
		{
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 4px 0 5px 0;
		}
		.HouseLayoutLabel
		{
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 4px 0 5px 0;
		}
			.HouseLayout .Row
			{
				padding: 0 10px 2px 10px;
				border-bottom: solid 1px #ccc;
			}
			.HouseLayoutLabel .Row
			{
				padding: 0 0 2px 0;
				border-bottom: solid 1px #ccc;
			}
				.HouseLayoutLabel .Row span, .HouseLayout .Row span
				{
					display: block;
					line-height: 25px;
				}
				.HouseLayout .Row span
				{
					font-weight: bold;
				}
				.HouseLayoutLabel .Row span
				{
					font-weight: normal;
				}
				.HouseLayout .Row span.NotAvail
				{
					color: #999;
					font-weight: normal;
				}
					.HouseLayout .Row span .Checked
					{
						display: inline;
						color: #44D144;
						position:relative;
						top:-2px;
						padding-right: 3px;
					}
					.HouseLayout .Row span.NotAvail .Checked
					{
						visibility: hidden;
					}
			.HouseLayout .BlueActionButtonSmall
			{
				margin: 20px 0 0 10px;
			}
		.SavedHousesScroll .rdLeft, .SavedHousesScroll .rdRight, .SavedHousesScroll .rdCommands
		{
			display: none;
		}
		.SavedHousesScroll .RadDockZone
		{
			padding: 0;
		}

.ResultsListButtonActive
{
	width:auto;
	height: 16px;
	overflow: visible;
	padding: 2px 10px 0 25px;
	color: #fff !important;
	margin: 0 0 0 10px;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -915px;
	cursor: hand;
	cursor: pointer;
	line-height: normal;
	text-decoration: none !important;
	border: #7e7e7e 1px solid;
}

.ResultsListButtonInactive
{
	width:auto;
	height: 16px;
	overflow: visible;
	padding: 2px 10px 0 25px;
	color: #333 !important;
	margin: 0 0 0 10px;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -943px;
	cursor: hand;
	cursor: pointer;
	line-height: normal;
	text-decoration: none !important;
	border: #dadada 1px solid;
}

.ResultsMapButton
{
	width:auto;
	height: 16px;
	overflow: visible;
	padding: 2px 10px 0 25px;
	color: #333 !important;
	margin: 0 0 0 10px;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -1018px;
	cursor: hand;
	cursor: pointer;
	line-height: normal;
	text-decoration: none !important;
	border: #dadada 1px solid;
}

.ResultsPhotoButtonActive
{
	width:auto;
	height: 16px;
	overflow: visible;
	padding: 2px 10px 0 25px;
	color: #fff !important;
	margin: 0 0 0 10px;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -971px;
	cursor: hand;
	cursor: pointer;
	line-height: normal;
	text-decoration: none !important;
	border: #7e7e7e 1px solid;
}

.ResultsPhotoButtonInactive
{
	width:auto;
	height: 16px;
	overflow: visible;
	padding: 2px 10px 0 25px;
	color: #333 !important;
	margin: 0 0 0 10px;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	float: left;
	background: url(Images/GeneralSprite.png) no-repeat left -999px;
	cursor: hand;
	cursor: pointer;
	line-height: normal;
	text-decoration: none !important;
	border: #dadada 1px solid;
}

#ContentMap
{
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 30px;
	overflow: hidden;
}

	.MapResultsFull
	{
		height: 100%;
		width: 100%;
	}

	.MapResultsHeader
	{
		width: 100%;
		height: 208px;
		border-bottom: #00407d 1px solid;
	}
	
	.MapResultsHeaderHome
	{
		width: 100%;
		height: 208px;
		border-bottom: #00407d 1px solid;
		background: url(Images/Homemap.jpg) repeat-x center;
		cursor: pointer;
	}
	
	.MapResultsPopup
	{
		width: 100%;
		height: 500px;
	}
	
	.StartUpPopUp
	{
		position: absolute;
		margin-left: -204px;
		top: 30%;
		left: 50%;
		z-index: 701;
		width: 407px;
		padding: 0 0 16px 0;
		background: url(Images/MapViewPopupBottom.png) no-repeat left bottom;
	}
		.StartUpPopUpInner
		{
			padding: 16px 21px 0 21px;
			background: url(Images/MapViewPopupTop.png) no-repeat left top;
		}
		
	.NoResultsPopup
	{
		position: absolute;
		margin-left: -237px;
		top: 130px;
		left: 50%;
		z-index: 100;
		width: 407px;
		padding: 0 0 16px 0;
		background: url(Images/MapViewPopupBottom.png) no-repeat left bottom;
	}
		.NoResultsPopupInner
		{
			padding: 26px 21px 0 21px;
			background: url(Images/MapViewPopupTopArrow.png) no-repeat left top;
		}
			.StartUpPopUpInner .CloseBtn, .NoResultsPopup .CloseBtn
			{
				cursor: pointer;
				float: right;
			}
			
			.StartUpPopUpInner .Title, .NoResultsPopup .Title
			{
				font-family: Georgia, Times New Roman, Sans-Serif;
				font-size: 20px;
				color: #fff; 
			}
			.StartUpPopUpInner p, .NoResultsPopup p
			{
				color: #fff;
				line-height: 21px;
			}
			.StartUpPopUpInner .ActionButtonSmall, .NoResultsPopup .ActionButtonSmall
			{
				float: right;
				margin: 0 5px -3px 0;
			}
	
	.StartUpOverlay
	{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: #fff;
		opacity: 0.8;
		filter: alpha(opacity=80);
		z-index: 500;
	}
	
	#ContentMap .DetailTitleBlockResults h1
	{
		font-size: 24px;
	}
	
	#ContentMap .MapFilterBlockResults	
	{
		height: 30px;
		position: absolute;
		top: 134px;
		left: 50%;
		margin-left: -235px;
	}
	
		#ContentMap .MapFilterBlockResults .MapFilterBgLeft	
		{
			width:8px;
			height: 30px;
			float: left;
			display: inline;
			background: url(Images/ResultPathBgLeft.png) no-repeat;
		}
		
		#ContentMap .MapFilterBlockResults .MapFilterBgWrapper	
		{
			height: 18px;
			float: left;
			display: inline;
			padding: 7px 0 5px 0;
			background: url(Images/ResultPathBgWrapper.png) repeat-x;
		}
		
		#ContentMap .MapFilterBlockResults .MapFilterBgRight
		{
			width:8px;
			height: 30px;
			float: left;
			display: inline;
			background: url(Images/ResultPathBgRight.png) no-repeat;
		}
		#ContentMap .FilterViewOption	
		{
			color: #275c91;
		}
			#ContentMap .MapFilterBgWrapper .DeleteButton	
			{
				margin: 0 0 0 5px;
				vertical-align: middle;
			}
	.MapFilterBlockMap
	{
		margin-top: 12px;
		width: 197px;
		height: 350px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.MapFilterBlock
	{
		margin-top: 12px;
		width: 197px;
	}
			.MapFilterBlockWrapper .MapFilterCatHead
			{
				margin: 12px 0 5px 0;
				display: block;
				padding-left: 15px;
				color: #000;
				font-weight: bold;
				text-decoration: none;
				background: url(Images/Hover.png) no-repeat 0 -47px;
			}
			
			.MapFilterBlockWrapper .MapFilterCollapsable
			{
				margin: 0 0 10px 0;
				padding: 0 0 0 15px;
				list-style: none;
			}
				.MapFilterBlockWrapper .MapFilterCollapsable li
				{
					margin: 0;
					padding: 0 0 3px;
				}
					li a.MapFilterShowMore, li a.FilterShowMore
					{
						padding-left: 14px;
						text-decoration: underline !important;
						color: #000;
						background: url(Images/Hover.png) no-repeat 0 -47px;
					}
					li a.MapFilterShowMore, li a.FilterShowLess
					{
						padding-left: 14px;
						text-decoration: underline !important;
						color: #000;
						background: url(Images/Hover.png) no-repeat 0 -65px;
					}
		
	.MapViewLegendaContainer
	{
		position: absolute;
		bottom: 0;
		right: 65px;
		overflow: hidden;
		width: 430px;
	}
		.MapViewLegenda
		{
			background: url(Images/MapViewLegendaBg.png) no-repeat;
			padding: 8px 12px 10px 12px;	
		}
			.MapViewLegenda .LegendaHead
			{
				font-size: 13px;
				color: #fff;
				font-weight: bold;
				float: left;
			}
			.MapViewLegenda .CloseLegenda
			{
				padding: 0 0 0 14px;
				float: right;
				color: #fff;
				text-decoration: underline;
				background: url(Images/Hover.png) no-repeat 0 -356px;
			}
				.MapViewLegenda .Closed
				{
					float: right;
					color: #fff;
					text-decoration: underline;
					background: url(Images/Hover.png) no-repeat 0 -346px;
				}
				.MapViewLegendaBlock
				{
					margin: 10px 0 0;
				}
					.MapViewLegendaBlock ul
					{
						list-style: none;
						margin: 7px 0 0 0;
						padding:0;
					}
						.MapViewLegendaBlock ul li
						{
							width: 135px;
							padding-bottom: 3px;
						}
						.LegendaNearbyPointList ul
						{
							width: 310px;
						}
						.LegendaNearbyPointList li
						{
							float: left;
							display: inline;
						}
				
				.MapViewLegendaList td
				{
					width: 135px;
					padding-bottom: 2px;
				}
					.MapViewLegendaList td.LegendaNearbyPointList
					{
						width: 310px;
					}
					.MapViewLegendaList input
					{
						margin: 0;
						padding: 0;
						width: 13px;
						height: 13px;
						float: left;
						display: inline;
					}
					.MapViewLegendaList label
					{
						float: left;
						display: inline;
						padding-left: 5px;
						font-size: 11px;
					}
						.MapViewLegendaList label img
						{
							margin-right: 3px;
						}
					
	.MapViewFilerContainer
	{
		position: absolute;
		top: 100px;
		left: 0;
	}

.ComparableHouses
{
	width: 928px;
}

.ComparableHouse
{
	margin: 10px 20px 0 0;
	width: 217px;
	float: left;
	display: inline;
	white-space: break-word;
}

.ComparableHouse p
{
	min-height: 230px;
	height: 230px;
	height: auto !important;
}
	.Last
	{
		margin-right: 0;
	}
	.ComparableHouse img
	{
		margin-bottom: 9px;
	}
	
.Guestbook
{
	padding: 6px 30px 0 10px;
}
	.GuestbookAuthor
	{
		margin: -5px 0 23px;
		font-family: Georgia, Times New Roman, Serif;
		font-size: 14px;
		font-style: italic;
		color: #e86511;
		text-align: right;
	}
	.GuestbookAuthorLeft
	{
		margin: -5px 0 23px;
		font-family: Georgia, Times New Roman, Serif;
		font-size: 14px;
		font-style: italic;
		color: #e86511;
		text-align: left;
	}
		.Guestbook .BlueActionButtonSmall
		{
			float: right;
		}
.GuestbookPopup
{
	padding: 10px 0 0 10px;
	width: 736px;
	background: #fff;
	background-color: #FFF;
	overflow: auto;
	position: relative;
	height: 479px;
}
	.GuestbookPopup .SubTitleTable	
	{
		font-size: 14px;
		font-weight: bold;
		color: #0050a3;
	}
	.GuestbookPopup .BlueActionButtonSmall
	{
		float: right;
	}
	.GuestbookPopup .CloseBtn
	{
		cursor: pointer;
		color: #000;
	}
	.GuestbookPopup .Cancel	
	{
		float: right;
		margin: 5px 10px 0 0;
		color: #000;
	}
	.GuestbookForm
	{
		padding: 0 10px;
	}
	.GuestbookForm .InputNormal
	{
		width: 290px;
	}
	.GuestbookForm .InputDropDown
	{
		width: 294px;
	}
	.GuestbookForm .InputText
	{
		width: 290px;
		height: 100px;
	}
	.GuestbookForm .FieldTableText
	{
		padding-top: 5px;
		width: 215px;
		height: 25px;
		vertical-align: top;
	}
	.GuestbookPopup .DetailRightTitle
	{
		margin: 10px 0 10px 10px;
	}
	

.BackgroundOverlfow
{
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1000;
	opacity: 0.35;
	filter: alpha(opacity=35);
	display: none;
}
		
.EnviromentLeft
{
	margin-top: 25px;
	width: 315px;
	float: left;
	display: inline;
}
	.EnviromentLeft img
	{
		float: left;
		display: inline;
	}
	.EnviromentLeft	.EnviromentTitle
	{
		margin: 0 10px;
		width: 209px;
		font-family: Georgia, Times New Roman, Serif;
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
		color: #e86511;
		float: left;
		display: inline;
	}
	.EnviromentLeft ol
	{
		margin: 14px 0 6px 28px;
		padding: 0;
		list-style-position: outside;
		font-size: 16px;
		font-weight: bold;
		color: #ca6006;
	}
		.EnviromentLeft ol li
		{
			margin-bottom: 2px; 
		}
			.EnviromentLeft ol span
			{
				font-size: 12px;
				color: #000;
				font-weight: normal;
				list-style-type: decimal;
			}

.EnviromentRight
{
	margin-top: 25px;
	width: 376px;
	float: left;
	display: inline;
}

.AddRatingPopup
{
	padding: 10px 0 0 10px;
	width: 720px;
	background: #fff;
	background-color: #FFF;
}
	.AddRatingPopup .SubTitleTable	
	{
		font-size: 14px;
		font-weight: bold;
		color: #0050a3;
	}
	.AddRatingPopup .BlueActionButtonSmall
	{
		float: right;
	}
	.AddRatingPopup .CloseBtn
	{
		cursor: pointer;
	}
	.AddRatingPopup .Cancel	
	{
		float: right;
		margin: 5px 10px 0 0;
		color: #000;
	}
	.AddRatingPopup .InputText
	{
		width: 290px;
		height: 100px;
	}
	.AddRatingPopup .FieldTableText
	{
		padding-top: 5px;
		width: 215px;
		height: 25px;
		vertical-align: top;
	}

.DetailRight .HouseRating
{
	position: relative;
	margin: 22px 0 0 10px;
	padding: 0 10px;
	width: 197px;
}
	
	.DetailRight .HouseRating .ArrowLeft
	{
		position: absolute;
		top: 93px;
		left: 1px;
		width: 18px;
		height: 18px;
		display: block;
		background: url(Images/ArrowLeftRight.png) left -28px;
		z-index: 100;
	}
	.DetailRight .HouseRating .ArrowRight
	{
		position: absolute;
		top: 93px;
		right: 1px;
		width: 18px;
		height: 18px;
		display: block;
		background: url(Images/ArrowLeftRight.png) left top;
		z-index: 100;
	}
	
	.DetailRight .HouseRating .HeaderRelative
	{
		padding: 4px 15px 0 10px;
		height: 19px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		background: #f68d01;
		text-align: left;
	}
	
	.DetailRight .HouseRating .Comments
	{
		width: 197px;
	}
	
	.DetailRight .HouseRating .CommentsHolder
	{
		width: 197px;
	}
	
	.DetailRight .HouseRating .CommentsHolder .Odd	
	{
		background-color:#fac680;
		border-bottom: #fff 1px solid;
		padding-left: 10px;
		float: left;
		width: 183px;
	}	
	
	.DetailRight .HouseRating .CommentsHolder .Even	
	{
		background-color:#fcd7a6;
		border-bottom: #fff 1px solid;
		padding-left: 10px;
		float: left;
		width: 183px;
	}
	
	.DetailRight .HouseRating .CommentsHolder .Left	
	{
		display: inline;
		float: left;
		width: 150px;
		padding: 0 10px 0 0;
	}
	
	.DetailRight .HouseRating .CommentsHolder .Right	
	{
		display: inline;
		float: left;
		width: 18px;
		text-align: right;
	}
	
	.DetailRight .HouseRating .Comment
	{
		width: 167px;
		background: #fcd7a6;
		padding: 11px 15px 12px;
		height: 155px;
		line-height: 16px;
		float: left;
		display: inline;
	}
	
		.DetailRight .HouseRating .Comment .CommentRating
		{
			display: none;
		}
		
		.Comment a
		{
			text-decoration: none;
			color: #000;
			text-transform: lowercase;
		}
	
	.DetailRight .HouseRating .HeaderRelative
	{
		position: relative;
	}
	.DetailRight .HouseRating .AverageRating
	{
		position: absolute;
		top: -34px;
		right: -25px;
		width: 49px;
		height: 41px;
		padding: 13px 5px 0 0;
		font-size: 20px;
		text-align: center;
		color: #fff;
		background: url(Images/AverageRatingBg.png);
		
	}
	
	.ReviewOverview	
	{
		float: left;
		display: inline;
		width: 650px;
		margin: 0 0 0 10px;
	}
	
	.ReviewOverview .HeaderRelative
	{
		position: relative;
		padding: 4px 15px 0 10px;
		height: 19px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		background: #f68d01;
		text-align: left;
		margin: 50px 0 0 0;
		width: 650px;
	}
	.ReviewOverview .AverageRating
	{
		position: absolute;
		top: -34px;
		right: 0px;
		width: 49px;
		height: 41px;
		padding: 13px 5px 0 0;
		font-size: 20px;
		text-align: center;
		color: #fff;
		background: url(Images/AverageRatingBg.png);
	}
	
	.ReviewOverview .HeaderRight
	{
		width: 180px;
		float: left;
		display: inline;
	}
	
	.ReviewOverview .HeaderRight .Odd	
	{
		background-color:#fac680;
		border-bottom: #fff 1px solid;
		padding-left: 10px;
		float: left;
		width: 661px;
	}	
	
	.ReviewOverview .HeaderRight .Even	
	{
		background-color:#fcd7a6;
		border-bottom: #fff 1px solid;
		padding-left: 10px;
		float: left;
		width: 661px;
	}
	
	.ReviewOverview .HeaderRight .Left	
	{
		display: inline;
		float: left;
		width: 622px;
		padding: 0 10px 0 0;
	}
	
	.ReviewOverview .HeaderRight .Right	
	{
		display: inline;
		float: left;
		width: 18px;
		text-align: right;
	}
	
	.GuestbookScroll
	{
		padding: 0 10px;
		height: 650px;
		float: left;
		display: inline;
	}
	
	.GuestbookScroll .HeaderRelative
	{
		position: relative;
		padding: 4px 15px 0 10px;
		height: 19px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		background: #f68d01;
		text-align: left;
		margin: 50px 0 0 0;
		width: 650px;
	}
	.GuestbookScroll .AverageRating
	{
		position: absolute;
		top: -34px;
		right: 0px;
		width: 49px;
		height: 41px;
		padding: 13px 5px 0 0;
		font-size: 20px;
		text-align: center;
		color: #fff;
		background: url(Images/AverageRatingBg.png);
		
	}
	
	.GuestbookScroll .Rating	
	{
		width: 650px;
		float: left;
		display: inline;
	}
	
	.GuestbookScroll .Rating .Odd	
	{
		background-color:#efefef;
		border-bottom: #fff 1px solid;
		padding-left: 10px;
		float: left;
		display: inline;
		width: 661px;
	}	
	
	.GuestbookScroll .Rating .Even	
	{
		background-color:#f7f7f7;
		border-bottom: #fff 1px solid;
		padding-left: 10px;
		float: left;
		display: inline;
		width: 661px;
	}
	
	.GuestbookScroll .Rating .Left	
	{
		display: inline;
		float: left;
		width: 622px;
		padding: 0 10px 0 0;
	}
	
	.GuestbookScroll .Rating .Right	
	{
		display: inline;
		float: left;
		width: 18px;
		text-align: right;
	}
	
.DescContent img
{
	margin: 0 0 10px 0;
}
	
.DescPhoto	
{
	width: 250px;
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

.RadUpload .RadUpload_Default .radUploadInput	
{
	width: 20px;
}

.box
{
    position:fixed;
    top:-250px;
    left:35%;
    right:30%;
    background-color:#fff;
    width: 305px;
    padding: 10px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:602;
}
	.box .boxTitle
	{
		font-size: 20px;
		color:#0050a3;
		margin:0 0 0 5px;
		font-style:italic;
		font-weight: normal;
		font-family: Georgia, Times New Roman, Serif;
		display: block;
	}
	
#GameFrame
{
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -327px;
	width: 655px;
	height: 550px;
	background: #fff;
	z-index: 9400;
	display: none;
}

#GameLoseFrame, #GameWinFrame, #GameTermsFrame
{
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -327px;
	width: 655px;
	height: 550px;
	background: #fff;
	z-index: 9400;
}
	.GameHeader
	{
		position: relative;
		padding: 10px 37px 0 13px;
		height: 67px;
		width: 605px;
		background: url(Images/GamePopupHeader.png) repeat-x;
	}
		.GameHeader .Right
		{
			float: right;
		}
	.GameHeader .Points
	{
		margin-top: 4px;
		padding: 13px 48px 0 0;
		height: 23px;
		font-family: Georgia, Serif;
		font-size: 18px;
		font-style: italic;
		color: #fff;
		display: block;
		float: left;
		background: url(Images/GameSprite.png) no-repeat right 0;
	}
	.GameHeader .BonusPoints
	{
		margin-top: 4px;
		padding: 13px 35px 0 10px;
		height: 23px;
		font-family: Georgia, Serif;
		font-size: 18px;
		font-style: italic;
		color: #fff;
		display: block;
		float: left;
		background: url(Images/GameSprite.png) no-repeat right -40px;
	}
	.GameHeader .PopupTitle
	{
		padding: 13px 0 0 0;
		font-family: Georgia, Serif;
		font-size: 26px;
		font-weight: bold;
		font-style: italic;
		color: #fff;
		display: block;
		float: left;
	}
	.CloseGame
	{
		position: absolute;
		top: -10px;
		right: -8px;
	}
		.CloseGame img
		{
			border: none;
		}
	.GameScroll
	{
		margin: 0 0 10px;
		height: 403px;
		overflow: auto;
	}
	.GameDotted
	{
		margin: 0 13px;
		padding: 0 0 20px 0;
		background: url(Images/WhiteDotted.gif) repeat-x 0 bottom;
	}
	.GameContent
	{
		margin: 0 13px;
		padding: 0 0 20px 0;
	}
	.ExtraPrice
	{
		margin: 0 13px;
		padding: 0 0 20px 0;
	}
		.ExtraPrice .Left, .GameDotted .Left
		{
			width: 127px;
			float: left;
			display: inline;
		}
			.ExtraPrice .Left .PriceImage
			{
				margin: 37px 0 0 5px;
			}
			.GameDotted .Left .PriceImage
			{
				margin: 10px 0 0 5px;
			}
		.ExtraPrice .Right, .GameDotted .Right
		{
			width: 500px;
			float: left;
			display: inline;
		}
		.MainPriceForm .Left
		{
			padding: 0 0 0 13px;
			width: 387px;
			float: left;
			display: inline;
		}
		.MainPriceForm .Right
		{
			margin: 0 0 0 15px;
			width: 225px;
			float: left;
			display: inline;
		}
			.MainPriceForm .Right .Path a
			{
				color: #000 !important;
			}
			.MainPriceForm .Right .Path img
			{
				margin: 0 5px;
			}
			.MainPriceForm .Right .HouseName
			{
				font-size: 16px;
				font-family: Georgia, Serif;
				font-style: italic;
				display: block;
				margin: 5px 0;
			}
			
		.Header1
		{
			margin-top: 1em;
			font-family: Georgia, Serif;
			font-size: 22px;
			font-weight: bold;
			font-style: italic;
			color: #0050a3;
			display: block;
		}
		.Header2
		{
			margin-top: 1em;
			font-family: Georgia, Serif;
			font-size: 22px;
			font-weight: bold;
			font-style: italic;
			color: #ca6006;
			display: block;
		}
		.Header3
		{
			margin-top: 1.5em;
			font-size: 14px;
			color: #0050a3;
			display: block;
		}
		#GameLoseFrame p, #GameWinFrame p
		{
			margin: 0.65em 0;
			line-height: 20px;
			font-size: 14px;
		}
		#GameTermsFrame p
		{
			margin: 1.65em 0;
			line-height: 20px;
			font-size: 12px;
		}
			#GameLoseFrame a, #GameWinFrame a, #GameTermsFrame a
			{
				color: #0050a3;
			}
		.ActionButtonLarge
		{
			padding: 0 22px 0 0;
			height: 38px;
			text-decoration: none;
			float: left;
			display: block;
			background: url(Images/ActionButtonLargeRight.png) no-repeat right 0;
		}
			.ActionButtonLarge span
			{
				padding: 7px 12px 0 8px;
				height: 31px;
				font-size: 17px;
				font-weight: bold;
				color: #fff;
				display: block;
				background: url(Images/ActionButtonLarge.png) no-repeat 0 0;
			}
		.GameForm 
		{
			margin: 15px 0 10px;
		}
		.VacationNewsletter
		{
			margin: 0 0 10px;
			display: none;
		}
			.GameForm .Label
			{
				font-size: 12px;
				font-weight: bold;
				color: #333;
				width: 90px;
			}
			.DottedInForm
			{
				height: 20px;
				background: url(Images/WhiteDotted.gif) repeat-x 0 center;
			}
		.CustomAddThis .at15t_facebook
		{
			width: 91px !important;
			height: 20px !important;
			margin: 0 12px 0 0;
			float: left;
			display: inline;
			background: url(Images/GameSprite.png) 0 -90px !important;
		}
		.CustomAddThis .at15t_twitter
		{
			width: 91px !important;
			height: 20px !important;
			margin: 0 12px 0 0;
			float: left;
			display: inline;
			background: url(Images/GameSprite.png) 0 -120px !important;
		}
		.CustomAddThis .at15t_hyves
		{
			width: 91px !important;
			height: 20px !important;
			margin: 0 12px 0 0;
			float: left;
			display: inline;
			background: url(Images/GameSprite.png) 0 -150px !important;
		}
		.GamePopupFooter
		{
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 7px 20px 0;
			width: 615px;
			height: 23px;
			background: url(Images/GameSprite.png) repeat-x left -180px;
		}
		.CheckBoxFix input
		{
			margin: 0 10px 0 0;
			width: 13px;
			height: 13px;
		}

#OverlayBackgroundReadText, #OverlayWelcomePopupBackground, #OverlayGamePopup
{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 9300;
	opacity: 0.35;
	filter: alpha(opacity=35);
	display: none;
}

#OverlayContentReadText
{
	position: absolute;
	padding: 25px 10px 10px 10px;
	width: 700px;
	height: 460px;
	top: 100px;
	left: 50%;
	z-index: 9400;
	margin-left: -350px;
	background-color: #FFF;
	-moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    display: none;
}
	.OverlayContentScrollText
	{
		margin: 10px 0 0;
		overflow: auto;
		height: 450px;
	}
	.CloseAboutPopup
	{
		position: absolute;
		top: 10px;
		right: 10px;
	}

.CheckOutPopup
{
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 9400;
	margin-left: -350px;
	background-color: #FFF;
	-moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
}
	.CheckOutPopupInner
	{
		position: relative;
		padding: 25px 10px 10px 10px;
		width: 700px;
		min-height: 460px;
	}
	.CheckOutPopup .CloseBtn
	{
		float: right;
		margin-top: -15px;
	}
		.CheckOutPopup .CloseBtn img
		{
			border: none;
		}
	.CheckOutPopup .CloseActionBtn
	{
		position: absolute;
		bottom: 10px;
		right: 10px;
		
		width:auto;
		height: 20px;
		overflow: visible;
		padding: 5px 10px 0 10px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		border: none;
		background: url(Images/GeneralSprite.png) no-repeat left -385px;
		cursor: hand;
		cursor: pointer;
		text-decoration: none;
	}

	.ReadTextWrapper
	{
		position: relative;
		padding: 10px 10px 30px 10px;
		height: 420px;
		overflow-y: auto;
	}
		.ReadTextWrapper p
		{
			line-height: 16px;
		}

	.CloseButtonTerms
	{
		position: absolute;
		bottom: 5px;
		right: 0;
		width:auto;
		height: 20px;
		overflow: visible;
		padding: 4px 8px 0 8px;
		color: #fff;
		margin: 0 10px 0 0;
		font-size: 12px !important;
		font-weight: bold !important;
		border: none;
		float: left;
		background: url(Images/GeneralSprite.png) no-repeat left -385px;
		cursor: hand;
		cursor: pointer;
		line-height: normal;
		text-decoration: none !important;
	}
	.CloseButtonTermsSmall
	{
		position: absolute;
		top: 10px;
		right: 10px;
	}
		.CloseButtonTermsSmall img
		{
			border: none;
		}
	
	.CloseButtonTemp
	{
		position: absolute;
		bottom: 10px;
		right: 0px;
		width:auto;
		height: 20px;
		overflow: visible;
		padding: 4px 8px 0 8px;
		color: #fff;
		margin: 0 10px 0 0;
		font-size: 12px !important;
		font-weight: bold !important;
		border: none;
		float: left;
		background: url(Images/GeneralSprite.png) no-repeat left -385px;
		cursor: hand;
		cursor: pointer;
		line-height: normal;
		text-decoration: none !important;
	}
	
.ErrorMessagePop
{
	background:#9a0000 url(Images/ErrorMessage.jpg) no-repeat 0 bottom;
	color: #fff;
	display: block;
	float: left;
	padding: 3px 5px 10px 5px;
	margin: 0 0 5px 0;
}


.ShareOptions
{
	position: relative;
	display: inline;
}	

		#ShareOptions
		{
			position: absolute;
			top: 13px;
			right: -3px;
			z-index: 300;
			padding: 10px 0 0;
			display: none;
			background: url(Images/ShareBgTop.png) no-repeat top;
		}
		#ShareOptions ul
		{
			margin: 0;
			padding: 1px 16px 10px 12px;
			width: 196px;
			list-style: none;
			background: url(Images/ShareBgBottom.png) no-repeat bottom;
		}
			#ShareOptions ul li a
			{
				position: relative;
				padding: 0 0 0 24px;
				display: block;
				height: 27px;
				color: #000; 
			}
			#ShareOptions ul li a:hover
			{
				text-decoration: underline;
			}
			#ShareOptions ul li a span
			{
				position: absolute;
				top: 0;
				left: 0;
			}
			
.LoginWrapper
{
	margin:20px 0 20px 21px;
}

	.LogInTxtField
	{
		border:1px solid #000;
		margin: 0 0 5px 0;
	}
	
.Path a
{
	text-decoration: none;
	color: #000;
}
	
/*************************
MAPRESULT POPUP
*************************/	
	
.DetailTitleBlockMapResult
{
	position:absolute;
	bottom:250px;
	right:100px;
	z-index:10000;
	display:none;
}
	#MapResultPopupBasedOnXReviews
	{
		margin: 2px 0 0 0;
		color: #999;
		font-size: 10px;
		float: right;
	}

.MapResultInfoTitle
{
	width:280px;
	height:35px;
	overflow:hidden;
	color: #000;
	text-decoration: none;
}

.ShowHeaderMenu	
{
	position: absolute;
	top: 32px;
	left: 0;
	width: 200px;
	padding-bottom: 5px;
	background-color:#0579c6;
	z-index: 9999;
}

	.ShowHeaderMenu	ul	
	{
		width: 200px;
		margin: 0;
		padding: 0;
	}
	
	.ShowHeaderMenu	ul li
	{
		width: 190px;
		float: left;
		display: inline;
		border: none;
		padding:0 0 0 20px !important;
		margin:0;
		background: url(Images/GeneralSprite.png) no-repeat -486px -641px;
	}
	
.ShowHeaderMenuCollapse	
{
	position: absolute;
	top: 32px;
	left: 0;
	width: 500px;
	padding-bottom: 5px;
	background-color:#0579c6;
	z-index: 9999;
}

	.ShowHeaderMenuCollapse	ul	
	{
		width: 500px;
		margin: 0;
		padding: 0;
	}
	
	.ShowHeaderMenuCollapse	ul li
	{
		width: 210px !important;
		float: left;
		display: inline;
		border: none;
		padding:0 !important;
		margin:0;
	}
	
	.ShowHeaderMenuCollapse	ul ul	
	{
		width: 250px;
		margin: 0;
		padding: 0;
	}
	
	.ShowHeaderMenuCollapse	ul li li
	{
		width: 190px !important;
		float: left;
		display: inline;
		border: none;
		padding:0 0 0 20px !important;
		margin:0;
		background: url(Images/GeneralSprite.png) no-repeat -486px -641px;
	}
	
.QuickSearchCodeHome	
{
	width: 80px;
	height: 15px;
}

.SearchHouseNameHome	
{
	width: 161px;
	height: 15px;
}

.QuickSearchCodeResults	
{
	width: 150px;
}

.FaqBg	
{
	padding: 10px;
}

.FaqBg h3	
{
	margin:0;
	padding:0;
	color:#0050a3;
}

.Contact	
{
	padding: 10px;
}

.Contact .Label, #GeneralContent .Label	
{
	color:#0050a3;
	font-size: 12px;
	font-weight: bold;
}

.ContactShortDropDown	
{
	width: 291px;
}

#GeneralContent .Label	
{
	color:#0050a3;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.ContactShort
{
	width: 285px;
}

.ContactShortMessage	
{
	width: 285px;
	height: 100px;
}

.Contact .Title, .FaqBg .Title
{
	font-size: 20px;
	font-weight: normal;
	font-style:italic;
	color:#0050a3;
	font-family: Georgia, Times New Roman, Serif;
	padding: 0 0 7px 0;
}

.ToggleHeaderMenu	
{
	background: url(Images/GeneralSprite.png) no-repeat right -71px;
	padding: 4px 10px 4px 0 !important;
	display: block;
	cursor:pointer;
}

.ComparableHouseImage
{
	height: 170px;
	display: block;
}

.FAQMenu
{
	padding: 20px 20px 0;
	float: left;
	color: #000;
	display: inline;
	width: 550px;
	min-height: 400px;
}
	.FAQMenu ul
	{
		margin: 0 0 0 10px;
		padding: 0;
	}
		.FAQMenu ul li
		{
			list-style: none;
			margin: 0 0 0.5em 0;
		}
			.FAQMenu ul li ul
			{
				display: none;
				padding: 0 0 1em 0;
			}
			.FAQMenu ul li a.CollapseAble
			{
				margin-bottom: 4px;
				padding-left: 15px;
				font-weight: bold;
				color: #000;
				display: block;
				text-decoration: none;
			}
				.FAQMenu ul li a.Open
				{
					background: url(Images/Hover.png) no-repeat 0 -165px;
				}
				.FAQMenu ul li a.Closed
				{
					background: url(Images/Hover.png) no-repeat 0 -147px;
				}
			.FAQMenu ul li li
			{
				margin-left: 15px;
				margin-bottom: 3px;
				padding-left: 7px;
				line-height: 18px;
			}
			
			.FAQMenu ul li li span
			{
				font-size: 14px;
			}

.PopupClose
{
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}
.SeperatorDotted
{
	margin: 8px 0 0 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: url(Images/DottedLine.gif) repeat-x;
}
.ActionButtonMostStriking
{
	padding: 0 0 0 1px;
	display: block;
	font-size: 12px;
	color: #fff;
	float: left;
	text-decoration: none;
	background: url(Images/GeneralSprite.png) no-repeat left -388px;
}
	.ActionButtonMostStriking span
	{
		padding: 2px 9px 0 8px;
		height: 18px;
		display: block;
	}

.ContactLeft	
{
	float: left;
	display: inline;
	width: 300px;
	padding: 50px 0 0 20px;
}

.ContactRight	
{
	float: left;
	display: inline;
	width: 600px;
	padding: 30px 0 0 0;
}

.mandatory
{
	color: #c00;
	margin: 0 5px;
}

ul.OrangeTicks
{
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.OrangeTicks li	
	{
		background: url(Images/GeneralSprite.png) no-repeat left -595px;
		padding: 0 0 0 20px;
	}
	
.ExtraCostDisabled input[disabled="disabled"] + label
{
	color:#000 !important;
}

.SubscribeToNewsletterTextBox
{
	width: 250px; 
	height: 14px;
}

/*Telerik RadListView Default Skin*/

/*global*/

.RadDataPager_ABCustom .rdpWrap
{
	
}
.RadDataPager_ABCustom .rdpNumPart
{
	width: 580px !important;
	text-align: center;
}
.RadDataPager_ABCustom .rdpNumPart a
{
	
}

.RadListView_ABCustom
{
	border:1px solid #828282;
	background:#fff;
	color:#333;
}

.RadListView_ABCustom .rlvA
{
	background:#f2f2f2;
}

.RadListView_ABCustom .rlvISel
{
	background:#828282;
	color:#fff;
}

/*buttons*/

.RadListView_ABCustom .rlvBAdd,
.RadListView_ABCustom .rlvBUpdate,
.RadListView_ABCustom .rlvBCancel,
.RadListView_ABCustom .rlvBDel,
.RadListView_ABCustom .rlvBEdit
{
	background-image:url('Images/Grid/sprite.gif');
}

.RadListView_ABCustom .rlvBAdd
{
	background-position:0 -1650px;
}
.RadListView_ABCustom .rlvBUpdate
{
	background-position:0 -1800px;
}
.RadListView_ABCustom .rlvBCancel
{
	background-position:2px -1848px;
}
.RadListView_ABCustom .rlvBSel
{
	background-image:url('FormDecorator/CheckBoxSprites.gif');
	background-position:-2px -2px;
}
.RadListView_ABCustom .rlvISel .rlvBSel
{
	background-position:-2px -422px;
}
.RadListView_ABCustom .rlvBDel
{
	background-position:0 -1750px;
}
.RadListView_ABCustom .rlvBEdit
{
	background-position:0 -1700px;
}

/*flow*/

.RadListView_ABCustom div.rlvI,
.RadListView_ABCustom div.rlvIEmpty
{
	border-color:#fff;
}

.RadListView_ABCustom div.rlvA
{
	border-color:#f2f2f2;
}

.RadListView_ABCustom div.rlvISel
{
	border-color:#6c6c6c;
}

/*grid*/

.RadListView_ABCustom tr.rlvHeader th
{
	border:0;
	border-bottom:1px solid #828282;
	background:#eaeaea 0 -2300px repeat-x url('Images/Grid/sprite.gif');
}

.RadListView_ABCustom tr.rlvI td,
.RadListView_ABCustom tr.rlvA td,
.RadListView_ABCustom tr.rlvISel td,
.RadListView_ABCustom tr.rlvIEmpty td
{
	border:0;
	border-bottom:1px solid;
}

.RadListView_ABCustom tr.rlvI td,
.RadListView_ABCustom tr.rlvIEmpty td
{
	border-color:#fff;
}

.RadListView_ABCustom tr.rlvA td
{
	border-color:#f2f2f2;
}

.RadListView_ABCustom tr.rlvISel td
{
	border-color:#6c6c6c;
}

/*single row*/

.RadListView_ABCustom td.rlvI,
.RadListView_ABCustom td.rlvA,
.RadListView_ABCustom td.rlvISel,
.RadListView_ABCustom td.rlvIEmpty
{
	border:0;
	border-right:1px solid;
}

.RadListView_ABCustom td.rlvI,
.RadListView_ABCustom td.rlvIEmpty
{
	border-color:#fff;
}

.RadListView_ABCustom td.rlvA
{
	border-color:#f2f2f2;
}

.RadListView_ABCustom td.rlvISel
{
	border-color:#6c6c6c;
}

/*edit*/

.RadListView_ABCustom .rlvInput
{
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	background:#fff;
	color:#000;
}

/*pager*/

.RadDataPager_ABCustom
{
	border:1px solid #F0F0F0;
	background:#F0F0F0;
	color:#333;
}

.RadDataPager_ABCustom .rdpInfoPart
{
	color:#8a8a8a;
}

.RadDataPager_ABCustom .rdpInfoPart strong
{
	color:#4c4e54;
}

.RadDataPager_ABCustom .rdpPageFirst,
.RadDataPager_ABCustom .rdpPagePrev,
.RadDataPager_ABCustom .rdpPageNext,
.RadDataPager_ABCustom .rdpPageLast
{
	background:transparent no-repeat url('Images/Grid/sprite.gif');	
}

.RadDataPager_ABCustom .rdpPagePrev img, .RadDataPager_ABCustom .rdpPageNext img
{
	display: none;
}

.RadDataPager_ABCustom .rdpPageFirst
{
	background-position:0 -550px;
}
.RadDataPager_ABCustom .rdpPageFirst:hover
{
	background-position:0 -600px;
}
.RadDataPager_ABCustom .rdpPagePrev
{
	background-position:0 -700px;
}
.RadDataPager_ABCustom .rdpPagePrev:hover
{
	background-position:0 -750px;
}
.RadDataPager_ABCustom .rdpPageNext
{
	background-position:0 -850px;
}
.RadDataPager_ABCustom .rdpPageNext:hover
{
	background-position:0 -900px;
}
.RadDataPager_ABCustom .rdpPageLast
{
	background-position:0 -1000px;
}
.RadDataPager_ABCustom .rdpPageLast:hover
{
	background-position:0 -1050px;
}

.RadDataPager_ABCustom .rdpPagerButton
{
	border:1px solid;
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	background:#e8e8e8 repeat-x 0 -1550px url('Images/Grid/sprite.gif');
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
}

.RadDataPager_ABCustom .rdpNumPart a:hover,
.RadDataPager_ABCustom .rdpNumPart a:hover span,
.RadDataPager_ABCustom .rdpNumPart a.rdpCurrentPage,
.RadDataPager_ABCustom .rdpNumPart a.rdpCurrentPage span
{
	/*background:no-repeat url('Images/Grid/sprite.gif');*/
}

.RadDataPager_ABCustom .rdpNumPart a
{
	color:#000;
	display: inline !important;
	float: none !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 8px 0 0 !important;
}
.RadDataPager_ABCustom .rdpNumPart a span
{
	display: inline;
	float: none;
	width: auto !important;
	padding: 0 !important;
}

.RadDataPager_ABCustom .rdpNumPart a:hover
{
	background-position:100% -1250px;
}

.RadDataPager_ABCustom .rdpNumPart a:hover span
{
	background-position:0 -1150px;
	text-decoration: underline;
}

.RadDataPager_ABCustom .rdpNumPart a.rdpCurrentPage,
.RadDataPager_ABCustom .rdpNumPart a.rdpCurrentPage:hover
{
	background-position:100% -1450px;
	text-decoration: underline;
}

.RadDataPager_ABCustom .rdpNumPart a.rdpCurrentPage span,
.RadDataPager_ABCustom .rdpNumPart a.rdpCurrentPage:hover span
{
	background-position:0 -1350px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
}
#jquery-lightbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
}
	#jquery-lightbox a img 
	{
		border: none;
	}
#lightbox-container-image-box
{
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	width: 250px;
	height: 250px;
	background-color:#fff;
}
	#lightbox-right-top-btnClose
	{
		width: 11px;
		height: 11px;
		background: url(Images/ClosePopUp.gif) no-repeat;
	}
	#lightbox-container-topshadow 
	{
		margin: 0 -15px;
		height: 15px;
	}
		#shadow-left-top, #shadow-center-top, #shadow-right-top
		{
			position: absolute;
			top: 0px;
			height: 15px;
		}
		#shadow-left-top
		{
			position: absolute;
			left: 0px;
			width: 15px;
			background: url(Images/PopupShadowLeftTop.png) no-repeat;
		}
		#shadow-center-top
		{
			left: 15px;
			right: 15px;
			background: url(Images/PopupShadowCenterTop.png) repeat-x;
		}
		#shadow-right-top
		{
			right: 0px;
			width: 15px;
			background: url(Images/PopupShadowRightTop.png) no-repeat;
		}
	#lightbox-container-bottomshadow
	{
		position: absolute;
		left: 0;
		bottom: 0;
		height: 15px;
		width: 100%;
	}
		#shadow-left-bottom, #shadow-center-bottom, #shadow-right-bottom
		{
			position: absolute;
			top: 0px;
			height: 15px;
		}
		#shadow-left-bottom
		{
			position: absolute;
			left: 0px;
			width: 15px;
			background: url(Images/PopupShadowLeftBottom.png) no-repeat;
		}
		#shadow-center-bottom
		{
			left: 15px;
			right: 15px;
			background: url(Images/PopupShadowCenterBottom.png) repeat-x;
		}
		#shadow-right-bottom
		{
			right: 0px;
			width: 15px;
			background: url(Images/PopupShadowRightBottom.png) no-repeat;
		}
	#shadow-left-y
	{
		position: absolute;
		left: 0;
		top: 15px;
		bottom: 15px;
		width: 15px;
		background: url(Images/PopupShadowLeftY.png) repeat-y;
	}
	#shadow-right-y
	{
		position: absolute;
		right: 0;
		top: 15px;
		bottom: 15px;
		width: 15px;
		background: url(Images/PopupShadowRightY.png) repeat-y;
	}
	#lightbox-container-image-data 
	{
		height: 73px;
		background-color: #fff;
	}
		#lightbox-container-image-data h2 
		{
			padding-top: 3px;
			float: left;
			display: inline;
		}
		#lightbox-image-details-currentNumber
		{
			margin: 8px 0 0 4px;
			font-family: Georgia, Times New Roman, Serif;
			font-size: 15px;
			font-style: italic;
			color: #666;
			float: left;
			display: inline;
		}
		#lightbox-image-details-caption 
		{
			margin-top: 8px;
			font-size: 12px;
			color: #000;
			text-align: left;
			display: block;
		}
	#lightbox-loading
	{
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-container-image-data-box
	{
		margin: 0 auto;
		height: 83px;
		background-color: #fff;
	}
		#lightbox-nav 
		{
			width: 100%;
			background:#fff;
		}
			#lightbox-nav-btnPrev, #lightbox-nav-btnNext
			{
				margin: 7px 0 3px;
				padding-left: 11px;
				text-decoration: underline;
				outline: none;
				color: #0855a6;
				zoom: 1;
			}
			#lightbox-nav-btnPrev
			{ 
				float: left;
				background: url(Images/ActionLinkArrowRe.gif) no-repeat 3px 4px;
			}
			#lightbox-nav-btnNext
			{ 
				float: right;
				background: url(Images/ActionLinkArrow.gif) no-repeat 2px 4px;
			}
		#lightbox-secNav-btnClose
		{ 
			margin-top: 14px;
			float: right;
		}


/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_ABCustom,
.RadInputMgr_ABCustom
{
	font:12px arial,sans-serif;
}

/*textbox states*/

html body .RadInput_ABCustom .riTextBox,
html body .RadInputMgr_ABCustom
{
	border: none;
	background:#fff;
	color:#000;
	font:12px arial,sans-serif;
}

html body .RadInput_ABCustom .riEmpty,
html body .RadInput_Empty_ABCustom
{
	color:#8a8a8a;
}

html body .RadInput_ABCustom .riHover,
html body .RadInput_Hover_ABCustom,
html body .RadInput_ABCustom .riFocused,
html body .RadInput_Focused_ABCustom
{
	border: none;
}

html body .RadInput_ABCustom .riRead,
html body .RadInput_Read_ABCustom
{
	border: none;
}

html body .RadInput_ABCustom .riDisabled,
html body .RadInput_Disabled_ABCustom
{
	border: none;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_ABCustom .riError,
html body .RadInput_Error_ABCustom
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Images/Input/sprite.gif');
	color:#d51923;
}

.RadForm.rfdTextbox .RadInput_ABCustom .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_ABCustom[type="text"]
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Images/Input/sprite.gif');
	color:#d51923;
}

html body .RadInput_ABCustom .riNegative,
html body .RadInput_Negative_ABCustom
{
	color:#565656;
}

/*buttons*/

.RadInput_ABCustom a
{
	background:transparent no-repeat url('Images/Input/sprite.gif');
}

/*go*/

.RadInput_ABCustom .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_ABCustom .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_ABCustom .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
}

.RadInput_ABCustom .riUp
{
	background-position:4px -98px;
}

.RadInput_ABCustom .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_ABCustom a.riDown
{
	background-position:4px -199px;
}

.RadInput_ABCustom a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_ABCustom .riLabel
{
	color:#000;
}

/*Telerik RadCalendar Default skin*/

table.RadCalendar_ABCustom
{
	border-collapse:separate;
	border:0;
	background:#fff;
	font:11px arial,sans-serif;
}

/*titlebar*/

.RadCalendar_ABCustom .rcTitlebar
{
	width:100%;
	padding: 10px;
	color:#00509c;
}

.RadCalendar_ABCustom .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font-family:Arial, Sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	background:#fff url('Images/Calendar/DottedBottom.gif') repeat-x left bottom;
}

.RadCalendar_ABCustom .rcTitlebar td
{
	border:0;
	padding:0 0 6px;
	text-align:left;
	vertical-align:middle;
}

.RadCalendar_ABCustom .rcTitlebar .rcTitle
{
	width: 100%;
	padding-left: 5px;
	cursor:pointer;
}
.RadCalendar_ABCustom .rcNoNav .rcTitle
{
	cursor:default;
}

.RadCalendar_ABCustom .rcTitlebar .rcPrev,
.RadCalendar_ABCustom .rcTitlebar .rcNext
{
	display:block;
	width:25px;
	height:20px;
	overflow:hidden;
	margin:0;
	background:transparent url('Images/Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-decoration:none;
	color:#ccc;
}

.RadCalendar_ABCustom .rcTitlebar .rcFastPrev
{
	display: none;
}

.RadCalendar_ABCustom .rcTitlebar .rcPrev
{
	background-position:-1px -294px;
}

.RadCalendar_ABCustom .rcTitlebar .rcNext
{
	background-position:4px -394px;
}

.RadCalendar_ABCustom .rcTitlebar .rcFastNext
{
	display: none;
}

.RadCalendar_ABCustom .rcMain
{
	width:100%;
	padding:0 16px 14px;
}

.RadCalendar_ABCustom .rcMainTable
{
	border-collapse:collapse;
	border:0;
	width:100%;
	font:11px/17px arial,sans-serif;
}

/*header, footer*/

.RadCalendar_ABCustom .rcHeader,
.RadCalendar_ABCustom .rcFooter
{
	border:1px solid #868686;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_ABCustom .rcRow th,
.RadCalendar_ABCustom .rcWeek th
{
	border:0;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
	width:17px;
	height: 17px;
}

.RadCalendar_ABCustom .rcWeek th
{
	border-left:1px solid #e3e3e3;
	padding:0;
	text-align:center;
	color:#000;
	text-transform: uppercase;
}

.RadCalendar_ABCustom .rcWeek .rcViewSel,
.RadCalendar_ABCustom .rcRow th
{
	width:17px;
	padding:0;
	background:#fff;
	text-align:center;
}

.RadCalendar_ABCustom .rcWeek .rcViewSel:first-child
{
	border-left:0px;
}

.RadCalendar_ABCustom .rcRow th
{
	border-top:1px solid #e3e3e3;
	color:#cecece;
}

/*date cells*/

.RadCalendar_ABCustom .rcRow td
{
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_ABCustom .rcMain .rcRow a,
.RadCalendar_ABCustom .rcMain .rcRow span
{
	display:block;
	padding:0;
	text-decoration:none;
	color:#0050a3;
}

.RadCalendar_ABCustom .rcPreview .rcRow a
{
	outline:none;
}

.RadCalendar_ABCustom .rcMain .rcWeekend a
{
	color:#0050a3;
}

.RadCalendar_ABCustom .rcRow .rcToday a
{
	text-decoration: underline;
}

.RadCalendar_ABCustom .rcMain .rcOtherMonth a
{
	color:#949494;
	background: #f5f5f5;
}

.RadCalendar_ABCustom .rcMain .rcOutOfRange span
{
	color:#949494;
	background: #f5f5f5;
	cursor:default;
}

.RadCalendar_ABCustom .rcRow .rcHover
{
	background:#0052a5 0 -1700px repeat-x url('Images/Calendar/sprite.gif');
}
	.RadCalendar_ABCustom .rcRow .rcHover a
	{
		color: #fff; 
	}

.RadCalendar_ABCustom .rcRow .rcSelected
{
	background:#d06905 0 -1600px repeat-x url('Images/Calendar/sprite.gif');
}

	.RadCalendar_ABCustom .rcMain .rcRow .rcSelected a
	{
		color:#fff;
	}
	
.SearchCalendarInPeriodDay	
{
	background:#0052a5 0 -1700px repeat-x url('Images/Calendar/sprite.gif');
}
	.SearchCalendarInPeriodDay a
	{
		color:#fff !important;
	}

/*multimonth view*/

table.RadCalendarMultiView_ABCustom
{
	width:auto;
}

.RadCalendarMultiView_ABCustom .rcTitlebar
{
	border-color:#9a9a9a #9c9c9c #9c9c9c;
	background:#c5c5c5 0 -1199px repeat-x url('Images/Calendar/sprite.gif');
}

.RadCalendarMultiView_ABCustom .rcTitlebar table
{
	border:1px solid;
	border-color:#fdfdfd #f3f3f3 #e7e7e7;
	line-height:27px;
}

.RadCalendarMultiView_ABCustom .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -647px;
}

.RadCalendarMultiView_ABCustom .rcTitlebar .rcPrev:hover
{
	background-position:4px -747px;
}

.RadCalendarMultiView_ABCustom .rcTitlebar .rcNext:hover
{
	background-position:3px -847px;
}

.RadCalendarMultiView_ABCustom .rcTitlebar .rcFastNext:hover
{
	background-position:1px -947px;
}

.RadCalendarMultiView_ABCustom .rcMain
{
	border-color:#9b9b9b;
}

.RadCalendarMultiView_ABCustom .rcCalendar
{
	width:220px;
	border:1px solid #868686;
	padding:0;
}

.RadCalendarMultiView_ABCustom .rcMainTable .rcTitle
{
	border:0;
	border-bottom:1px solid #c4c4c4;
	padding:0 0 2px;
	background:#eaeaea 0 -1000px repeat-x url('Images/Calendar/sprite.gif');
	text-align:center;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_ABCustom
{
	border-collapse:separate;
	border:1px solid #979797;
	background:#fff;
	font:12px arial,sans-serif;
	color:#333;
}

table.RadCalendarMonthView_ABCustom td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView_ABCustom #rcMView_Feb,
.RadCalendarMonthView_ABCustom #rcMView_Apr,
.RadCalendarMonthView_ABCustom #rcMView_Jun,
.RadCalendarMonthView_ABCustom #rcMView_Aug,
.RadCalendarMonthView_ABCustom #rcMView_Oct,
.RadCalendarMonthView_ABCustom #rcMView_Dec
{
	border-right:1px solid #e0e0e0;
}

.RadCalendarMonthView_ABCustom a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#333;
}

.RadCalendarMonthView_ABCustom .rcSelected a
{
	border:1px solid;
	border-color:#8d8d8d #7d7d7d #6c6c6c;
	padding:1px 3px;
	background:#828282 0 -1700px repeat-x url('Images/Calendar/sprite.gif');
	color:#fff;
}

.RadCalendarMonthView_ABCustom #rcMView_PrevY a,
.RadCalendarMonthView_ABCustom #rcMView_NextY a
{
	display:block;
	width:17px;
	height:14px;
	overflow:hidden;
	margin:0 auto;
	background:transparent no-repeat url('Images/Calendar/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
	color:#ccc;
}

.RadCalendarMonthView_ABCustom #rcMView_PrevY a
{
	background-position:7px -196px;
}

.RadCalendarMonthView_ABCustom #rcMView_NextY a
{
	background-position:7px -496px;
}

.RadCalendarMonthView_ABCustom .rcButtons
{
	padding:6px 7px 5px;
	text-align:center;
}

.RadCalendarMonthView_ABCustom input
{
	border:1px solid;
	border-color:#a7a7a7 #7b7b7b #7b7b7b #a7a7a7;
	padding:0;
	background:#e9e9e9 0 -2300px repeat-x url('Images/Calendar/sprite.gif');
	color:#000;
	font:12px arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_ABCustom #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_ABCustom #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_ABCustom
{
	border-collapse:separate;
	border:1px solid #868686;
	background:#fff;
	font:12px arial,sans-serif;
}

.RadCalendarTimeView_ABCustom th
{
	border:0;
	border-bottom:1px solid #c4c4c4;
	padding:0 0 1px;
	background:#eaeaea 0 -1000px repeat-x url('Images/Calendar/sprite.gif');
	color:#000;
	text-align:center;
	cursor:default;
	line-height:23px;
	font-weight:normal;
}

table.RadCalendarTimeView_ABCustom td
{
	border:0;
	border-left:1px solid #c5c5c5;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView_ABCustom td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_ABCustom a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

.RadCalendarTimeView_ABCustom td.rcSelected a
{
	border:1px solid;
	border-color:#8d8d8d #7d7d7d #6c6c6c;
	padding:1px 5px;
	background:#828282 0 -1700px repeat-x url('Images/Calendar/sprite.gif');
	color:#fff;
}

.RadCalendarTimeView_ABCustom td.rcHover a
{
	border:1px solid;
	border-color:#c4c4c4 #b2b2b2 #9e9e9e;
	padding:1px 5px;
	background:#c5c5c5 0 -1600px repeat-x url('Images/Calendar/sprite.gif');
	color:#000;
}

.RadCalendarTimeView_ABCustom .rcFooter
{
	border:0;
	border-top:1px solid #c5c5c5;
	padding:0;
}

/*pickers*/

.RadPicker_ABCustom,
.RadPicker_ABCustom td
{
	vertical-align:middle;
}

.RadPicker_ABCustom .RadInput
{
	vertical-align:baseline;
}
.RadPicker_ABCustom table.rcTable,
.RadPicker_ABCustom table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_ABCustom table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_ABCustom td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0;
	text-decoration:none;
}
* html .RadPicker_ABCustom td a{position:static}/*IE6*/
*+html .RadPicker_ABCustom td a{position:static}/*IE7*/

.RadPicker_ABCustom .rcCalPopup,
.RadPicker_ABCustom .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url('Images/Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker_ABCustom .rcCalPopup,
.RadPicker_ABCustom .rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_ABCustom .rcCalPopup:hover,
.RadPicker_ABCustom .rcCalPopup:focus,
.RadPicker_ABCustom .rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_ABCustom .rcTimePopup,
.RadPicker_ABCustom .rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_ABCustom .rcTimePopup:hover,
.RadPicker_ABCustom .rcTimePopup:focus,
.RadPicker_ABCustom .rcTimePopup:active
{
	background-position:0 -150px;
}

.RadPicker_ABCustom .rcDisabled,
.RadCalendarMonthView_ABCustom .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_ABCustom .rcTitlebar .rcFastPrev
{
	background-position:1px -497px;
}

.RadCalendarRTL_ABCustom .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -547px;
}

.RadCalendarRTL_ABCustom .rcTitlebar .rcPrev
{
	background-position:3px -397px;
}

.RadCalendarRTL_ABCustom .rcTitlebar .rcPrev:hover
{
	background-position:3px -447px;
}

.RadCalendarRTL_ABCustom .rcTitlebar .rcNext
{
	background-position:4px -297px;
}

.RadCalendarRTL_ABCustom .rcTitlebar .rcNext:hover
{
	background-position:4px -347px;
}

.RadCalendarRTL_ABCustom .rcTitlebar .rcFastNext
{
	background-position:1px -197px;
}

.RadCalendarRTL_ABCustom .rcTitlebar .rcFastNext:hover
{
	background-position:1px -247px;
}

.RadCalendarMultiViewRTL_ABCustom .rcTitlebar .rcFastPrev:hover
{
	background-position:1px -947px;
}

.RadCalendarMultiViewRTL_ABCustom .rcTitlebar .rcPrev:hover
{
	background-position:3px -847px;
}

.RadCalendarMultiViewRTL_ABCustom .rcTitlebar .rcNext:hover
{
	background-position:4px -747px;
}

.RadCalendarMultiViewRTL_ABCustom .rcTitlebar .rcFastNext:hover
{
	background-position:1px -647px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #f0f0f0;
	position: relative;
}

.jspDrag
{
	background: url(Images/ScrollbarSprite.png) 0 -32px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background: url(Images/ScrollbarSprite.png);
}
	.jspArrowLeft
	{
		background-position: 0 0;
	}
	.jspArrowRight
	{
		background-position: right 0;
	}

.jspArrow.jspDisabled
{
	cursor: default;
}
	.jspArrowLeft.jspDisabled
	{
		background-position: 0 -16px;
	}
	.jspArrowRight.jspDisabled
	{
		background-position: right -16px;
	}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.Required
{
	color: Red;
}

.ContinueWithBooking
{
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}

.leaveReservationContact h1
{
	display: none;
}
.leaveReservationContact .ActionButtonSmall
{
	margin: 10px 0 0 0;
}

.searchresult_price_explenation {color:#4e4e4e;font-style:italic;}
