﻿body
{
	margin:0px;
	padding:0px 0px 26px 0px;
	/*background-color:#EFE9E3;*/

	background-image:url('../Images/ResultPageBackground.png');
	background-repeat:repeat-y;

	font-family:Arial;
	font-size:12px;
}

a
{
	color:#000000;
	text-decoration:none;
}

.SmallGrayLink
{
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
}

.SmallGrayLink:hover
{
	color:#666666;
}

.Spacer
{
	width:0px;
	height:0px;
}

.LeftFloat
{
	float:left;
}

.RightFloat
{
	float:right;
}

.Clear
{
	clear:both;
}

.SmallInput
{
	width:117px;
	border:1px #000000 solid;
}

.SmallSelect
{
	padding:0px;
	margin:0px;
	
	height:18px;
	line-height:14px;
	font-size:10px;
}

/* HEADER */
#Header
{
	height:118px;
	background-color:#FFFFFF;
}

#Logo
{
	position:relative;
	top:29px;
	left:22px;
}

/* SEARCH LAYER */
#SearchLayerContent
{
	position:absolute;
	padding-top:70px;
	display:none;
	padding-left:10px;
}

#SearchLayerContent .SearchItem, #MapMainMenuContainer .MapMenuItem
{
	cursor:pointer;
	font-size:12px;
	padding-left:20px;
	
	background-image:url('../Images/Layer/LayerItem.png');
	background-repeat:no-repeat;
	background-position:6px 3px;
}

#SearchLayerContent .Checked, #MapMainMenuContainer .Checked
{
	background-image:url('../Images/Layer/LayerItemChecked.png');
	background-repeat:no-repeat;
	background-position:6px 3px;
}

/* CONTENT */
.FatHeadline
{
	font-size:26px;
	font-weight:bolder;
}

#MainPriceSlider
{
	height:28px;
	border-bottom:1px #000000 solid;
	
	position:relative;
	padding-left:15px;
	background-image:url('../Images/PriceSlider/Background.png');
	background-repeat:repeat-x;
}

#EmptyMainPriceSlider
{
	height:28px;
	border-bottom:1px #000000 solid;
	
	position:relative;
	padding-left:15px;
	
	background-color:#F0E9E3;
}

#MainPriceSlider .Divider
{
	float:left;
	position:relative;
	
	width:1px;
	height:28px;
	background-image:url('../Images/PriceSlider/Divider.png');
}

#MainPriceSlider .Section
{
	float:left;
	position:relative;

	font-size:10px;

	padding-top:15px;

	width:66px;
	height:13px;
	background-image:url('../Images/PriceSlider/Section.png');
}

#MainPriceSlider .Section .LeftValue
{
	bottom:0px;
	left:2px;
	position:absolute;
}

#MainPriceSlider .Section .RightValue
{
	bottom:0px;
	right:2px;
	position:absolute;
}

#MainPriceSlider .Section .HoverBackground
{
	position:absolute;
	bottom:0px;
	width:66px;
	background-image:url('../Images/PriceSlider/BackgroundActive.png');
	background-position:bottom;
}

#SearchNavigationBar
{
	padding:0px 0px 0px 6px;
	
	height:22px;
	border-bottom:1px #000000 solid;
}

#SearchSortBar
{
	height:22px;
	border-bottom:1px #000000 solid;
}

#ResultPageFilters .FilterBox
{
	padding:7px 0px 13px 16px;
	border-bottom:1px black solid;
	height: 59px;
}

#ResultPageFilters .FilterBoxSmall
{
	padding:11px 0px 0px 16px;
	border-bottom:1px black solid;
	height: 27px;
}

#ResultPageFilters .FilterBoxMedium
{
	padding:7px 0px 0px 16px;
	border-bottom:1px black solid;
	height: 35px;
}

.ContentPageHeadline
{
	font-family:Arial;
	font-weight:bolder;
	font-size:12px;
}

.ContentPagePlaintext, pre
{
	font-size:13px;
	font-family:Times New Roman;
	font-weight:normal;
}

#ResultPageFilters .Headline
{
	font-size:11px;
	font-weight:bolder;
	
	padding-bottom:8px;
}

#ResultPageFilters .RangeSlider
{
	padding-left:3px;
}

#ResultPageFilters .FilterValue
{
	padding-top:6px;
	font-size:12px;
}

#ResultPageFilters .FilterValue .Label
{
	font-size:9px;
	line-height:10px;
}

#ResultPageFilters .FilterValue .ValueField
{
	font-size:9px;
	line-height:10px;
	height:10px;
	border:0px;
	width:40px;
}

.SearchResult
{
	width:550px;
	background-color:White;
	cursor:pointer;
	padding:0px 8px 0px 8px;
}

.SearchResult .Headline, .DetailsView .Headline, .ProfileSettings .Headline, .EmptyPage .Headline
{
	font-family:Arial;
	font-size:14px;
	font-weight:bolder;
	
	padding:7px 0px 7px 0px;
	/*height:19px;*/
}

.SearchResult .Details
{
	padding-bottom:9px;
	border-bottom:1px #999999 solid;
}

.SearchResult .Details .Image
{
	float:left;
}

.SearchResult .Details .Image img
{
	border:1px #9A9A9A solid;
}

.SearchResult .Details .Text, .Text
{
	float:left;

	font-size:10px;

	padding-left:36px;
}

.SearchResult .Details .Text .Key
{
	font-weight:bolder;
	
	font-family:Arial;
	font-size:12px;
	width:100px;
	vertical-align:bottom;
}

.SearchResult .Details .Text .Value
{
	font-family:Times New Roman;
	font-size:13px;
    height:18px;
    vertical-align:bottom;
}

.EmptyPage ul
{
	margin-top:6px;
	margin-bottom:10px;
}

.TopMarkerElement
{
	width:43px;
	height:15px;
	border:1px solid #999999;
	background-color:#F0E9E3;
	font-size:11px;
	color:#000000;
	padding-top:2px;
	text-align:center;
	margin:5px 7px 0px 0px;
}

/* FORMS */
.ProfileSettings
{
	padding:15px;
}

.ProfileSettings td
{
	padding-bottom:5px;
}

.LabelCell
{
	font-family:Arial;
	font-size:12px;
	width:208px;
	font-weight:bolder;
}

.TextInput
{
	border:1px #000000 solid;
	width:246px;
}

.TextInputMedium
{
	width:96px;
}

.TextInputDoubleSmall
{
	width:50px;
}

.TextInputDoubleLong
{
	width:188px;
}

.ModalForm td
{
	padding:1px 0px 1px 0px;
}

.ModalForm .TextInput
{
	border:1px #000000 solid;
	width:196px;
}

.ModalForm .TextInputDoubleSmall
{
	border:1px #000000 solid;
	width:94px;
}

.ModalForm .TextInputDoubleLong
{
	border:1px #000000 solid;
	width:95px;
}

.ModalForm .LabelCell
{
	width:160px;
	vertical-align:top;
}

.ModalForm .FieldCell
{
	padding-left:20px;
	vertical-align:top;
}

.ModalForm .NoPadding
{
	padding:0px;
}

.CheckBoxList td
{
	padding:0px 10px 0px 10px;
	text-align:center;
}

#SellRealtyForm, #SellRealtyForm td
{
	font-size:11px;
	font-weight:bolder;
}

/* DETAILS-VIEW */ 
.DetailsTable td
{
	font-size:12px;
	line-height:14px;
}

.DetailsTable .Key
{
	font-weight:bolder;
	padding-right:5px;
}

.DetailsTable .Value
{
	font-size:13px;
	font-family:Times New Roman;
}

#GalleryBar .GalleryItem
{
	cursor:pointer;
	border:1px solid #999999;
	width:66px;
	margin-right:6px;
	padding:4px 0px 4px 0px;
}

#GalleryBar .GalleryItem img
{
	border:2px solid #FFFFFF;
}

#GalleryBar .Active img
{
	border:2px solid #5CBDE0;
}

#Gallery
{
	width:274px;
	height:360px;
	text-align:center;
	padding-top:14px;
	border:1px solid #999999;
	background-color:#FDFBFC;
}

.DetailsTab .TabHeadline
{
	font-weight:bolder;
	font-size:12px;
	font-family:Arial;
	padding-bottom:8px;
}

/* FOOTER */
#Footer
{
	background-color:#FFFFFF;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:19px;
	border-top:1px #000000 solid;
	padding-top:5px;
	padding-left:1px;
}

#Footer .Container
{
	width:1080px;
}

.Copyright
{
	float:left;
 
	font-size:11px;
	padding:0px 41px 0px 21px;
}

.FooterLink a
{
	float:left;

	font-size:11px;
	font-weight:bolder;
	text-decoration:none;
	color:#000000;
	margin-right:25px;
}

#Footer .Last a
{
	margin:0px;
}


/* MAP STYLES */
.MapMainMenuItem
{
	margin:15px 0px 0px 6px;
}

.MapSubmenu
{
	display:none;
}

.MapSubmenuItem
{
	margin-top:10px;
}

.MapSubmenuItem .Label
{
	text-align:right;
	height:13px;
	background-color:#72C5E3;
	float:left;
	width:26px;
	color:#FFFFFF;
	font-size:10px;
	padding-right:4px;
}

.MapSubmenuItem .Value
{
	height:13px;
	float:left;
}

.MapTypeLink
{
	font-size:11px;
	margin-right:17px;
	cursor:pointer;
}

#MapTypeList .Active
{
	color:#559CB3;
}

/* PRINT Layout */
#ExposePrint
{
	width:600px;
}

#ExposePrint #Headline
{
	font-size:50px;
	font-weight:bolder;
	margin-top:60px;
}

#ExposePrint #CoverImage
{
	margin:13px 0px 36px 0px;
}

#ExposePrint .Key
{
	width:130px;
}

#ExposePrint .SectionHeadline, #ExposePrint .Key
{
	margin:15px 0px 2px 0px;
	font-weight:bolder;
	font-size:11px;
}

#ExposePrint .SectionText, #ExposePrint .Value
{
	font-family:Times New Roman;
	font-size:12px;
}

#ExposePrint .PrintImage
{
	margin:10px;
	/*float:left;
	width:250px;
	height:250px;*/
}

.FlashDiv
{
	cursor: pointer;
}

/* Fonts */
.DefaultMenuFont, .DefaultMenuFont a
{
	font-weight:bolder;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.TextWithBlueArrow, .TextWithGrayArrow, .TextWithBlueArrowToLeft, .TextWithGrayArrowToLeft, .TextWithBlueArrowKeepHovered
{
	cursor:pointer;
	font-size:11px;
	font-weight:bolder;
	padding-left:12px;
	
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.TextWithGrayArrow
{
	background-image:url('../Images/GrayArrowRight.gif');
}

.TextWithBlueArrow, .TextWithBlueArrowKeepHovered
{
	background-image:url('../Images/BlueArrowRight.gif');
}

.TextWithGrayArrowToLeft
{
	background-image:url('../Images/GrayArrowLeft.gif');
}

.TextWithBlueArrowToLeft
{
	background-image:url('../Images/BlueArrowLeft.gif');
}

.TextWithBlueArrow a, .TextWithGrayArrow a, .TextWithBlueArrowToLeft a, .TextWithGrayArrowToLeft a
{
	color:#000000;
	text-decoration:none;
}

.TextBlueEmphasized
{
	color:#72C5E3;
}

.TopNavigator
{
	padding: 5px 0px 0px 0px;
}

.TopSort
{
	padding: 4px 0px 0px 7px;
}

.TopHits
{
	padding:2px 10px 0px 0px;
}

.TopPager
{
	padding: 5px 10px 0px 0px;
}

.TopPagerHint
{
	padding: 5px 6px 0px 0px;
}

.DraggerLeft
{
	position: absolute; 
	top: 9px; 
	left: 16px; 
	font-size: 9px; 
	width:30px;
}

.DraggerRight
{
	position: absolute; 
	top: 9px; 
	right: 16px; 
	font-size: 9px; 
	width: 30px;
}

.TopLogin
{
	height: 17px;
	padding: 5px 0px 0px 10px;
}

.TopReg
{
	height: 17px;
	padding: 5px 0px 0px 17px;
}

.InboundCall
{
	font-size: 18px;
	padding-top: 16px;
	padding-top: expression('18px');
}

.FromTimesToTimes
{
	font-family: Times New Roman;
	font-size: 13px;
}

/* ***************** */
/* START PAGE BANNER */
/* ***************** */
.ClassificationNumbersContainer
{
	float:left;
	width:370px;
	height:200px;
	background-color:#FFFFFF;
}

.ClassificationNumbersContainer .BigNumber
{
	position:absolute;
	top:17px;
	left:18px;
}

.ClassificationNumbersContainer .BigNumber .Content1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	background:#FFFFFF;
	padding-bottom:12px;
}

.ClassificationNumbersContainer .BigNumber .Content2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
	font-weight:bolder;
	background:#FFFFFF;
}

.ClassificationNumbersContainer .Headline
{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:38px;
	left:18px;
	width:300px;
	font-size:11px;
	font-weight:bolder;
	background:#FFFFFF;
}

.ClassificationNumbersContainer .Description
{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:13px;
	left:18px;
	height:26px;
	width:320px;
	font-size:11px;
	font-weight:bolder;
	background:#FFFFFF;
}