div.icon-star-gold, div.icon-star-grey, div.icon-star-grey:hover {
	width:17px;
	height:17px;
	background:url(../v2/images/list/icon_star_gold.png) no-repeat left top transparent;
	cursor:pointer;
}
div.icon-star-grey:hover {
	background:url(../v2/images/list/icon_star_orange.png) no-repeat left top transparent;
}
td.listing-interest-icon div.icon-star-gold, td.listing-interest-icon div.icon-star-grey, 
td.listing-interest-icon div.icon-star-grey:hover {
	padding-right:5px;
	border-right:1px dotted #A5A5A5;
}
div.icon-star-grey {
	background:url(../v2/images/list/icon_star_grey.png) no-repeat left top transparent;
}
div.listing-interest-container-big {
	position:absolute;
	left:5px;
	top:5px;
	z-index:9;
}
div.listing-bigpicture-item {
	position:relative;
}
div.product-header-title h1 {
	position:relative;
	padding-right:20px;
}
div.listing-interest-container-view {
	position:absolute;
	top:0;
	right:0;
	z-index:99;
}
div.replacement-products, div.delete-all-products, div.delete-all-inactive-products {
	cursor:pointer;
	color:#3B4D93;
	padding:2px 10px;
	float:left;
	display:none;
}
div.delete-all-products, div.delete-all-inactive-products {
	display:block;
}
div.replacement-products:hover, div.delete-all-products:hover, div.delete-all-inactive-products:hover {
	text-decoration:underline;
}
div.interest-loading {
	background:url(../ajax_loading.gif) no-repeat left top transparent;
	border:0;
	padding-left:18px;
	float:right;
	display:none;
}
div.empty-interest-list {
	margin-top:10px;
	display:none;
}
tr.inactive-interest-product td, div.inactive-interest-product div {
	background-color:#EAEAEA;
	color:#0000;
	border:0;
	opacity:0.5;
	filter:alpha(opacity=50);
}
tr.inactive-interest-product h2 {
	color:#0000;
}
tr.inactive-interest-product img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
div.inactive-interest-product div {
	opacity:0.7;
	filter:alpha(opacity=70);
	border:1px solid transparent;
}