#sw_modalCover{
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transform: translate3d(0,0,0);
  background: rgba(1,0,0,.0);

  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*SortDetail*/
.SortDetail{
  font-size: 12px;
  position: absolute;
  z-index: 50;
  top: 130px;
  left: 14px;
  display: none;
  padding: 15px;
  text-align: left;
  opacity: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.SortDetail h3{
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 10px 8px;
  color: #999;
  border-bottom: 1px solid #ddd;
}
.SortDetail .Close{
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 9px;
  height: 9px;
  cursor: pointer;
}
.SortDetail .Left{
  float: left;
  margin: 0 10px 0 0;
}
.SortDetail .Right{
  float: right;
  margin: 0 10px 0 0;
}
.SortDetail h3{
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 10px 8px;
  color: #999;
  border-bottom: 1px solid #ddd;
}
.SortDetail > div > ul > li{
  list-style: none;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.SortDetail li a,
.SortDetail li .Trigger,
.SortDetail li p{
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  padding: 12px 10px 10px 8px;
  color: #333;
}
.SortDetail li a:hover,
.SortDetail li a.selected,
.SortDetail li p:hover,
.SortDetail li p.selected{
  cursor: pointer;
  background: #f4f8e8;
}
/*
.SortDetail li.selected{
	background: url(/images/format/ArrowGray5.png) 240px center no-repeat #f3f3f3;
}
.SortDetail>div>ul>li span{
	font-size:10px;
	margin-left:10px;
	color:#888;
}
*/
.SortDetail ul > li > ul > li{
  list-style: none;
  list-style: none;
  border-top: 1px dotted #ccc;
}
.SortDetail ul > li > ul > li a{
  padding: 8px 8px 8px 16px;
}

#SortView{
  width: 510px;
}
#SortGenre .Left,
#SortView .Left{
  width: 250px;
}
#SortGenre .Right,
#SortView .Right{
  width: 250px;
}

#SortLicence{
  width: 620px;
}
#SortLicence .Left{
  width: 320px;
}
#SortLicence .Left img{
  margin-right: 10px;
  vertical-align: middle;
}
#SortLicence .Left .Cc{
  margin-bottom: 20px;
}
/*#SortLicence .Left .Cc li:hover{
	background: url(/images/format/ArrowGray5.png) 310px center no-repeat #f3f3f3;
}*/
#SortLicence .Right{
  width: 280px;
}
#SortLicence .Right dl{
  margin: 15px 0 15px 8px;
}
#SortLicence .Right dt{
  font-weight: bold;
  margin-bottom: 5px;
}
#SortLicence .Right dd{
  margin-bottom: 10px;
}

#SortLicence .Right li{
  line-height: 1.5;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 0;
  list-style: disc;
  border-bottom: none;
}
#SortLicence .Right li:hover{
  cursor: default;
  background: none;
}
#SortLicence .Right .Link{
  margin-left: 8px;
}
#SortLicence .Right .Link a{
  font-size: 11px;
  padding-right: 15px;
  background: url(/images/format/ArrowGreen5.png) right 2px no-repeat;
}
