
.looked-box {
	width: 228px;
	overflow: hidden;
	position: absolute;
	background-color: #F2F2F2;
	margin: 0 0 0 -1px;
	border:1px #CCC solid;
	display: none;
	z-index: 999
}
.looked-box a {
	color: #000
}
.looked-box .tit {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	border-bottom: 1px solid #ccc
}
.looked-box .tit .close {
	float: right
}
.looked-box .tit .close:hover {
	color: #000;
	text-decoration: none
}
.looked-box li {

	color: #000;
	height:33px;
	line-height:33px;
	padding-left:20px;
	position: relative;
	overflow: hidden;
	background: url(looked-play.gif) no-repeat;
}
.looked-box li.hover {
	background-color: #FFF
}

.looked-box .del {
	width: 11px;
	height: 11px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 10px;
	right: 5px
}
.looked-box .del a {
	width: 11px;
	height: 11px;
	display: block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	margin: 0;
	background: url(cross_gray.gif) center center no-repeat
}
.looked-box .del a:hover {
	background-image: url(cross_red.gif);
	background-color: #ccc
}