﻿ul,li{list-style:none;}

/**tabs**/
.tabPanel ul{height:40px;border-bottom:1px solid #69b5f2;}
.tabPanel ul li{
	float:left;margin:0 4px 0 0;border:1px solid #69b5f2;font-size:16px;height:40px;line-height:40px;width:32%;text-align:center;cursor:pointer; font-weight: bold; color: #0d83e1;
	text-shadow:0 1px 0 #fff;
	border-radius:4px 4px 0 0;
	box-shadow:inset 0 1px 0 rgba(13, 131, 225, 0.5);
	background:#ffedca;
	background:-moz-linear-gradient(top, #fffbf3, #ffedca);
	background:-webkit-gradient(linear, left top, left bottom, from(#fffbf3), to(#ffedca));
}
.tabPanel .hit{
	border-bottom:1px solid #fff;cursor:pointer;color:#ff6600;text-shadow:0 1px 0 #fff;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fffbf3), to(#fff));
	background:-moz-linear-gradient(top, #fffbf3, #fff);
}
.pane{border:1px solid #69b5f2; border-radius: 0px 0px 15px 15px; border-top:0;min-height:100px;background-color:#fff;display:none;}
.zt{font-family: 楷体;}