
@charset "utf-8";

.head {
  padding: 0;
}
.content {
  padding: 0;
}
.area-box-top {
  width: 950px;
}
.area-box-bottom {
  width: 950px;
  margin-top: 40px;
}

/* showcase */
.showcase-box {
  float: left;
  width: 650px;
  height: 327px;
  margin-top: 4px;
}
.showcase-box .player {
  float: left;
  width: 355px;
}
.showcase-box .player .content-area {
	background: #333;
	padding: 6px 10px;
	height: 305px;
}
.showcase-box .player-list {
	float: left;
	width: 190px;
	padding-top: 11px;
}
.showcase-box .player-list .item {
	cursor: pointer;
	position: relative;
}
.showcase-box .player-list .item .price {
	position: absolute;
	left: 201px;
	top: 40px;
}
html > body .showcase-box .player-list .item {
	width: 291px;
	height: 62px;
	background: url(../_img/home/showcase_item.png) no-repeat;
}
* html .showcase-box .player-list .item {
	width: 291px;
	height: 62px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.de/_img/home/showcase_item.png',sizingMethod='crop');
}
.showcase-box .player-list .item .headline {
	color: #000;
}
.showcase-box .player-list .item .teaser_text {
	color: #666;
}
.showcase-box .player-list .item .type {
	color: #000;
}
.showcase-box .player-list .item.active .headline {
	color: #FFF;
}
.showcase-box .player-list .item.active .teaser_text {
	color: #FFF;
}
.showcase-box .player-list .item.active .type {
	color: #FFF;
}
html > body .showcase-box .player-list .item.active {
	width: 291px;
	height: 62px;
	background: url(../_img/home/showcase_item_active.png) no-repeat;
}
* html .showcase-box .player-list .item.active {
	width: 291px;
	height: 62px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.de/_img/home/showcase_item_active.png',sizingMethod='crop');
}

.showcase-box #vt_text {
	float: left;
	width: 230px;
	padding-right: 5px;
  color: #fff;
}

/* highlights */
.highlight-box {
  width: 290px;
  float: right;
}
.highlight-box .content-area {
	background: #E9E9E9;
}
.highlight-box .row {
  width: 240px;
}
.highlight-box .row img {
  float: left;
}
.highlight-box .row h2 {
  color: #e86d1f;
  margin-bottom: 5px;
}
.highlight-box .download-box {
	width: 270px;
	margin: 5px 0px 0px 9px;
}
.highlight-box .download-box .content-area {
	background: #FFFFFF;
}
.highlight-box .download-box .content-area .image {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	font-size: 0px;
}
.highlight-box .download-box .content-area .info {
	float: left;
	width: 195px;
}

/* teaser rotating line (middle) */
.teaser-rotate-box {
	width: 950px;
	position: relative;
	margin-top: 30px;
}
.teaser-rotate-box .rotate-left {
	float: left;
	width: 25px;
	height: 60px;
}
.teaser-rotate-box .rotate-right {
	float: left;
	width: 25px;
	height: 60px;
	text-align: right;
}
.teaser-rotate-box .rotating-scene {
  float: left;
  position: relative;
  width: 900px;
  overflow-x: hidden;
}

.teaser-rotate-box .rotating-scene ul {
	white-space: nowrap;
	list-style: none;
}
.teaser-rotate-box .rotating-scene li {
	position: relative;
	display: inline;
	padding-right: 8px;
	font-size: 0px;
}

/* specials */
.news-box {
  float: left;
  width: 345px;
}
.news-box .content-area {
	/*height: 364px;*/
	width: 100%;
}
.news-box .content-area p {
	margin: 0px;
}

/* music news */
.live-dates-box {
  float: left;
  width: 290px;
}
.live-dates-box .content-area {
	background: #DBDBDB;
	width: 100%;
}

/* latest live recordings  */
.live-recording-box {
  float: right;
  width: 290px;
}
.live-recording-box .content-area {
	background: #E9E9E9;
	width: 100%;
}
.live-recording-box .download-box {
	width: 270px;
	margin: 5px 0px 0px 9px;
}
.live-recording-box .download-box .content-area {
	background: #FFFFFF;
	width: 260px;
}
.live-recording-box .download-box .content-area .image {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	font-size: 0px;
}
.live-recording-box .download-box .content-area .info {
	float: left;
	width: 195px;
}


.newsletter-anker {
  position:relative;
  }
.newsletter-anker #newsletter {
   position:absolute;
   left:2px;
   top:20px;
   color:#090;
   padding:5px;
   width:312px;
   text-align:center;
   background:#fff;
   border:solid 1px #090;
   line-height:16px;
   visibility:hidden;
  }
.newsletter-anker #newsletter_form {
   position:absolute;
   left:2px;
   top:37px;
   color:#090;
   padding:5px;
   width:312px;
   text-align:center;
   background:#FFF;
   border:1px solid #7B7B7B;
   line-height:16px;
   visibility:hidden;
  }
.newsletter-anker .button_content {
	padding: 3px 0 3px 7px !important;
}