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

#tubebar #tubebar_content {
	min-width: 970px;
	width: 99%;
	text-align: left;
	margin: auto;
	padding: 5px;
	height: 1500px;
	background-color: #E0E0E0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-image: url(images/bar_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	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;
}

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

