#wl_container{
    position:fixed;
    width:150px;
    right:2px;
    bottom:0px;
    font-size:10px;
    background-color:#FFF;
    z-index:2000;
    text-align:right;
    line-height:normal;
}
.wl_heading{
    font-size:16px;
    display:block;
}
.wl_heading img{
    margin-bottom:5px;

}
#divExpandable{
    text-align:justify;
    margin-left:0px;
}
.wl_description{
    display:block;
    margin-left:2px;
}
a.wl_item{
    position:relative;
    display:block;
    margin-top:0px;
    padding-right:18px;
    font-size:11px;
    font-weight:bold;
    background:#edecec url(../images/wishlist/wl_remove_under.gif) no-repeat top right;
    line-height:16px;
    text-align:left;
}
a.wl_item:hover{
    background:#e4ebf5 url(../images/wishlist/wl_remove_over.gif) no-repeat top right;
}

a#wl_goto_floorplan {
    background:#83607e;
    padding-top:10px;
    padding-bottom:10px;
    font: bold 1.3em Arial;
    color: #FFF;
    border-bottom: 0px none transparent;
    display: block;
    text-decoration: none;
    width: 150px;
    text-align:center;
    margin-top:5px;
}

a#wl_goto_floorplan:hover {
    background: #FFF;
    padding-top:10px;
    padding-bottom:10px;
    color: #83607e;
    border-bottom: 0px none transparent;
    display: block;
    text-decoration: none;
    text-align:center;
}

#aShowHideToggle{
    text-align:right;
    font-size:11px;
    font-weight:bold;
}