﻿.rt_scroller_nav
{
	display:block;	
	padding:10px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	background:#999;	
	cursor:pointer;				
	text-decoration:none !important;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:white;
}

#rt_scroller_prev { 				
	position:absolute;
	bottom:1em;	 
	left:1em; 	
}

#rt_scroller_next { 
	position:absolute;
	bottom:1em;	
	right:1em; 
}

#rt_scroller_images_nav { display:block; position:absolute; bottom:1.4em; left:5.2em; }
#rt_scroller_images_nav li { float:left; margin-right:.4em; }

#rt_scroller_images_nav .rt_scroller_nav { background:#555; }
#rt_scroller_images_nav .rt_scroller_nav.current { background:black; }

.mailMessage { display:none; }

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
                .jcarousel-container-horizontal 
                {
                                margin-bottom: 0;
                                margin-left: 10px;
                                margin-right: 10px;
                                margin-top: -87px;
                                padding-bottom: 10px;
                                padding-left: 38px;
                                padding-right: 38px;
                                padding-top: 10px;
                                width: 500px;
                                background:#333;
                }
}

/* Autocomplete - 0 */

#members_wrapper { _position:absolute !important; _top:0 !important;  }

#members .members_3col { _width:25% !important; }

#feature
{
    display:block;
    visibility:hidden;
}

#feature img, #feature p { display:none; }

.autocompleter
{
    position:absolute;
    background: #EEE;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    border-radius: 6px;
    opacity: 0.95;
    z-index: 9999;
    margin-top: .5em;
}

.autocompleter li
{
    float: none !important;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 2.4em;
    text-indent: 1em;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;        
}

.autocompleter li:nth-child(even)
{
    display: block;
    width: 100%;
    background-color: #F7F7F7;
}

.autocompleter li.highlighted
{
    display: block;
    width: 100%;
    background-color: #CCC;
    text-shadow:2px 2px 4px rgba(0,0,0,0.4);
}

.autocompleter li.firstElement, .autocompleter li.firstElement.highlighted   
{
    display:block;
    width:32px;
    height:18px;
    top:-17px;
    left:20px;
    position:absolute;
    margin:0;
    padding:0;
    border:none;
    background:red;
    text-indent:-1000em;
    background:url(../img/tail.png) no-repeat;
}


#featured_properties li
{
    position: relative;
}

/* Content Managed Pages */

#managed_pages .mp-container
{
    overflow: hidden;
    margin: 2em 0 2em;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

#managed_pages .mp-content
{
    padding: 1em;
    margin-bottom: 1em;
}

#managed_pages img
{
    float: right;
    max-width: 510px;
    margin: 1em;
    padding: 1px;
    border: 1px solid #666;
    outline: 2px solid #EEE;
}

#managed_pages h3
{
    line-height: 1.6em;
    font-size: 2em;
}
#managed_pages h4
{
    line-height: 1.2em;
    font-size: 1.6em;
}

#managed_pages .pdf-container,
#generic_pages .pdf-container
{
    overflow: hidden;
    margin-bottom: 1.5em;
}
#managed_pages .pdf-icn,
#generic_pages .pdf-icn
{
    display: block;
    float: left;
    width: 49px;
    height: 62px;
    background: url('../img/ico/ico-pdf.gif') no-repeat;
}
#managed_pages .pdf-msg,
#generic_pages .pdf-msg
{
    padding: 2.4em 0 0 5em;
    font-size: 1.2em;
}


.pdf-container_1
{
    overflow: hidden;
    margin-bottom: 1.5em;
}

.pdf-icn_1
{
    display: block;
    float: left;
    width: 49px;
    height: 62px;
    background: url('../img/ico/ico-pdf.gif') no-repeat;
}

.pdf-msg_1
{
    padding: 2.4em 0 0 5em;
    font-size: 1.2em;
}

/* Forms */

fieldset
{
    border: none;
}
fieldset legend
{
    display: none;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

fieldset .form_col1
{
    width: auto;
    float: left;
    margin-right: 20px;
}
fieldset .form_col2
{
    width: 100px;
    float: left;
}
fieldset .form_col3
{
    width: auto;
    float: left;
}

fieldset .form_padding
{
    display: block;
    margin-left: 150px !important;
    margin-left: 150px;
}
fieldset em
{
    font-weight: bold;
    font-size: 15px;
}
fieldset br
{
    clear: left;
}

fieldset input
{
    font-size: 1.2em;
    width: auto;
    margin: 2px 0 .6em 0;
    padding: 4px 2px;
    border: 1px solid #a5acb2;
}
fieldset select
{
    font-size: 1.2em;
    width: auto;
    margin: 2px 0 .6em 0;
    padding: 2px;
}
fieldset textarea
{
    font-size: 1.2em;
    overflow: auto;
    height: 100px;
    margin: 2px 0 .6em 0;
    padding: 4px 2px;
    border: 1px solid #a5acb2;
}

fieldset .radio
{
    margin: -4px 0 .5em .5em;
}
fieldset .btn
{
    font-size: 0px !important;
    font-size: 1px;
    line-height: 1.8em;
    margin: 0 0 0 -2px;
    border: none;
}

.horizontal_form label
{
    float: left;
    font-size: 1.2em;
    line-height: 20px;
    width: 150px;
    margin: 5px 0 0 0;
    text-align: left;
}
.horizontal_form small
{
    font-size: 88%;
    margin: 1px 3px 4px 0;
}
.horizontal_form .radio label
{
    width: auto;
    font-weight: bold;
    margin: 0 15px 0 4px;
}
.horizontal_form .radio input
{
    float: left;
    vertical-align: middle;
    border: none;
}

.vertical_form label
{
    display: block;
    font-size: 1.3em;
    margin: 4px 0 .5em 3px;
}
.vertical_form small
{
    display: block;
    font-size: 80%;
    padding: 1px 3px;
}
.vertical_form .radio label
{
    display: inline;
    width: auto;
    font-weight: bold;
    margin: 0 15px 0 3px;
}
.vertical_form .radio input
{
    display: inline;
    vertical-align: middle;
    border: none;
}

.fld_xsm
{
    width: 10px;
}
.fld_sml
{
    width: 20px;
}
.fld_med
{
    width: 85px;
}
.fld_lge
{
    width: 173px;
}
.fld_xlg
{
    width: 294px;
}
.fld_xxl
{
    width: 365px;
}
.fld_xxx
{
    width: 640px;
}

#lbMessage
{
    font-size: 1.3em;
    line-height: 2.5em;
    color: #b51d23;
    margin-left: 150px;
}

.userSectionLink
{
    font-size: 1.4em;
    line-height: 1.4em;
}

.validation-failed
{
    border: 1px solid #a5acb2;
    background: #ffdfe0;
}

#standard, #email_office
{
    margin: 0;
}

.rowItem
{
    position: relative;
}
.DESVALErrorText
{
    position: absolute;
    top: 5px;
    margin-left: 5px;
}
.DESVALSummary
{
    width: 350px;
    padding: 4px 10px 10px 10px;
    margin: 0 0 20px 150px;
    border: 1px solid #FF0000;
    background: #FFEFEF;
}
ul.DESVALSummaryErrors li
{
    font: 1.2em/1.8em Arial;
}
ul.DESVALSummaryErrors:before
{
    content: "Please correct:";
    line-height: 1.6em;
    color: Black;
    font-size: 1.2em;
    font-weight: bold;
}
ul.DESVALSummaryErrors li:before
{
    content: "( ! ) ";
}

.locationAlert, .flashAlert
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.locationAlert
{
    background: url('../img/location-alert.png') no-repeat;
}
.flashAlert
{
    background: url('../img/flash-alert.png') no-repeat;
}

.property_info_video_thumbnails
{
    height: 120px;
    width: 80px;
}
.property_info_video_thumbnails img
{
    padding: 1px;
    border: 1px solid #ccc;
    background-color: #eee;
}

/* Icons */

#mapdatacontrols
{
    display: block;
    width: 160px;
    min-height: 15px;
    padding: 5px;
    background: #FFF;
    border: 1px solid black;
}

#mapdatacontrols h4
{
    margin: 0;
    float: left;
    font: bold 1.3em/1.3em "Arial" , Helvetica, sans-serif;
    color: black;
}
#mapdatacontrols p
{
    float: right;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.3em;
}
#mapdatacontrols p a
{
    color: #6261d8;
    padding: 0 0 0 18px;
}
#mapdatacontrols p.toggle a
{
    background: url(../img/bg/open_close-ico.png) no-repeat;
}
#mapdatacontrols p.toggle a.open
{
    background-position: left bottom;
}
#mapdatacontrols p.toggle a.close
{
    background-position: left top;
}
#mapdatacontrols ul
{
    clear: both;
    margin-top: 20px !important;
    margin-top: 0;
    border-top: 1px solid #ccc;
}

#mapdatacontrols ul li
{	
	display:block;
	font-size:1.1em;
	height:12px;
	padding:5px 0 5px 0;
	position:relative;
}

#mapdatacontrols ul li label
{
    position:absolute;
	left:41px;
	top:3px;
    color: #555;
}
#mapdatacontrols ul li input
{
	position:absolute;
	top:1px;
	left:17px;
}

/* Map icons */

#ico-primary
{
    background: url(../img/ico/ico-map_prim_school_15.png) no-repeat left center;
}
#ico-secondary
{
    background: url(../img/ico/ico-map_sec_school_15.png) no-repeat left center;
}
#ico-middle
{
    background: url(../img/ico/ico-map_mid_school_15.png) no-repeat left center;
}
#ico-public
{
    background: url(../img/ico/ico-map_pub_school_15.png) no-repeat left center;
}
#ico-doctor
{
    background: url(../img/ico/ico-map_doctor_15.png) no-repeat left center;
}
#ico-dentist
{
    background: url(../img/ico/ico-map_dentist_15.png) no-repeat left center;
}
#ico-hotel
{
    background: url(../img/ico/ico-map_hotel_15.png) no-repeat left center;
}
#ico-church
{
    background: url(../img/ico/ico-map_church_15.png) no-repeat left center;
}
#ico-convieniencestore
{
    background: url(../img/ico/ico-map_convieniencestore_15.png) no-repeat left center;
}
#ico-shoppingcentre
{
    background: url(../img/ico/ico-map_shoppingcentre_15.png) no-repeat left center;
}
#ico-vet
{
    background: url(../img/ico/ico-map_vet_15.png) no-repeat left center;
}
#ico-theatre
{
    background: url(../img/ico/ico-map_theatre_15.png) no-repeat left center;
}
#ico-cinema
{
    background: url(../img/ico/ico-map_cinema_15.png) no-repeat left center;
}
#ico-restaurant
{
    background: url(../img/ico/ico-map_rest_15.png) no-repeat left center;
}
#ico-council
{
    background: url(../img/ico/ico-map_council_15.png) no-repeat left center;
}
#ico-bus
{
    background: url(../img/ico/ico-map_bus_15.png) no-repeat left center;
}
#ico-station
{
    background: url(../img/ico/ico-map_station_15.png) no-repeat left center;
}
#ico-taxi
{
    background: url(../img/ico/ico-map_taxi_15.png) no-repeat left center;
}
#ico-airport
{
    background: url(../img/ico/ico-map_airport_15.png) no-repeat left center;
}
#ico-library
{
    background: url(../img/ico/ico-map_library_15.png) no-repeat left center;
}
#ico-collegesuniversities
{
    background: url(../img/ico/ico-map_collegesuniversities_15.png) no-repeat left center;
}
#ico-sportsleisure
{
    background: url(../img/ico/ico-map_sportsleisure_15.png) no-repeat left center;
}
#ico-hospital
{
    background: url(../img/ico/ico-map_hospitals_15.png) no-repeat left center;
}
#ico-chemist
{
    background: url(../img/ico/ico-map_chemist_15.png) no-repeat left center;
}
#ico-citizensadvicebureau
{
    background: url(../img/ico/ico-map_citizensadvicebureau_15.png) no-repeat left center;
}
#ico-pub
{
    background: url(../img/ico/ico-map_pub_15.png) no-repeat left center;
}
#ico-school
{
    background: url(../img/ico/ico-map_schools_high_15.png) no-repeat left center;
}
#ico-preparation
{
    background: url(../img/ico/ico-map_schools_preparatory_15.png) no-repeat left center;
}
#ico-prepreparation
{
    background: url(../img/ico/ico-map_schools_pre_preparatory_15.png) no-repeat left center;
}

/* Logout */
#logout 
{
    min-height:10em; 
    width:860px; 
    margin:10px 0; 
    text-align:justify;}

#logout p 
{
    font-size:2.5em; 
    text-align:center; 
    line-height:6em;
}




/* Property Status Flags */

.sold_lge, .let_lge, .under_offer_lge, .let_agreed_lge
{
    overflow: hidden;
    position: absolute;
    width: 148px;
    padding-top: 146px;
    text-indent: -1000em;
}

.sold_sml, 
.let_sml, 
.under_offer_sml, 
.let_agreed_sml,
.sold_sml_home, 
.let_sml_home, 
.under_offer_sml_home, 
.let_agreed_sml_home
{
    overflow: hidden;
    position: absolute;
    width: 80px;
    padding: 80px 0 0;
    text-indent: -1000em;
}

.sold_lge
{
    background: url('../img/PropertyStatus/sold_lge.png') no-repeat top right;
}
.let_lge
{
    background: url('../img/PropertyStatus/let_lge.png') no-repeat top right;
}
.under_offer_lge
{
    background: url('../img/PropertyStatus/under_offer_lge.png') no-repeat top right;
}
.let_agreed_lge
{
    background: url('../img/PropertyStatus/let_agreed_lge.png') no-repeat top right;
}

.sold_sml, .sold_sml_home
{
    background: url('../img/PropertyStatus/sold_sml.png') no-repeat top right;
}
.let_sml, .let_sml_home
{
    background: url('../img/PropertyStatus/let_sml.png') no-repeat top right;
}
.under_offer_sml, .under_offer_sml_home
{
    background: url('../img/PropertyStatus/under_offer_sml.png') no-repeat top right;
}
.let_agreed_sml, .let_agreed_sml_home
{
    background: url('../img/PropertyStatus/let_agreed_sml.png') no-repeat top right;
}

/* Property Details Icons */

#propertyInfoQuicklinks
{
    display: inline-block;
    margin-right: 1em;
}
#propertyInfoQuicklinks li
{
    float: left;
}

.pDetailsIcons
{
    display: block;
    width: 40px;
    height: 48px;
    margin: .6em;
    text-indent: -1000em;
}
.pDetailsIcons:focus
{
    outline: none;
}

.icon_map
{
    background: url(../img/PropDetails/ico-map.png);
}
.icon_map_street_view
{
    background: url(../img/PropDetails/ico-streetview.png);
}
.icon_floorplan
{
    background: url(../img/PropDetails/ico-floorplan.png);
}
.icon_pdf
{
    background: url(../img/PropDetails/ico-pdf.png);
}
.icon_vr
{
    background: url(../img/PropDetails/ico-vr.png);
}
.icon_hipurl
{
    background: url(../img/PropDetails/ico-hip.png);
}
.icon_property_video
{
    background: url(../img/PropDetails/ico-video.png);
}
.icon_epc
{
    background: url(../img/PropDetails/ico-epc.png);
}

/* Tables */

table
{
    width: 100%;
    margin-bottom: 1em;
}
table thead
{
    text-align: left;
}
table tr td
{
    font-size: 1.2em;
    padding: .8em;
}
table .row_light
{
    background: #ffffff;
}
table .row_dark
{
    background: #eaeaea;
}

/* Saved Property Page */

#saved_properties h4
{
    line-height: 1.4em;
    font-size: 1.8em;
}
#saved_properties .row
{
    position: relative;
    overflow: hidden;
    margin: 2.4em 0 2.4em 0;
}
#saved_properties .image_link
{
    display: block;
    position: relative;
    float: left;
    margin-right: 1.6em;
    border: 5px solid #FFF;
}

#saved_properties p
{
    font-weight: bold;
}
#saved_properties .price
{
    font-size: 110%;
}

#saved_properties .nav
{
    position: absolute;
    top: 0;
    right: 0;
}
#saved_properties .nav a
{
    float: right;
    margin-right: .6em;
    font-size: 1.4em;
    line-height: 1.4em;
    text-decoration: underline;
}

#saved_properties .sold_sml, #saved_properties .let_sml, #saved_properties .under_offer_sml, #saved_properties .let_agreed_sml
{
    top: 0 !important;
    left: 80px !important;
}

/* Multi DropDown Search */

.form_inner ol, fieldset ol
{
    overflow: auto;
    margin-bottom: 1em;
}
.form_inner li, fieldset ol li
{
    float: left;
    margin-right: 1em;
    list-style: none;
}

#jAlert
{
    display: none;
    position: absolute;
    width: 300px;
    margin: .4em 1em .4em 1em;
    padding: 2em 1em 2em 1em;
    color: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 16px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    opacity: 0.8;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.jAlertCloseBtn
{
    display: none;
    position: absolute;
    top: -20px;
    right: 10px;
    color: #555;
    cursor: pointer;
}

.logoFooter
{
    display: block;
    width: 215px;
    height: 60px;
    border: none !important;
    background: url(../img/logo/logo-team_footer.png) no-repeat;
    text-indent: -1000em;
}

.agentSearchResultOnMap
{
    width: 100% !important;
    height: 550px !important;
}

.contactOfficeMain
{
    width: 100% !important;
    height: 350px !important;
}

.searchResultsOnMap
{
    overflow: hidden;
    width: 100%;
    height: 550px;
}

#social
{
    margin: 1em 0 1em 0;
}
#social li
{
    display: inline;
}

h2.print_title
{
    display: none;
}


/* Multi Places Cols */
.cols3 { display:block; float:left; width:33%; }
.cols2 { display:block; float:left; width:50%; }

/* Contact form message */

.infoMessage { 
    
    padding: 1em;
        
    background: -webkit-gradient(linear, left top, left 30, from(#AFD935), to(#94CA19));
    background: -moz-linear-gradient(top, #AFD935, #94CA19 50px);
    background: #94CA19\9;  
    
    border: 1px solid #FFF;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    border-radius: 6px;
    
    text-shadow: #A8DC53 1px 1px 2px;
    
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
       
}

.infoMessage p { color:#2F531E; font-weight: bold; }

.btn { text-indent: -1000em; }

fieldset .btn.submit { *display:block; }


#propertylist .row_light,
#propertylist .row_dark { position:relative; }

#propertylist ul li.row_light ul li a img,
#propertylist ul li.row_dark ul li a img
{
    margin-bottom:4em !important;
}

#propertylist .propertyInfoQuicklinks 
{ 
    position:absolute;
    bottom:10px; 
    right:10px; 
}

#propertylist .propertyInfoQuicklinks a:hover { background-color:transparent; }

#propertylist .propertyInfoQuicklinks li { float:left; padding:0 !important; } 

#propertylist .propertyInfoQuicklinks li a { margin-left:.6em; }

#propertylist ul a,
#propertylist ul span { float:left; }

#propertylist .pDetailsIcons {
    display: block;    
    height: 38px;
    margin: 0.6em;
    text-indent: -1000em;
    width: 32px;
}

#propertylist .propertylist_content p { clear:both; }

#propertylist .pDetailsIcons:focus {
    outline: medium none;
}

#propertylist .icon_map {
    background: url("../img/PropDetails/ico-map-s.png") repeat scroll 0 0 transparent;
}

#propertylist .icon_map_street_view {
    background: url("../img/PropDetails/ico-streetview-s.png") repeat scroll 0 0 transparent;
}

#propertylist .icon_floorplan {
    background: url("../img/PropDetails/ico-floorplan-s.png") repeat scroll 0 0 transparent;
}

#propertylist .icon_pdf {
    background: url("../img/PropDetails/ico-pdf-s.png") repeat scroll 0 0 transparent;
}

#propertylist .icon_vr {
    background: url("../img/PropDetails/ico-vr-s.png") repeat scroll 0 0 transparent;
}

#propertylist .icon_hipurl {
    background: url("../img/PropDetails/ico-hip-s.png") repeat scroll 0 0 transparent;
}

#propertylist .icon_property_video {
    background: url("../img/PropDetails/ico-video-s.png") repeat scroll 0 0 transparent;
}

#propertylist .icon_epc {
    background: url("../img/PropDetails/ico-epc-s.png") repeat scroll 0 0 transparent;
}

#propertylist .ico_arw_rht24 { position:absolute; top:150px; left:39px; float:none; margin:0 !important; }

.restechlink:before { content: "Design & Technology by "; }

.app-left { float:none; border:none; margin:0; }
.app-left a img { float:none !important; display:block; margin-left:0 !important; padding:0 !important; border:none !important; }

