@charset "utf-8";
.sale-postponed {
    text-decoration:line-through; 
    color:red;
}
.completed-sale-date {
    color:#a3a3a3;
}
.completed-sale-message {
    color:#990000; 
    font-weight: bold;
    font-family:verdana;
    font-size:10pt;
    float:right;
}
.admin-block-most-viewed {
    text-decoration:none; 
    font-size:10pt;
    color:red;
    margin-left:30px;
}
#sale-listing-top {
    border: 2px solid #0068aa;
    background-color: #f9f9ff;
    padding:10px;
}
#new-view-gallery {
    float:right;
    width:350px;
    height:auto;
    margin:0px 0 0 20px;
    padding:0px;
    border:1px solid #000;
    text-align:center;
    background:#feffef;
}
#new-view-gallery a#gallery-link {
    text-decoration:none;
}
#new-view-gallery a#gallery-link img{
    text-align:center;
}
#new-view-gallery a#gallery-link span#bottom-strip{
    background:#414d67;
    border-top:1px solid #2e3957;
    width:335px;
    float:left;
    padding:8px;
    text-align:center;
    font-size:13px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

#new-sale-location {
    width: 60%;
    border: 0px;
    float: left;
}
#new-sale-location div#save-listing{
                width:352px;
                float:left;
                margin:0px;
                padding:0px;
}
#new-sale-location div#save-listing ul{
                width:352px;
                float:left;
                margin:0px;
                padding:0px;
                list-style:none;
}
#new-sale-location div#save-listing ul li{
                float:left;
                padding:0px;
                margin:0px 7px;
}
#new-sale-location div#save-listing ul li a span{
                font-size:12px;
                text-decoration:none;
                font-weight:bold;
                float:right;
}
#new-sale-location div#save-listing ul li a span:hover{
                text-decoration:underline;
}

