.myLists .tabs
{display:block;}

.myLists .tabs li
{text-align:center;
	list-style: none !important;	
}

.myLists .tabs a
{
	display: block !important;
	text-decoration: none !important;
	color: #000000 !important;
	border: none !important;
	margin-bottom: -1px !important;
	border-radius: 4px 4px 0 0 !important;	
}

.myLists .tabs a:not(.active):hover
{
	background-color:  #BBBBBB !important;
}

.myLists a.active
{}

.myLists .panelContainer{clear: both !important;}
.myLists .panelContainer ul
{
	margin: 10px 0px 0px 0px !important;
	padding: 0px 0px 0px 0 !important;
}

.myLists .panelContainer li
{	width:100%;
	list-style: none !important;
	line-height: 20px !important;
	padding-bottom:10px;
}

.myLists .panelContainer a
{
	color: #474747 !important; 
	text-decoration: none !important;
}

.myLists .panelContainer .item
{padding-bottom:5px; font-size:0.8em;}
.myLists .panelContainer .delItem

.myLists .panelContainer a:hover
{
	text-decoration: underline !important;
	color: brown !important;
}

.myLists em
{
	color: gray !important;
	font-size: small !important;
}

.myLists .emptyText
{
	font-size: large !important;
	color: #929292 !important;
	margin: 0px 0px 10px 20px !important;
}

.myLists button
{
	color: rgb(100,100,100) !important;
	cursor: pointer !important;
}

.myLists .clearList
{
	margin: 15px 0px 0px 20px !important;
}

.myLists .delItem
{
	/* You might need to change the path of remSprite.png */
	height: 18px !important;
	width: 18px !important;
	float: right !important;
	clear: right !important;
	margin-left:10px;
	cursor: pointer !important;
}