.content{
	width:980px;
	margin:0 auto;
	padding:20px 0 20px 0;
}
.content .main{
   width:600px;
	float:left;
}
.content .main .tabMenu{
	border-left:1px solid #ccc;
	height:27px;
}
.content .main .tabMenu ul{
	float:left;
	background: #fff;
}
.content .main .tabMenu li{
	text-align:center;
	float:left;
	height:27px;
	line-height: 27px;
	border:0 solid #ccc;
	border-width:1px 1px 0 0;
	cursor: pointer;
}
.content .main .tabMenu li a{
	display:block;
	height: 25px;
	float:left;
	background:url(index/menuBg001.gif) repeat-x;
	padding:0 10px;
}
.content .main .tabMenu li a:hover{
	background:none;
	color:#527f2f;
}
.content .main .tabMenu li.current a,
.content .main .tabMenu li.current a:hover{
	background: #9c3;
	color:#fff;
	font-weight:bold;
}
.content .main .tabMenu .more{
	display: block;
	float:right;
	text-align:right;
}

.content .main .videoList .indexGray{
    background: url(index/greyBg001.gif) repeat-x top;
	height:30px;
}
.content .main .videoList .child{
	padding-bottom:20px;
	background:none;
}
.content .main .videoList .child .img{
	float:left;
	padding-bottom:18px;
	background: url(index/shadowBg001.gif) no-repeat left 139px;
	position: relative;
}
.content .main .videoList .child .img a{
	background: none;
}
.content .main .videoList .child .img img{
	padding:1px;
	border:1px solid #ccc;
}
.content .main .videoList .child .img .span1{
	display: block;
	position: absolute;
	bottom:25px;
	left:3px;
	background: #f2f2f2;
	height:14px;
	line-height: 14px;
	padding:0 3px;
}
.content .main .videoList .child .img .span2{
	display: block;
	position: absolute;
	bottom:25px;
	right:3px;
}
.content .main .videoList .child .img .span2 img{
	border:0;
}
.content .main .videoList .child ul{
	float:right;
	width:340px;
	height:145px;
	overflow:hidden;
}
.content .main .videoList .child ul h1{
	font-size:14px;
	font-weight:bold;
	height:24px;
	line-height: 24px;
	overflow: hidden;
}
.content .main .videoList .child ul h1 a{
	color:#333;
}
.content .main .videoList .child ul h1 a:hover{
	background: #9c3;
	color:#000;
}
.content .main .videoList .child ul h1 a:active{
	background: #9c3;
	color:#000;
}
.content .main .videoList .child ul li.comments{
	color:#666;
}
.content .sidebar{
	width:350px;
	float:right;
}
.content .sidebar .title{
	height:30px;
	line-height: 30px;
	font-size:14px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	width: 350px;
}
.content .sidebar .title .more a{
	color:#666;
	font-size:14px;
	position: absolute;
	top:0;
	right:0;
	border:0 solid #ccc;
	border-width:1px 1px 0 1px;
	padding:0 10px;
	font-weight:normal;
	background:url(index/menuBg001.gif) repeat-x;
}
.content .sidebar .title .more a:hover{
	background: none;
	color:#527f2f;
}
.content .sidebar .s_content{
	background: #f2f2f2;
	border-top:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}
.content .sidebar .tag_content{
	background: #f2f2f2;
	border-top:1px solid #ccc;
	padding:10px;
	line-height: 24px;
	margin-bottom:10px;
}
.content .sidebar .tag_content a{
	cursor: pointer;
}
.content .sidebar .tag_content a:hover{
	background: #9c3;
}
.content .sidebar .tag_content a:active{
	background: #9c3;
}
.content .sidebar .tag_content a.else{
   font-size:18px;
}
.content .sidebar .videoContent{
	margin-bottom:10px;
}
.content .sidebar .s_content .imgUl{
	padding:5px 0;
}
.content .sidebar .s_content img{
	float:left;
	padding:1px;
	border:1px solid #ccc;
}
.content .sidebar .s_content ul{
	width:225px;
	float:right;
}
.content .sidebar .s_content ul li{
	overflow: hidden;
	color:#666;
}
.content .sidebar .user_content{
	background: #f2f2f2;
	border-top:1px solid #ccc;
	margin-bottom:10px;
	padding:10px 0 10px 10px;
}
.content .sidebar .user_content li{
	float:left;
	padding:3px 6px;
}
.content .sidebar .user_content li img{
	display: block;
	padding:1px;
	border:1px solid #ccc;
	background: #fff;
}
.content .sidebar .user_content li span{
	display: block;
	width:54px;
	overflow: hidden;
	height:22px;
	line-height: 22px;
	text-align: center;
}