/* Reset css
=================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html { 
  min-height: 100%; 
  margin-bottom: 1px;
}
body {
  font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  color: #555555;
}

/* blocktext */
h1, h2, h3, h4, h5, p, ul { 
  margin: 0 7px;
  padding : .3em 0;
}

/* a */
a, a:visited { 
  color : #ed1c24;
  text-decoration : underline;
} 

.clear {
  clear: both;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
  line-height: 150%;
}

div.border {
  height: 1px;
  width: 100%;
  border-top: 1px solid #a1a1a1;
}

span.intro {
  font-size: 120%;
  font-weight: bold;
}
span.heading {
  font-size: 130%;
  font-weight: bold;
  color: #ed1c24;
}

body#edinburgh span.heading {
  font-size: 160%;
  font-weight: bold;
  color: #ed1c24;
}
body#glasgow span.heading {
  font-size: 160%;
  font-weight: bold;
  color: #ed1c24;
}

hr {
  border: 0;
  width: 100%; 
  text-align: left;
  margin-left: 0;
  color: #a1a1a1;
  background-color: #a1a1a1;
  height: 1px;
}


ul {
  list-style: disc;
  padding-left: 25px;
}

ol {
  list-style-position: outside;
  padding-left: 25px;
}




a.city, a.city:visited { 
  color : #ffffff;
  text-decoration : none;
} 
a.city:hover { 
  text-decoration : underline;
} 

/* Main blocks
=================================*/
#wrapper {
  width: 900px;
  margin: 0 auto;
}


#header {
  width: 900px;
  height: 75px;
  background: #555555;
  position: relative;
}
#header h1 {
  font-size: 2.2em;
  line-height: 1;
  font-weight: normal;
}
#header h1 a {
  display: block;
  width: 225px;
  height: 75px;
  background: url("../images/logo.gif") no-repeat 0 0;
  text-indent: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 7px solid #ffffff;
}
#header p {
  text-indent: -10000px;
}
#header div {
  position: relative;
  bottom: -10px;
  left: 239px;
  color: #ffffff;
  width: 600px;
}
#header div span {
  margin-right: 10px;
}
#header div span.heavy {
  font-weight: bold;
}

#top-cont {
  margin-bottom: 10px;
}

div#right-2col-b div.error {
  padding-top: 5px;
}



div#myprofile-cont {
  width: 123px;
  height: 32px;
  float: right;
}


div#left-2col {
  width: 450px;
  float: left;
}

div#right-2col {
  width: 436px;
  float: right;
}

div#left-3col {
  width: 225px;
  float: left;
}

div#center-right {
  width: 675px;
  float: left;
}
div#center-3col {
  width: 450px;
  float: left;
}

div#right-3col {
  width: 218px;
  float: right;
  margin-left: 7px;
}

body#edinburgh div#right-3col {
  display:none;
}
body#edinburgh div#center-3col {
  width: 675px;
}

body#glasgow div#right-3col {
  display:none;
}
body#glasgow div#center-3col {
  width: 675px;
}

img.letsales {
  position:relative;
  top:20px;
}


#results-cont div {
  padding: 7px;
  border: 2px solid #ffffff;
}
#results-cont div.cont {
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid #a1a1a1;
  cursor: pointer;
  cursor: hand;
}
#results-cont div.list-im {
  width: 113px;
  float: left;
  margin: 0;
  padding: 0;
}
#results-cont div.list-text {
  width: 306px;
  float: right;
  margin: 0;
  padding: 0;
}
#results-cont h2 {
  font-size: 110%;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#results-cont h3 {
  font-size: 100%;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#results-cont p {
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#results-cont h2, #results-cont h3, #results-cont p {
  margin-bottom: 1px;
}
#results-cont div.inner { display: block;border: 2px solid #ffffff; padding-bottom:0; margin-bottom:0; }
#results-cont div.inner:hover { border: 2px solid #ed1c24; }
#results-cont div.clear { padding:0; margin:0; }


.orderby {
  text-align: left;
  vertical-align: top;
}


div.property-detail-cont h2 {
  color: #ed1c24;
  font-size: 130%;
  font-weight: bold;
}
div.property-detail-cont div.previous-property {
  float: left;
  width: 150px;
  text-align: left;
  margin-left: 7px;
}
div.property-detail-cont div.next-property {
  float: right;
  width: 100px;
  text-align: right;
  margin-right: 7px;
}
div.property-detail-cont a {
  color: #a1a1a1;
  text-decoration: none;
}
div.property-detail-cont a:hover {
  color: #ed1c24;
  text-decoration: underline;
}



div#current-search-bar {
  margin-bottom: -5px;
  padding: 0;
  vertical-align: middle;
}
div#current-search-bar div.text {
  float: left;
  width: 650px;
}
div#current-search-bar div.text span {
  font-size: 110%;
  color: #ed1c24;
  margin-left: 12px;
}
div#current-search-bar div.action {
  vertical-align: middle;
  width: 250px;
  float: right;
  margin: 0;
  padding: 0;
}
div#current-search-bar div.text div.heading {
  float: left;
  width: 130px;
  font-size: 110%;
  color: #ed1c24;
  margin-left: 12px;
  margin-top: 10px;
}
div#current-search-bar div.text div.current-search-string {
  float: right;
  width: 505px;
}


/* News
=================================*/
div.news-cont h2 {
  font-weight: bold;
  font-size: 120%;
  color: #ed1c24;
}
div.news-cont h2 a {
  text-decoration: underline;
}
div.news-cont h2 a:hover {
  color: #a1a1a1;
}
div.news-cont p span.date {
  font-style: italic;
}

/* Classified
=================================*/
div.classified-cont h1 {
  font-size: 130%;
  color: #a1a1a1;
}
div.classified-cont h2 {
  font-size: 120%;
  color: #ed1c24;
  font-weight: bold;
}
div.classified-cont p {
  font-size: 110%;
  margin-bottom: -5px;
}
div.classified-cont p a {
  text-decoration:none;
}
div.classified-cont p.desc {
  font-size: 100%;
}


/* Paged
=================================*/
div.paged {
  font-size: 100%;
  width: 446px;
  text-align: center;
}
div.paged span {
  border: 1px solid #ed1c24;
  padding: 2px 3px;
  font-weight: bold;
}
div.paged a {
  font-weight: bold;
  text-decoration: none;
}
div.paged a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #555555;
}
div.paged a span {
  border: 1px solid #a1a1a1;
  background: #ed1c24;
  padding: 2px 3px;
  color: #ffffff;
  font-weight: bold;
}
div.paged a:hover span {
  border: 1px solid #ed1c24;
  background: #ffffff;
  padding: 2px 3px;
  color: #555555;
  font-weight: bold;
}






/* Maps
=================================*/

#map {
  float: left;
  width: 436px;
  height: 436px;
}
#nomap {
  width: 408px;
  height: 408px;
  background: #EFEFEF;
  color: #C00;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #CCC;
}
div.tooltip {
  background-color:#ffffff;
  font-weight:bold;
  border:1px #666 solid;
  padding: 5px;
  width: 100px;
  min-width: 100px;
}
div.map-pop {
  width: 250px;
}
div.map-pop h2 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px dotted #a1a1a1;
  padding: 0;
  margin: 0;
}
div.map-pop img {
  width: 80px;
  float: left;
}
div.map-pop div {
  width: 160px;
  float: right;
}
div.maploading {
  filter:alpha(opacity=20);
  -moz-opacity:.20;
  opacity:.20;
  margin-top: -100px;
}
div.maploadingblank {
  filter:alpha(opacity=0);
  -moz-opacity:.0;
  opacity:.0;
}

div#map-cont div.results_message {
  position: relative;
  top: 100px;
  left: 50%;
  width: 150px;
  z-index: 1000;
  background-color: transparent;
  text-align: center;
  border: 0 solid #ed1c24;
  padding-bottom: 10px;
  margin-left: -75px;
}
div#map-cont div.results_message p {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: #ed1c24;
}




div#singlemap {
  width: 443px;
  height: 250px;
  margin-bottom:10px;
}
div#directions {
  padding:0;
  overflow:auto;
  height:0;
  width:433px
}





/* form
=================================*/
div#outer-form-cont span.propertysearch-heading {
  color: #ed1c24;
  font-size: 130%;
  font-weight: bold;
}
div#outer-form-cont span.or {
  position: relative;
  top: -20px;
}
div#inner-form-cont {
  float: left;
  width: 413px;
  padding: 7px;
  border: 1px solid #a1a1a1;
  background: #f6f6f6;
}
.filtered {
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}
div#inner-form-cont label {
  float:left;
  width: 100px;
  position:relative;
  top:4px;
  font-weight: bold;
}
div#inner-form-cont em {
  margin-left: 110px;
  color: #999999;
}
div#inner-form-cont label.price {
  float:left;
  width: 60px;
}
div#inner-form-cont label.fromto {
  float:left;
  width: 40px;
}
div#inner-form-cont select.select {
  float:left;
  width: 250px;
}
div#inner-form-cont input.search {
  float:left;
  width: 246px;
}
div#inner-form-cont input.text-price {
  float:left;
  width: 60px;
  margin-right: 10px;
}
div#inner-form-cont input.radio {
  margin-top: 5px;
}
div#inner-form-cont span.radio-text {
  position: relative;
  top: -4px;
  margin-right: 20px;
}
div#inner-form-cont p.search-buttons {
  width: 400px;
  text-align:right;
  height: 40px;
}

div#inner-form-cont div#slider {
  border-top: 1px dashed #a1a1a1;
  padding-top: 10px;
}
div#inner-form-cont div#slider strong {
  margin-right: 50px;
  margin-left: 7px;
}


div#inner-form-cont div#zones {
  margin-left: 7px;
  float: left;
  width: 200px;
}
div#inner-form-cont div#areas {
  float: left;
  width: 200px;
}
div#inner-form-cont div#zones label, div#inner-form-cont div#areas label {
  margin-bottom:10px;
}
div#inner-form-cont select.multi-select {
  width: 180px;
}


#orderform {
  margin-top: 10px;
}
select#orderby {
  font-size: 100%;
  background: #f5f5f7;
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}


/* My Property Updates Login
==============================================*/
div#my-property-updates {
  color: #ffffff;
  padding: 7px;
  background: #ed1c24;
  margin-top: 10px;
  margin-right: 7px;
}
div#my-property-updates h2 {
  font-size: 130%;
  font-weight: bold;
}
div#my-property-updates h2, div#my-property-updates p  {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}
div#my-property-updates div.mpu-left-cont {
  width: 50%;
  float:left;
}
div#my-property-updates div.mpu-right-cont {
  float:left;
}
div#my-property-updates input.text {
  width: 180px;
}
div#my-property-updates div.not-registed-text {
  float: left;
  padding-top: 0;
  margin-left: 20px;
}
div#my-property-updates div.not-registed-text a {
  color: #ffffff;
}




/* Grey Info Box
==============================================*/
div.grey-info {
  border: 1px solid #555555;
  background: #ffffff;
  padding: 2px;
  margin-right: 7px;
  margin-top: 10px;
}
div.grey-info-inner {
  background: #777777;
  color: #ffffff;
  padding: 7px;
}
div.grey-info-inner h2 {
  font-size: 130%;
  font-weight: bold;
}
div.grey-info-inner h2, div.grey-info-inner p  {
  margin: 0;
  padding: 3px 0;
}
div.grey-info-inner a.greybox-link {
  color: #ffffff;
}



/* sell Let ad
==============================================*/

div.sell-let-info-single {
  border: 2px solid #ed1c24;
  background: #ffffff;
  margin-right: 7px;
  margin-top: 10px;
  color: #555555;
  padding: 7px;
}
div.sell-let-info {
  border: 2px solid #ed1c24;
  background: #ffffff;
  margin-right: 7px;
  margin-top: 10px;
}
div.sell-info {
  float: left;
  color: #555555;
  padding: 7px;
  width: 190px;
  margin-top: -2px;
}
div.let-info {
  float: right;
  color: #555555;
  padding: 7px;
  padding-top: 1px;
  border-left: 2px solid #ed1c24;
  width: 198px;
}
div.sell-info h2, div.let-info h2, div.sell-let-info-single h2 {
  color: #ed1c24;
  font-size: 130%;
  font-weight: bold;
}
div.sell-info h2, div.sell-info p, div.let-info h2, div.let-info p, div.sell-let-info-single h2, div.sell-let-info-single p  {
  margin: 0;
  padding: 3px 0;
}
div.sell-info a.sell-let-link, div.let-info a.sell-let-link {
  color: #ed1c24;
}



/* Contact Us Form
==============================================*/

div.contactusform-cont {
  border: 2px solid #ed1c24;
  padding: 14px;
  margin-right: 7px;
}

div.contactusform-cont label {
  float: none;
  font-weight: bold;
  padding-left: 7px;
}
div.contactusform-cont div.nameholder {
  float: left;
  width: 195px;
}
div.contactusform-cont div.emailholder {
  float: left;
  width: 195px;
}
div.contactusform-cont input {
  width: 180px;
}
div.contactusform-cont select {
  width: 185px;
}
div.contactusform-cont textarea {
  width: 390px;
}
div.contactusform-cont h2 {
  color: #ed1c24;
  font-size: 130%;
  font-weight: bold;
  margin-left: 0;
}
div.contactusform-cont p {
  padding-bottom: 10px;
  margin-left: 0;
}

/* Register Form
==============================================*/

div.regform-cont {
  border: 2px solid #ed1c24;
  padding: 14px;
  margin-right: 7px;
  position: relative;
}

div.regform-cont label {
  float: left;
  width: 150px;
  font-weight: bold;
  position: relative;
}
div.regform-cont input {
  float: left;
  width: 180px;
  position: relative;
}
div.regform-cont select {
  float: left;
  width: 180px;
  border: 1px solid #a1a1a1;
  position: relative;
}
div.regform-cont h2 {
  color: #ed1c24;
  font-size: 130%;
  font-weight: bold;
  margin-left: 0;
}
div.regform-cont p {
  padding-bottom: 10px;
  margin-left: 0;
}
div.regform-cont input.radio {
  width: 20px;
  margin-top: 2px;
  float: none;
}
div.regform-cont span.radio-text {
  position: relative;
  top: -4px;
  margin-right: 20px;
}
div.regform-cont input.checkbox {
  width: 20px;
  float: none;
  margin-top: 5px;
}
div.regform-cont span.checkbox-text {
  position: relative;
  top: -2px;
}


/* Send a link
==============================================*/

div.sendalink {
  border: 2px solid #ed1c24;
  padding: 14px;
  margin-top: 10px;
}
div.sendalink h2 {
  color: #ed1c24;
  font-size: 130%;
  font-weight: bold;
  margin-left: 0;
}
div.sendalink p {
  padding-bottom: 10px;
  margin-left: 0;
}
div.sendalink a {
  font-size: 110%;
  text-decoration: none;
}



/* buttons
==============================================*/
.loginbutton-red {
  display: block;
  float: left;
  width: 152px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/m_button_loginR.gif) no-repeat top left;
  text-indent: -10000px;
  vertical-align: middle;
  cursor: pointer; 
  cursor: hand; 
}
.general-submit {
  display: block;
  float: left;
  width: 123px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/sm_button_submit.gif) no-repeat top left;
  text-indent: -10000px;
  vertical-align: middle;
  cursor: pointer; 
  cursor: hand; 
}
.submit-search {
  display: block;
  float: right;
  width: 152px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/m_button_submitsearch.gif) no-repeat top left;
  text-indent: -10000px;
  vertical-align: middle;
  cursor: pointer; 
  cursor: hand; 
}
.save-search {
  display: block;
  float: right;
  width: 152px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/m_button_savesearch.gif) no-repeat top left;
  text-indent: -10000px;
  vertical-align: middle;
  cursor: pointer; 
  cursor: hand; 
}
.submit-search-simple {
  width: 152px;
  height: 38px;
  margin-top: -33px;
  padding: 0;
  border: 0;
  background: url(../images/m_button_submitsearch.gif) no-repeat top left;
  text-indent: -10000px;
  vertical-align: middle;
  cursor: pointer; 
  cursor: hand; 
}



/* Footer
==============================================*/
#footer {
  background: #ed1c24;
  color: #ffffff;
  padding: 7px;
  margin-top: 20px;
}
#footer a {
  text-decoration: underline;
  color: #ffffff;
}
#footer a:hover {
  text-decoration: none;
}
#footer div.keyword-cont {
  float: left;
  width: 200px;
}
#footer div#foot-foot a {
  margin-left: 10px;
}




/* main_menu
=================================*/
div#main-menu-cont {
  width: 777px;
  height: 25px;
  margin-top: 7px;
  float: left;
}
ul#main-menu {
  display: inline;
  font-size: 115%;
  padding-left: 0;
} 
ul#main-menu li {
  padding: 7px 0;
  list-style: none;
  display: inline;
}
ul#main-menu li a {
  color: #555555;
  text-decoration: none;
  padding: 3px 5px;
}
ul#main-menu li a:hover, ul#main-menu li a.current {
  color: #ed1c24;
}
ul#main-menu li a.logout {
  color: #a1a1a1;
  font-weight: bold;
  margin-left: 30px;
}
ul#main-menu li a.logout:hover {
  color: #ed1c24;
  font-weight: bold;
}

/* subnav_menu
=================================*/
div#sub-menu-cont {
  width: 220px;
}
ul#sub-menu {
  font-size: 115%;
  padding-left: 0;
} 
ul#sub-menu li {
  padding: 2px 0;
  list-style: none;
}
ul#sub-menu li.first {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
ul#sub-menu li a {
  color: #555555;
  text-decoration: none;
  padding: 2px 5px;
}
ul#sub-menu li a:hover, ul#sub-menu li a.current {
  color: #ed1c24;
}
ul#sub-menu ul {
  margin-left: -10px;
} 

ul#sub-menu li select {
  margin-left: 5px;
  margin-bottom: 10px;
  border: 1px solid #a1a1a1;
  font-size: 100%;
  width: 120px;
}
ul#sub-menu li input {
  margin-bottom: 10px;
  font-size: 90%;
}

/* sitmap
=================================*/
div#sitemap-cont {
  width: 220px;
}
div#sitemap-cont ul {
  font-size: 110%;
}
div#sitemap-cont ul ul,div#sitemap-cont ul ul ul {
  font-size: 100%;
}
div#sitemap-cont ul li a {
  color: #555555;
  text-decoration: none;
  padding: 2px 5px;
}
div#sitemap-cont ul li a:hover {
  color: #ed1c24;
}






/* footer_menu
=================================*/
ul#footer-menu {
  display: inline;
  font-size: 100%;
  margin-left: -5px;
  position: relative;
  padding-left: 0;
} 
ul#footer-menu li {
  padding: 7px 0;
  list-style: none;
  display: inline;
}
ul#footer-menu li a {
  color: #ffffff;
  text-decoration: underline;
  padding: 3px 5px;
}
ul#footer-menu li a:hover, ul#footer-menu li a.current {
  text-decoration: none;
}




/* messages styling
=======================*/

.msg, .alert, .error {
  background: #FFFFE1 url(../images/info.gif) no-repeat 10px 10px;
  padding: 12px 10px 10px 35px;
  border: 1px dashed #003366;
  margin: 1em 0;
  color: #003366;
  font-weight: normal;
  font-size: 110%;
  margin-right: 7px;
}
.msg {
  background: #FFFFE1 url(../images/info.gif) no-repeat 10px 10px;
}
.alert {
  background: #FFFFE1 url(../images/alert.gif) no-repeat 10px 10px;
}
.error {
  background: #FFFFE1 url(../images/error.gif) no-repeat 10px 10px;
}

div#loader {
  color: #ffffff;
  background: #ED1C24;
  padding: 3px 2px;
  width: 432px;
}



textarea.textile {
  font-size: 140% !important;
}
/*///////////////////////////////////////////
-----------Textarea Resizing Styles----------
///////////////////////////////////////////*/
.tbSizeChanger{
  margin-top:3px;
}
.tbSizeChanger a{
  margin-top:3px;
  text-decoration: none;
}
.tbSizeText{
  margin-top:3px;
  text-align:right;
}
.tbLarger, .tbSmaller{
  width:1.3em;
  height:1.3em;
  font-size:1.3em;
  text-align:center;
  border:1px solid #000000;
  margin-left:3px;
}
.tbLarger:hover, .tbSmaller:hover{
  background-color:#222;
  border:1px solid #888;
}
.teamwidth{
  width:200px;
}