/* sv player */
.player-wrap {
	float: right;
	clear: both;
}
.staticPageHeader .player-wrap {
	clear: none;
}
.playerContainer {
	width: 267px;
	width: 248px;
	height: 67px;
	background-color: #92989e;
	float: left;
	clear: both;
	border-bottom: 1px solid #fff;
	position: relative;
}
.playerContainer .tracktitle {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
}
.playerContainer .trackdata {
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-size: 10px;
}
.playerContainer .buttons {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 60px;
	height: 20px;
	font-size: 0;
}
.playerContainer .buttons a {
	display: inline-block;
	width: 18px;
	height: 18px;
}
.playerContainer a.prev {
	background-image: url(../images/sv-prev-track.png);
}
.playerContainer a.play {
	background-image: url(../images/sv-play.png);
}
.playerContainer a.pause {
	background-image: url(../images/sv-pause.png);
}
.playerContainer a.next {
	background-image: url(../images/sv-next-track.png);
}
.playerContainer .volumeBlock {
	position: absolute;
	right: 10px;
	top: 25px;
	width:60px;
	height: 18px;
	font-size: 0;
}
.playerContainer .volumeBlock a.icon {
	display: inline-block;
	width: 18px;
	height: 18px;	
	background-image: url(../images/sv-volume.png);
}
.playerContainer .volumeBlock a.volumeLine {
	position: relative;
	top: -5px;
	width: 35px;
	height: 4px;
	margin-left: 7px;
	display: inline-block;
	background-color: #000;
}
.playerContainer .volumeBlock a.volumeLine .value {
	width: 50%;
	height: 4px;
	display: block;
	background-color: #F90;
}
.playerContainer .progress {
	width: 247px;
	width: 228px;
	height: 4px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #c0c0c0;
}
.playerContainer .progress div {
	width: 0;
	height: 4px;
	background-color: #F90;
}

/* temp playlist styling */
.sidebar.search-sidebar {
	position: static;
	overflow: hidden;
}
.playlist {
	background-color: #92989e;
	width: 100%;
	float: left;
	clear: both;
	height: 100%;
/*	margin-bottom: -99999px;
	padding-bottom: 99999px;*/
}
.playlist > div[data-sortable="true"] a {
	color: #036;
	text-decoration: none;
	cursor: pointer;
}
.playlist > div[data-sortable="true"] {
}
.playlistItem.ui-sortable-helper {
	background-color: #606060;
}
.playlistItem [data-trackname] {
	cursor: move;
}
#playlist .message {
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	color: #303030;
	float: left;
	clear: both;
}

.track-dragging {
	display: block;
	padding: 0 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	height: 30px !important;
	line-height: 30px !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: normal !important;
	background-color: #606060;
	color: #fff;
	cursor: move;
	white-space: nowrap;
	z-index: 99999;
}
.track-draggable {
	cursor: move;
}