*{margin:0;padding:0;}
body{font-size:14px;font-family:"Microsoft YaHei";}
ul,li{list-style:none;}

#tab{position:relative;}
#tab .tabList ul li{
	float:left;
/*	background:#fefefe;
	background:-moz-linear-gradient(top, #fefefe, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));*/
	border:0px solid #ccc;
	padding:5px 0;
	line-height:40px;
	width:150px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	font-weight:bold;
}
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:51px;
	border:0px solid #ccc;
	border-top:none;
	width:1200px;
	height:595px;

}
#tab .tabCon div{
	padding:0px;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	
	}
#tab .tabList li.cur{
	border-bottom:2px solid #5960f7;
/*	background:#fefefe;*/}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}