/* ///////////////////////// GENERAL /// */
body{
	margin-top:10px;}
.clear{clear:both;}
	
/* ///////////////////////// AUDIO PLAYER AND PLAYLIST /// */
.audio-player-app{
	position:relative;
	margin-bottom:20px;}
.audio-player-app .album-art{}
	.audio-player-app .album-art img{}
.audio-player-app .audio-player{
	height:38px;
	overflow:hidden;
	border:1px solid #666;
	border-bottom:1px dotted #888;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius-topleft:4px;
	-webkit-border-radius-topright:4px;
	position:relative;
	top:1px;
	background:#ccc;
	zoom:1;}
.audio-player-app .audio-player .current{
	width:204px;
	overflow:hidden;
	position:relative;
	top:1px;
	left:1px;
	float:left;
	background:#ccc;}
	.audio-player-app .audio-player .current p{
		height:26px;
		margin:4px;
		padding:0 5px;
		overflow:hidden;
		border:1px solid #333;
		border-color:#777 #aaa #aaa #777;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		line-height:26px;
		background:#daffbf;}
	.audio-player-app .audio-player .controls{
		width:78px;
		padding:4px 6px;
		float:right;}
		.audio-player-app .audio-player .controls li{
			width:16px;
			height:16px;
			margin:4px 2px;
			padding:2px;
			border:1px solid #666;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			float:left;
			background:#efefef;
			text-align:center;
			font-size:11px;}
			.audio-player-app .audio-player .controls li.last{
				width:0;
				height:0;
				margin:0;
				padding:0;
				border:none;
				float:none;
				clear:both;}
				.audio-player-app .audio-player .controls li a:hover .status{
					background-color:#ddd;}
.audio-playlist-container{
	border:1px solid #666;
	-moz-border-radius:4px;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-webkit-border-radius:4px;
	-webkit-border-radius-topright:0;
	-webkit-border-radius-topleft:0;
	background:#ccc;}
	.audio-playlist-container .audio-playlist{
		margin:10px;
		padding:2px;
		border:1px solid #888;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		clear:both;
		background:#fff;
		font-size:11px;}
		.audio-playlist-container .audio-playlist li{
			padding:2px 2px 2px 8px;
			border-bottom:1px dotted #999;
			clear:both;
			line-height:22px;}
			.audio-playlist-container .audio-playlist li.last{
				border-bottom:none;}
			.audio-playlist-container .audio-playlist li.odd{
				background:#efefef;}
			.audio-playlist-container .audio-playlist li.even{
				background-color:#fff;}
			.audio-playlist-container .audio-playlist li.active{
				background:#daffbf;}
				.audio-playlist-container .audio-playlist li.active a{
					color:#5c8f35}
					.audio-playlist-container .audio-playlist li.active a .status{
						background-color:#9fdf6f;}
					.audio-playlist-container .audio-playlist li a:hover .status{
						background-color:#ddd;}
			.audio-playlist-container .audio-playlist .status{
				margin:2px 6px 2px 0;
				border:1px solid #333;
				-moz-border-radius:4px;
				-webkit-border-radius:4px;
				float:left;
				background-color:#fff;}
	
/* overwite jquery ui icon pos */
.ui-icon-pause{background-position:-17px -160px;}