.PopupNewBrowserLink
{
	padding-left: 14px;
	background-image: url(/gfx/icon_popup.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	cursor: pointer;
	color: #0000ff;
}
.PopupNewBrowserLink:hover
{
	text-decoration: underline;
}

#ListenLive {
	position: relative;
}
#ListenLive ul {
	padding-left: 0px;
}
#ListenWindows {
	list-style-type: none;
	background: url(/gfx/icon_windows.gif) no-repeat;
	background-position: 0px 15px;
	width: 300px;
	height: 90px;
}
#ListenReal {
	list-style-type: none;
	background: url(/gfx/icon_real.gif) no-repeat;
	background-position: 0px;
	width: 300px;
	height: 80px;
}
#ListenWinamp {
	position: absolute;
	left: 310px;
	top: 0px;
	list-style-type: none;
	background: url(/gfx/icon_winamp.gif) no-repeat;
	background-position: 0px;
	width: 300px;
	height: 90px;
}
#ListenItunes {
/*	position: absolute;
	left: 310px;
	top: 90px; */
	list-style-type: none;
	background: url(/gfx/icon_itunes.jpg) no-repeat;
	background-position: 10px;
	width: 300px;
	height: 90px;
}
#ListenDashboardWidget {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
	border-top: 1px solid #aaa;
	list-style-type: none;
	background: url(/gfx/icon_dashboardwidget.jpg) no-repeat;
	background-position: 0px 15px;
	width: 600px;
	height: 90px;
}
#ListenDashboardWidget span {
	padding-left: 90px;
}

#ListenWindows ul, #ListenReal ul, #ListenWinamp ul, #ListenItunes ul, #ListenDashboardWidget ul {
	padding-top: 10px;
	padding-left: 90px;
	list-style-type: none;
}
