/*
 * -----------------------------------------------
 * www.happyworm.com
 * silvia benvenuti
 * 
 * jPlayer.css
 * -----------------------------------------------
 */

#wrapper #menu_bar #menu li {
	height:29px;
	font-size:10pt;
	font-weight:bold;
	float:left;
	line-height:20pt;
	padding-left:17px;
	padding-right:17px;
	border-right:2px solid #B4B8BF;
	color:#B4B8BF;
	cursor:pointer;
}
#wrapper #menu_bar #menu li.end {
	border-right:none;
}
#wrapper #menu_bar #menu li:hover {
	background-image:url(graphics/menu_on.jpg); background-position:top left; background-repeat:repeat-x;
}
#wrapper #menu_bar #menu li a {
	color:#B4B8BF; text-decoration:none;
}

#content_block_content a {
	color:#6f5567; text-decoration:none; width:310px;
}
#content_block_content a:hover {
	text-decoration:underline;
}


a img {
	border: none; outline:none;	
}

.float_right {
	clear: both; float: right;
}

a {
	color:#009be3;
}

a:link {
	color:#009be3;
}

a:visited {
	color:#009be3;
}

a:hover {
	color:#009be3;
}

dt {
	font-weight: bold; color:#a0a600;
}

dd {
	margin: 0 0 .5em 0;
}

dl dl {
	margin-left: 20px;
}

dl dl dt{
	color: #666;
}

dl dl dl dt{
	font-style: oblique;
	margin-top: .5em;
	margin-bottom: -.5em;
}

/* player controls */
#player_container {
	position: relative; background-color:#222021; width:345px; height:40px;
	background-image:url(../graphics/player_container_back.jpg); z-index:10;
}
#player_container ul#player_controls {
	list-style-type:none; padding:0; margin: 0;
}
#player_container ul#player_controls li {
	overflow:hidden; text-indent:-9999px;
}

#player_volume_min {
	position: absolute; left:6px; top:14px; width:15px; height:15px; cursor: pointer;
	background: url("../graphics/vol_min.jpg") 0 0 no-repeat;
}
#player_volume_min.jqjp_hover {
	background: url("../graphics/vol_min_hover.jpg") 0px 0px no-repeat;
}

#player_volume_bar {
	position: absolute; left:24px; top:20px; width:46px; height:2px; cursor: pointer;
	background: url("../graphics/volume_bar.gif") repeat-x top left;
}
#player_volume_bar_value {
	background: url("../graphics/volume_bar_value.gif") repeat-x top left;
	width:0px; height:2px;
}

#player_volume_max {
	position: absolute; left:72px; top:13px; width:15px; height:15px; cursor: pointer;
	background: url("../graphics/vol_max.jpg") 0 0 no-repeat;
}
#player_volume_max.jqjp_hover {
	background: url("../graphics/vol_max_hover.jpg") 0 0 no-repeat;
}

#ctrl_prev {
	position: absolute; left:95px; top:12px; width:16px; height:17px; cursor: pointer;
	background: url("../graphics/ctrl_prev.jpg") 0 0 no-repeat;
}
#ctrl_prev:hover {
	background: url("../graphics/ctrl_prev_hover.jpg") 0 0 no-repeat;
}
#ctrl_prev.disabled {
	background: url("../graphics/ctrl_prev.jpg") 0 0 no-repeat;
	cursor:default;
}

#player_play, #player_pause {
	display: block; position: absolute; left:114px; top:9px; width:22px; height:22px; cursor: pointer;
}
#player_play {
	background: url("../graphics/ctrl_play.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../graphics/ctrl_play_hover.jpg") 0 0 no-repeat;
}
#player_pause {
	background: url("../graphics/ctrl_pause.jpg") 0 0 no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../graphics/ctrl_pause_hover.jpg") 0 0 no-repeat;
}

#ctrl_next {
	position: absolute; left:138px; top:12px; width:16px; height:17px; cursor: pointer;
	background: url("../graphics/ctrl_next.jpg") 0 0 no-repeat;
}
#ctrl_next:hover {
	background: url("../graphics/ctrl_next_hover.jpg") 0 0 no-repeat;
}
#ctrl_next.disabled {
	background: url("../graphics/ctrl_next.jpg") 0 0 no-repeat;
	cursor:default;
}
#player_stop {
	position: absolute; left:126px; top:26px; width:28px; height:28px; cursor: pointer;
	background: url("../graphics/spirites.jpg") 0 -83px no-repeat;
}
#player_stop.jqjp_hover {
	background: url("../graphics/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute; left:282px; top:20px; background-color: #cfd6e6; width:50px; height:2px;
}
#player_progress_load_bar {
	background: url("../graphics/bar_load.gif") top left repeat-x; width:0px; height:2px; cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("../graphics/bar_buffer.gif") top left repeat-x;
}
#player_progress_play_bar {
	background: url("../graphics/bar_play.gif") top left repeat-x; width:0px; height:2px;
}
#play_head {
	width:4px; height:8px; position:absolute; top:-3px; left:0px; background-image:url(../graphics/play_head.png); background-repeat:no-repeat; background-position:top left;
}
#play_time {
	position: absolute; left:248px; top:15px; width:122px; font-size:.6em;  color:#d3d8eb;
}
#total_time {
	text-align: right;
}
#song_title {
	position:absolute; top:15px; left:158px; color:#d3d8eb; font-size:.6em; width:95px;
}


#playlist_list {
	width:350px; position:relative; z-index:10; display:block;
}
#playlist_list ul {
	list-style-type:none;
	padding:0px;
	margin:20px 0 10px 0;
	width:300px;
	font-size:.6em;
}
#playlist_list li {
	padding:4px 0 4px 4px; cursor: pointer; margin-bottom:10px; color:#ffffff; text-transform:uppercase; font-weight:bold;
	width:315px; height:20px;
	background-image:url(../graphics/playlist_item_back2.jpg); background-position:top left; background-repeat:no-repeat;
}
#playlist_list li.playlist_current {
	color:#9e5e84;
	list-style-type:none;
	cursor: default;
}
#playlist_list li.playlist_hover {
	color:#ffffff;
}



