@charset "utf-8";
/* CSS Document */
#tubebar {
	position: fixed;
	height: 150px; /*1500*/
	width: 100%;
	z-index: 22;
	bottom: -120px; /*-1470*/
	margin: auto;
}
#tubebottompanel {
	position: fixed;
	height: 120px;
	width: 100%;
	z-index: 21;
	bottom: -100px;
	margin: auto;
}

#tubebar #tubebar_content {
	width: 970px;
	text-align: left;
	margin: auto;
	padding: 5px;
	height: 150px; /*1500*/
	background-color: #E0E0E0;
	border-top: 1px solid #cccccc;
/*	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
}
#tubebar #tubebar_content #tubebar_content_left {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#tubebar #tubebar_content #tubebar_content_left ul, #tubebar #tubebar_content #tubebar_content_right ul {
	display: inline;
	list-style: none;
}
#tubebar #tubebar_content #tubebar_content_left li {
	float: left;
	margin-right: 15px;
	margin-bottom: 2px;
}
#tubebar #tubebar_content #tubebar_content_right {
	float: right;
	font-size: 14px;
	font-weight: bold;
}
#tubebar #tubebar_content #tubebar_content_right li {
	float: left;
	margin-left: 15px;
	margin-bottom: 2px;
	min-height: 16px;
}

.w2link_facebook {
	background-image: url(../images/web2icons/facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}

.w2link_twitter {
	background-image: url(../images/web2icons/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}

.w2link_digg {
	background-image: url(../images/web2icons/digg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}

.w2link_lastfm {
	background-image: url(../images/web2icons/lastfm.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}

.w2link_beatles {
	background-image: url(../images/web2icons/beatles.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}

/*a.w2link_facebook:hover, a.w2link_twitter:hover, a.w2link_digg:hover, a.w2link_lastfm:hover {
	text-decoration: underline;
}*/

span.explain {
	border-bottom: 1px dotted #999999;
}

