﻿
/* Savills plus
---------------------------------------------------------*/
.tabMenu {
  float:left;
  margin:0;
  padding:0;
  list-style:none;
   width:165px; 
}
.tabMenu li {
  height:28px;
  cursor:hand;
  padding:5px 0 0 60px;
  color:#4d4d4d;
  font-size:12px;
  text-shadow:1px 1px 1px #fff;
  cursor: hand;
  cursor: pointer;
}
li.toggle { font-size:10px!important; padding:14px 0 32px 60px!important; background:url(../images/minus.png) no-repeat 13px 18px; }
.collapsed li.toggle { background:url(../images/plus.png) no-repeat 13px 18px;}
li.search {background:url(../images/mysearches-magnfy-off.png) no-repeat 13px 0;}
li.saved {background:url(../images/star-off.png) no-repeat 13px 0;}
li.my {background:url(../images/house-off.png) no-repeat 13px 0;}
li.details {background:url(../images/mydetails-off.png) no-repeat 13px 0;}
li.logon {background:url(../images/lock-on.png) no-repeat 13px 0;}
li.propertysearch {background:url(../images/glass-off.png) no-repeat 13px 0;}
li.logout {background:url(../images/logout-off.png) no-repeat 13px 0;}
li.delete {background:url(../images/mydetails-off.png) no-repeat 13px 0;}

li.toggle:hover { font-size:10px!important; padding:14px 0 32px 60px!important; background:url(../images/minus-on.png) no-repeat 13px 18px; }
.collapsed li.toggle:hover { background:url(../images/plus-on.png) no-repeat 13px 18px;}
li.search:hover {background:url(../images/mysearches-magnfy-on.png) no-repeat 13px 0;}
li.saved:hover {background:url(../images/star-on.png) no-repeat 13px 0;}
li.my:hover {background:url(../images/house-on.png) no-repeat 13px 0;}
li.details:hover {background:url(../images/mydetails-on.png) no-repeat 13px 0;}
li.propertysearch:hover {background:url(../images/glass-on.png) no-repeat 13px 0;}
li.logout:hover {background:url(../images/logout-on.png) no-repeat 13px 0;}
li.delete:hover {background:url(../images/mydetails-on.png) no-repeat 13px 0;}

li.toggle strong {font-size:16px; font-weight:bold; color:#606b81;text-shadow:1px 1px 1px #fff; }
li.toggle span {color:red; }

.savillsPlusBar {position:fixed; top:118px; right:0; min-width:165px; height:272px; color:#4d4d4d; z-index: 9999;}
.savillsPlusBar img {clear:both; }

.savillsPlusBar5 {background:url(../images/plusboxbg.png) no-repeat;}
.savillsPlusBar6 {background:url(../images/plusboxbg_6.png) no-repeat;}

.savillsPlusLoggedOn {display: none;}

.login:hover{
    cursor:pointer;
}



