/* BOX FOR PLAYER
*/

TABLE.player_wide, TD.player_wide {
    background: #1A1A1A;
	padding:0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	overflow: hidden;
	z-index: 100;
}

/* MAIN PLAYER
*/

#player_container {
	position: relative;
	background-color:#1A1A1A;
	width:800px;
	height:100px;
	z-index: 10000;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}

/* PLAY AND PAUSE
*/

#player_play,
#player_pause {
	top: 10px;
	display: block;
	position: absolute;
	left: 150px;
	width:75px;
	height:75px;
	cursor: pointer;
	z-index: 10000;
}
#player_play {
	background: url("images/play.png") no-repeat;
	
}
#player_play.different_prefix_example_hover {
	background: url("images/play.png") no-repeat;
}
#player_pause {
	background: url("images/pause.png") no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("images/pause.png") no-repeat;
}

/* PROGRESS BAR NEW
*/

#player_progress {
	background-color: #eee;
	position: absolute;
	top:40px;
	left:250px;
	bottom:0;
	width:300px;
	height:15px;
}

#load_wrapper {
	position: absolute;
	top:40px;
	left:250px;
	width:300px;
}

#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	position: absolute;
	width:0px;
	height:15px;
	cursor: pointer;
}

#player_progress_play_bar {
	background: url("images/bar_play.gif") top left repeat-x ;
	position: absolute;
	width:0px;
	height:15px;
}

/* VOLUME
*/

#player_volume_min {
	position: absolute;
	left:555px;
	top:33px;
	background: url("images/sound_off.png") no-repeat;
	width:30px;
	height:30px;
	cursor: pointer;
}
 
#player_volume_max {
	position: absolute;
	left:640px;
	top:33px;
	background: url("images/sound_on.png") no-repeat;
	width:30px;
	height:30px;
	cursor: pointer;
}
 
#player_volume_min.different_prefix_example_hover {
	background: url("images/sound_off.png") no-repeat;
}
 
#player_volume_max.different_prefix_example_hover {
	background: url("images/sound_on.png") no-repeat;
}
 
#player_volume_bar {
	position: absolute;
	left:585px;
	top:45px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

/* PLAYLIST AND TIME
*/
 
#player_playlist_message {
	color:#FFFFFF;
	font: 18px Arial;
	position: absolute;
	top:60px;
	left:200px;
	bottom:0;
	width:338px;
}
 
#play_time,
#total_time {
	padding-left:60px;
	font-weight:normal;
	font-style:oblique;
	font-size:18px;
}
 
#play_time {
	float:left;
}
 
#total_time {
	float:right;
	text-align: right;
}
 
.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:focus, a:active {
	color:#009be3;
}

/* LOGOS
*/


logo_button {	
	background: url("images/dc_logo_player.png") no-repeat;
	cursor:pointer;
	top: -5px;
	position: absolute;
	left: -100px;
	width: 100px;
	height: 100px;
	z-index: 10000;
}

logo_button em {
	color:yellow;
	font-style:normal;
}

/* SONG INFO
*/

#artwork {
	position: absolute;
	top: 10px;
	left: 50px;
	width:75px;
	height:75px;
}

#titles {
	position: absolute;
	top:10px;
	left:200px;
	bottom:0;
	width:600px;
	height:20px;
}

#song_pre {
	color:#FFFFFF;
	font: 18px Arial;
	float:left;
	padding-left:50px;
	font-weight:bold;
}

#song_title {
	color:#FFFFFF;
	font: italic 18px Arial;
	float:left;
	padding-left:5px;
}

#artist_pre {
	color:#FFFFFF;
	font: 18px Arial;
	float:left;
	padding-left:20px;
	font-weight:bold;
}

#artist_title {
	color:#FFFFFF;
	font: 18px Arial;
	float:left;
	padding-left:5px;
}

/* BUTTONS
*/

buy_player {
	border:1px solid #FFFFFF;
	background-color:#1A1A1A;
	color:#FFFFFF;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size: 18px;
	top: 15px;
	left: 710px;
	width: 50px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	position: absolute;
	text-align: center;
	font-weight: bold;
	overflow: visible;
}

buy_j1 {
	border:1px solid #CCCCCC;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	top: 45px;
	left: 710px;
	width: 30px;
	position: absolute;
	overflow: visible;
}

buy_j2 {
	border:1px solid #CCCCCC;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	top: 45px;
	left: 740px;
	width: 30px;
	position: absolute;
	overflow: visible;
}

#site_by {
	color:#FFFFFF;
	font: 16px Arial;
	text-align: center;
	top: 5px;
	left: 830px;
	width: 75px;
	position: absolute;
	z-index: 10000;
	overflow: visible;
}

c_group {
	border:1px solid #FFFFFF;
	background-color:#1A1A1A;
	color:#FFFFFF;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font: 18px Arial;
	top: 25px;
	left: 830px;
	width: 50px;
	height: 40px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	position: absolute;
	text-align: center;
	z-index: 10000;
	overflow: visible;
}

hidex {
	border: 1px solid #FFFFFF;
	background-color: #1A1A1A;
	color: #FFFFFF;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font: 16px Arial;
	top: 5px;
	left: 950px;
	width: 15px;
	height: 15px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	position: absolute;
	text-align: center;
	z-index: 10000;
	overflow: visible;
}


