/*------------------------------------------------------------------*/
/* Global */
/*------------------------------------------------------------------*/

body
{
    font-family : helvetica, arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 0.8em;

    margin:0;
    padding: 0;

    width: 100%;
    margin-top: 5px;
    color: #44433c;

    text-align: center;    
}

#page
{
    text-align: left;
    width: 1005px;
    min-height: 750px;    
    margin-left: auto;
    margin-right: auto;    
}

/*\*/
* html #page
{
    height: 750px;
}
/**/

#pageArea
{
    width: 872px;
    height: auto;
    float: left;
}

a,
a:visited,
a:active
{
    color: #003756;
}

a:hover
{
    color: #6690b5;
}

a img
{
    border: none;    
}

h1, h2, h3, h4, h5, h6
{
    padding: 0;
    margin: 0;
    color: #003756;
    font-weight: normal;
}

h1
{
    font-size: 1.75em;
    font-weight: bold;
}

h2
{
    padding: 15px 0 0 0;
	font-size: 1.35em;
}




h3
{
    font-size: 1em;
}

.ArticleImage
{
	padding:10px 10px 10px 10px;
	float:right;
}



/*------------------------------------------
DROP DOWN STYLING
--------------------------------------------*/

.selectInput
{
	font-family : helvetica, arial, sans-serif !important;
    font-size: 12.8px !important;
	letter-spacing: 0 !important;
	color: #44433c !important;
}

/*------------------------------------------
TEXT BOX STYLING
--------------------------------------------*/

/* FF (global) */
.textInput,
.passwordInput
{
	font-family : helvetica, arial, sans-serif !important;
    font-size: 12.8px !important;	
	color: #44433c !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	width: 132px !important;
	padding-top: 1px !important;
}

/* IE7 */
*:first-child+html .textInput,
*:first-child+html .passwordInput
{
	padding-left: 3px !important;
	padding-right: 3px !important;
	padding-top: 1px !important;
	width: 134px !important;
	height: 16px !important;
}

/* IE6 */
* html .textInput,
* html .passwordInput
{
	border: solid 1px #7f9db9 !important;
	padding: 4px !important;
	line-height: 12px !important;
	height: 21px !important;
	width: 144px !important;
}

/*------------------------------------------
TEXT AREA STYLING
--------------------------------------------*/

/* FF (global) */
.textAreaInput
{
	font-family : helvetica, arial, sans-serif !important;
    font-size: 12.8px !important;	
	color: #44433c !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	width: 307px !important;
	padding-top: 1px !important;
	height: 50px;
}

/* IE7 */
*:first-child+html .textAreaInput
{
	padding-left: 3px !important;
	padding-right: 3px !important;
	padding-top: 1px !important;
	width: 309px !important;
	height: 50px !important;
}

/* IE6 */
* html .textAreaInput
{
	border: solid 1px #7f9db9 !important;
	padding: 4px !important;
	line-height: 12px !important;
	height: 50px !important;
	width: 319px !important;
}


/*------------------------------------------
BUTTON STYLING
--------------------------------------------*/

/** Global styles */
.submitInput65, .submitInput100,
.submitInput65Deactivated, .submitInput100Deactivated
{
    letter-spacing: 0;
    display: block;
	white-space: nowrap;
    text-decoration: none;
    text-align: center;
	color: #ffffff;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: none;
	height: 29px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: normal !important;
	cursor: pointer;
}

a.submitInput65, a.submitInput100,
a.submitInput65Deactivated, a.submitInput100Deactivated
{
	padding-top: 8px;
	height: 29px;
}

input.submitInput65, input.submitInput100,
input.submitInput65Deactivated, input.submitInput100Deactivated
{
    font-family : helvetica, arial, sans-serif;
    margin: 0px;
    padding: 0px;
    overflow: visible;
}

.submitInput65:visited, .submitInput100:visited,
.submitInput65Deactivated:visited, .submitInput100Deactivated:visited
{
	color: #ffffff !important;
}

.submitInput65:hover, .submitInput100:hover
{
	color: #003756 !important;
}

.submitInput65
{
	width: 65px;
	background-image: url(../img/Button65.gif);
}
.submitInput100
{
	width: 100px;
	background-image: url(../img/Button100.gif);
}


.submitInput65:hover, .submitInput65Deactivated
{
	width: 65px;
	background-image: url(../img/Button65Hover.gif);
}

.submitInput100:hover, .submitInput100Deactivated
{
	width: 100px;
	background-image: url(../img/Button100Hover.gif);
}

.submitInput65Deactivated, .submitInput100Deactivated
{
    opacity: 0.8;
    /*filter: alpha(opacity=40);*/ /* Removed as IE doesn't allow transparency when setting opacity */
    cursor: default;
}


/*-------------------------*/

.textOnly
{
    display: none;
}

.textInput,
.passwordInput
{
    width: 140px;
}

.selectInput
{
    width: 144px;
}

.labelInput
{
	width: 140px;
}

.textInput,
.passwordInput,
.radioInput,
.checkBoxInput,
.labelInput
{
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

/**================================
LABEL STYLES
*/

label
{
	letter-spacing: 0;
    font-size: 0.9em;
    float: left;
    vertical-align: middle;   
	font-family : helvetica, arial, sans-serif !important;
    font-size: 12.8px !important;	
	color: #44433c /**!important;     */
}

label
{
    line-height: 20px;
}

.fieldAndLabel
{
    clear: both;
    vertical-align: middle;
}

.form .fieldAndLabel input,
.form .fieldAndLabel select,
.form .fieldAndLabel span
{
    float: right;
}

.submit
{
	clear: both;
}

.instructions,
.linkButton
{
    font-size: 0.85em;
    clear: both;
    text-align: right;
}

.menuFix
{
    clear: both;
    display:none;
}

/*\*/
* html .menuFix
{
    display: block;
}
/**/

form
{
    padding: 0;
    margin: 0;
}

.checkBoxRow
{
	clear: both;
	margin-bottom: 5px;
}

/*------------------------------------------------------------------*/
/* Page header */
/*------------------------------------------------------------------*/

#pageHeader
{
    width: 872px;
}

#banner
{
	height:125px;
}

#logo
{
	float: left;
	vertical-align:top;
	height:125px;
	width: 145px;
}

#logo img, #logo a
{
	vertical-align:bottom;
	margin:0 auto;
	padding:0;
	border:0;
	display:block;
}

#strapline
{
	background-image:url(/img/strapline_bk.gif);
	background-repeat:repeat-x;
    float: left;
    font-size: 3em;
    color: #003756;
    text-align: center;
    width: 727px;
    height:125px;
}
#strapline iframe
{
	margin-top:32px;
}

#navigation
{ 
    float: left;
    width: 100%;
    clear: both;
}

/*------------------------------------------------------------------*/
/* Primary navigation */
/*------------------------------------------------------------------*/

#primaryNavigation
{
    width: 100%;
    clear: both;
    float: left;
    background-color: #89a9be;
    color: #ffffff;
}

#primaryNavigation a
{
    text-decoration: none;
    color: #ffffff;
}

#primaryNavigation a:hover
{
    color: #003466;
}

#primaryNavigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#primaryNavigation ul li
{
    float: left;
    padding-right: 5px;    
    vertical-align: middle;
    height: 25px;
    line-height: 25px;    
}

#primaryNavigation ul li.Active,
#primaryNavigation ul li.FirstActive,
#primaryNavigation ul li.ActiveLast,
#primaryNavigation ul li.FirstActiveLast
{
    background-color: #838f96;
}


#primaryNavigation ul li a
{
    display: block;
    border-left: solid 1px #ffffff;
    padding-left: 5px;  
}

#siteOptions
{
	float: right;
    display: block;
    margin-right: 5px; 
    vertical-align: middle;
    height: 25px;
    line-height: 25px;       
    width: 350px;
}

* html #siteOptions
{
	width: 370px;
}

#siteOptions div
{
	float: right;
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
}

#siteOptions div *
{
	clear: none;
	margin-left: 5px;
	display: block;
	white-space: nowrap;
	vertical-align: middle;		
	float: left;
}

#siteOptions div input
{
	margin-top: 2px;
}

#siteOptions div .checkBoxInput
{
	margin-top: 4px;
}

#siteOptions div label
{
	color: #ffffff !important;
	font-size: inherit;
	line-height: 25px;
	vertical-align: middle;
	margin-top: -4px;
}

#siteOptions div .checkBoxInput,
#siteOptions div .checkBoxInput label,
{
	margin-top: 0;
}

#siteSections ul li.FirstActive a,
#siteSections ul li.First a,
#siteSections ul li.FirstLast a,
#siteSections ul li.FirstActiveLast a
{
    border-left: none;
}

#siteOptions form
{
    float: right;
    clear: none;    
    padding-right: 5px;
}

/*------------------------------------------------------------------*/
/* Secondary navigation */
/*------------------------------------------------------------------*/

#secondaryNavigation
{
    float: left;
    background-color: #003756;
    width: 100%;    
}

#secondaryNavigation ul
{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #003756;
}

#secondaryNavigation ul li
{
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
}

#sectionOptions ul li a
{
    color: #c8cace;
    text-decoration: none;
    border-left: solid 1px #c8cace;
    padding-left: 5px;
}

#sectionOptions ul li a:hover
{
    color: white;
}

#sectionOptions ul li.First a,
#sectionOptions ul li.FirstActive a,
#sectionOptions ul li.FirstLast a,
#sectionOptions ul li.FirstActiveLast a
{
    border-left: none;
}

#sectionOptions ul li.FirstActive,
#sectionOptions ul li.Active,
#sectionOptions ul li.ActiveLast,
#sectionOptions ul li.FirstActiveLast
{
    background-color: #dde7ed;

}

#sectionOptions ul li.FirstActive a,
#sectionOptions ul li.Active a,
#sectionOptions ul li.ActiveLast a,
#sectionOptions ul li.FirstActiveLast a, 
#sectionOptions ul li.FirstActive a:hover,
#sectionOptions ul li.Active a:hover,
#sectionOptions ul li.ActiveLast a:hover,
#sectionOptions ul li.FirstActiveLast a:hover
{
color: #003756;
}

/*------------------------------------------------------------------*/
/* Page body */
/*------------------------------------------------------------------*/

#pageBody
{
    margin-top: 10px;
    clear: both;
    float: left;
    width: 872px;
}

#servicesContainer
{
	float: left;
	width: 240px;
}

#services
{
    float: left;
}

#userServices
{
	float: left;
    margin-bottom: 17px;
	margin-top: 0px;
}

#loggedInForm
{
	margin: 0;
}

#loginForm .fieldAndLabel
{
	text-align:right;
	
}

#loginForm .fieldAndLabel input
{
	float:none;
}

#loginForm .fieldAndLabel label
{
	color:white;
}

#loginForm .submit
{
	padding-top: 8px;
}

#loginForm .linkButton
{
    width: 100%;
	padding-top: 5px;
    display: block;
    text-align: right;
}

#loginForm 
{
	background-image:url(../img/lozenge_bk.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color:#89A9BE;
    float: left;
    width: 100%; /*---for IE6----*/
	max-width: 230px; /*---for Firefox----*/
}


#quickLinks
{
    clear: both;
	padding-bottom:15px;
}

#content
{
    float: right;
    width: 620px;
    overflow: hidden;
}

#content em
{
	font-style: normal;
}

/*\*/
* html #content
{
    left: 0;
}
/**/

.service
{
    width: 240px;    
}

#additionalServices .lozengeActive,
#additionalServices .lozengeInactive
{
    margin-bottom: 5px;
}

#additionalServices
{
	clear: both;
}

/*------------------------------------------------------------------*/
/* Page Footer */
/*------------------------------------------------------------------*/

#pageFooter
{
    clear: both;
    /*-border-top: solid 20px #003756;-*/
	display:block;
	float:none;
    width: 100%;
    margin-top: 12px;
}

#newsDiv 
{
    /*-border: solid 2px #003756;-*/
	background-color: #003756;
	height:24px;
	color:#C8CACE;
	width: 100%;
}

.tickerLabel
{
	height:16px;
	padding: 4px;
	float:left;
}
.tickerLabel a,  .tickerLabel a:visited,  .tickerLabel a:active
{
	font-weight:bold;
	color:#C8CACE;
	text-decoration:none;
}
.tickerLabel a:hover
{
	font-weight:bold;
	color:white;
	text-decoration:underline;
}
.ticker
{
	float: right;
	padding: 4px;
	height:16px;
	width: 750px;
}

.newsticker
{

}

.ticker li
{

}
.ticker a, .ticker a:visited, .ticker a:active
{
	color:#C8CACE;
}

.ticker  a:hover
{
    color: white;
}


#smallPrint
{
    padding-top: 5px;
    float: right;
    padding-left: 5px;
}

#repeatNavigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#repeatNavigation ul li
{
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

#repeatNavigation ul li a
{
    border-left: solid 1px;
    padding-left: 5px;
}

#repeatNavigation ul li.First a,
#repeatNavigation ul li.FirstActive a
{
    border: none;
}

/*------------------------------------------------------------------*/
/* Adverts */
/*------------------------------------------------------------------*/


#adcontainer
{
    height:148px;
    width: 620px;
	float: right;
}


#adverts_RightMargin
{
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    
    width: 120px;
    
    overflow: hidden;
}

#adverts_RightMargin .advert
{
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    clear: left;
    
    margin-bottom: 10px;
}

.advertSearchResult
{
	padding: 0;
	margin: 0;
    border: none;
    overflow: hidden;
	width: 619px;
	height: 132px;
}

/*------------------------------------------------------------------*/
/* Lozenges */
/*------------------------------------------------------------------*/

.lozenge, .lozengeButton
{

    width: 240px;
    margin-top: 15px;
}

.lozengeButton h2
{
	background-image: url(../img/premier_bk.gif);
    font-weight: bold;
    font-size: 1.1em;   
    vertical-align: middle;
	height: 49px !important;
	width: 170px;
	text-align: right;
	line-height: 49px;
	top: 0;
    padding: 0px 10px 0px 10px;
	color: white;
}

.lozenge h2, #userServices h2
{
	background-image: url(../img/title_bk.gif);
    font-weight: bold;
    font-size: 1.1em;   
    vertical-align: middle;
	height: 35px !important;
	line-height: 35px;
	top: 0;
    padding: 0px 10px 0px 10px;
	color: white;
}

/* IE7 */
*:first-child+html .lozenge h2
{
	line-height: 35px;
	top: 0;
}

/* IE7 */
*:first-child+html .lozengeButton h2
{
	line-height: 35px;
	top: 0;
}

/* Opera */
html:first-child .lozenge h2
{
	line-height: 0;
	top: 21px;
}

/** Safari only */
/*/*/html*>.lozenge h2
{
	height: 35px !important;
	line-height: 0;
	top: 17px;
}/* */

/** Safari only */
/*/*/html*>.lozengeButton h2
{
	height: 35px !important;
	line-height: 0;
	top: 17px;
}/* */



.lozenge .title h2, .lozengeButton .title h2, #userServices h2
{
    float: right;  
}

.lozenge h2:hover, .lozengeButton h2:hover, .lozengeButton a:hover
{
	cursor:pointer !important; 
	cursor:hand !important;
}

.lozenge .title
{
	margin: 0;
	padding: 0;
	position: relative;
    width: 100%;
    height: 35px;
}

.lozengeButton .title
{
	margin: 0;
	padding: 0;
	position: relative;
    width: 100%;
    height: 58px;
	background-image: url(../img/premier_bk.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.lozengeButton  a
{
    color:white;
}

.lozenge .title .icon, .lozengeButton .title .icon
{
	visibility:hidden;
}

.lozenge .main, .lozengeButton .main
{
    min-height: 49px;

}

.trc
{
/*
    padding-top: 5px;
*/
}

.tlc, .trc, .blc, .brc
{

	background-color: transparent;
	background-repeat: no-repeat;

}


.lozenge li a, .lozenge li a:active, .lozenge li a:visited,
#userServices li a, #userServices li a:active, #userServices li a:visited
{
color:white;
text-decoration:none;
font-size:14px;
font-weight:bold;
letter-spacing:normal;
}



.lozenge ul, #userServices ul
{

	background-image: url(../img/lozenge_bk.gif);
	background-position: top right;
	background-repeat:no-repeat;
	background-color:#89a9be;
	padding:0;
	list-style-type:none;
    margin: 0;
    color: #44433c;
	text-align:left;
	width:240px;
}


.lozenge li:last-child, #userServices li:last-child
{
border-bottom:none;
}

.lozenge li, #userServices li
{
	border-bottom:1px dotted white;
	height:31px;

	line-height: 31px;
	color: white;
	padding-left:10px;
	padding-right:10px;
}

.lozenge li:hover, #userServices li:hover
{
	background-color:#003756;
}

#LogoutButtonListItem a
{
	float: right;
}

#LogoutButtonListItem:hover
{
	background-color:#89a9be !important;
}

#LogoutButtonListItem
{
	padding: 5px;
}

/*------------------------------------------------------------------*/
/*----------------------------HOMEPAGE------------------------------*/
/*------------------------------------------------------------------*/

.editorial
{
    float: left;
}

.propertyPromotions
{
    width: 620px;
}

.propertyPromotions .editorialPromotion, .propertyPromotions .secondPropertyPromotion
{
    margin-top: 10px;  
    margin-bottom: 10px;  
	width: 300px;
	height: 250px;
}

.propertyPromotions .editorialPromotion, .propertyPromotions .editorial
{
	clear: left;
}

.propertyPromotions
{
	float: right;
	clear: none;
}

.propertyPromotions .editorial
{
	width:620px;
	
}

/*------------------------------------------------------------------*/
/* News and features */
/*------------------------------------------------------------------*/

.editorialPromotion
{
	float:left;
}

.editorialPromotion .advert
{
    margin-left: auto;
    margin-right: auto;    
    width: 320px;
    height: 250px;    
}

html .editorialPromotion
{
    text-align: center;
}

#features
{
    float: left;
    width: 100%;
}


































#features .featureHalf
{
    padding-top: 5px;
    width: 50%;
    float: left;
    text-align: center;
}

#features h2
{
	color: #ffffff;
    background-color: #003756; 
    padding-left: 5px;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}

#features .featureHalf h3,
#features .featureHalf p
{
    text-align: left;
}

#features
{
    padding-top: 5px;
    margin-top: 5px;
    clear: both;
    background-color: #003756;
    color: #ffffff;

}

#features h2,
#features h3
{
	display: none;
    color: #ffffff;
}

#features .featureHalf .featureImage
{ 
	text-align: center;
    margin-left: auto;
    margin-right: auto;    
    width: 279px;
    height: 188px;
    overflow: hidden;
}

#features .featureHalf p
{
	width: 279px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
}

#features .featureFull
{
    padding-top: 5px;
    width: 100%;
    float: left;
    text-align: center;
}

#features .featureFull .featureImage
{ 
	text-align: center;
    margin-left: auto;
    margin-right: auto;    
    border: solid 2px #ffffff;
    width: 279px;
    height: 188px;
    overflow: hidden;
}

#features .featureFull p
{
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
}

#features a,
#features a:visited
{
	color: #ffffff;
}

#features .commonFooter
{
	clear: both;
	margin-bottom: 5px;
	padding-left: 10px;
}

/*------------------------------------------------------------------*/
/* Simple Search */
/*------------------------------------------------------------------*/

#simplePropertySearch
{
    width: 608px;
    background-color: #e9edf0;
    font-size: 1em !important;
    padding: 1px;
    border: solid 5px #c0cfde;
    
    padding-bottom: 0;
}

* html #simplePropertySearch
{
    width: 256px;
}

#simplePropertySearch h2
{
    color: #ffffff;
    background-color: #003756; 
    padding-left: 5px;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;  
    font-size: 1em;   
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#simpleSearchOptions
{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #c5cdd8;
}

#simpleSearchOptions li
{
    padding-top: 3px;
    padding-bottom: 3px;        
    float: left;
    width: 33%;
    border-bottom: solid 1px #9d9fa2;
}

#simpleSearchOptions li a,
#simpleSearchOptions li .nonLink
{
    border-left: solid 1px;
    padding-left: 5px;

    padding-right: 5px;
    text-decoration: none !important;
    font-weight:normal !important;
}

#simpleSearchOptions li.first a,
#simpleSearchOptions li.firstActive a,
#simpleSearchOptions li.first .nonLink,
#simpleSearchOptions li.firstActive .nonLink
{
    border-left: none;
}

#simpleSearchOptions li.firstActive,
#simpleSearchOptions li.firstActive
{
    border-bottom: solid 1px #e9edf0;
    background-color: #e9edf0;
}

.searchTypeTabs
{
	float: right;
	width: 100%;
}

.searchTypeTabs ul
{
	margin: 0 !important;
	padding: 0 !important; 
	list-style-type: none;
	height: 100%;
}

.searchTypeTabs .searchTypeTabsNoBorder
{
	background-image: url(../img/unselectedTitle_bk.gif);
	background-repeat:no-repeat;
	position: relative;
	float: left;
	width: 15%;
	height: 100%;
	text-align: center;
	line-height: 13px;
	border: none !important;
}

.searchTypeTabs li
{
	background-image: url(../img/unselectedTitleWithBorder_bk.gif);
	background-repeat:no-repeat;
	float: left !important;
	width: 15%;
	height: 100%;
	text-align: center;
	line-height: 13px;
}

.searchTypeTabs .infoListItem
{
	float: left;
	width: 40%;
	text-align: left;
	border: none !important;
	background-image: none;
	background-color: #FFFFFF !important;
}

.searchTypeTabs li h2
{
	background-image: url(../img/title_bk.gif) !important;
	color: white;
	font-size: 0.9em;   
	font-weight: bold;
	padding: 4px 10px;
}

.searchTypeTabs li h3
{
	font-size: 0.9em;  
	padding: 4px 10px;
}

.searchTypeTabs ul a
{
	font-weight: bold;
}

.areaButton
{
	background-image: url(../img/title_bk.gif);
	float: right;
	margin: 0;
	padding: 0;
	width: 276px;
}

.areaButton a
{
	color: white;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	width: 100%;
	text-decoration: none;
}

.bottomImage
{
	position: relative;
	left: 350px;
	top: 0px;
	padding: 0;
	padding-bottom: 5px;
}

#simplePropertySearch .form
{
    clear: both;
    padding: 10px;
}

#simplePropertySearch .submitInput65
{
	float: right;
}

#simplePropertySearch:after
{
    content: '.';
    visibility: hidden;
    height: 8px;
    display: block;
    clear:both;
}

/*------------------------------------------------------------------*/
/* Quicksearch form*/
/*------------------------------------------------------------------*/

.line
{
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchForm 
{
	background-image:url(../img/lozenge_bk.gif);
	background-position: 296px 0px;
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color:#89A9BE;
    float: left;
    width: 620px; /*---for IE6----*/
}

.searchForm .fieldAndLabel
{
	display:inline;
	clear: none;
	position: relative;
	top: -3px;
}

.searchForm label
{
	float: left;
	color: White;
	display:inline-block;
	width: 60px;
	padding-left: 5px;
}

.searchForm select
{
	float: left;
	width: 100px;
	vertical-align: middle;
}

.searchForm .fieldAndLabel input
{
	float: left;
	width: 120px !important;
	padding-right: 10px;
}

.searchForm .requiredWarning
{
	float: right;
	color: Maroon !important;
	font-weight: bold;
	display:inline-block;
	width: 275px;
	text-align: center;
}

.searchForm .line
{
	display: inline-block;
}

.searchForm .submitInput65
{
	float: left;
	display: inline-block;
	position: relative;
	top: 0px;
	padding-bottom: 0;
}

/*------------------------------------------------------------------*/
/* Solicitor Search Form */
/*------------------------------------------------------------------*/

.solicitorSearchForm 
{
	background-image:url(../img/lozenge_bk.gif);
	background-position: 575px 0px;
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	background-color:#89A9BE;
    float: left;
    width: 620px; /*---for IE6----*/
}

.solicitorSearchForm .fieldAndLabel
{
	display:inline;
	clear: none;
	position: relative;
	top: -3px;
}

.solicitorSearchForm label
{
	float: left;
	color: White;
	display:inline-block;
	width: 60px;
	padding-left: 5px;
}

.solicitorSearchForm input
{
	float: left;
	width: 120px !important;
	vertical-align: middle;
}

.solicitorSearchForm .line
{
	display: inline-block;
}

.solicitorSearchForm .submitInput65
{
	float: left;
	display: inline-block;
	position: relative;
	top: 0px;
	padding-bottom: 0;
}

/*------------------------------------------------------------------*/
/* Reference Search Form */
/*------------------------------------------------------------------*/

.referenceSearchForm 
{
	background-image:url(../img/lozenge_bk.gif);
	background-position: 482px 0px;
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	background-color:#89A9BE;
    float: left;
    width: 620px; /*---for IE6----*/
}

.referenceSearchForm .fieldAndLabel
{
	display:inline;
	clear: none;
	position: relative;
	top: -3px;
}

.referenceSearchForm label
{
	float: left;
	color: White;
	display:inline-block;
	width: 120px;
	padding-left: 5px;
}

.referenceSearchForm input
{
	float: left;
	width: 120px !important;
	vertical-align: middle;
}

.referenceSearchForm .line
{
	display: inline-block;
}

.referenceSearchForm .submitInput65
{
	float: left;
	display: inline-block;
	position: relative;
	top: 0px;
	padding-bottom: 0;
}

/*------------------------------------------------------------------*/
/* Featured Property */
/*------------------------------------------------------------------*/

#featuredPropertyPromotion
{

    background-color: #c7dfa3;
    padding: 0px;
	margin:0px;
	height:250px;
	width:300px;
}


#featuredPropertyPromotion .limelightVerticalBanner
{
	height: 191px;
	width: 28px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}


/*-
* html #featuredPropertyPromotion p
{
    text-align: left;
}



#featuredPropertyPromotion h2
{
    background-color:#77B432;
    color:#FFFFFF;
    font-size:1em;
    height:20px;
    line-height:20px;
    padding:0px 0px 0px 5px;
    vertical-align:middle; 
}
-*/

/* This is for the Login h2 */

/* 
#userServices h2
{
  background-color:#003756;
    color:#FFFFFF;
    font-size:1em;
    height:20px;
    line-height:20px;
    padding:0px 0px 0px 5px;
    vertical-align:middle;  
}
*/


#featuredPropertyPromotion .featureImage
{
    width: 278px;
    height: 188px;
	padding-top:3px;
	padding-right:3px;
	float: right;
}



/*
#featuredPropertyPromotion p
{
    padding: 3px;
    margin: 0;
    width: 244px;
	word-wrap: break-word;
}
--*/

/*------------------------------------------------------------------*/
/*----------------------------BUY/SELL------------------------------*/
/*------------------------------------------------------------------*/
#searchTabsSubMenu {
background-color:#89A9BE;
background-image:url(../img/lozenge_bk.gif);
background-position:375px 0px;
background-repeat:no-repeat;
float:left;
height:100%;
width: 100%;
padding-top: 5px;
}

.tab
{
	width: 90px;
}

.tab h2
{
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0;
	width: 80px; 
	height: 0px;
	float: left;
}

.tab h3
{
	font-weight: bold;
	font-size: 0.9em;   
	height: 0px;
	padding: 0;	
	width: 80px; 
	float: left;
}

.tabLeft
{
	background-image: url(/img/tabLeft.gif);
	width: 5px;
	height: 25px;
	float: left;
}
.tabRight
{
	background-image: url(/img/tabRight.gif);
	width: 5px;
	height: 25px;
	float: right;
}

#options ul li a
{        
    text-decoration: none;
    padding: 0px 5px;
}

#options
{
	padding-left: 7px;
	border-bottom: 1px solid #00529b;
	width: 100%;
}

#options ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 25px;
}

#options ul li
{
    float: left;
      
    vertical-align: middle;
    height: 25px;
    line-height: 25px;      
    
    text-align: center;
    font-weight: bold;
    
    background-repeat: repeat-x;
    color: Black !important;
}

#options ul li.active
{
    border-bottom: 3px #89A9BE solid;
    background-image: url(/img/tabCentreActive.gif);
    color: Black;
}

#options ul li.inactive
{
	background-image: url(/img/tabCentre.png);
}

.searchStep
{
	background-color:#89A9BE;
	background-image:url(../img/lozenge_bk.gif);
	background-position:389px 0;
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color:#89A9BE;
    float: left;
    width: 620px; /*---for IE6----*/
}

.searchStep h2
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#searchStep2Buttons
{
	clear: both;
	width: 100%;
	position: relative;
	left: 470px;
	margin-right: 10px;
	margin-bottom: 10px;	
}

.searchStep #clearButton
{
	clear: both;
	padding: 20px 0 20px 0;
	display: inline-block;
}

#searchStep2Buttons a
{
	display: inline-block;
}

/* Step 1 */

.searchAreaPicker
{
    float: left;
    width: 33%;
}

* html .searchAreaPicker
{

}

.searchAreaPicker div
{
    padding-left: 10px;
    padding-right: 10px;

    float: left;  
}

.searchAreaPicker div select
{
    height: 230px;
    width: 185px;
}

.searchAreaPicker div .submitInput65,
.searchAreaPicker div .submitInput65Deactivated,
.searchAreaPicker div .submitInput100,
.searchAreaPicker div .submitInput100Deactivated
{
    margin-top: 5px;
    float: right;
}

/* Step 2 */

#propertyTypePicker
{
    float: left;
    width: 40%;
}

#featuresPicker
{
    float: left;
    width: 55%;    
}

.searchCriteriaPicker div
{
    padding-left: 10px;
    padding-right: 10px;
}

#propertyTypePicker div .multipleSelectInput
{
    height: 350px;
    width: 100%;
}

#featuresCriteria,
#filterCriteria,
#extrasCriteria,
#displayCriteria
{
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 10px;
}

#displayCriteria ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

#displayCriteria ul li
{
    float: left;
}

#extrasCriteria .selectable
{
    float: left;
    width: 40%;
}

* html #extrasCriteria .selectable
{
	width: 50%;
}

.submit .submitInput65
{
    float: right;
    clear: left;
}

#featuresCriteria label
{
	float: left;
}

#filterCriteria label,
#extrasCriteria label,
#displayCriteria label
{
	float: none;
}

.searchStep .selectInput
{
}

/* Results */

.searchResults .searchDescriptionAndOptions
{
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    line-height: 23px;
}

.searchResults .searchDisplayOptions
{
    float: left;
    padding-bottom: 10px;
    border-bottom: dotted 1px;
    width: 100%;
}

.searchResults .searchDisplayOptionsBottom
{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.searchResults .searchDescription, 
.searchResults .featuredDescription
{
    float: left;
}

.searchResults .searchOptions
{
    float: right;
	width: 350px;
}

.searchResults .searchOptions .submitInput65,
.searchResults .searchOptions .submitInput100
{
    float: right;
    clear: none;
}

.searchResults .searchDescription em
{
    font-style: normal;
    color: #003756;
}

.searchResults .featuredDescription em
{
    font-style: normal;
    color: #77B432;
}

.searchResults .resultsOptions
{
    float: left;
}

.searchResults .pager
{
    clear: right;
    float: right;
}

.searchResults ol
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.searchResults ol li
{
    margin-top: 5px;
    float: left;
}

/*************************** All View/Details boxes such as search results ***************************/

/***** All main boxes *****/
.searchResult,
.premierSearchResult,
.featuredSearchResult
{
    width: 601px;
    _width: 620px !important;
    padding: 8px;	
	float: left;
	border: solid 1px #c5cdd8;
    background-image: url(../images/lozenge/lozengeBackground.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
.featuredSearchResult
{
	border-color: #77B432;
	border-top: none;
	min-height: 248px;
	height: auto;
	background-image: none;
	background-color: #E2F2D0;
	padding: 0 !important;
	width: 617px !important;
}

/***** Div holding everything within main boxes *****/
.searchResult .Espc,
.premierSearchResult .Espc,
.featuredSearchResult .Espc,
.searchResult .Gspc,
.premierSearchResult .Gspc,
.searchResult .NiteMonkey,
.premierSearchResult .NiteMonkey,
.featuredSearchResult .NiteMonkey,
.searchResult .Solicitor,
.searchResult .Developer
{
    float: left;
    width: 100%;
}
.featuredSearchResult .Espc,
.featuredSearchResult .NiteMonkey
{
	margin: 8px;
	_margin-left: 5px !important;
	width: 601px !important;
}

.searchResult .subOptions,
.premierSearchResult .subOptions,
.featuredSearchResult .subOptions
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-top: dotted 1px #c5cdd8;
	float: left;
	font-size: 0.9em;
	height: 25px;
	line-height: 25px;
	margin-bottom: -8px;
}
.featuredSearchResult .subOptions
{
	margin: 8px;
	width: 601px;
	_margin-right: 0 !important;
}
.subOptions .form
{
	float: left;
	width: 100%;
	/* IE6 hack because it cut off the bottom of the "Update" text */
	_height: 30px;
}
.subOptions .form .fieldAndLabel, .subOptions .form .fieldAndLabel label, .subOptions .form .fieldAndLabel input
{
	float: left;
}
.subOptions .form a
{
	float: right;
}

.featuredSearchResult .featuredBanner
{
	background-color: #77B432;
	background-image: url(../images/common/featuredSearchResultMarker.png);
	background-repeat: no-repeat;
	width: 100%;
	line-height: 22px;
	height: 22px;
}
.featuredSearchResult .featuredBanner img
{
	display: none;
}
.featuredSearchResult .featuredBanner .icon
{
	_float: left;
}

.featuredSearchResult .price
{	
	padding-right: 10px;
	color: white;
	font-size: 1em;
	display: block;
	float: right;
}

.searchResult .Solicitor em,
.searchResult .Developer em
{
	margin-right: 5px;
}
.searchResult .Solicitor,
.searchResult .Developer
{
	padding-bottom: 20px;
}

/********** DETAILS **********/
.searchResult .details,
.premierSearchResult .details,
.featuredSearchResult .details
{
    float: right;
    min-height: 144px;
    /* Main Box is 601px with 8px padding. "View" box on left is 135px. Remaining space is 601-135=466. Set to 455px to give space between View and Details */
    width: 455px;
    _width: 435px !important; /* IE6 hack to fit correctly */
}
.searchResult .Developer .details
{
	/* Main Box is 601px with 8px padding. "View" box on left is 223px. Remaining space is 601-223=378. Set to 367px to give space between View and Details */
	width: 367px !important;
	_width: 347px !important; /* IE6 hack to fit correctly */
}
.featuredSearchResult .details
{
	_margin-left: 0 !important;
}

.searchResult .Developer .details .address
{
	padding-top: 5px;
	clear: both;
}

.searchResult .details .title,
.premierSearchResult .details .title,
.featuredSearchResult .details .title
{
    float: left;
    font-size: 1em;
	width: 230px;
	min-height: 32px;
	height: auto;
}
.featuredSearchResult .details .title a
{
	color: #77B432!important;
}
.searchResult .Solicitor .details .title
{
	width: 100%;
}
.searchResult .Solicitor .details .title h2,
.searchResult .Developer .details .title h2
{
	padding-top:0px;
}

.searchResult .details .price,
.premierSearchResult .details .price
{
    float: right;
    color: #003756;
    font-size: 1em;
	width: 225px;
	text-align: right;
}
.featuredSearchResult .details .price
{
	display: none;
}

.searchResult .details .homeReport,
.premierSearchResult .details .homeReport,
.featuredSearchResult .details .homeReport
{
	float: right;
	font-size: 1em;
	clear: right;
	width:160px;
	text-align:right;
}
.searchResult .details .homeReport a, .premierSearchResult .details .homeReport a, .featuredSearchResult .details .homeReport a,
.searchResult .details .homeReport a:visited, .premierSearchResult .details .homeReport a:visited, .featuredSearchResult .details .homeReport a:visited,
.searchResult .details .homeReport a:active, .premierSearchResult .details .homeReport a:active, .featuredSearchResult .details .homeReport a:active
{
	color: #EC0000 !important;
}

.searchResult .details .description,
.premierSearchResult .details .description,
.featuredSearchResult .details .description
{
    clear: both;
    float: none;
    padding-top: 10px;
	padding-bottom: 10px;
    min-height: 89px;
	height: auto;
}
.featuredSearchResult .details .description
{
	min-height: 135px !important;
}

.searchResult .details .propertyType,
.premierSearchResult .details .propertyType,
.featuredSearchResult .details .propertyType
{
    color: #003756;
    font-size: 1em;
	float: left;
}
.featuredSearchResult .details .propertyType
{
    color: #77B432 !important;
}

.searchResult .details .options,
.premierSearchResult .details .options,
.featuredSearchResult .details .options
{
	float: right;
}
.featuredSearchResult .options
{
	_margin-top: 135px;
}

/********** VIEW **********/
.searchResult .view,
.premierSearchResult .view,
.featuredSearchResult .view
{
    width: 135px;
    float: left;
}
.searchResult .Developer .view
{
	width: 223px;
}

.searchResult .view .features,
.premierSearchResult .view .features,
.featuredSearchResult .view .features
{
	float: left;
	height: 21px;
	margin-top: 5px;
}

/***** "div" to catch active and inactive classes *****/
.searchResult .view .features div,
.premierSearchResult .view .features div,
.featuredSearchResult .view .features div
{
	margin-left: 12px;
	width: 55px;
    float: left;
    _margin-left: 0 !important /* IE6 hack to fit on one line */
}
.searchResult .view .features .feature,
.premierSearchResult .view .features .feature
{
	color: #003756;
}
.searchResult .view .features .featureInactive,
.premierSearchResult .view .features .featureInactive
{
	color: #9c9c9c;
}
.featuredSearchResult .view .features .feature,
.featuredSearchResult .view .features .featureInactive
{
	color: #77B432;
}
.searchResult .Solicitor .features .feature
{
	width: 100px;
	float: left;
}
.searchResult .Solicitor .features .feature img
{
	float: left;
	margin-right: 5px;
}
.searchResult .Solicitor .features .feature a
{
	line-height: 25px;
	vertical-align: middle;
}

.searchResult .view .image,
.premierSearchResult .view .image,
.featuredSearchResult .view .image
{
	background-image: url(../images/common/thumbnail_bg.png);
	background-repeat: no-repeat;
	width: 135px;
    height: 91px;
    overflow: hidden;
    text-align: center;
}
.searchResult .Developer .view .image
{
	background-image: none;
	width: 223px;
	height: 91px;
}
.featuredSearchResult .view .image
{
	background-color: #E2F2D0;
}
.imageSecondary, .imageTertiary
{
	background-color: #E2F2D0;
	margin-top: 4px;
	width: 65px;
    height: 45px;
	float: left;
}
.imageTertiary
{
	margin-left: 5px;
}

.searchResult .view .overlay,
.premierSearchResult .view .overlay,
.featuredSearchResult .view .overlay
{
    position: absolute;    
    text-align: left;
    width: 135px;
    height: 91px;
    overflow: hidden;    
}
.searchResult .view .overlay a,
.premierSearchResult .view .overlay a,
.featuredSearchResult .view .overlay a
{
    width: 135px;
    height: 91px;
    overflow: hidden;    	
    display: block;
}

.searchResult .view .reference,
.premierSearchResult .view .reference,
.featuredSearchResult .view .reference
{
    background-color: #003756;
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    float: left;
    width: 100%;
}
.searchResult .Gspc .view .reference,
.premierSearchResult .Gspc .view .reference
{
     background-color: #9D9FA2 !important;
}
.featuredSearchResult .view .reference
{
    background-color: #77B432 !important;
}

/* Other */

form
{
    padding: 0;
    margin: 0;
}

.keyword
{
    color: #003756;
}

select option.heading
{
    color: #003756;
}

.pagerItem,
.pagerItemActive,
.pagerNext,
.pagerPrevious,
.pagerJumpForward,
.pagerJumpBackword
{
    color: #003756;
    margin-right: 5px;
}

.pagerItemActive,
.pagerNext,
.pagerPrevious,
.pagerJumpForward,
.pagerJumpBackword
{
    text-decoration: none;
    font-weight: bold;
}

/* Property Details */

.propertyDetails .propertyExhibit
{
	padding-top: 15px;
	position: relative;
	
	float: left;
	
	width: 618px; /* #Content Width -2px for border;*/
	
	border: solid 1px #c5cdd8;
    background-image: url(../images/lozenge/lozengeBackground.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

* html .propertyDetails .propertyExhibit
{
	width: 613px; /* IE corrected value */
}

.propertyDetails .propertyExhibit .overlay
{
    position: absolute;
    width: 279px;
    height: 188px;
    overflow: hidden;
	text-align: left;
}

.propertyDetails .propertyExhibit .largeImage,
.propertyDetails .propertyExhibit .solicitorDetails
{
	float: left;
    width: 279px;
    height: 188px;
    overflow: hidden;
    text-align: center;
}

.propertyDetails .propertyExhibit .largeImage
{
	background-image: url(../images/common/primary_bg.png);
	background-repeat: no-repeat;	
	margin-left: 25px;
}

* html .propertyDetails .propertyExhibit .largeImage
{
	display: inline;
}

.propertyDetails .propertyExhibit .solicitorDetails
{
	margin-left: 9px;
}

.propertyDetails .propertyExhibit .solicitorDetails em
{
    font-style: normal;
    margin-right: 5px;
}

.propertyDetails #thumbnailsControl,
.propertyDetails .noThumbnails
{
	margin-top: 9px;
	margin-left: 7px;
		
	float: left;
	clear: both;
	
	width: 100%;
	
	padding-bottom: 25px;
}

* html .propertyDetails .noThumbnails
{
	display: inline;
}

.propertyDetails .noThumbnails
{
	padding-bottom: 25px;
}

* html .propertyDetails #thumbnailsControl
{
	display: inline;
}

.propertyDetails #thumbnailsGallery
{
	float: left;
	
    float: left;
    width: 578px;
    height: 91px;
    
    position: relative;
    
    overflow: hidden;	
}

.propertyDetails #thumbnails
{
	position: relative;
}

.propertyDetails #thumbnails ol
{
	float: left;
	
    list-style: none;
    margin: 0;
    padding: 0;
    
    margin-left: 5px;
    position: absolute;
}

.propertyDetails #thumbnails ol li
{
    float: left;
}

.propertyDetails .thumbnail,
.propertyDetails .thumbnailMissing
{
	background-image: url(../images/common/thumbnail_bg.png);
	background-repeat: no-repeat;
	
	text-align: center;
	
    float: left;
    margin-right: 9px;
    width: 135px;
    height: 91px;
    background-color: #edf7fa;    
    overflow: hidden;
}



* html .propertyDetails .thumbnail,
* html .propertyDetails .thumbnailMissing
{
	display: inline;  
}

.propertyDetails #previousThumbnailsControl,
.propertyDetails #nextThumbnailsControl
{
	float: left;
}

.propertyDetails .options
{
	position: absolute;
	bottom: 0;
	right: 10px;
}

.propertyDetails .options ul
{
	float: left;
	
	height: 25px;
	
	list-style: none;
	padding: 0;
	margin: 0;
}

.propertyDetails .options li
{
	float: left;
	height: 25px;
	margin-left: 10px;
}

* html .propertyDetails .options 
{
	right: 0px !important;
}

* html .propertyDetails .options li
{
	margin-left: 3px !important;
}

.propertyDetails .options a,
.propertyDetails .options div
{
	white-space: nowrap;
    text-decoration: none;
    float: left;
    height: 5px;
    font-size: 0.7em;
    line-height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat; 	
    letter-spacing: 0;
}

* html .propertyDetails .options a,
* html .propertyDetails .options div
{
	font-size: 0.7em;
	line-height: 25px;
	letter-spacing: 0;
}

.propertyDetails .options img,
.propertyDetails .options span
{
	float: left;
}


.propertyDetails .propertyText
{
    clear: both;
    padding-top: 10px;
}

.propertyDetails .propertyText p
{
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;	
}

.propertyDetails .subAddressBanner
{
	color: #003756;
	margin-bottom: 10px;
}

.propertyDetails h3
{
	display: block;
	padding-bottom: 5px;
}

.propertyDetails .propertyText .price
{
    font-size: 1.35em;
    padding: 0;
    margin: 0;
    color: #003756;
    font-weight: normal;    
}

.propertyDetails .propertyText .reference
{
    margin-top: 10px;
    color: #003756;
}

.propertyDetails .buttons
{
    float: right;
    width: 100%;
}

.propertyDetails .sblinks
{
	margin-top:10px;
	margin-bottom:10px;
}

.propertyDetails .buttons input
{
    clear: none;
    margin-left: 10px;
}

.propertyDetails .propertyText .roomDimensions
{
	display: inline;
	font-weight: normal;
	font-size: 0.8em;
}

/** Maps */

.propertyDetails .propertyMap,
.searchResults .resultsMap
{
	text-align: center;
	padding-top: 15px;
	position: relative;
	
	float: left;
	
	width: 618px; /* #Content Width -2px for border;*/
	
	border: solid 1px #c5cdd8;
    background-image: url(../images/lozenge/lozengeBackground.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    
    padding-bottom: 25px;
}

.searchResults .resultsMap
{
	padding-bottom: 15px;
}

* html .propertyDetails .propertyMap,
* html .searchResults .resultsMap
{
	width: 613px; /* IE corrected value */
}

#ESPC_MAP
{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 580px;
	height: 330px;
}

#ESPC_MAP_LOADING
{
	background-color : #001b50;
	color: White;
	padding: 1px 10px;
	position : absolute;
	z-index : 1000;	
}

.disclaimer
{
	float: left;
	font-size: 0.9em;
}

.disclaimer,
{
	margin-top: 10px;
}

.errorMessage
{
	line-height: 20px;
	background-image: url(../images/icons/invalid.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: red;
}

.successMessage
{
	line-height: 20px;
	background-image: url(../images/icons/valid.png);
	background-repeat: no-repeat;
	background-position: left top;	
	color: green;
}


.errorMessage p,
.successMessage p
{
	margin-top: 10px;
	margin-bottom: 10px;	
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left;	
}

.buttons
{
	width: 100%;
	float: right;
}

.buttons .submitInput65
{
	float: right;
	clear:none;
}

.sbLinks
{
	clear:both;

}

.sbLinks p
{
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

/*------------------------------------------------------------------*/
/* User Registration Form */
/*------------------------------------------------------------------*/

.pageLozenge .userRegistrationForm
{	
	margin: 5px 10px 5px 10px;
	float: left;
	width: 100%;
	_width: 93%;
}

.pageLozenge .userRegistrationForm .fieldAndLabelLeft,
.pageLozenge .userRegistrationForm .fieldAndLabelRight
{
	float: left;
	clear: left;
	width: 299px;
	_width: 289px;
	padding-top: 5px;
}

.pageLozenge .userRegistrationForm .fieldAndLabelRight
{	
	clear: right;
	float: right;
}

.pageLozenge .userRegistrationForm .fieldAndLabelLeft .label,
.pageLozenge .userRegistrationForm .fieldAndLabelRight .label
{
	float: left;
	width: 125px;
}

.pageLozenge .userRegistrationForm .fieldAndLabelLeft .field,
.pageLozenge .userRegistrationForm .fieldAndLabelRight .field
{
	float: left;
}

.pageLozenge .userRegistrationForm h2,
.pageLozenge .userRegistrationForm .instructions,
.pageLozenge .userRegistrationForm .checkBoxRow
{
	float: left;
	clear: both;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	width: 598px;
	_width: 578px;
	text-align: left;
}

.pageLozenge .userRegistrationForm .checkBoxRow2ColumnsLeft
{
	float: left;
	clear: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	width: 289px;
	text-align: left;
}

.pageLozenge .userRegistrationForm .checkBoxRow2ColumnsRight
{
	float: right;
	clear: right;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	width: 289px;
	text-align: left;
}

.pageLozenge .userRegistrationForm .submitInput65
{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: right;
}

.pageLozenge .userRegistrationForm .buttonHolder
{
	float: left;
	clear: both;
	width: 598px;
	_width: 578px;
	text-align: left;
}

.firstRowLabels
{
	position : relative;
}
	
.firstRowControls
{   
	top  : -75px;
	position : relative;
	left: 85px;
}

.secondRowLabels
{
	top  : -45px;
	position : relative;
}
	
.secondRowControls
{
	top  : -95px;
	position : relative;
	left: 85px;
}

.thirdRowLabels
{
	top  : -230px;
	position : relative;
	left: 245px;
}
	
.thirdRowControls
{
	top : -275px;
	position : relative;
	left: 380px;
}

.fourthRowLabels
{
	top  : -230px;
	position : relative;
	left: 245px;
}
	
.fourthRowControls
{
	position : relative;
	left: 385px;
	top: -280px;
}

.espcCheckBox
{

}

.espcCheckBoxText
{
 
}

.externalCheckBox
{

}

.externalCheckBoxText
{

}

.saveButtonPosition
{
	position  : relative;
	top: 260px;
}

.formLabelText
{
	margin-bottom: 8px;
}

.outerDiv
{
 width:40%;	
 left: 400px;
}

.submitRegistrationInputInverted
{
    background-color: #ffffff;
    border: double 3px #003756;
    width: 75px;
    color: #003756;
    font-size: 0.7em;
    padding: 0;
    margin: 0;
}

.submitRegistrationInputInverted:hover
{
    background-color: #003756;
    border: double 3px #6690b5;
    width: 75px;
    color: #ffffff;
	cursor:pointer !important; 
	cursor:hand !important;
}

.submitRegistrationInput,
.submitRegistrationInputDeactivated
{
    background-color: #003756;
    border: double 3px #6690b5;
    width: 75px;
    color: #ffffff;
    font-size: 0.7em;
    padding: 0;
    margin: 0;
}

a.submitRegistrationInput
{
	line-height: 15px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ffffff !important;
	font-size: 0.7em;
}

.submitRegistrationInput
{
	cursor:pointer !important; 
	cursor:hand !important;	
}

.submitRegistrationInput:hover
{
    background-color: #ffffff;
    border: double 3px #6690b5;
    width: 75px;
    color: #003756;
	cursor:pointer !important; 
	cursor:hand !important;   
}

.submitRegistrationInputDeactivated
{
    background-color: #c5cdd8;
	cursor:pointer !important; 
	cursor:default !important;
}


/*------------------------------------------------------------------*/
/* Featured Properties */
/*------------------------------------------------------------------*/

.featuredProperty
{
	text-align: center;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	padding: 0px;
	border: solid 1px #c5cdd8;
    background-color: #FFFFFF;
	border:5px solid #77B432;
	
	width: 279px;

	min-height: 360px;
	height:auto !important;
	height:360px;
	margin-top: 14px;
}

* html .featuredProperty
{
	width: 289px;
	height: 322px;	
}

.featuredProperty .image
{
	width: 269px;
	height: 188px;		
	padding: 3px;
	overflow: hidden;
}

.featuredProperty .clientLogo
{
	float: left;	
	margin-top: 17px;
	padding: 3px;	
}

.featuredProperty .clientLogo .scaledLogo
{

	width:80px !important;
	height:54px !important;
}

.featureHalf
{
	height:250px;
	width:300px;
	position:relative;
}

.featuredProperty .price,
.featureHalf .price
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #77B432;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;

}


.featureViewAllButton
{
	position:absolute;
	bottom:0;
	right:0;
	height:29px
	width:34px;
}

.featureViewAllButton img
{
	display: block;
}

.featuredProperty .homeFeaturePrice,
.featureHalf .homeFeaturePrice
{
	
	color: #575757;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	width: 285px;
	height: 50px;
	position: absolute;
	bottom:0px;
	left:0px;
	overflow:hidden;
}



.featuredProperty .price a, 
.featuredProperty .price a:visited, 
.featuredProperty .price a:active,
.featuredProperty .price a:hover
{
	color: #77B432 !important;
	font-size:1.1em;
	text-decoration: none;
}

.featuredProperty .address, .featureHalf .address
{
	font-size: 1.1em;
	text-align: center;	
}

.featuredProperty .address
{
	min-height: 45px;
}
	
.featuredProperty .address a,
.featuredProperty .address a:visited,
.featuredProperty .address a:active,
.featuredProperty .address a:hover
{
	color: #44433C !important;
	text-decoration: none !important;
}

#featuredPropertyPromotion .commonFooter
{
	text-align: center;
	padding-top: 5px;
}

#featuredPropertyPromotion .commonFooter a
{
	text-align: center;
	width: 100%;
	font-size: 1.4em;
	color: #77B432;
}

#featuredPropertyPromotion .commonFooter a:hover
{
	color: #C0C0C0;
}

#featuredPropertyPromotion .submitInput100
{
	margin-left: 13px;
	font-size: 1.25em;
}

#featuredPropertyPromotion .submitInput100,
{
	_margin-left: 0px !important; /* the underscore is a hack for IE6 only */
}

#featuredPropertyPromotion p a:link
{
	color: #77B432 !important;
}











/************************************************* TEMPORARY */
.propertyPromotions #secondPropertyPromotion
{
	padding-top: 5px;
}







































.secondPropertyPromotion 
{
	float:right;
}

.featuredProperty .features
{
	float: right;
	margin-top: 44px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.featuredProperty .features .feature
{
	color: #77B432;
	text-align: center;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

/** Saved Searches */

.searchResult .DetailedSearch .details
{
	float: left;
	width: 100% !important;
}

.searchResult .DetailedSearch .options
{
	clear: both;
	margin-top: 10px;
	position: relative;
	float: right;
}

.searchResult .DetailedSearch .options .submitInput65
{
	clear: none;
	float: left;
}

.searchResult  .subOptions label
{
	line-height: 20px;
	float: left;

}

.searchResult  .subOptions input
{
	float: left;
}

.searchResult .subOptions a
{
	float: right;
}

.DetailedSearchResults .searchResult .subOptions a,
.RentalDetailedSearchResults .searchResult .subOptions a
{
	float: none;
}

#pageWidth400
{
	width: 400px;
}

/********************
MY PROFILE
*********************/

/** Large lozenge is currently only used for user details */
.largeLozenge
{
	float: left;
    background-image: url(../images/lozenge/lozengeBackground.gif);
    background-repeat: repeat-x;
    background-position: bottom;	
    border: solid 1px #c5cdd8;
}



.specifics
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;	
	
	float: left;	
}

.largeLozenge .form
{
	width: 400px;
	padding-left: 100px;		
}

* html .largeLozenge .form
{
	display: inline;
}

.largeLozenge .form .fieldAndLabel
{
	width: 400px;
}

.largeLozenge .form
{
	float: left;
}

.largeLozenge .fieldAndLabel
{
	float: left;
}


/*Price runner resutls */
.priceRunnerResults
{
	text-align: center;
	width: 150px;
	float:right;
}

.priceRunnerItem .description
{
	padding-top: 5px;
}

.priceRunnerItem .url
{
	display: none;
}

.priceRunnerItem
{
	margin-top: 10px;
	width: 150px;
	background-color:#E9EDF0;

	padding: 5px;
}
.mainSearchResults
{
	width: 450px;
}

.wordSearch
{
	width: 450px;
}

.wordSearch .link
{
	overflow: hidden;
	width: 450px;
}

body.ShowroomUserSearchResults .searchResults li
{
	width: 100%;
}

body.ShowroomUserSearchResults .searchResults li a
{
	margin-right: 10px;
}

/**============================================
FORM SPECIFICS
*/

body.Login #content .cookieLogin
{
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}

body.Login #content .cookieLogin label,
body.Login #content .cookieLogin .checkBoxInput
{
	margin: 0;
	clear: none;
	float: left;
}

body.Login #content .cookieLogin .checkBoxInput
{
	margin-left: 5px;
	width: 20px;
}

body.EmailToAFriend .searchResult,
body.EmailToAFriend .premierSearchResult
{
	clear:both;
}

.propertySearchingGroup .regionPreferences
{
	margin-left: 59px; /* Pseudo-center - not got time to get this working with floats */
	width: 500px;	
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

* html .propertySearchingGroup .regionPreferences
{
	display: inline;
}

.propertySearchingGroup .regionPreferences .regionPicker
{
	float: left;
	width: 140px;
}

.propertySearchingGroup .regionPreferences label
{
	float: left;
}

.propertySearchingGroup .regionPreferences .selectInput
{
	clear: both;
	float: left;
}

.propertySearchingGroup .regionPreferences .submitInput65
{
	clear: both;
	float: left;
}
.propertySearchingGroup .regionPreferences .addRemoveButtons
{
	padding-top: 50px;
	float:left;
	width:65px;
	padding-left:20px;
	padding-right:20px;
}

/**=============================================
PAGE LOZENGE */

.pageLozenge
{	
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 618px;
    background-image: url(../images/lozenge/lozengeBackground.gif);
    background-repeat: repeat-x;
    background-position: bottom;	
    border: solid 1px #c5cdd8;
}

.pageLozenge .form
{
	width: 100%;
	float: left;
	padding: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.pageLozenge .complexLozengeForm
{	
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

*:first-child+html .pageLozenge .complexLozengeForm
{
	padding-bottom: 10px;
}

.pageLozenge .complexLozengeForm .fieldAndLabel,
.pageLozenge .complexLozengeForm .submit,
.pageLozenge .checkBoxRow,
.pageLozenge .checkBoxRow2Columns,
.pageLozenge h2,
.pageLozenge .instructions,
.pageLozenge .complexLozengeForm .successMessage,
.pageLozenge complexLozengeForm .errorMessage
{
	margin-left: 59px; /* Pseudo-center - not got time to get this working with floats */
	width: 500px;	
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pageLozenge .checkBoxRow2Columns
{
	width: 200px;
	_margin-left: 29px;
}

* html .pageLozenge .complexLozengeForm .fieldAndLabel,
* html .pageLozenge .complexLozengeForm .submit,
* html .pageLozenge .checkBoxRow,
* html .pageLozenge h2,
* html .pageLozenge .instructions,
.pageLozenge .complexLozengeForm .successMessage,
.pageLozenge .complexLozengeForm .errorMessage
{
	display: inline;
}

.pageLozenge .complexLozengeForm .successMessage,
.pageLozenge .complexLozengeForm .errorMessage
{
	margin-top: 10px;
}

.pageLozenge .complexLozengeForm .successMessage ul,
.pageLozenge .complexLozengeForm .errorMessage ul
{
	margin: 0;
}

.pageLozenge .complexLozengeForm .fieldAndLabel .label
{
	float: left;
	width: 180px;
}

.pageLozenge .complexLozengeForm .fieldAndLabel .field
{
	float: left;
	width: 320px;
}

.pageLozenge .checkBoxRow label,
.pageLozenge .checkBoxRow2Columns label
{
	float: none;
}

.pageLozenge .complexLozengeForm .tabs ul,
.pageLozenge .complexLozengeForm .tabs ol
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pageLozenge .complexLozengeForm .tabs li
{
    background-image: url(../images/lozenge/lozengeBackground.gif);
    background-repeat: repeat-x;
    background-position: bottom;		
	float: left;
	height: 25px;
	line-height: 25px;
	border-bottom: solid 1px #c5cdd8;
}

.pageLozenge .complexLozengeForm .tabs li.Active,
.pageLozenge .complexLozengeForm .tabs li.FirstActive,
.pageLozenge .complexLozengeForm .tabs li.LastActive
{	
	border-bottom: solid 1px #ffffff;
}

.pageLozenge .complexLozengeForm .tabs li a,
.pageLozenge .complexLozengeForm .tabs li span
{
	text-align: center;
	display: block;

	font-size: 1.3em;
	color: #9d9da1 !important;
	text-decoration: none;
}

.pageLozenge .complexLozengeForm .tabs li a:hover
{
	color: #003756 !important;
}

.pageLozenge .complexLozengeForm .tabs li.Active span,
.pageLozenge .complexLozengeForm .tabs li.FirstActive span,
.pageLozenge .complexLozengeForm .tabs li.LastActive span
{
	border-left: solid 1px #c5cdd8;
	border-right: solid 1px #c5cdd8;
	border-top: solid 1px #ffffff;
	background-color: #ffffff;
	color: #003756;
}

.pageLozenge .complexLozengeForm .tabs li.FirstActive span
{
	border-left: none;
}
.pageLozenge .complexLozengeForm .tabs li.LastActive span
{
	border-right: none;
}

/** Pixel pushing for user details controls */
.pageLozenge .complexLozengeForm .tabs .MainDetails,
.pageLozenge .complexLozengeForm .tabs .ContactDetails,
.pageLozenge .complexLozengeForm .tabs .Demographics,
.pageLozenge .complexLozengeForm .tabs .Personalise
{
	float: left;
	width: 154px;
}

* html .pageLozenge .complexLozengeForm .tabs .ContactDetails,
* html .pageLozenge .complexLozengeForm .tabs .Demographics
{
	float: left;
	width: 153px;
}

/** Cutomisation for saved search controls */
.pageLozenge .complexLozengeForm .tabs .new,
.pageLozenge .complexLozengeForm .tabs .update
{
	float: left;
	width: 154px;
}

* html .pageLozenge .complexLozengeForm .tabs .new,
* html .pageLozenge .complexLozengeForm .tabs .update
{
	float: left;
	width: 153px;
}

body.SaveSearch .pageLozenge .complexLozengeForm .tabs li.LastActive,
body.SaveSearch .pageLozenge .complexLozengeForm .tabs li.Last
{
	width: 462px;
}

* html body.SaveSearch .pageLozenge .complexLozengeForm .tabs li.LastActive,
* html body.SaveSearch .pageLozenge .complexLozengeForm .tabs li.Last
{
	width: 461px;
}

body.SaveSearch .pageLozenge .complexLozengeForm .tabs li.LastActive
{
	background-image: none;
	background-color: #ffffff;
}

.pageLozenge .complexLozengeForm .tabs li.Active,
.pageLozenge .complexLozengeForm .tabs li.FirstActive,
.pageLozenge .complexLozengeForm .tabs li.LastActive
{
	padding-left: 1px;
	padding-right: 1px;
}

.pageLozenge .complexLozengeForm .instructions
{
	padding-top: 10px;
	text-align: left;
}

.pageLozenge .simpleLozengeForm
{
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 25px;
}

* html .pageLozenge .simpleLozengeForm
{
	width: 588px;
}

.pageLozenge .simpleLozengeForm .field,
.pageLozenge .simpleLozengeForm .label,
.pageLozenge .simpleLozengeForm .submit,
.pageLozenge .simpleLozengeForm .submitInput65,
.pageLozenge .simpleLozengeForm .submitInput65Deactivated,
.pageLozenge .simpleLozengeForm .textInput,
.pageLozenge .simpleLozengeForm .passwordInput,
.pageLozenge .simpleLozengeForm .fieldAndLabel
{
	clear: none;
	float: left;
	margin-left: 5px;
}

.registrationCount
{
	clear: none;
	display: inline-block;
	line-height: normal;
	text-align:left;
	padding: 0% 5px;

}

.registrationCount a
{
	text-decoration: none;
	color: #003756;
	font-weight: bold;
}

.HomePage #content p, .HomePage #content ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.HomePage #content ul
{
	padding-left: 20px;
	margin-left: 10px;
}
	
.HomePage #content #simplePropertySearch ul
{
	padding: 0px;
	margin: 0px;
}

/*------------------------------------*/
/* User Management */
/*------------------------------------*/

.resultsGrid
{
	margin: 10px;
	width: 600px;
	float: left;
}

.resultsGrid table
{
	width: 618px;
	border: solid 1px #c5cdd8;
}	

.resultsGrid .gridHeader
{
    background-image: url(../images/lozenge/lozengeBackground.gif);
    background-repeat: repeat-x;
    background-position: bottom;		
}

.gridHeader td
{
    font-family : helvetica, arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 1.2em;

    color: #44433c;	
	
	padding: 5px;
}

/*------------------------------------*/
/*Money Management Page Content styles*/
/*------------------------------------*/

.mmContent
{
	background-color: #dbe6f2;
	width: 620px;
	height: 700px;
}

.mmlogo
{
     padding: 20px;
     height: 650px;
     float:left;
}

.mmMainImage
{
	padding: 30px;
	float:left;
}

.headerText
{
	padding-top:20px;
	color: #00adef;
	font-family : arial,helvetica,sans-serif !important;
	font-weight:bold;
	font-size: 1.2em;
	letter-spacing: 0.03em;
}

.mainText
{
	font-size: 1.0em;
	letter-spacing: 0.03em;
	color: #24408f;
}

.imgButtons
{
	padding:20px;
}

.formatList
{
	font-size: 1.0em;
	letter-spacing: 0.03em;
	color: #24408f;
}

.ajaxLoadingPanel
{
	background-color: #003756;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	
	display: inline;
	border: solid 1px #ffffff;
}

.jobsframe
{
	width: 100%;
	height: 2000px; 
	overflow: auto;
	border: none;
}

.infoBar
{
	background-color: red;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

.mainCmsBar
{
	height: 30px;
	background-color: Blue;
	color: White;
	
	top: 0;
	width: 100%;
	line-height: 30px;
	text-align: right;
	margin-bottom: 10px;
}

.mainCmsBar a
{
	color: White;
	margin-right: 20px;
}

.EditPage .pageLozenge .textInput
{
	width: 300px!important;
}

.EditPage .pageLozenge textarea.textInput,
{
	height: 300px!important;
}

.MortJargonTop
{
	background-image: url(/EspcPageMedia/MortgageJargon/mortJargon.png); 
	height: 275px; 
	background-position: center bottom; 
	background-repeat: no-repeat; 
	vertical-align: top;
}

.MortJargonTopText
{
	padding-top: 100px;
	width: 370px;
	padding-left: 4px;
}

.MortJargonBody
{
	width: 600px;
	padding-left: 4px;
}

.MortJargonAlphabet
{
	font-weight: bold;
	padding-right: 15px;
}

ul.articles
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li.article_item 
{    
    border-bottom: 1px solid #CCC;
    padding: 0 0 10px 0;
    position: relative;
    width: 100%;
    clear:both;
	min-height:100px;
}

li.article_item_noMinHeight
{    
    border-bottom: 1px solid #CCC;
    padding: 0 0 10px 0;
    position: relative;
    width: 100%;
    clear:both;
}

#content li a:link,
#content li a:visited,
#content li a:active
{
	text-decoration:none;
    color: #003756;
	font-weight: bold;
}

#content .searchResult .options  a:link,
#content .premierSearchResult .options a:link,
#content .featuredSearchResult .options a:link,
#content .searchResult .options  a:visited,
#content .premierSearchResult .options a:visited,
#content .featuredSearchResult .options a:visited,
#content .searchResult .options  a:active,
#content .premierSearchResult .options a:active,
#content .featuredSearchResult .options a:active,
.areaButton a:link,
.areaButton a:active,
.areaButton a:visited
{
	text-decoration:none;
    color: #ffffff;
	font-weight: bold;
}

#content .searchResult .options  a:hover,
#content .premierSearchResult .options a:hover,
#content .featuredSearchResult .options a:hover
{
	text-decoration:none;
    color: #003756;
	font-weight: bold;
}

#content p a:hover,
#content li a:hover
{
	text-decoration:underline;
    color: #6690b5;
	font-weight: bold;
}


#content p a:link, p a:visited, p a:active
{
	text-decoration:none;
    color: #003756;
	font-weight: bold;
}

#content p a:hover
{
	text-decoration:underline;
    color: #6690b5;
	font-weight: bold;
}

select option:selected
{
	background-color: Yellow !important;
	color: red !important;
}