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

#watchedTop {
    background: url(/images/watched/vi_smotreli.gif) 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;
}

#itemOfTheDay {
	margin: 5px 0;
	background-color: #FFFFFF;
	border: 1px solid #B4976F;
	width: 194px;
}

#itemOfTheDay .head {
	background: url(/images/common/item_of_the_day_head.jpg) no-repeat;
	border-bottom: 1px solid #B4976F;
	height: 29px;
}

#itemOfTheDay .title {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 4px;
	padding-left: 11px;
	padding-top: 8px;
	text-align: left;
	width: 180px;
}

#itemOfTheDay .image {
	text-align: center;
}

#itemOfTheDay .price {
	background: url("/images/common/item_of_the_day_discount.gif") no-repeat scroll 26px 0 transparent;
	color: #FEF7E1;
	font: bold 12px Georgia,sans;
	height: 23px;
	line-height: 23px;
	margin: 2px 8px 2px 8px;
	padding: 0 26px 2px 26px;
	text-align: left;
}

#itemOfTheDay .price .left {
	text-align: center;
	width: 68px;
}

#itemOfTheDay .price .right {
	text-align: center;
	width: 58px;
	color: #422207;
}

#itemOfTheDay .price .right .discount {
	font-size: 11px;
}

#itemOfTheDay .price .right .zero {
	font-size: 9px;
}

#itemOfTheDay .time {
	font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
	margin-left: 10px;
	margin-bottom: 2px;
	width: 175px;
	text-align: center;
}

#itemOfTheDay .time span {
	color: #242D83;
}

#itemOfTheDay .buyButton a {
	display: block;
	background: url(/images/common/item_of_the_day_buy.gif) no-repeat;
	height: 25px;
	margin: 0px 0 5px 34px;
	width: 125px;
}

#itemOfTheDay .cartButton a {
	display: block;
	background: url(/images/common/item_of_the_day_inbasket.gif) no-repeat;
	height: 25px;
	margin: 0px 0 5px 34px;
	width: 125px;
}

#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; }
