#pin {
    background: url(/images/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(/images/watched/watched_header.jpg) no-repeat;
    border: 1px solid #b4976f;
    border-bottom: 0;
    height: 40px;
    margin-top: 2px;
    width: 194px;
}

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

#itemOfTheDayTop {
    background: url(/images/item_of_the_day/day_item_header.jpg) no-repeat;
    border: 1px solid #b4976f;
    border-bottom: 0;
    height: 31px;
    margin-top: 2px;
    width: 194px;
}

#itemOfTheDayMain {
    background: url(/images/item_of_the_day/day_item_bg.jpg) center top no-repeat;
    font: .75em Tahoma;
    height: 256px;
    padding-top: 9px;
    text-align: center;
    width: 196px;
}

#watchedBack {
    background: url(/images/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(/images/common/catalog_bullet.gif) 5px 10px no-repeat;
    font: italic 1.3em Georgia;
    padding: 5px 5px 5px 20px;
}

ul#watched li a { text-decoration: none; }
ul#watched li a:hover { text-decoration: underline; }

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

ul#watched li p.price span { font-weight: bold; }