/**选项卡样式**/
#tab{position:relative;}
#tab li{list-style:none;}
#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:1px solid #ccc;
	padding:5px 0;
	width:163px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
}
#tab .tabCon{
	margin-left: -1px;
    border-top: none;
    width: 939px;
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#fff;
}

/**选项卡样式1**/
#tab1{position:relative;}
#tab1 li{list-style:none;}
#tab1 .tabList ul{
	width: 96%;
    height: 40px;
    border-left:1px solid #ccc;
}
#tab1 .tabList ul li{
	float:left;
	background:#fff;
	background:-moz-linear-gradient(top, #fff, #fff);	
	background:-o-linear-gradient(left top,left bottom, from(#fff), to(#fff));
	background:-webkit-gradient(linear,left top,left bottom, from(#fff), to(#fff));
	border: 1px solid #ccc;
	border-left: 0px;
	padding:5px 0;
	height: 30px;
	width:115px;
	line-height: 30px;
    font-size: 13px;
	text-align:center;
	position:relative;
	cursor:pointer;
}
#tab1 .tabCon1{
	
    left: -1px;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    border-top: none;
}
#tab1 .tabList li.cur{
	border-top:2px solid #0089C7;
	height: 29px;
	background:#ededed;
	background:-moz-linear-gradient(top, #fff, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fff), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fff), to(#ededed));
}

