﻿@charset "utf-8";

#outer {
	width:310px;
	margin:0px auto;
}
#tab {
	overflow:hidden;
	zoom:1;
	
}
#tab li {
	float:left;
	
	height:30px;
	cursor:pointer;
	line-height:30px;
	
	
}
#tab li.current {
	
	
}
#content {
	
}
#content ul {

	line-height:25px;
	display:none;
	margin:0 0px;
	padding:10px 0;
}

#outer2 {
	width:420px;
	margin:0px auto;
}
#tab2 {
	overflow:hidden;
	zoom:1;
	
}
#tab2 li {
	float:left;
	
	height:30px;
	cursor:pointer;
	line-height:30px;
	
	
	font-size:16px;
	font-weight:400;
}
#tab2 li.current {
	
	font-size:18px;
	font-weight:700;
}
#content2 {
	
}
#content2 ul {

	line-height:25px;
	display:none;
	margin:0 0px;
	padding:10px 0;
}
