@charset "UTF-8";
/* Global Styles */
#vol {
	width: 640px;
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
}
#vol h3 {
	display: none;
}
#vol h2 {
	display: none;
}
#vol p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.lineup ul {
	margin-left : 30px;
	margin-top : 5px;
	clear: none;
	text-decoration: underline;
}
.lineup li {
	padding-top : 5px;
	padding-left : 0px;
	display: inline;
	font-size: 0.8em;
	text-decoration: underline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 7px;
}
.howto {
	float: right;
	width: 580px;
	margin-top: 20px;
	font-size: 0.9em;
}
.howto img {
	float: left;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
	background-image: url(../../css/images/thumb_bg150.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.play {
	font-weight: bold;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #740000;
	margin-left: 20px;
}
.howto p {
	padding-bottom: 5px;
}

.cap {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	clear: right;
	margin-top: 12px;
}

.commingsoon {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 120px;
	margin-top: 10px;
	padding: 3px;
	width: 60px;
	display: block;
	border: medium solid #FF6600;
	background: #FF6600;
	line-height: 13px;
}
.playing {
	font-size: 12px;
	color: #FF6600;
	margin-left: 120px;
	margin-top: 10px;
	padding: 5px;
	font-weight: bold;
	width: 60px;
	display: block;
	border: medium solid #FF6600;
	text-align: center;
}

