/* Motion */
.motionPlayer {
	float: left;
	background: #000;
}

/* Play List */
.playList_a {
	width: 310px;
	height: 191px;
	overflow: hidden;
	background: #000 url(/i/espnu/playlistA_bg.gif) no-repeat left;
	font-size:x-small;
}

.playList_b {
	width: 241px;
	height: 455px;
	overflow: hidden;
	float: left;
	background: #000 url(/i/espnu/playlist_bg2.gif) no-repeat left top;
	font-size:x-small;
}
.listContent {
	padding: 0;
	margin: 15px 10px 10px 17px;
	color: #82928f;
}
.listContent a, .listContent a:visited {
	color: #bfcac7;
	text-decoration: none;
}
.listContent a:hover, .listContent a:visited:hover {color: #fe7c11;}

.playList_a .listContent {margin: 40px 10px 0 10px;}

.playList_a h1, .playList_b h1 {
	padding: 3px;
	margin: 3px 0 0 0;
	font-size: 100%;
	color: #fe7c11;
	background: #333835;
}
.playList_a h1 a, .playList_a h1 a:visited, .playList_b h1 a, .playList_b h1 a:visited {
	color: #fe7c11;
	font-weight: normal;
	float: right;
	text-decoration: none;
}
.playList_a h1 a:hover, .playList_a h1 a:visited:hover, .playList_b h1 a:hover, .playList_b h1 a:visited:hover {text-decoration: underline;}
.listMod, .listModLast {
	padding: 6px 0 6px 0;
	background: url(/i/espnu/playlist_separator.gif) repeat-x bottom left;
}
.listMod img, .listModLast img {
	padding: 2px 4px 0 0;
	float: left;
}
.listModLast {background: transparent;}

.compList {
	padding: 15px 0 0 0;
	text-align: center;
}
.compList a, .compList a:visited {
	margin: auto;
	padding-top: 3px;
	width: 183px;
	height: 22px;
	display: block;
	color: #c1c0ad;
	font-weight: bold;
	text-decoration: none;
	background: url(/i/espnu/playlist_complete_off.gif) no-repeat;
}
.compList a:hover, .compList a:visited:hover {
	color: #c1c0ad;
	background: url(/i/espnu/playlist_complete_on.gif) no-repeat;
}
/* end Play List */
