/*

CONTENTS
1.	General styles, not page specific
	Lines 17 - 219
2.	Search Results (List Map View)
	Lines 227 - 270
3.	Full Details style only (incorporating facilities such as next & previous)
	Lines 276 - 388
4.	Saved Properties style only
	Lines 394 - 419

*/

/* GENERAL STYLES USED, NOT PAGE SPECIFIC */

html { height: 100%; }

body {
	margin: 0px; padding: 0px;
	font-family: Arial, Verdana, Tahoma; font-size:70%;
	height: 100%;
}

img { border: 0px; }

.FloatLeft  { float: left; }
.FloatRight { float: right; }

.ImageMidle { vertical-align: middle; }

form { margin: 0px; padding: 0px; font-size: 100%; }

input { font-size: 100%; }

.field { position: absolute; left: 50%; }

.clearPropData {
	clear: both; height: 1px; overflow: hidden;
}

.dialogTitle {
	font-weight: bold;
}

textarea {
	font-size: 100%; font-family: Arial, Verdana, Tahoma;
}

select {
	font-family: Arial, Verdana, Tahoma; font-size: 100%;
	width: 99px; border: #5E697F 1px solid; margin: 2px 0px 8px 0px;
}

.textField {
	width: 97px; border: #5E697F 1px solid; margin: 3px 0px 8px 0px;
}

#siteContainer {
	width: 1000px;
	position: relative;
	left: 50%; margin-left: -500px;
	padding: 0px;
	color: inherit;
}

#siteContainerDefault {
	width: 877px;
	position: relative;
	left: 50%; margin-left: -443px;
	padding: 0px 0px 0px 9px;
	color: inherit;
}

.hr {
	height: 1px; width: 100%; margin-top: 10px; color: inherit; margin-bottom: 10px;
}

.header {
	height: 155px; color: inherit; text-align: center; margin: 0px; padding: 0px;
}

#headerItems {
	position: relative;
}

.logoContainer {
	border: 0px; position: relative; margin: 0px; padding: 0px;
}

.footer {
}

.branchHolder {
}

.copyRight {
	padding: 24px; text-align: center; display: block; font-size: 90%;
}

html>body #navbar {
	height: 44px; margin-top: 22px; text-align: center; font-size: 110%;
}

*html #navbar {
	height: 44px; margin-top: 22px; text-align: center; font-size: 110%;
}

.navBarItem { padding: 5px; position: relative; float: left; margin: 0px; }
.navBarItem-over { padding: 5px; position: relative; float: left; margin: 0px; }

.navBarItem-static	{ text-decoration: none; }

.navBar-separator { float: left; position: relative; margin-top: 4px; padding: 0px; }

h1 {
	text-decoration: none; margin-top: 10px; margin-bottom: 10px; 
	padding: 0px; font-size: 120%;
}

h2 {
	text-decoration: none; margin: 0px; padding: 0px; font-size: 100%;
}

html>body h3 {
	padding: 0px; margin: 0px;
	font-size: 100%;
}

* html h3 {
	padding: 0px; margin: 0px;
	font-size: 100%; 
}

.emailSent {
	width: 100%; text-align: center;
	padding-top: 40px;
}

.textContainer {
	font-size: 110%; padding-top: 12px;
}

.noResults {
	_height: 600px; min-height: 600px;
	padding-top: 15px;
}

.welcomeText {
    margin-bottom: 10px; 
}

.featuredProperty {
    margin-bottom: 10px;   
}

.featuredSalesHolder {
    margin-bottom: 10px;   
}

.featuredLettingsHolder {
    margin-bottom: 10px; 
}

.searchItem { margin-bottom:10px; }

.searchItemDefault { float: left; width: 101px; margin-right: 15px; }

/* FORMS */

.tblRow {
	width: 100%; min-height: 35px;
}

.tblTextBoxRow {
	width: 100%; height: 85px;
}

.tblCellLeft {
	margin-right: 10px; float: left; height: 25px; padding-top: 7px; width: 150px;
}

.tblCellRight {
	margin-right: 10px; float: left; height: 25px;
}

.propertyCellRight {
	float: left; position: relative;
}

/* FORMS */

/* GENERAL STYLES USED, NOT PAGE SPECIFIC */

/* SEARCH RESULTS (LIST MAP VIEW) */

#mapContainer {
	position: relative; display: block; background-color: #FFFFFF; 
	border-left: 250px solid #FFFFFF;
}

#mapInner {
	display: block; margin-left: -250px;
}

#mapResults {
	float: left; position: absolute; width: 230px; left: -250px; padding: 10px;
}

#theMap {
	margin-left: 230px; position: relative; display: block; height: 1%;
	padding: 10px; min-height: 500px;
}

.smallImage, .pagingBorder {
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}

.pagingContainer {
	height: 22px; margin-bottom: 20px; padding-left: 10px;
}

.propertiesFound {
	float: left; font-size: 90%; padding-top: 4px;
}

.pagingBox {
	float: right; padding: 0px 5px;
}

/* SEARCH RESULTS (LIST MAP VIEW) */

/* FULL DETAILS STYLES ONLY */

.iconHolder {
	height: 22px; margin-bottom: 23px;
}

.icon {
	float: left; text-align: center; width: 110px; height:14px; padding: 3px 0px 2px 0px;
}

.icon:hover {
	float: left; text-align: center; width: 110px; padding: 3px 0px 2px 0px;
}

.propertyNavigation {
	height: 25px; width: 100%;
	margin-bottom: 10px;
}

#forwardContainer {
	position: absolute;
	z-index: 100000; margin-right: 10px;
	width: 250px; right: 50%; margin-right: -396px;
	filter: alpha(opacity=90); moz-opacity: 0.90; opacity: .90;
	cursor: pointer; margin-top: 20px; padding: 5px;
}

#backContainer {
	position: absolute; 
	z-index: 100000; margin-right: 10px;
	width: 250px; left: 50%; margin-left: -396px;
	filter: alpha(opacity=90); moz-opacity: 0.90; opacity: .90;
	cursor: pointer; margin-top: 20px; padding: 5px;
}

.navigationRight {
	text-align: right; padding: 5px;
	margin-bottom: 10px; float: right;
	width: 100px; cursor: pointer;
}

.navigationLeft {
	text-align: left; padding: 5px;
	margin-bottom: 10px; float: left;
	width: 100px; cursor: pointer;
}

#pnlNextMenu {
	padding: 5px;
	height: 75px;
}

#pnlPreviousMenu {
	padding: 5px;
	height: 98px;
}

.imgNextProperty {
	float: left; width: 100px;
	margin-right: 10px;
}

.nextHeading {
	float: right; width: 130px;
}

.previousHeading {
	float: left; width: 130px;
}

.imgPreviousProperty {
	float: right; width: 100px;
	margin-left: 10px;
}

.txtBackToSearchResults {
	width: 240px;
	padding: 5px 0px 5px 0px; font-weight: bold;
}

.txtBackToSearchResultsOver {
	width: 240px;
	padding: 5px 0px 5px 0px; font-weight: bold;
}

#photoContainer {
	height: 468px; /* height of main pic + 30px */
}

.photoHolder {
	float: right; width: 588px; height: 449px;
}

.extraPhotosHolder {
}

.fulldetails-photo-item {
	border: none;
}

.property-statuslabel {
	color:Red;
}

/* FULL DETAILS STYLES ONLY */

/* SAVED PROPERTIES STYLES ONLY */

.SavePropGreyBox {
	padding:15px;
}

.ArrangeViewingSaved {
	float:left; width:280px;
}
.SendThisProp {
	margin-left:320px;
}

.textContainerSavedProp {
	margin-top: 10px; margin-bottom: 10px; line-height: 20px; font-size: 120%;
}
.textContainerSavedPropEmail {
	margin-top: 10px; margin-bottom: 0px; font-size: 110%;
}

.saveContainer {
	padding: 20px 24px 10px 24px; margin-top: -20px; margin-bottom: 25px; position: relative; min-height:60px; _height: 1%;
}

.printHeading { font-size: 140%; font-weight: bold; padding: 20px 0px 10px 0px; }
.printText { font-size: 110%; height: 60px; }
.printTitle { font-size: 250%; padding-left: 10px; }
.printBodyText { font-size: 120%; padding-left: 15px; }
.printNumber { font-size: 300%; color: #c7c7c7; }
.printLine { border-bottom: solid 1px #8d8a89; padding-bottom: 12px; }

/* SAVED PROPERTIES STYLES ONLY */

.BackButBG { position: absolute; z-index: 1000; left: 20px; }

.SearchName  { height: 24px; font-size: 110%; padding-top: 4px; }
.SearchPrice { height: 28px; font-size: 110%; }
.SearchText  { height: 95px; margin-bottom:20px; line-height: 19px; overflow:hidden; font-size:110%; }

.SubMidleBG { margin: 20px 0px; min-height: 500px; _height: 500px; }

.PhotoHolderLeftBG { margin-right: 588px; padding-top: 14px; }

.FullName  { font-size: 120%; height: 21px; }
.FullPrice { font-size: 110%; }

.FullBotTextBG { font-size: 110%; line-height: 20px; margin-bottom: 25px; }

.NextPreviousBoxBG { position: absolute; z-index: 1000; margin-top: -26px; right: 30px; }

.HeaderImage { height: 318px; }

.DefaultMidleBG { padding: 16px 9px 20px 0px; height: 1%; }

.KeywordBoxBG { margin-top: 15px; }

.KeywordBoxBGDefault { display: block; margin-top: 0px; }

.KeywordTextLeft { float: left; width: 101px; margin-right: 15px; }

.KeywordTextBG { float: left; width: 108px; margin-right: 8px; }

.DefaultMidleTitleBG { height: 26px; }

.DefaultImageBG { float: left; width: 121px; }
.DefaultTextBG  { margin-left: 134px; padding-top: 5px; height:100px; overflow:hidden; }

.MoreInfoBut { height: 22px; margin-top: 10px; margin-right: 10px; display: block; text-align: right; }

#navbar { width: 877px text-aign: center; }
#navbar div { display:inline; }

#ctl00_ctl11_cntrlMenu { text-align:center; }
#ctl00_ctl11_cntrlMenu div { display:inline; }

.FullTextIconBG ul { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style: none; line-height: 110%; }
.FullTextIconBG li { margin: 0px 0px 18px 0px; padding: 0px 0px 0px 12px; background: url(../Images/structure/bullet.gif) no-repeat left 1px; font-size: 110%; position: relative; }
