h3{
 margin-bottom:20px;
 display:block;
  width:100%;
 font-family:Segoe Light UI,SegoeLight;
 font-size:16pt;
 font-weight:400;
 color:#b11116;
} 
/*========================= ACCOUNT MESSAGE ==================================================================*/
p.highlight{
 display:block;
 width:100%;
 margin-bottom:20px;
 padding:20px;
 padding-left:20px;
 background-color:#f1f1f1;
 border:1px solid #ddd;
 border-radius:10px;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	
 font-size:10.5pt;
 position:relative;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 font-family:Segoe UI,Segoe;
}
#account_message p{
 color:green;
 font-weight:bold;
 padding-left:45px;
}
#account_message em{
 display:block;
 color:#fff;
 padding:2px 4px;
 position:absolute;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
 background-color:green;
 border-radius:50px;
 top:18px;
 left:20px;
 font-style:normal;
 text-decoration:none;
}
/*========================= LATEST SEARCH ==================================================================*/
#latest_searches{
 width:100%;
 margin-bottom:20px;
 padding:20px;
 background-color:#f1f1f1;
 border:1px solid #ddd;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;     
}
#latest_searches h3{
 border-bottom:1px solid #ddd;
 margin-bottom:20px;
 padding-bottom:20px;
}
#latest_searches ul{
 display:block;
 width:100%;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;     
}
#latest_searches li{
 display:block;
 width:100%;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;     
 position:relative;
 padding-left:23px;
}
#latest_searches li:before{
display: block;
    position: absolute;
    content: " ";
    left: 8px;
    top: -6px;
    background: url(http://www.ikospot.com/imgs/design/arrows_paging_right.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-repeat: no-repeat;
    background-size: 9px 75px;
    width: 9px;
    height: 22px;
}
#latest_searches li:not(:last-child){
 margin-bottom:20px;    
 padding-bottom:20px;
 border-bottom:1px solid #ddd;
}
#latest_searches li a{
/* width:23px;
 height:22px;*/
 display:block;
/* background:url(http://www.ikospot.com/imgs/design/delete_faded.png);
 background-repeat:no-repeat;
 background-position:bottom center;
 background-size:23px 45px;*/
 position:absolute;
 top:-4px;
 right:10px;    
 padding:2px;
 background-color:#ddd;
 color:#fff;
 font-family:Segoe Light UI,SegoeLight;
 font-weight:normal;
}
#latest_searches li a:hover{
 background-color:#fff;
 color:#ddd;
}
/*========================= MY FAVORITES ==================================================================*/
#my_favorites{
 margin-bottom:20px;    
 font-family:Segoe Light UI,SegoeLight;
}
#my_favorites h3{
 text-transform:uppercase;    
}
/*========================= SEEN PROPERTIES ==================================================================*/
#seen_properties{
 margin-bottom:20px;    
 font-family:Segoe Light UI,SegoeLight;
}
#seen_properties h3{
 text-transform:uppercase;    
}