* { 
	outline:none;   
}

a  {
	outline:none;   
	noFocusLine:expression(this.onFocus=this.blur());	
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#a4a6aa;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a4a6a9;
}

div.scroll {
	position: relative;    
	background-color:#000;
	border:0px;
	overflow:scroll;
	overflow-x:hidden;
	padding-left:3px;
	width:348px;
	height:390px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	scrollbar-face-color: #181818;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
}

div.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0099CC;
}

.field_1 {
	width:350px;
	border:0;
	background-color:#000000;
	color:#a4a6a9;
}

.field_2 {
	width:350px;
	border:0;
	background-color:#262626;
	color:#a4a6a9;
}

.black a:link,.black a:visited,.black a:hover,.black a:active {
 	color:#000000;	
}

div.replay {
	position: absolute;
	height: 322px;
	width: 526px;
	color: #caccc1;	
	left: 0px;
	top: 0px;
}

div.transparent {
	position: absolute;
	height: 322px;
	width: 526px;
	color: white;
	background-color: #000;	
	left: 0px;
	top: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}

.replay_bg_1 {
	position: absolute;
	height: 90px;
	width: 395px;
	left: 68px;
	top: 100px;
	border: 0px;
	background: url(../Images/bgReplay.png) 0 0 no-repeat;		
	z-index:1;
}

.replay_bg_2 {
	position: absolute;
	height: 90px;
	width: 395px;
	left: 68px;
	top: 200px;
	border: 0px;
	background: url(../Images/bgReplay.png) 0 0 no-repeat;		
	z-index:1;
}

.replay_1 {
	position: absolute;
	height: 90px;
	width: 395px;
	left: 68px;
	top: 100px;
	border: 0px;	
	padding:7px;
	z-index:2;
}

.replay_2 {
	position: absolute;
	height: 90px;
	width: 395px;
	left: 68px;
	top: 200px;
	border: 0px;	
	padding:7px;
	z-index:2;
}

#replay {	
	visibility:visible;		
}

#replay ul {	
	font-weight:bold;
	padding:0px;
	margin:0px;
	list-style: none;
	text-align:left;
	float:left;
	line-height:1.5em;	
}

#replay .title {
	color:#fff;
	font-size:14px;
}

#flash {
	position:relative;
}

/*=================================  video_list  =================================*/
#video_list {
	list-style: none;
	text-align:left;
	padding:0px;
	margin:0px;
}

#video_list li {
	margin-bottom:10px;
	position:relative;
	display: table-footer-group;
	overflow:inherit;
	*overflow:hidden; /* for IE 7 */
	display: block;	
}

#video_list a {
	height: 80px;
	width: 80px;
	position: relative;
	display: block;
	display /*\**/: table-cell\9;	
	*display: list-item;
	text-decoration:none;
	color:#a4a6a9;
	cursor:pointer;		
}

#video_list a:hover {
	color:#666666;
}

#video_list a .hover {
	height: 80px;
	width: 80px;
	position: absolute;
	top:0;
	left:0;	
}

#video_list .content {
	position:relative;
	top:0px;
	left:90px;
	width:200px;
}

#btn_video {
	height: 126px;
	width: 126px;
	position: absolute;
	top:75px;
	left:195px;	
}

/*=================================  video_list  =================================*/