@charset "utf-8";
/* CSS Document */

form {
	margin: 0px;
	padding: 0px;
}

.featured-quickview-wrapper {
	height: 369px;
	width: 647px;
	margin-top: 4px;
}
.featured-quickview-wrapper .header-btn-cont {
	height: 35px;
	width: 647px;
}
.header-btn-cont a {
	line-height: 35px;
	text-align: center;
	float: left;
	height: 35px;
	width: 119px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/featured_quickview_btn.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
}
.header-btn-cont a:hover {
	background-image: url(../images/featured_quickview_btn_over.gif);
	background-repeat: no-repeat;
}
.header-btn-cont .button-not-selected {
	background-image: url(../images/featured_quickview_btn.gif);
	background-repeat: no-repeat;
}
.header-btn-cont .button-selected {
	background-image: url(../images/featured_quickview_btn_over.gif);
	background-repeat: no-repeat;
}
.featured-quickview-wrapper .red-border {
	height: 15px;
	width: 647px;
	background-color: #400a22;
}
.featured-quickview-wrapper .container-wrapper {
	height: 317px;
	width: 647px;
	margin-top: 3px;
}
.container-wrapper  .video-wrapper {
	float: left;
	height: 316px;
	width: 341px;
	background-color: #FF9900;
}
.container-wrapper .feature-mp3-wrapper {
	height: 315px;
	width: 647px;
	margin-bottom: 6px;
}

.container-wrapper  .mp3player-cont {
	height: 315px;
	width: 327px;
	float: left;
}
.container-wrapper .mp3player-cont .cont {
	height: 284px;
	width: 327px;
}
.container-wrapper .mp3player-cont .bottun-border {
	height: 31px;
	width: 327px;
	background-color: #f6f6f6;
}
.container-wrapper  .feature-wrapper {
	height: 315px;
	width: 295px;
	float: left;
	background-image: url(../images/feature_wrapper_bg.gif);
	background-repeat: no-repeat;
}
.feature-wrapper .feature-cont {
	height: 244px;
	width: 267px;
	margin-top: 36px;
	margin-left: 13px;
	padding-top: 6px;
}
.feature-wrapper .feature-cont .container {
	height: 60px;
	width: 261px;
	padding-left: 6px;
	margin-bottom: 2px;
}
.feature-wrapper .feature-cont .container .pic {
	height: 50px;
	width: 50px;
	float: left;
}
.feature-wrapper .feature-cont .container .info {
	height: 60px;
	width: 210px;
	float: right;
}
.feature-wrapper .feature-cont .container .info .line {
	background-color: #dadada;
	height: 2px;
	width: 197px;
	margin-right: auto;
	margin-left: auto;
}
.feature-wrapper .feature-cont .container .info .info-cont {
	height: 57px;
	width: 211px;
}
.feature-wrapper .feature-cont .container .info .info-cont .leftside {
	height: 57px;
	width: 170px;
	float: left;
}

.feature-wrapper .feature-cont .container .info .row {
	width: 163px;
	height: 17px;
	padding-left: 7px;
	color: #545454;
	font-size: 12px;
}

.feature-wrapper .feature-cont .container .info .song {
	font-weight: bold;


}
.feature-wrapper .feature-cont .container .info .artist {


}
.feature-wrapper .feature-cont .container .info .genre {
	font-weight: bold;
	color: #000000;
}

.feature-wrapper .feature-cont .container .info .play-btn-cont {
	height: 34px;
	width: 35px;
	float: left;

}
.feature-wrapper .feature-cont .container .info .buy-btn {
	height: 17px;
	width: 38px;
	float: left;
}
.feature-wrapper .feature-cont .container .info .buy-btn .buyinput {
	width: 35px;
	font-size: 11px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	cursor:pointer;
	background-image: url(../images/buy.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.feature-wrapper .feature-cont .container .info .buy-btn .buyinput:hover {
	background-image: url(../images/buy_over.png);
	background-repeat: no-repeat;
}
.container-wrapper  .right {
	margin-left: 45px;
}
.new-container {
	width: 647px;
	position: relative;
	font-size: 12px;
	height: 317px;
}
.new-container .pic {
	position: absolute;
	height: 75px;
	width: 75px;
	left: 16px;
	top: 9px;
}
.new-container .info-cont {
	width: 500px;
	position: relative;
	top: 9px;
	left: 113px;
}
.new-container .info-cont .title {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 12px;
}
.new-container .info-cont .title a {
	color: #990000;
}
.new-container .info-cont .desc {
	padding-bottom: 10px;
}
.new-container .info-cont .readmore {
	display: block;
	font-weight: bold;
	color: #990000;
	padding-bottom: 13px;
}
.new-container  .info-cont  .by  {
	padding-bottom: 9px;
}
.new-container .info-cont .date {
	padding-bottom: 10px;
}

