.wishlist-notify{
	background: none repeat scroll 0 0 #f64849;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    /*left: 50%; margin-left: -125px;*/    
    padding: 25px 0px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
	display: none;
}
.wishlist-notify a,
.wishlist-notify-error a,
.wishlist-notify-error{color: #FFFFFF;}
.col-main .item{position:relative;}
.col-main .wishlist{position:absolute; height:28px; width:28px; cursor: pointer; right: 5px; top:5px; z-index:99;}

.wishlist-icon{background: url(../images/wishlist.png) no-repeat;}
.wishlist-icon:hover{background: url(../images/wishlist_active.png) no-repeat;}
.wishlist-none{background: none !important;}
.header #topWishlist a{text-indent:-999em;}