@charset "utf-8";

.tabs-box .content {
	padding: 10px;
}

.tabs-box .content .area-box-left {
	float: left;
	width: 622px;
}
.tabs-box .content .area-box-right {
	float: right;
	width: 292px;
}

.artist-profile-box {
	width: 622px;
}
.artist-profile-box .content-area {
	background: #ECEAE1;
	width: 602px;
}
.artist-profile-box .player {
  float: left;
  width: 355px;
}
.artist-profile-box .player .content-area {
	background: #333;
	width: 335px;
	padding: 6px 10px;
}
.artist-profile-box p.headline {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px;
}
.artist-profile-box p.text {
	margin: 0px;
}
.highlights-box {
	width: 622px;
	margin-top: 40px;
}
.highlights-box .highlight-item-box {
	width: 200px;
	float: left;
}
.highlights-box .highlight-item-box .content-area {
	width: 100%;
	height: 169px;
	background: #E9E9E9;
}
.info-box {
	width: 622px;
	margin-top: 40px;
}
.info-box .content-area {
	width: 620px;
	border-right: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
}

.latest-live-recording-box {
	width: 292px;
}
.latest-live-recording-box .content-area {
	width: 100%;
	background: #E9E9E9;
}
.latest-live-recording-box .download-box {
	margin: 5px 0px 0px 8px;
	width: 275px;
}
.latest-live-recording-box .download-box .content-area {
  background: #FFF;
  height: 36px;
  width: 265px;
}
.latest-live-recording-box .download-box .info {
	float: left;
	width: 129px;
}
.latest-live-recording-box .download-box .detail {
	float: left;
	width: 45px;
	margin-left: 10px;
}
.latest-live-recording-box .download-box .cart {
	float: left;
	margin-left: 10px;
}

.upcoming-live-dates-box {
	width: 292px;
}
.upcoming-live-dates-box .content-area {
	width: 100%;
	background: #A7A7A7;
}



.upcoming-live-dates-box .dates-inline-box {
	margin: 5px 0px 0px 8px;
	width: 275px;
}
.upcoming-live-dates-box .dates-inline-box .content-area {
  background: #FFF;
  height: 36px;
  width: 265px;
}

.upcoming-live-dates-box .dates-inline-box .content-area .reminder{
	position:absolute;
	left:830px;
	padding-left:3px;
	width:185px;
	height:35px;
	background:#fff;
	display:none;
	text-align:left;
	z-index:100;
}

.event_reminder{
  padding-right:5px;
  padding-top:3px;
}
.tickets {
  padding-right:2px;
  padding-top:2px;
}

.history {
	margin-top: 20px;
}
.history li {
	margin-bottom: 5px;
}
.history .audio {
  list-style-type: none;
  margin: 0px;
}
.history .audio span {
	margin-left: 20px;
}
.history .video {
  list-style-type: none;
  margin: 0px;
}
.history .video span {
	margin-left: 20px;
}

.info-box {
}
.info-box .date {
	float: left;
}
.info-box .headline {
	float: left;
	margin-left: 15px;
	font-weight: bold;
}
.info-box .text-content {
	margin-top: 5px;
}
.info-box .seperator {
	line-height: 0px;
	font-size: 0px;
  width: 100%;
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.co-radio {
	margin-bottom: 10px;
	height: 111px;
}
.co-radio .radio-container {
	position: relative;
	background-image: url(../_img/radio/co_player_teaser_bg.jpg);
	width: 292px;
	height: 111px;
}
.co-radio .radio-headline {
	position: absolute;
	left: 105px;
	top: 16px;
	width: 175px;
	z-index: 2;
}
.co-radio .radio-artist-image {
	position: absolute;
	left: 17px;
	top: 16px;
	z-index: 2;
}
.co-radio a.radio-play-button {
	position: absolute;
	left: 154px;
	top: 57px;
	z-index: 2;
	height: 38px;
	width: 38px;
	cursor: pointer;
	background-image: url(../_img/radio/play.jpg);
	outline-style: none;
}
.co-radio a.radio-play-button:hover {
	background-image: url(../_img/radio/play_hover.jpg);
}

