@charset "utf-8";
/* CSS Document */
*{
		margin: 0;
		padding: 0;
	}
	body	{	
		background: #021354 url(images/body_main_bg.jpg) repeat-y;
		background-position: top center; 
		font-family: Arial, Helvetica, sans-serif;	
		font-size: 12px;
		color: #00135C;	
		}
		
	#wrapper	{	
		background: #fff url(images/body_repeat.png) repeat-y;		
		width: 959px;		
		margin: 0 auto;
		padding: 0px;	
		}
		
	#header	{	height: 255px;	}
		
	#bottom	{	height: 16px;	}
	
	#bottom_ad	{	height: 90px;	}
				
	#header h1	{	
		display: block;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;	
		color: #00135C;	}

	#content-promo	{	
		background: url(images/content_promo.png) 0 0 no-repeat;
		padding: 0px 0;
		width: 960px;
		height: 407px;	}
		
	#content-promoPic	{	
		position: relative; top: -20px; left: 51px;
		padding: 0px 0;	}
		
	#content-promoText	{	
		position: relative; top: -80px; left: 0px;
		padding: 0px 0;
		width: 217px;
		height: 140px;	}
		
	#content_promoTitleHeader	{	
		font-size: 26px;
		font-weight: bold;
		font-style: italic;
		color: #00135C;	}
		
	#content	{	
		width: 565px;
		padding: 0px 0;
		color: #fff;	}
	
	.filmTitle	{	
		font-weight: bold;
		color: #00135C; 
		font-style: italic;	}
	
	#movie-night-tips-bg	{	
		background: url(images/2movie_night_tips_bg_lg.png) no-repeat;
		width: 304px;
		height: 436px;
		color: #fff;	}
								
	#tipText	{	
		font-weight: bold;
		color: #fff; 
		text-align: left;	}
					
/* movie detail page */				
	#movieDetail	{	
		background: #fff url(images/movieDetail_blue_bg_repeat.png) repeat-y;		
		margin: 0;
		padding: 0px;
		width: 648px}
					
	#movieDetail_imgLink	{	
		border-style: solid;
		border-width: 2px 2px 2px 2px;
		border-color: #DBBE18;
		width: 184px;
		height: 260px;

		}
	
	#movieDetail_imgLink a img{
		border: none;
		margin-bottom: 20px;	}
	
	#movieDetail_imgBtn	{	
		width: 200px;
		margin-top: 20px
		}
	
	#movieDetail_Text	{
		text-align: justify;
		font-size: 12px;
		display: inline-block;
		width: 366px
		}
	
	#movieDetail_Text h1	{
		display: block;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		font-style: italic;
		color: #00135C;	}

	#movieDetail_Text .rated{
		font-size: 14px;	}
		
	#movieDetail_Text p{
		/*font-size: .75em;*/
		font-size: 12px;
		line-height: 1.5em;
		margin: 15px 0;
	}
	#movieDetail_Text #info{
		margin-top: 15px;
	}
	#movieDetail_Text #info div{
		clear: both;
		margin-bottom: 15px;
	}
	#movieDetail_Text #info #directed{
		padding-top: 10px;
	}
	#movieDetail_Text #info h4{
		font-size: 14px;	
		display: block;
		width: 100px;
		float: left;
	}
	#movieDetail_Text #info ul{
		display: block;
		width: 500px;
		float: left;
	}
	#movieDetail_Text #info li{
		/*font-size: .75em;*/
		font-size: 12px;
		clear: both;
		list-style: none;
	}
	#movieDetail_Text #info li span{
		display: block;
		width: 200px;
		float: left;
	}
	
	#movieDetail_Text #info p{
		margin: 0;
	}

	
	
	#movieDetail_TopRtPanel	{
		background-color: #fff;
		background: url(images/movieDetail_right_panel_bg.png) 0 0 no-repeat;
		width: 278px;
		height: 467px;	
		margin: 0;
		}

	#TopRtPanel {
		width: 248px;
		margin-top: 0px;
		padding: 0px;
		}
		
	#TopRtPanel a:link {
		font-size: 12px;	
		font-weight: bold;
		text-decoration: underline;
		color: #00135C;
		}
	#TopRtPanel a:hover {
		font-size: 12px;	
		font-weight: bold;
		text-decoration: underline;
		color: #00135C;
		}
	#TopRtPanel a:visited {
		font-size: 12px;	
		font-weight: bold;
		text-decoration: none;
		color: #00135C;
		}
		
	#movieDetail_TopRtPanel_header {
		text-align: center;
		position: relative; top: 30px;
	}
	
	#movieDetail_TopRtPanel_box {
		position: relative; top: 40px;
	}
	
		
	#movieDetail_MovieNightTips	{
		background: url(images/2movie_night_tips_bg_sm.png) no-repeat;
		padding: 0px 0;
		width: 278px;
		height: 308px;
		color: #fff; }
		
	#movieDetail_MovieNightTips a:link {
		font-size: 12px;	
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		}


/* footer */
	#footer_links a{
		font-size: 12px;	
		font-weight: bold;
		text-decoration: underline;
		color: #00135C;
		margin: 0 auto;
	}