﻿/* CSS 布局 */
#header {
	height:120px;
	background:white;
}

#mainnav {
	width:970px;
	height:45px;
	background-image:url('images/hd_bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
#mainnav ul { font-size:14px; font-weight:bold;clear:both;padding:5px 0 0 10px; }
#mainnav ul a { color:#fff; display:block;width:90px }
#mainnav li {  line-height:25px; height:25px; float:left; background:url(http://images.movie.xunlei.com/movie_v2/images/menu_libg.gif) no-repeat left center; text-align:center;}
#mainnav li a:hover { background:url(http://images.movie.xunlei.com/movie_v2/images/memu_upbg.jpg) no-repeat center top; text-decoration:none; }
#mainnav li.nobg { width:200px;padding:0 0 0 10px;}
#mainnav li.nobg a:hover{background:none;text-decoration:underline;}



#container {
	position: relative;
	width: 100%;
	display:table;
	background:white;
	left:0;
	top:0;
}

#left_col {
	width: 195px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#right_col {
	margin-left: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#footer {
	font-size:12px;
	color:#0066FF;
	position:relative;
	width:970px;
	border:0px;
	background:white;
}


/*基本*/
body {
	font-size:12px;
	padding:0;
	margin:0;
	border:0;
	filter:gray;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul {
	display:block;
	list-style:none;
}
img{
	margin:5px;
	border:1px #3399FF solid;
	padding:2px;
}
/*layout定义*/
.main{
	border:0px;
	border-color:#3399FF;
	border-style:solid;
}
.left_top{
	height:10px;
	background:url('images/border.gif') no-repeat 0 0;
	margin-top:2px !important;
	margin-top:0px;
}
.left_bottom{
	height:10px;
	background:url('images/border.gif') no-repeat 0 -50px;
}
.left_frame{
	border-width:0 1px;
	border-style:solid;
	border-color:#3399FF;
}