@charset "utf-8";
/* reset */

.fn-left, .fn-right {
	display: inline;
}
.fn-left {
	float: left;
}
.fn-right {
	float: right;
}
.layout {
	width: 100%;
	margin: 0 auto;
	margin-top:10px;
}
.layout h3 a{ color:#333; }
.layout h3 a:hover{ color:#66cc00; }
/* ui-sponsor */
.ui-sponsor {
	overflow: hidden;
	margin: 3px 0 -7px 0;
	background: url(../images/sponsor-icon.gif) right center no-repeat #eeeaeb;
}
.ui-sponsor img {
	display: block;
}
.sponsor-bottom iframe {
	float: left;
	margin: 20px 25px 0 0;
}
.sponsor-bottom .fuck iframe {
	float: none;
	margin: 0;
}
/* sohu-sponsor */
#sohu-sponsor {
	text-align: center;
}
/* ui-sponsor250 */
.ui-sponsor250 {
	width: 250px;
	overflow: hidden;
	margin: 2px;
}
/* play-img */
.play-img {
	width: 95.9%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 16px;
	padding:2%;
	position: relative;
	border: 0.05% solid #fff;
	background-color: #fff;
}
.play-img:hover {
	color: #fff;
	text-decoration: none;
	border-color: #259e33;
	box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}
.play-img img {
	width: 100%;
	height:100%;
	padding-bottom:100%;
	
	display: block;
	overflow: hidden;
	background: url(../images/lazyload.gif) no-repeat scroll center center transparent;
}
.play-img .mask {
	width: 100%;
	height: 20px;
	display: block;
	overflow: hidden;
	background-color: #000;
	position: absolute;
	left: 3px;
	bottom: 3px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	z-index: 1;
}
.play-img .text {
	width: 100%;
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	left: 3px;
	bottom: 3px;
	padding: 0 5px;
	text-align: right;
	z-index: 2;
	color: #fff;
	white-space: nowrap;
}
.play-img .score {
	display: block;
	width: 30px;
	height: 18px;
	line-height: 16px;
	padding-right: 5px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 3;
	font-weight: 700;
	-webkit-text-size-adjust: none;
	background: url(../images/ui-icon.gif) 0 -155px no-repeat;
}
/* ui-box */
.ui-box {

}
/* ui-tbmov */		
.ui-tbmov {
	border-top: 3px solid #ccc;
}
/* tbmov-bar */
.tbmov-bar {
	width: 243px;
	float: left;
	border-right: 1px solid #eee;
	background-color: #e9e9e9;
}
/* ui-title */
.tbmov-bar .ui-title {
	height: 55px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.tbmov-bar .ui-title .ui-icon {
	width: 32px;
	height: 38px;
	position: absolute;
	left: -32px;
	top: -3px;
	background-image: url(../images/tbmov-index.gif);
	display: none;
}
.tbmov-bar .ui-title .view-all {
	position: absolute;
	top: 18px;
	right: 10px;
	z-index: 3;
	color: #66cc00;
}
.tbmov-bar .ui-title h2 {
	height: 30px;
	padding: 12px 0 0 15px;
}
.tbmov-bar .ui-title h2 a {
	height: 30px;
	width: 190px;
	background-image: url(../images/tbmov-index.gif);
}
/* ui-ranking */
.ui-ranking {
	width: 199px;
	padding: 0 15px;
	overflow: hidden
}
#list-focus .ui-ranking,  #channel-box .ui-ranking {
	width: 232px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.ui-ranking h2 {
	font-size: 14px;
	font-weight: 700;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	color: #333;
}
/* ranking-list */
.ranking-list {
}
.ranking-list li {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	border-bottom: 1px dotted #999;
}
.ranking-list span {
	float: right;
	color: #999;
	font-size: 11px;
}
.ranking-list em {
	color: #666;
	margin-right: 7px;
	font-style: italic;
	font-weight: 700;
}
.ranking-list span.score {
	color: #66cc00;
	font-size: 12px;
}
.ranking-list em.stress {
	color: #f30;
}
/* tbmov-box */
.tbmov-box {
	margin-left: -1px;
	border-left: 1px solid #eee;
	overflow: hidden;
}

/* bread-crumb-nav */
.bread-crumb-nav {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding: 4px 0;
	width:100%;
	margin-top:10px;
	margin-left:-1px;
	background-color: #e9e9e9;
	border-radius: 2px;
}
/* bread-crumbs */
.bread-crumbs li {
	float: left;
	font-size: 14px;
	padding: 0 10px 0 18px;
}
.bread-crumbs li.home {
	background: none;
	padding-left: 23px;
}
.bread-crumbs li a {
	margin: 0 5px;
}
.bread-share {
	height: 24px;
	line-height: 18px;
	overflow: hidden;
	padding: 0 3px;
}
/* bread-crumb-nav-play */	
.bread-crumb-nav-play {
	margin: 0;
	border: 0 none;
}
.bread-crumb-nav-play li.home {
	padding-left: 0;
}
.bread-crumb-nav-play li.home a {
	margin-left: 0;
}
.bread-crumb-nav-play .fn-right {
 *width: 162px;
	overflow: hidden;
}
/* filter-focus */		
.filter-focus {
	width: 98%;
	margin-left:2px;
	padding: 0 1%;
	overflow: hidden;
}
/* ui-title */
.filter-focus .ui-title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 5px 0 7px 0;
	border-bottom: 1px dotted #e9e9e9;
}
.filter-focus .ui-title h3 {
	height:30px;
	line-height:30px;
	color: #66cc00;
	font-weight: 700;
	float: left;
	font-size: 14px;
	background:none;
}
.filter-focus .ui-title span {
	float: right;
}
.filter-focus .ui-title span a,  .filter-focus .ui-title p em {
	background-color: #999;
	color:#fff;
	font-size: 12px;
	padding: 4px 7px;
	border-radius: 2px;
}
.filter-focus .ui-title span a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #66cc00;
}
.filter-focus .ui-title p {
	padding-left: 30px;
	float: left;
	
}
.filter-focus .ui-title p em {
	line-height:20px;
	padding: 1px 10px;
	margin-right: 5px;
	margin-top:5px;
 *vertical-align: middle;
}
/* filter-list */
.filter-focus .ui-cnt {
	margin-bottom: -1px;
}
.filter-list {
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 24px;
	padding: 5px 0 6px 0;
	font-size: 14px;
	border-bottom: 1px dotted #999;
}
.filter-list h5 {
	width: 50px;
	overflow: hidden;
	font-weight: 700;
	color: #333;
	float: left;
	line-height: 28px;
	text-align: right;
}
.filter-list ul {
	width: 100%;
	overflow: hidden;
}
.filter-list li {
	float: left;
	height: 24px;
	overflow: hidden;
	margin: 2px 5px 2px 0;
	line-height:22px;
	
}
.filter-list a {
	color: #333;
	display: inline-block;
	padding: 0 8px;
	border-radius: 2px;
	padding-bottom:2px;
}
.filter-list-letter li a {
	width: 44px;
	padding: 0;
	text-align: center;
}
.filter-list a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #999;
}
.filter-list a.current,  .filter-list a.current:hover {
	color: #fff;
	text-decoration: none;
	background-color: #999;
	cursor: default;
}
/* list-focus */
#list-focus {
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #66cc00;
	margin-top:0px;
	border-radius:2px 2px 0 0;
}
#list-focus .tbmov-box {
	width: 100%;
	border: 0 none;
	border-right: 1px solid #eee;
}
#list-focus #find-focus {
	width: 998px;
	border: 0 none;
	height: auto;
	min-height: inherit;
}
#list-focus .tbmov-bar {
	width: 254px;
	float: right;
	border: 0 none;
	margin-left: -1px;
	border-left: 1px solid #eee;
}
/* ui-bar */
.ui-bar {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.ui-bar a{color:#333;}
/* view-mode */
.view-mode {
	margin: 8px 0 0 0;
	width: 192px;
	height: 26px;
	overflow: hidden;
	float: left;
}
.view-mode li {
	width: 96px;
	height: 26px;
	overflow: hidden;
	float: left;
}
.view-mode li a {
	width: 100%;
	height: 26px;
	line-height: 26px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	font-family: simsun;
	text-indent: 27px;
	background-image: url(../images/view-mode.gif);
	background-repeat: no-repeat;
	background-color: #eee;
}
.view-mode li a:hover {
	text-decoration: none;
	background-color: #ddd;
}
.view-mode li a.current {
	color: #fff;
	background-color: #66cc00;
	cursor: default;
}
.view-mode li#view-list a {
	background-position: 10px 7px;
}
.view-mode li#view-grid a {
	background-position: 10px -43px;
}
.view-mode li#view-list a.current {
	background-position: 10px -18px;
}
.view-mode li#view-grid a.current {
	background-position: 10px -68px;
}
.view-mode li#view-letter a.current {
	background-position: 10px -118px;
}
.view-mode li#view-letter a {
	background-position: 10px -93px;
}
/* view-filter */	
.view-filter {
	float: left;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 9px;
	color: #999;
	padding-left: 0px;
}
.view-filter em {
	float: left;
	padding: 0 2px;
	font-family: simsun;
}
.view-filter a {
	display: block;
	height: 24px;
	overflow: hidden;
	padding: 0 5px;
	float: left;
	border-radius: 2px;
}
.view-filter a:hover {
	text-decoration: none;
	background-color: #eee;
}
.view-filter a.current {
	color: #fff;
	font-weight: 700;
	background-color: #259e33;
	cursor: default;
}
.ui-bar .ui-pages {
	margin-top: 9px; 
}
.fn-right{float:right;}
