*{margin:0;padding:0;}
body{font-size:14px;font-family:"Microsoft YaHei";}
ul,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:100px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
    margin-right: 15px;
    border-bottom: none;
}
#tab .tabCon{
	left:-1px;
	top:32px;
	border:1px solid #ccc;
	width:100%;
	
    background: #f5f5f3;
}
#tab .tabCon>div{
	
	display: none
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#fff;
    border-top:1px solid red;
}
#tab .tabCon div.cur{
display: block
}
.tabTitle:after{ display: table;content: '';clear: both}
