@import url("global.css");


/* home body style */ 
.Home {
background:url(../images/BG_Upper.jpg) repeat-x;
background-color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
}
/* watch body style */ 
.Watch{
background:url(../images/BG_Upper_Watch.jpg) repeat-x;
background-color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
}
.Masthead {
background:url(../images/Masthead.jpg) no-repeat;
height:580px;
margin:0 auto;
position:relative;
width:1000px;
}
.Watch .Masthead {
background:url(../images/Masthead_Watch.jpg) no-repeat;
height:600px;
margin:0 auto;
position:relative;
width:1000px;
}
.Video {
position:absolute;
float:left;
top:220px;
left:25px;
height:292px;
width:475px;
}
.Watch .Video {
position:absolute;
top:285px;
left:25px;
height:272px;
width:480px;
}
.FlashHeader {
background:url(../images/FlashHeader.jpg);
position:absolute;
top:220px;
left:516px;
height:95px;
width:465px;
}
#Slider {
position:absolute;
top:325px;
left:525px;
height:141px;
width:457;
}
	#Slider img {
		float:left;
	}
	div.SliderBG {
		position:relative;
		background:url(../images/SliderBG.png) repeat-x;
		width:419px;
		height:141px;
		float:left;
		overflow:auto;
		padding:0;
		margin:0;
	}
	ul.SliderBG {
		display:block;
		width:900px;
		height:111px; /* 141px */
		padding:30px 0 0 0;
		margin:0;
	}
	ul.SliderBG li {
		list-style:none;
		float:left;
		padding:0 20px;
	}
	ul.SliderBG li img {
		float:left;
	}
	ul.SliderBG li a img {
		border:none;
	}
#Tabs {
color:white;
position:absolute;
top:545px;
left:30px;
width:900px;
margin:0;
padding:0;
}

	#Tabs li{
	list-style:none;
	float:left;		
	margin:0 5px 0 5px;
	padding:0;
	}
	/***.TabsPopular {
	background:url(../images/Tab_MostPopular.gif);
	}
	.TabsDr902110 {
	background:url(../images/Tab_Dr90210.gif);
	}
	.TabsRecentAdded {
	background:url(../images/Tab_RecentAdded.gif);
	}***/
	
	#Tabs li{
	background:url(../images/Tab.gif) repeat-x;
	border-left:1px solid white;
	border-right:1px solid white;
	margin-right:7px;
	font-size:14px;
	height:35px;
	line-height:35px;			
	padding:0 7px 0 7px;
	cursor:pointer;
	}		
	#jFlowSlide{		
	}		
	#Tabs li.jFlowSelected {
	background:url(../images/Tab_selected.gif) repeat-x;
	}
		
.Content_WatchBox {
background:url(../images/BG_Content_Watch.jpg) repeat-x;
width:100%;
/* only in Watch(REYV_List.asp) page */
}
.Content {
margin:0 auto;
padding:35px 0 0 0;
width:1000px;
}
	.VideoListBox {	
	float:left;
	margin:0;
	padding:0 37px 0 40px;
	width:544px;/*621px*/	
	}
		.VideoListBox img{	
		padding:0 0 20px 0;
		}
		.VideoList img{
		padding:0 0 10px 0;
		}		
	.VideoCategory {	
	border-left:1px solid #999;
	float:left;	
	padding:0 30px 0 30px;
	width:318px;/*378px*/
	}
		.VideoCategory h3{
		padding:20px 0 20px 0;
		}
		.VideoCategory ul{
		margin:0;
		padding:20px 0 20px 0;		
		}
			.VideoCategory li{
			list-style:none;			
			padding:0 0 5px 0;
			}
			.VideoCategory a {	
			color:#FFF;
			font-size:12px;
			}
			.VideoCategory a:hover {
			color:#FFCC00;
			}	
			
.ReyFooterBox {
background:url(../images/BG_ReyFooterBox.jpg) repeat-x;
width:100%;
}
	.ReyFooter {
	background:url(../images/BG_ReyFooter.jpg) repeat-x;
	margin:0 auto;
	padding:95px 0 0 0;
	width:1000px;
	}	
		.ReyFooter a{
		color:#FFF;
		}
		.ReyFooter p{
		color:#ccc;
		font-size:11px;		
		padding:0 330px 10px 45px;
		}
		.Footer {
		height:50px;
		margin:15px auto 30px;
		padding:25px 45px 10px 36px;
		}
			.Footer ul{
			margin:0;
			padding:0;
			}
			.Footer li{
			display:inline;
			font-weight:bold;	
			margin:0 10px 5px 10px;	
			padding:0;
			}
			.Footer p{
			color:#ccc;
			font-size:11px;		
			padding:0 10px 5px 30px;
			}
			.Footer a{
			color:#FFF;
			font-size:12px;
			}
			.Footer a:hover{
			color:#FFCC00;
			}
