@charset "utf-8";

/**
 * [2007-07-19 as] created
 *
 * $Rev: 801 $ Revision of last commit
 * $Author: jan $ Author of last commit
 * $Date: 2009-04-27 14:18:43 +0200 (Mo, 27 Apr 2009) $ Date of last commit
 */

 .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;
}

.tabs-box .content {
	padding: 10px;
}
.area-box-left {
	float: left;
}
.area-box-right {
	float: right;
}

.player {
  width: 355px;
}
.player .content-area {
	background: #333;
	width: 335px;
	padding: 6px 10px;
}

.product-action-box {
	width: 355px;
}
.product-action-box .content-area {
 	background: #ECEAE1;
 	width: 100%;
}

.product-info-box {
	width: 355px;
}
.product-info-box .content-area {
 	background: #E9E9E9;
 	width: 100%;
}
.product-comment-box {
	width: 355px;
}
.product-comment-box .content-area {
	background: #E9E9E9;
 	width: 100%;
}


.product-detail-box {
	width: 565px;
}
.product-detail-box .content-area {
 	background: #E9E9E9;
 	width: 100%;
}
.product-detail-box .cart-white-box {
	width: 548px;
}
.product-detail-box .cart-white-box .content-area {
	background: #FFF;
	width: 100%;
}

.product-tracklist-box {
	width: 565px;
}
.product-tracklist-box .song-list {
  float: left;
  margin-top: 10px;
  }
.product-tracklist-box .song-list .row {
  width: 535px; /* safari, opera */
  margin-bottom: 2px;
 }
.product-tracklist-box .song-list .nr {
  float: left;
  width: 17px;
  margin-right: 5px;
  }
.product-tracklist-box .song-list .title {
  float: left;
  }
.product-tracklist-box .song-list .duration {
	float: left;
}
.product-tracklist-box .song-list .media_type {
	float: left;
}
.product-tracklist-box .play {
	float: left;
}
.product-tracklist-box .single_track_price {
	float: left;
}
.product-tracklist-box .into_cart {
	float: left;
}
.product-tracklist-box .info {
  margin-bottom: 10px;
}

.product-recommendation-box {
	width: 565px;
}
.product-recommendation-box .content-area {
 	/*background: #E9E9E9;*/
 	background: #DBDBDB;
 	width: 100%;
}

.x-selling-box {
	margin-top: 40px;
}
.x-selling-box .x-selling-item-box {
	width: 180px; 
	float: left; 
	padding-left: 6px;
}
.x-selling-box .x-selling-item-box .content-area {
	width: 100%;
	height: 150px;
	/*ackground: #ECEAE1;*/
	background: #E9E9E9;
}

.product-further-detail-box {
	width: 565px;
}
.product-further-detail-box .content-area {
 	background: #E9E9E9;
 	width: 100%;
}
/* more infos */
.product-further-detail-box .info {
  margin-bottom: 10px;
}
.product-further-detail-box .file_info_floater {
  visibility: hidden;
  text-align: left;
	position: absolute;
	bottom: 30px;
  left: -150px;
  width: 615px;
  padding: 5px 5px 8px 5px;
  color: #777777;
  background: #fff;
  border: solid 1px #515151;
  z-index: 100;
}

/* Comments ################################################################# */

/* comments */
.comments-box {
  /*margin-bottom: 15px;*/
  }
.comments-box .head {
	padding: 6px 6px 6px 15px;
	text-align: center;
	width: 334px; /* safari, opera */
	color: #000;
  }
.comments-box .head.header-type-4 {
	background: transparent;
}
.comments-box .prev {
  float: left;
  }
.comments-box h1 {
  padding: 0px;
  float: left;
  background: transparent;
  display: none;
  }
.comments-box .count {
  float: left;
  display: none;
  }
.comments-box .next {
  float: right;
  margin-right: 10px;
  }
.comments-box .row {
  padding: 5px;
  width: 344px; /* safari, opera */
  border-bottom: solid 2px #fff;
  }
.comments-box .page {
  padding: 5px;
  text-align: center;
  }
 .comments-box #comment_form_box {
 	position:relative;
 	width:100%;
 	text-align:center;
 	margin:5px 0 5px 0;
 	padding-bottom:5px;
 	border-bottom:solid 2px #fff;
 }
 .comments-box #comment_form_box a {
 	 display: none;
 }
.comments-submit-box table {
 	width:100%;
 	background:#DBDBDB;
 	padding:5px;
}
.comments-submit-box textarea {
	font-family:verdana,sans-serif;
	font-size:10px;
	width:154px;
	height:30px;
	border:0;
}
.comments-submit-box .btn {
	font-size:10px;
	padding:1px;
	color:#9a9a9a;
	border:solid 1px #9a9a9a;
	background:#fff;
	cursor: pointer;
}

/* /Comments ################################################################# */
