@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #484848;
    font: 12px/1.25 Arial,Helvetica,sans-serif;
}

a {
	color: #325aa2;
}

.fl {
	float: left;	
}

.fr {
	float: right;	
}

.clear {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;	
}

ul.scenes li {
	list-style-type: none;
	float: left;
	width: 182px;
	margin: 0 10px 28px 0;
	position: relative;
}

ul.scenes li.clear {
	width: 0;
	margin: 0;	
}

ul.rec li {
	margin: 0 10px 0 0;
}

ul.scenes li a {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

ul.scenes li a:hover, ul.story li a:hover {
	color: #202d45;
}

ul.scenes li a img {
	display: block;
	border: #cccccc 1px solid;
   
}

ul.scenes li a span.btn {
	width: 34px;
	height: 34px;
	background: transparent url(../images/ico_ia_btn_ts20220831093648.png) no-repeat top left;
	position: absolute;
	top: 98px;
	right: 7px;
	display: block;
}

ul.scenes li a span {
	display: block;	
}

ul.scenes li a span.video-title {
	text-decoration: underline;	
}

ul.scenes li a span.duration {
	font-weight: bold;
	color: #1a1a1a;
}

.pagination {
	float: left;
	display: block;	
}

.pagination ul li {
	float: left;
	margin: 0 2px 0 0;
	list-style-type: none;	
}

.pagination ul li a {
	background: #dbdbdb;
	color: #000000;
	border: #cccccc 1px solid;
	text-decoration: none;
	padding: 2px 7px;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;	
}

.pagination ul li a.inactive {
	display: none;	
}

.pagination ul li a:hover, .pagination ul li.active a {
	background: #cc3300;
	color: #ffffff;
	border: #d87b50 1px solid;
}

ul.story li {
	width: 304px;
	float: left;
	margin: 0 20px 28px 0;
	list-style-type: none;
}

ul.story li a {
	text-decoration: none;
	font-size: 11px;	
	width: 304px;
}

ul.story li a span.video-title {
	text-decoration: underline;		
	clear: both;
	cursor: pointer;
}


ul.story .imgContainer {
	position: relative;
	overflow: hidden;
	float: left;
	width: 304px;
	height: 171px;
}
ul.story .camOverlayBtn {
	position: absolute;
	width: 219px;
	height: 49px;
	background: url(../images/tube/cam_overlay_btn_ts20220831093648.gif);
	bottom: 8px;
	left: 50%;
	margin-left: -94px;
	z-index: 10;
	cursor: pointer;
}
ul.story .camOverlayStatus {
	position: absolute;
	width: 100px;
	height: 18px;
	background: url(../images/tube/cam_overlay_ts20220831093648.gif);
	top: 1px;
	right: 1px;
	z-index: 10;
	cursor: pointer;
}

ul.story .camOverlayLogo {
	position: absolute;
	width: 70px;
	height: 23px;
	background: url(../images/tube/cam_overlay_logo_ts20220831093648.png);
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
}


.showDetail {
	width: 1010px;	
	float: left;
}

.detail {
	width: 650px;	
}

.detail h2.title {
	font-size: 16px;
	line-height: 16px;
	color: #932d33;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 17px 0;	
}

.saboomPlayer {
	width: 650px;
	height: 541px;
	background: #9d9d9d;
	float: left;
	color: #fff;	
}

.banner {
	width: 300px;
	margin: 33px 0 0 10px;	
}

.detail .info {
	width: 620px;
	float: left;
	margin: 15px 0 0 0;	
}

.detail .info h3 {
	font-size: 16px;
	font-weight: bold;
	color: #325aa2;
	line-height: 21px;
	margin: 0 0 10px 0;	
}

.detail .info h3 a {
	color: #325aa2;
	text-decoration: none;
}

.detail .info p {
	font-size: 13px;
	line-height: 18px;
	color: #000000;	
}

.detail .info a.more {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #325aa2;
	margin: 5px 0 0 0;	
}

span.hd {
	width: 38px;
	height: 25px;
	display: block;
	background: transparent url(../images/ico_hd_ts20220831093648.png) no-repeat top left;
	position: absolute;
	top: 5px;
	right: 5px;	
}