

#centerbox{
	overflow: hidden;
}




div#right {
	float: right;
	display: inline;
	border: 0px solid black;
	padding-right: 20px;
	
}

.accordion_toggle, .acc {
	display: block;
	height: 26px;
	padding: 0 5px 0 5px;
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	outline: none;
	font-size: 15px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
	line-height: 14px;
	padding-top: 0px;
}
.accordion_toggle_active, .acc {
	background: url('red.jpg');
	color: #ffffff;
	border-bottom: 1px solid #f68263;
	
}

.acc { border: 0; height: auto; cursor: arrow;  }

.accordion_content, .acc_cont {
	padding: 10px;
	width: 310px;
	color: #cfcfcf;
	background-color: #000000;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 17px;
}
a img{
	border: 0px;
}
a.artist-link{
font-size: 26px;
color: #3322ff;

}
a.band-page{
text-decoration: none;
color: white;
}
a.tpm-links{
text-decoration: none;
}

