/* ////////////////////////////////////////////////////////////// */
/* Main Carousel */
.carousel-control {
	position: absolute;
	width: 36px;
	height: 36px;
	top: -6px;
	float: none;
	display:none;
}

.carousel-control.left {
	background: url(../img/btn-left.png)
		no-repeat scroll 0% 0% transparent;
	left: 20px;
}

.carousel-control.right {
	background: url(../img/btn-right.png)
		no-repeat scroll 0% 0% transparent;
	right: 20px;
}

.carousel-control.right:hover {
	background: url(../img/btn-right-on.png)
		no-repeat scroll 0% 0% transparent;
}

.carousel-control.left:hover {
	background: url(../img/btn-left-on.png)
		no-repeat scroll 0% 0% transparent;
}

.carousel-control.right.disabled {
	background: url(../img/btn-right-disable.png)
		no-repeat scroll 0% 0% transparent;
}

.carousel-control.left.disabled {
	background: url(../img/btn-left-disable.png)
		no-repeat scroll 0% 0% transparent;
}

.carousel-inner:hover + .carousel-control, .carousel-inner:hover + .carousel-control + .carousel-control {
	display:block;

}

.carousel-control:hover {
	
	display:block;
}


.carousel-indicators {
	position: absolute;
	height: 30px;
	bottom: 0px;
	width: 100%;
	margin-left: 0%;
	margin-bottom: 0%;
	left: 0px;
	right: 0px;
	text-align: center;
/* 	background: url('http://www.sonystyle.com.cn/images/kv_bar_bg.png')
		repeat-x scroll 0% 0% transparent; */
}

.carousel-indicators li {
	/* background-color: #008DD2; */
	height: 15px;
    width: 55px;
    border:0px;
    border-bottom:3px solid #008DD2;
    border-radius:0px !important;
    margin:0px;
}

#myCarousel .carousel {
    width:100%;
    margin:0px auto;
    overflow: hidden;
    background-size:cover;
}

 .carousel-indicators li:hover{
  /*  width:150px; */
   	border-bottom-width:10px;
}
 .carousel-indicators li img {
	width:100%;
	display:none;
}
 .carousel-indicators li:hover img{
 	margin-top:-20px;
   	/* display:block; */
}

#carousel{
	position: relative;
}


.carousel-indicators .active {
	  /* background-color: #FFF; */
    background-color:transparent;

    width: 55px;
	
    border-bottom-width:6px;
    border-bottom-color:white;
}

.album_track_list_contain .carousel-control {
	display: block !important;
}


/* ////////////////////////////////////////////////////////////// */
/* Side introduction guide. for templates/components/side.html */
.mySide {
	position: absolute;
	top: 10px;
	left: -25px;
	text-align: right;
	width: 40px;
}
.mySide .panel-group .panel {
	margin-top: 0px;
	overflow: visible;
    border-radius: 0px;
}
.mySide .panel-group .panel-collapse, .mySide .panel-group .panel-title {
	position: relative;
}
.mySide .panel-group .panel-title .arrow {
	position: absolute;
    top: 0px;
    right: 0px;
}
.mySide .panel-group .panel-collapse .panel-content {
	color: #fff;
    font-size: 14px;
    width: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 8px 8px;
    text-align: center;
    line-height: 1.2;
}
.mySide .panel-group #collapseOne .panel-content, .mySide .panel-group #collapseTwo .panel-content {
    padding-top: 16px
}

.home-column-header header h3 {
    border-left: 6px solid #54a6dd;
    padding: 0px 0px 0px 6px;

    display: inline-block;
    /*height: 32px;*/
    font-size: 20px;
    /*font-family: Simhei;*/
    margin:0px;

}


/* ////////////////////////////////////////////////////////////// */
/* Album gallery. for templates/components/albumcard.html */
.albumGallery {
	height: auto;
	position: relative;
	background: #fff;
	padding-bottom: 10px;
}

.albumGallery header {
	height: auto;
	margin-bottom: 322px;
	position: relative;
	margin: 20px auto 20px auto;
	z-index: 1;
}

.albumGallery_obsolete header h3 {
	border-left: 8px solid #54a6dd;
	padding-left: 12px;
	color: #3a3a3a;
	display: inline-block;
    height: 32px;
    font-size: 28px;
    /*font-family: Simhei;*/
    margin-bottom: -10px;
}

.albumGallery header a {
	color: #3a3a3a;
	display: inline-block;
    cursor: pointer;
}

.albumGallery .thumbnail {
	padding: 0px;
	border-width: 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.albumGallery .thumbnail h4 {
	width:99%;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin-bottom: 5px;
}

.albumGallery .thumbnail a>img {
	height: 176px;
}

.albumGallery .thumbnail .caption{
	padding: 8px 4px 4px 4px;
	margin-left: 1px;
}

.albumGallery .thumbnail .caption div{
	margin-top: 6px;
}

.albumGallery header .left {
	right: 50px;
    left: auto;
}

.albumGallery header .right {
    right:0px;
}


/* ////////////////////////////////////////////////////////////// */
/* Album gallery More. for templates/components/album_gallery_more.html */
.albumGalleryMore {
    height: auto;
    position: relative;
    background: #fff;
    padding-bottom: 10px;
}

.albumGalleryMore header {
    height: auto;
    margin-bottom: 322px;
    position: relative;
    margin: 20px auto 20px auto;
    z-index: 1;
}

.albumGalleryMore header img {
    width: 46px;
    height: 20px;
    vertical-align: sub;
    margin-left: 8px;
}

.albumGalleryMore header img.line {
	width: 1px;
    height: 20px;
    vertical-align: sub;
    margin-left: 8px;
}

.albumGalleryMore header img.hr{
	width:30px;
	height:19px;
	vertical-align: sub;
    margin-left: 8px;
}

.albumGalleryMore_obsolete header h3 {
    border-left: 8px solid #54a6dd;
    padding-left: 12px;
    color: #3a3a3a;
    display: inline-block;
    height: 30px;
    font-size: 24px;
    /*font-family: Simhei;*/
    margin-bottom: -10px;
    text-align: center;
    line-height: 30px;
    margin-left: 2px;
}

.albumGalleryMore header h4 {
    border-left: 8px;
    padding-left: 12px;
    color: #3a3a3a;
    display: inline-block;
    height: 32px;
    font-size: 28px;
    /*font-family: Simhei;*/
    margin-bottom: -10px;
    margin-top: 5px;
}

.albumGalleryMore header.index_corp_album_title h4 {
    border-left: 8px;
    padding-left: 12px;
    color: #666666;
    font-weight: bold;
    display: inline-block;
    height: 32px;
    font-size: 20px;
    /*font-family: Simhei;*/
    margin-bottom: -10px;
    margin-top: 8px;
}


.albumGalleryMore header.index_corp_album_title a.imglink {
    position:absolute;
    right:10px;
    top: 0px;
    margin-top: 13px;
}

.albumGalleryMore header a {
    color: #3a3a3a;
    display: inline-block;
    cursor: pointer;
}

.albumGalleryMore header a.imglink {
    margin-bottom: -10px;
    margin-top: 20px;
}

.albumGalleryMore header a.morelink {
    background: #00bdff;
    color: white;
    border-radius: 4px;
    padding: 0 2px;
    text-decoration: none;
}

.albumGalleryMore header a img {
    margin-top: -10px;
    margin-left: 10px;
}

.albumGalleryMore .index_corp_album_title {
    display: -webkit-box;
}

.albumGalleryMore .index_corp_album_title a {
    padding-left: 5px;
}

.albumGalleryMore .thumbnail {
    padding: 0px;
    border-width: 0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.albumGalleryMore .thumbnail h4 {
    width:99%;
    height:32px;
    text-overflow: ellipsis;
    overflow:hidden;
    margin-bottom:2px;
    margin-top:0px;
    line-height:13px;
}

.albumGalleryMore .thumbnail a>img {
    height: 105px;
    max-width: 105px;
}

.albumGalleryMore .thumbnail .caption{
    padding: 8px 2px 4px 0px;
    margin-left: 1px;
}

.albumGalleryMore .thumbnail .caption div{
}
.albumGalleryMore .thumbnail .caption .price {
    padding:0px;
    font-size: 11px;
}

.albumGalleryMore .thumbnail .caption .name {
    font-size: 12px;
}

.albumGalleryMore .thumbnail .caption .artistname {
    color: #737373;
    font-size: 11px;
}

.albumGalleryMore .thumbnail .caption p
{
	margin-bottom:0px;
}

.albumGalleryMore header .left {
    right: 50px;
    left: auto;
}

.albumGalleryMore header .right {
    right:0px;
}
/*********************** albumGalleryMore END*************************/

/*********************** area START**********************************/
/* Album gallery More. for templates/components/album_area.html */
.area {
    height: auto;
    position: relative;
    background: #fff;
    padding-bottom: 10px;
}

.area header {
    height: auto;
    margin-bottom: 322px;
    position: relative;
    margin: 20px auto 20px auto;
    z-index: 1;
}

.area header img{
    width: 46px;
    height: 20px;
    vertical-align: sub;
    margin-left: 8px;
}

.area header img.hr{
	width:30px;
	height:19px;
	vertical-align: sub;
    margin-left: 8px;
    margin-top: 7px;
}


.area header h3 {
    /*border-left: 8px;*/
    padding-left: 6px;
   /* color: #666666;*/
    /*font-weight: bold;*/
    display: inline-block;

    font-size: 18px;
    /* font-family: Simhei; */
    margin-bottom: -10px;
    margin-top: 8px;
}

.area header h4 {
    border-left: 8px;
    padding-left: 12px;
    color: #3a3a3a;
    display: inline-block;
    height: 32px;
    font-size: 28px;
    /*font-family: Simhei;*/
    margin-bottom: -10px;
    margin-top: 5px;
}

.area header.index_corp_album_title h4 {
    border-left: 8px;
    padding-left: 12px;
    color: #666666;
    font-weight: bold;
    display: inline-block;
    height: 32px;
    font-size: 20px;
    /*font-family: Simhei;*/
    margin-bottom: -10px;
    margin-top: 8px;
}

.area header.index_corp_album_title a.imglink {
    position:absolute;
    right:10px;
    top: 0px;
    margin-top: 6px;
}

.area header .title {
    color: black;
        display: inline-block;
        cursor: pointer;

}

.area header .title svg {
    fill: #008dd2;
}

.area header .title:hover {
    color: #008dd2;
    fill: #008dd2;
}

.area header .popular-link {
    position: absolute;
    top: 8px;
    right:8px;
    color: #c83c35;
}


.area header a {
    color: #3a3a3a;
    display: inline-block;
    cursor: pointer;
}

.area header a.imglink {
    margin-top: -10px;
    float: right;
    background:#00bdff;
    color:white;
    border-radius: 4px;
    padding:2px 4px 2px 4px;
    text-decoration:none;
}
.area header a.imglink:hover {

    background:#2fc9ff;
}


.area header a img {
    float: right;
}

.area .index_corp_album_title {
    display: -webkit-box;
}

.area .index_corp_album_title a {
    padding-left: 5px;
}

.area .thumbnail {
	width:120px;
	height:211px;
    padding: 0px;
    border-width: 0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.area .thumbnail h4 {
    width:99%;
    height:32px;
    text-overflow: ellipsis;
    overflow:hidden;
    margin-bottom:2px;
    margin-top:0px;
    line-height:13px;
    text-align:left;
}

.area .thumbnail a>img {
    height: 105px;
    max-width: 105px;
}

.area .thumbnail .caption{
    padding: 8px 4px 4px 4px;
    margin-left: 1px;
}

.area .thumbnail .caption div{
	text-align:left;
}
.area .thumbnail .caption .price {
    padding:0px;
    font-size: 11px;
    text-align:left
}

.area .thumbnail .caption .name {
    font-size: 12px;
}

.area .thumbnail .caption .artistname {
    color: #737373;
    font-size: 11px;
}

.area .thumbnail .caption p
{
	margin-bottom:0px;
	text-align:left;
}

.area header .left {
    right: 50px;
    left: auto;
}

.area header .right {
    right:0px;
}



/*********************** area END*************************/


.ordercount{
	/*width: 30px;*/
	height: 20px;
	text-align: right;
	/*background: url(../img/smw_Cart_Download-count_icn.png) no-repeat 2px 4px;*/
}

.newtrackcount{
	width: 30px;
	height: 20px;
	text-align: right;
	background: url(../img/smw_HiRes-Popular_NewRelease_icn.png) no-repeat 0px 4px;
}


/* ////////////////////////////////////////////////////////////// */
/* multi-line track list, for best sales music */
.multilineTracks {
	height: auto;
	position: relative;
	background: #fff;
	padding: 0px 0px 10px 10px;
}

.multilineTracks header {
	height: auto;
	margin-bottom: 322px;
	position: relative;
	margin: 20px auto 0px auto;
	z-index: 1;
}

.multilineTracks header img {
    width: 30px;
    height: 19px;
    vertical-align: sub;
    margin-left: 8px;
}

.multilineTracks_obsolete header h3 {
	border-left: 8px solid #54a6dd;
	padding-left: 9px;
	color: #3a3a3a;
	display: inline-block;
	height: 30px;
	font-size: 24px;
	/*font-family: Simhei;*/
	margin-bottom:-10px;
	text-align: center;
    line-height: 30px;
}

.multilineTracks .item {
	margin-bottom: -1px;
	margin-right: 15px;
	border-bottom:solid 1px #F0F0F0;
	border-top:solid 1px #F0F0F0;
	border-left:solid 1px #F0F0F0;
	padding:10px 15px 10px 15px;

}

.multilineTracks .item .col-md-6 {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.multilineTracks .item .name {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#34322e;
	padding:0px
}

.multilineTracks .item .artistname {
}

.multilineTracks .item .purchasecount {
	text-align:right;
	border-top:solid 1px #F0F0F0;
	/*background:url(../img/smw_Cart_Download-count_icn.png) no-repeat  0px 13px;*/
}

.multilineTracks .item .price {
	padding:0px;
}

.multilineTracks header .left {
	right: 50px;
    left: auto;
}

.multilineTracks header .right {
    right:0px;
}

/* ////////////////////////////////////////////////////////////// */
/* multi-line track list, for best sales album */

.album_track_list_contain a.imglink {
    background:#00bdff;
    color:white;
    border-radius: 4px;
    padding:2px 4px 2px 4px;
    text-decoration:none;
}

.album_track_list_contain .album-icon {
    width: 40px;
    height: 40px;
}

.album_track_list_contain .item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:300px;
    margin-bottom:4px;
}

.album_track_list_contain a:hover {
    text-decoration: none !important;
}


.multilineAlbums {
	height: auto;
	position: relative;
	background: #fff;
	padding: 0px 10px 10px 0px;
}

.multilineAlbums header {
	height: auto;
	margin-bottom: 322px;
	position: relative;
	margin: 20px auto 0px auto;
	z-index: 1;
}

.multilineAlbums header img {
    width: 30px;
    height: 19px;
    vertical-align: sub;
    margin-left: 8px;
}

.multilineAlbums_obsolete header h3 {
	border-left: 8px solid #54a6dd;
	padding-left: 9px;
	color: #3a3a3a;
	display: inline-block;
	height: 30px;
	font-size: 24px;
	/*font-family: Simhei;*/
	margin-bottom:-10px;
	text-align: center;
    line-height: 30px;
}

.multilineAlbums .item {
	margin-bottom: -1px;
	margin-right: 15px;
	border-bottom:solid 1px #F0F0F0;
	border-top:solid 1px #F0F0F0;
	border-left:solid 1px #F0F0F0;
	padding:10px 15px 10px 15px;
}

.multilineAlbums .item .col-md-6 {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.multilineAlbums .item .name {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#34322e;
	padding:0px
}

.multilineAlbums .item .artistname {
}

.multilineAlbums .item .purchasecount {
	text-align:right;
	border-top:solid 1px #F0F0F0;
	/*background:url(../img/smw_Cart_Download-count_icn.png) no-repeat  0px 13px;*/
}

.multilineAlbums .item .price {
	padding:0px;
	font-size:14px;
}

.multilineAlbums header .left {
	right: 50px;
    left: auto;
}

.multilineAlbums header .right {
    right:0px;
}
/* ////////////////////////////////////////////////////////////// */
/*tophundred list*/
.tophundred header {
    height: auto;
    margin-bottom: 322px;
    position: relative;
    margin: 20px auto 20px auto;
    z-index: 1;
}

.tophundred header h3 {
    border-left: 8px solid #54a6dd;
    padding-left: 9px;
    color: #3a3a3a;
    display: inline-block;
    height: 30px;
    font-size: 24px;
    /*font-family: Simhei;*/
    margin-bottom:-10px;
    text-align: center;
    line-height: 30px;
}

.tophundred img {
    width: 150px;
    height: 150px;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 10px;
}

.tophundred table {
	width: 1100px;
}

.tophundred table td {
	width: 500px;
	height:180px;
}

.tophundred .secondTd {
	padding-left: 50px;
}

.tophundred .block {
	width: 500px;
	height:180px;
	background-color: gainsboro;
	border-color: black;
    border-width: 1px;
    border-style: solid;
    border-bottom: black;
}

.tophundred .number{
	font-weight: 700;
	color: #0000ff;
	margin-left: 10px;
}


.tophundred .block-right .artist{
	color: grey;
	padding-top: 30px;
    display: block;
}

.tophundred .block-right .Hi-Res{
	padding-top: 20px;
    display: block;
    font-weight: 500;
}

.tophundred .block-left{
	float: left;
	
}

.tophundred .block-right{
	float: right;
    width: 300px;
    height: 179px;
    padding-top: 30px;
    font-size: 13px;
    font-weight: bold;
    line-weight: 179px;
}


/* free track list, for the price is 0 */
.freetracks {
    height: auto;
    position: relative;
    background: #fff;
    padding-bottom: 0px;
}

.freetracks header {
    height: auto;
    margin-bottom: 322px;
    position: relative;
    margin: 20px auto 20px auto;
    z-index: 1;
}

.freetracks_obsolete header h3 {
    border-left: 8px solid #54a6dd;
    padding-left: 9px;
    color: #3a3a3a;
    display: inline-block;
    height: 30px;
    font-size: 24px;
    /*font-family: Simhei;*/
    margin-bottom:-10px;
    text-align: center;
    line-height: 30px;
}

.freetracks .textFont-gray {
	color: #737373;
	font-size: 11px;
}

.freetracks .textFont-black {
	font-size: 13px;
}

.freetracks .row {
    margin-left: -7px;
    margin-right: -15px;
}

.freetracks .item {
    margin-left: -15px;
    margin-right: 15px;
}

.freetracks .col-md-4, .freetracks .col-md-2 {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: -1px;
    border-top:solid 1px #F0F0F0;
    height: 52px;
}
.freetracks .trackname {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width:85%;
    display:inline-block;
    vertical-align: top;
}
.freetracks .name {
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:80%;
    display:-webkit-inline-box;
    vertical-align: middle;
}

.freetracks .price {
    vertical-align: middle;
}
.freetracks img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.freetracks header img {
    width: 30px;
    height: 19px;
    margin-top:-6px;
    margin-left: 6px;
}

.freetracks .morecoupon {
  float: right;
  background: url(../img/btn_coupon_more.png) no-repeat scroll 0% 0% transparent;
  width: 200px;
  height: 100px;
  display: block;
  margin-right: 50px;
  margin-top: -10px;
}

.freetracks .nonecoupon {
  float: right;
  background: url(../img/btn_coupon_none.png) no-repeat scroll 0% 0% transparent;
  width: 200px;
  height: 100px;
  display: block;
  margin-right: 50px;
  margin-top: -10px;
  cursor: default;
}

/* ////////////////////////////////////////////////////////////// */
/* Exclusive interview href */
.exclusiveInterview {
	width:960px;
}

.exclusiveInterview_obsolete header h3 {
    border-left: 8px solid #54a6dd;
    padding-left: 9px;
    color: #3a3a3a;
    display: inline-block;
    height: 30px;
    font-size: 24px;
    /*font-family: Simhei;*/
    margin-bottom:-10px;
    text-align: center;
    line-height: 30px;
}
.exclusiveInterview div.body p.caption {
    text-align: inherit;
}
.gallery-col-exclusiveInterview-more {
    width: 16%;
    padding-left: 5.631px;
    padding-right: 5.631px;
    float: left;
}
.exclusiveInterview .thumbnail {
    padding: 0px;
    border-width: 0px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.exclusiveInterview .thumbnail .caption {
	padding: 0px;
	color: #333;
}
.exclusiveInterview header {
    height: auto;
    margin-bottom: 322px;
    position: relative;
    margin: 20px auto 20px auto;
    z-index: 1;
}


/* ////////////////////////////////////////////////////////////// */
/* login platform selector, for both header and purchase  */
.navbar-nav>li>.dropdown-menu {
	margin-top: 10px;
}

.loginPlatformSelector {
	padding-bottom: 10px;
}

.loginPlatformSelector.col-sm-4, .loginPlatformSelector.col-sm-6 {
	text-align: center;
}

.loginPlatformSelector.col-sm-4 .login-oauth-name {
	padding: 0;
}

.loginPlatformSelectorHeader {
	padding: 15px 10px 20px 10px;
	height: 60px;
	width: 290px;
}

.loginPlatformSelectorHeader-divider {
	width: 100%;
	height: 1px;
	margin-top: 15px;
	background-color: #e5e5e5;
	vertical-align: middle;
}

.loginPlatformSelectorHeader-divider4qr {
	width: 100%;
	height: 1px;
	margin-top: 100px;
	background-color: #e5e5e5;
	vertical-align: middle;
}

.loginPlatformSelectorHeader-divider4qr2 {
	width: 100%;
	height: 1px;
	margin-top: 100px;
	background-color: #e5e5e5;
	vertical-align: middle;
}
.loginPlatformSelectorHeader-divider4qr3 {
	width: 100%;
	height: 1px;
	margin-top: 160px;
	background-color: #e5e5e5;
	vertical-align: middle;
}

.loginPlatformSelectorHeader-content {
	position: absolute;
	margin-top: -10px;
	background-color: white;
	width: 60%;
	height: 30px;
	left: 20%;
	text-align: center;
}

.loginPlatformSelector-popup {
	float: left;
	float: left;
	width: 108px;
	height: 100px;
	border-left: 1px dotted #ccc;
}

.login-fist-item {
	border: none;
}

.loginPlatformSelector-popup .oauth-icon {
	display: block;
    margin: 7px auto;
}

.loginPlatformSelector-popup .login-oauth-name {
	display: block;
	margin-top: 15px;
	text-align: center;
	margin: 7px auto;
}

/* ////////////////////////////////////////////////////////////// */
/* similar albums  */
.similarAlbums {
	margin-top: 20px;
	margin-bottom: 35px;
	width:275px;
}

.similarAlbums .more {
    line-height:16px;
    color:#666666;
    font-size:16px;

}

.similarAlbums .more:hover {
    color:black;
    text-decoration:underline !important;

}

.similarAlbums .overflowtextstyle{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.similarAlbums .albumIcon {
	margin-top: 10px;
	margin-bottom: 10px;
	/* margin-left: 15px; */

	padding-left: 0px;
	padding-right: 0px;
	
}

.similarAlbums .albumIcon .smallIcon {
	width: 80px;
	height: 80px;
}


.similarAlbums .albumInfo {
	padding-top: 8px;
	padding-left: 0px;
	padding-right:0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.similarAlbums .albumInfo .albumArt {
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:14px;
}

.similarAlbums .albumInfo .albumBitrate {
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:13px;
}


.similarAlbums .list-unstyled>li {
	/* margin-top: 10px; */
	margin-bottom: 0px;
}

.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    line-height: 178px;
    zoom: 1;
    text-align: center;
    font-size: 20px;
    /*font-weight: bold;*/
    background: rgba(255,255,255,0.8);
    /* IE 8 suppoerted */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}

.loadmask2 {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    line-height: 60px;
    zoom: 1;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: rgba(255,255,255,0.8);
    /* IE 8 suppoerted */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}

.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}

.guide {
    margin-top: 25px;
    margin-bottom: 25px;
}

.guide .section {
	margin-top:10px;
	margin-bottom:80px;
}
.guide .paragraph {
    text-indent:2em;
}
.guide .floatingtitle {
    padding: 4px;
    padding-left: 12px;
    height: 40px;
    font-size: 24px;
    /*font-family: Simhei;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.guide .floatingtitle a {
    color: #FFFFFF;
    text-decoration: none;
}
.guide p {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:40px;
    margin-right:40px;
    font-size: 16px;
}
.guide .imageitem {
	text-align:center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.guide .hiresicon {
    width: 18px;
    height: 18px;
    vertical-align: top;
}
.guide .item {
    margin-bottom:10px;
    margin-top:10px;
}
.login_dialog_title {
	float: left;
	width: 100%;
	height: 60px;  
	margin-bottom: 10px;
}
.login_dialog_title .login_dialog_title_des_coupon {
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 8px;
}
.login_dialog_title .login_dialog_title_line_div {
	width: 80%;
	height: 1px;
	background-color: #e5e5e5;
	padding-left: 20px;
	margin-left: 32px;
}

.login_dialog_title .login_dialog_title_des {
	font-size: 14px;
	width: 40%;
	background-color: #fff;
	position: relative;
	top: 17%;
	text-align: center;
	left: 29%;
}

.gallery-more-row {
    margin-left: 0px;
    margin-right: 0px;
}

.gallery-col-album-more {
    width: 12.5%;
    padding-left: 5.631px;
    padding-right: 5.631px;
    float: left;
    height:215px;
}

.gallery-col-album-more-search {
    width: 132px;
    padding-left: 5.631px;
    padding-right: 5.631px;
    float: left;

}

.two-line-text {
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

.one-line-text {
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

div.wrap {
    display:table;
}

div.subwrap {
    vertical-align:middle;
    display:table-cell;
}


#specialCategoryAlbumList header h3
{
	
	text-align:left;
	
}
/* search page */
#album-result .albumGalleryMore .thumbnail .caption {
	
	padding:8px 6px 4px 6px;
}

#all-result .albumGalleryMore .thumbnail .caption {

	padding:8px 6px 4px 6px;
}

#all-result .related-caption {

    /*color:#3399FF;*/
    font-size:18px;
    /*font-weight:bold;*/
    margin:36px 15px 8px 15px;
    border-bottom:1px solid #cccccc;
    padding-left:5px;
    border-left:3px solid #3399FF;
}


#all-result .albumGalleryMore .thumbnail {
    margin-bottom: 0px;
}

#all-result .related-caption .more{

    color:#3399FF;
    font-size:14px;
    margin-left:10px;

    text-decoration:underline;

}

#all-result .moreonbottom{
    text-decoration:underline;
    font-size:14px;
    color:#3399FF;
    margin:0px 15px 8px 15px;
    /*text-align:right;*/
    display:none;
}


.other-description
{
    font-size:14px;
}
.other-title {
    font-size:16px;
    display:block;
    margin-bottom:3px;
}
.searcHotKeywords {
    width:260px;
    margin-left:695px;
    margin-top:0px;
    position:fixed;

}