/*-----------Notice---------------------------------
	   Filename:  Main.css
	Description:  reset/main CSS
		 Version:  1.0.0
		 Update:  2010-5-12 by Gaze
		       l_$:  layout      exp: l_topbar, l_page, l_top, l_cont, l_foot...
		      t_$:  top          exp: t_logo,t_nav,t_menu,t_topbar
	     cont_$:  content    exp: cont_main, cont_movie, cont_lives
		    ad_$:  advert
		  foot_$:  foot         exp: foot_menu, foot_info
		      *$:  For TNND IE
		 *html $:  For TNND IE6
	   *+html $:  For TNND IE7
------------------------------------------------*/
/*-----------Reset-----------------------------*/
	body{background:#f7fbfe;color:#333;line-height:1.5;font:12px "Trebuchet MS",Verdana,Helvetica,Tahoma,\5b8b\4f53,sans-serif;}
	body, p, blockquote, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend{margin:0;padding:0;}
	h2, h3, h4, h5, h6{font-size:12px;}
	table{border-collapse:collapse;border-spacing:0;}
	input, textarea, button, select {font-family:"Verdana";vertical-align:middle;}
	label{vertical-align:middle}
	legend {color:#333;}
	blockquote, q {quotes: none;}
	blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
	ul,ol{list-style:none; list-style-position:outside ;}
	img{border:0;}
        img_top{border:0;}
        img_js{border:0;}
	a,a:visited{color:#333;text-decoration:none;}
	a:hover{color:#1E50A2;text-decoration:underline;}
	a:active{color:#933;}
	:focus {outline:0;}
	.clear{clear:both;font-size:0;line-height:0;}
	.floatl{float:left;}
	.floatr{float:right;}
/*---------------------------------------------*/