/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* GLOBAL HEADERS */
h1, h2.search
{
	margin-bottom:15px;
	padding:0 0 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.4em;
	font-weight:lighter;
	text-transform:lowercase;
	color:#586972;
	border-bottom:#eeccdc 3px solid;
}
body.search h1, body.search h2.search
{
    margin-bottom:0px;	
}
body.search h2.search
{
    margin-bottom:15px;	
}
h2
{
	margin-bottom:10px;
	font-size:1.1em;	
	color:#E7004B;
}
h3
{
	margin-bottom:5px;
	font-size:0.9em;
	color:#586972;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* GLOBAL TEXT & LINKS STYLES */
p 
{
	padding:0 0 15px 0;
	line-height:150%;
}
p.smallerTop
{
    padding:5px 0  0 0;
    font-size:0.8em;
}
p.smaller
{
    padding:0;
    font-size:0.8em;
}
a
{
    color:#e5004c;
    text-decoration:none;
}
a.active, a:hover
{
    color:#474230;  
}
.red
{
	color:#ff0000;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* GLOBAL WARNING BARS FOR TOP OF SCREEN */
.messageSuccess, .messageWarning
{
	margin-bottom:10px;	
	padding:5px 5px 5px 10px;
	height:18px;
	font-weight:bold;
	background:url(../images/success.jpg) no-repeat;
}
.messageWarning
{
	background:url(../images/warning.jpg) no-repeat;
}
.messageWarning p, .messageSuccess p
{
	padding:0;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* LOGGED IN */
#loggedIn
{
    padding:0 0 15px 0;
}
#loggedIn span
{
    float:right;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* GLOBAL FORM ELEMENTS */
fieldset
{
    padding:0 0 10px 0;
    border:0;    
}
ul li label
{
    float:left;
    padding:3px 10px 0 0;
    width:160px;    
}
textarea, input
{ 
    float:left;
    margin-bottom:2px;
    padding:3px 5px 3px 5px;
	width:280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#474230;
	background-color:#fff;
	border:#d9dcdb 1px solid;
}
td.radio input
{
    margin:0 5px 0 0;
}
li.checkBox input
{
    margin:0 10px 0 0;
    padding:0;
    width:15px;
    height:15px;
}
select
{ 
    float:left;
    margin-bottom:2px;
    padding:0 0 0 5px;
	width:293px;
	font-size:1.0em;
	color:#474230;
	background-color:#fff;
	border:#d9dcdb 1px solid;
}
/*--------*//* Buttons */
li.btn input, li.btnSide input
{ 
	margin-left:170px;
	width:100px;
	font-weight:bold;
	color:#e5004c;
	background-color:#E6EEEE;
	border:#d9dcdb 2px solid;
}
.btn input
{ 
	width:100px;
	font-weight:bold;
	color:#e5004c;
	background-color:#E6EEEE;
	border:#d9dcdb 2px solid;
}
li.btnSide input
{
    margin:30px 0 0 10px;
    float:right;
}
/*--------*//* Cancel form elements */
.cancelAccount li.btn input, li.btnLeft input
{ 
	margin:0;
	width:130px;
	font-weight:bold;
	color:#e5004c;
	background-color:#E6EEEE;
	border:#d9dcdb 2px solid;
}
.cancel, .rememberMe
{
	float:left;
	padding:6px 0 0 6px;
}
/*--------*//* search form elements*/
.search textarea, .search input
{
    margin-left:10px;
    width:293px;
}
.search label
{
    float:left;
    display:block;
}
.search .btn input
{
    width:97px;
}
/*--------*//* Validation input bkg & error message */
.validation-failed
{
    background-color:#ffd9d8;
}
.validation-advice
{
    color:#ff0000;
    clear:left;
    font-style:italic;
}
/*----------------------------------------------------------------------*/
/*--------*//* Edit Details (Estate Agent) */
#propertySpecLocation, #propertySpecLocation_Selected
{
    display:block;
    width:280px;
    float:left;
}
#propertySpecLocation_Selected
{
    float:none;
}
#propertySpecLocation input, #propertySpecLocation_Selected input
{
    margin:0;
    width:280px;
}
#propertySpecLocation .hiddenInputs input
{
    display:none;
}
/*----------------------------------------------------------------------*/
/*--------*//* Login block */
#estateAgentBox .login ul, #houseBuildersBox .login ul
{
    margin:0;
    padding:0;
}
.login ul li
{
    display:block;
    width:160px;    
    float:none;
    clear:both;
    padding:2px 0;
    list-style-type:none;
    vertical-align:middle;
}
.login ul li input
{
	width:160px;
	float:none;
}
.login ul li.btn input
{
	margin:0;
	width:100px;
}
.login ul li.checkBox
{
    padding:8px 0 0 0;
}
.login ul li.checkBox input, .login ul li.checkBox label
{
    width:18px;
    border:none;
    background:0;
    display:inline;
    float:none;
    padding:0;  
}
.login ul li.checkBox label
{
    width:auto;
    padding:0 4px 0 0;
}
/*----------------------------------------------------------------------*/
/*--------*//* Bulk import clients */
#pendingImports 
{
    padding:5px 0 10px 0;
}
#pendingImports table, #pendingImports th, #pendingImports td
{
    border-spacing:0;
    border-collapse:collapse;  
}
#pendingImports th
{
    padding:3px 0 6px 5px;
	font-size:1.1em;	
	color:#E7004B;
	background:#E6EEEE;
}
#pendingImports td
{
    padding:2px 0 2px 5px;
    border-bottom:#D9DCDB 1px dotted;
}
#pendingImports .tdWidth
{
    width:160px;
}
#pendingImports textarea, #pendingImports input 
{ 
	width:150px;
}
#importData ul li label
{
    width:50px; 
}
#importData ul li.btn input
{ 
    margin:0 0 0 60px;
}
#importData
{
    padding:10px 0 10px 0;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* TESTIMONIALS BLOCKQUOTES */
blockquote p
{
    display:inline;
    padding:0 0 0 20px;
}
blockquote p.none
{
    display:block;
    padding:10px 0 0 0;
}
blockquote
{
    padding:0 0 15px 0;
    background: url(../images/quote.jpg) top left no-repeat;
}
blockquote cite
{
    padding-bottom:15px;
    display:block;
    font-weight:bold;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* TABBED LINKS */
#tabbedLink
{
    margin:0;
    color:#586972;
}
#tabbedLink ul
{
	margin:0;
	padding:0;
}
#tabbedLink ul li
{
	display:block;
	float:left;
	width:auto;
	padding:0 10px 0 0;
}
#tabbedLink a
{
    padding:10px;
    text-decoration:none;
    font-weight:bold;
    color:#D9DCDB;
    border-top:#D9DCDB 1px solid;
    border-right:#D9DCDB 1px solid;    
    border-left:#D9DCDB 1px solid;
}
#tabbedLink ul li a.active, #tabbedLink ul li a:hover
{
    color:#E5004E;
    background:#D9DCDB;  
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* PRICING STRUCTURE */
.pricingTable
{    
    margin:0 0 10px 0;
}
.pricingTable table
{
    width:500px;
} 
.pricingTable table, .pricingTable th, .pricingTable td
{
    margin:0;
    padding:0;
    font-size:0.975em;
    border-spacing:0;
    border-collapse: collapse;
} 
.pricingTable th
{
    padding:10px 0 3px 10px;
    color:#E7004B;
    background:#E6EEEE;
    border-bottom:#d9dcdb 5px solid;    
}
.pricingTable td
{
    padding:5px 0 5px 10px;
    border-bottom:#d9dcdb 2px solid;
}
.pricingTable .row1,
.pricingTable .row2, 
.pricingTable .row3, 
.pricingTable .row4
{
    width:auto;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* LATEST NEWS */
#latestNews .article
{
    padding:10px 0 10px 0;
    border-top:#d9dcdb 2px solid;
}
#latestNews .article h2
{
    float:left;
    color:#e5004c;
}
#latestNews .article span.date
{
    float:right;
    width:100px;
    text-align:right;
    font-size:0.875em;
    font-weight:normal;
}
#latestNews .article p a
{
    float:right;
    padding:0 0 0 10px;
    font-weight:bold;
    background:url(../images/more-icon.gif) left 7px no-repeat;  
}
#latestNewsArticle ul, #latestNewsArticle ul li
{
    list-style-type:disc;
}
#latestNewsArticle ul
{
    margin:0 0 0 20px;    
}
#latestNewsArticle ol
{
    margin:0 0 20px 20px;    
}
#latestNewsArticle ol, #latestNewsArticle ol li
{
    list-style-type:decimal;
}
#latestNewsArticle ol li
{
    padding:0 0 6px 0;
}
#latestNewsArticle p.btn
{
    float:left;
    display:block;
    margin:0 10px 0 0;
    padding:0;
    width:200px;
    height:38px;
    min-height:38px;    
    text-align:left;    
    background:url(../images/pink-box-btn.gif) top left no-repeat;
}
#latestNewsArticle p.btn a
{
    display:block;
    padding-top:6px;
    width:200px;
    height:30px;    
    he\ight:24px;    
    text-decoration:none;    
    font-weight:bold;
    text-align:center;    
    font-size:1.2em;
    letter-spacing:-0.75px;
    color:#fff;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* LATEST LISTINGS */
table#latestListings td
{
    padding:0 0 20px 0;
}
table#latestListings td.td1
{
    width:135px;
    color:#e5004e;
}
table#latestListings td.td2
{
    width:45px;
}
table#latestListings td.td3
{
    width:250px;
    color:#e5004e;
}
table#latestListings td.td4
{
    width:60px;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* FOOTER LINKS */
#footer ul li
{
	display:block;
	float:left;
	width:auto;
	padding:0 15px 0 0;
}
#footer a
{
    padding:0;
    font-size:0.7em;
    text-decoration:none;
    color:#586972;    
}
#footer ul li a.active, #footer ul li a:hover
{
    color:#E5004E;  
}
#footer p.tel
{
    float:right;
    padding:5px 0 0 0;
    width:250px;
    text-align:right;
    font-weight:normal;    
    font-size:0.8em;
}
#footer p.key
{
    width:500px;
}
#footer span
{
    display:inline;
    font-size:1.6em;
    font-weight:normal;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*------------------ sort below here -----------------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*--------*//* Address Details */
#addressDetails p
{
    padding:0 0 10px 0;
    font-size:0.9em;
    line-height:normal;
}
#addressDetails p strong
{
    color:#e5004c;
}
/*------------------ view party -----------------------------------*/
#viewparty ul li label
{
    float:left;
    padding:0 10px 0 0;
    width:80px;
    font-weight:bold;    
}
/*------------------ agent details page -----------------------------------*/
#agentDetails .left
{
    width:320px;
}
#agentDetails .right
{
    float:left;
    width:450px;
}
/*------------------ Privacy Policy -----------------------------------*/
#documents ol
{
    list-style-type:decimal;
	margin:0 0 0 20px;
}
#documents ol li
{
    padding:0 0 12px 0;
    list-style-type:decimal;	
}
#documents ol li ol
{
    margin-top:4px;
}
#documents ol li ol li
{
    padding:0 0 4px 0;
}
/*------------------ bulleted list -----------------------------------*/
.bulleted ul
{
    margin:0 0 10px 20px;
}
.bulleted li
{
    list-style-type:disc;
}
/*----------------------------------------------------------------------*/
/*--------*//* ACCESSIBILITY & SITE MAP */
kbd
{
    padding:3px;
    font-weight:bold;
    border:#ccc 1px solid;
}
.accessibility ul li
{
    padding:4px 4px 6px 4px;
    list-style-type:none;
}
.accessibility ul
{
    margin-bottom:10px;
}
.accessibility a
{
    padding:0 0 0 6px;
}
.siteMap ul li
{
    margin:0 0 0 15px;
    list-style-type:disc;
}
/*----------------------------------------------------------------------*/
/*--------*//* Buttons etc */
p.btn
{
    width:140px;
    height:30px;
    background:url(../images/btn-green-white.gif) no-repeat;
}
p.btn a
{
    display:block;
    width:140px;
    height:30px;
    color:#000;
    text-align:center;
    padding-top:6px;
    he\ight:24px;
    font-weight:bold;
}
#leftcol ul
{
    margin:0 0 14px 0;
}
#maincontent p.signUp
{
    padding:0 0 8px 0;
    font-size:1.6em;
    color:#474747;
    width:100%;
    float:none;
}