/* you already watched list */
#pin {
    background: url(/i/watched/pinned.png) left top no-repeat;
    height: 32px;
    margin: -30px 0 0 165px;
    position: relative;
    right: 5px;
    top: 25px;
    width: 31px;
}

#watchedTop {
    background: url(/i/watched/watched_header.jpg) no-repeat;
    border: 1px solid #b4976f;
    border-bottom: 0;
    height: 40px;
    margin-top: 5px;
    width: 194px;
}

#watchedList {
    background: url(/i/watched/watched_fill.jpg) center top repeat-y;
    border: 1px solid #b4976f;
    border-top: 0;
    font: .75em Tahoma;
    width: 194px;
}

#watchedBack {
    background: url(/i/watched/watched_back.jpg) center top no-repeat;
    min-height: 30px;
    padding: 5px;
}

ul#watched { border-right: 1px solid #f1dfb7; }

ul#watched li {
    background: url(/i/catalog_bullet.gif) 5px 10px no-repeat;
    font: italic 1em Georgia;
    padding: 5px 5px 5px 20px;
}

ul#watched li p.price { font-size: 1em; margin: 0px; padding: 0px; color: #313e91; text-align: right; }
ul#watched li p.price span { font-size: 1.1em; font-weight: bold; }
ul#watched a:hover { color: #313e91; }
