@charset "utf-8";
/* CSS Document */
h1 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#livehilightHome {
	text-align: center;
	width: 100%;
	background: url(../engine/global/bgHomeHL.jpg) repeat-x;
	height: 378px;
	overflow: hidden;
	margin-bottom: 30px;
}

#ColumnLeftLive {
	width: 615px;
	float: left;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
}
#HomeVdoRow {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
* html #HomeVdoRow{
	position: fixed;
	clear:both;
	height:100%;
}
#HomeVdoRow ul {
	margin: 0px;
	padding: 0px;
}
#HomeVdoRow li {
	display: inline;
	float: left;
	margin-right: 25px;
}

.HomeVdoCat {
}
#HomeVdoTN {
	overflow: hidden;
	width: 180px;
}
.VdoTN {
}
* html .VdoTN{
	margin:0px;
	padding:0px;
	left:113px;
}
.VdoTN div.time{
	position: absolute;
	z-index:80;
	overflow:hidden;
	height: 122px;
	width: 172px;
}
* html .VdoTN div.time{
	clear:both;
}
.VdoTN div.time span{
	color:#FFFFFF;
	background:#000;
	font-size:0.7em;
	bottom:0px;
	position: absolute;
	padding:0px 3px 0px 3px;
	right:0px;
}

.VdoTN a.play-m{
	cursor:pointer;
	position:absolute;
	height: 122px;
	width: 172px;
	cursor:pointer;
	z-index:100;
	margin:1px;
	outline:none;
	zoom:1;
	background:#000000;
	background:url(../engine/global/blank.png) no-repeat;
	
}
.VdoTN a.play-m em{
	display:block;
	position:absolute;
	z-index:102;
	zoom:1;
	cursor:pointer;
	font-size:1.0 em;
	height: 122px;
	width: 172px;
	margin:2px;
}
.VdoTN a.play-m:hover em{
	display:block;
	background:url(../engine/global/over_s.png) no-repeat;
	_background-image:none;
}
* html .VdoTN a.play-m{
	display:none;
}
.VdoTN img {
	width: 170px;
	border: 3px solid #e1e1e1;
	background: url(../engine/global/ajaxIndicatorGreyM.gif) no-repeat center center;
}
.vdoName {
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vdoName a, .vdoName a:visited  {
	color: #252525;
	text-decoration: none;
}
.vdoName a:hover  {
	background: #f81212;
	color: #FFFFFF;
}
.vdoCat {
	font-size: 0.7em;
	color: #f81212;
}
.vdoViewRate {
	overflow: hidden;
}
.vdoViewed {
	float: left;
	background: url(../engine/global/ico-Viewed.gif) no-repeat left center;
	padding-left: 17px;
	margin-right: 15px;
	font-size: 0.7em;
	color: #6E6E6E;
}
.vdoRating {
	float: left;
	padding-top: 2px;
}

.vdoDetails {
	font-size: 0.7em;
	color: #7D7D7D;
	padding-top: 3px;
}
#ColumnRightLive {
	width: 300px;
	float: left;
	overflow: hidden;
	padding-left: 15px;
}
#HomeSearch {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 300px;
}
.FieldM {
	padding: 2px 2px 0px 3px;
	height: 18px;
	width: 280px;
	font-size: 0.8em;
	border: 1px solid #e5e5e5;
	background: #f4f4f4;
	margin-bottom: 5px;
}
#HomeTag {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 300px;
	margin-bottom: 20px;
}
.HomeTagList {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	color: #7D7D7D;
}
.HomeTagList ol {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 23px;
}
.HomeTagList li {
	margin: 0px 0px 3px;
	padding: 0px;
}
.HomeTagList li a, .HomeTagList li a:visited {
	color: #7D7D7D;
	text-decoration: none;
}
.HomeTagList li a:hover {
	background: #f81212;
	color: #FFFFFF;
	padding-right: 1px;
}
#liveBannerHome {
	color: #CCCCCC;
	font-size: 0.6em;
}


