.soldList {
	float:left;width:200px;height:auto;margin-left:5px;display:none;
}
.soldList ul {
	list-style-type: disc;
	line-height:18px;
	font-size:11px;
}
.soldTab {
	position:relative;
	float:left;
	width:100%;
	height:26px;
	margin-top:3px;
	background-image:url(/images/soldClosed.gif);
	background-repeat:no-repeat;
	background-position:2px -1px;
	cursor:pointer;
}
.soldTitle {
	position:absolute;
	top:7px;
	left:35px;
	font-weight:bold;
}
