<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN */
.furnitureselect .additem {
    background:url(../img/__add.png) no-repeat;
    z-index:50;
    border-radius:0px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

.furnitureselect .additem:hover { background-position: -60px 0px; }

.container #trash {
    width:47px;
    background:url(../img/__trash.png) no-repeat;
}
#furniture .category a {
    border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    -webkit-border-radius:0px;
}
.container #trash.active { background-position:-47px 0px; }

.container #clearall {
    position:fixed;
    cursor:pointer;
    display:block;
    bottom:10px;
    right:46%;
    height:30px;
    line-height:30px;
    text-align:center;
    font-family:Arial, sans-serif;
    width:100px;
    z-index:30;
    font-weight:bold;
    font-size:16px;
    color:#fff;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    background-color: #86302F;
    background-image: none;
    border-radius:0px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border:0 none!important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }

.container #clearall:hover {
    background-image: none;
    background-color: #a13a39;
    border:0 none;
     -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);

}
.fpframe .ui-corner-all{
    border-radius:0px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.fpframe .category a {
    border-radius:0px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}</pre></body></html>