@charset "utf-8";
/* CSS Document */

/*2014_08_14
author:linyan.yu*/
.fcorage{color:#F90}
#tab{position:relative;}
#tab .tabList ul li{
	
	float:left;
/*	background:#99cc33;
	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));*/
	width:170px;
	border-right:1px solid #fff;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
}
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:32px;
	border:1px solid #ccc;
	border-top:none; width:960px; height:300px; overflow:hidden;zoom:1;
	
}
#tab .tabCon div{
	padding:10px;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#fff;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}